code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
float function ( float arg0 , float arg1 , float arg2 ) { return ( float ) Math . sqrt ( arg0 * arg0 + arg1 * arg1 + arg2 * arg2 ) ; } | returns the length of a vector , given as three floats . concode_field_sep int mPrimitive concode_elem_sep float PI concode_elem_sep Buffer mIndexBuffer concode_elem_sep int INT_BYTES concode_elem_sep IntBuffer mColorBuffer concode_elem_sep IntBuffer mNormalBuffer concode_elem_sep float TWO_PI concode_elem_sep IntBuffe... |
GraphName function ( ) { return serviceName ; } | get the name of the service . concode_field_sep NodeRegistrationInfo node concode_elem_sep URI serviceUri concode_elem_sep GraphName serviceName concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep NodeRegistrationInfo getNode concode_elem_sep URI getServiceUri |
RendererManager function ( ) { if ( _sDefaultInstance == null ) _sDefaultInstance = createDefaultRendererManager ( ) ; return _sDefaultInstance ; } | returns a globally shared instance of renderermanager . this instance is initialized with the oracle browser-based look-and-feel renderer factory and the html renderer factory . concode_field_sep RendererManager _sDefaultInstance concode_elem_sep Object[] _factories concode_elem_sep String _facet concode_field_sep void... |
ModelNode function ( List < ModelNode > arg0 ) { ModelNode loc0 = Util . createOperation ( ModelDescriptionConstants . COMPOSITE , PathAddress . EMPTY_ADDRESS ) ; ModelNode loc1 = loc0 . get ( ModelDescriptionConstants . STEPS ) ; for ( ModelNode loc2 : arg0 ) { loc1 . add ( loc2 ) ; } return loc0 ; } | creates a composite operation using the specified operation steps . concode_field_sep String INDEX concode_elem_sep String KEY concode_field_sep String getName concode_elem_sep ModelNode getAttributeValue concode_elem_sep ModelNode createWriteAttributeOperation concode_elem_sep ModelNode createReadAttributeOperation co... |
boolean function ( Class < ? > arg0 , Type arg1 ) { return desiredType . isAssignableFrom ( arg0 ) ; } | overwrite this if you need different test of type compatibility . used from iswritable method . concode_field_sep String HEADER_DEBUG concode_elem_sep MediaType[] supportedMediaTypes concode_elem_sep javax.inject.Provider<HttpHeaders> requestHeaders concode_elem_sep ServiceLocator habitat concode_elem_sep Class desired... |
void function ( XMLStreamWriter arg0 , String arg1 , QName arg2 ) { writeAttribute ( arg0 , arg1 , arg2 . toString ( ) ) ; } | write an attribute concode_field_sep ThreadLocal<Stack<String>> registeredNSStack concode_elem_sep PicketLinkLogger logger concode_field_sep void writeNameSpace concode_elem_sep XMLOutputFactory getXMLOutputFactory concode_elem_sep void writeCharacters concode_elem_sep void flush concode_elem_sep void setPrefix concode... |
StatisticalSummary [ ] function ( String arg0 , RunTest ... arg1 ) { return timeAndReport ( arg0 , DEFAULT_REPEAT_CHUNK , DEFAULT_REPEAT_STAT , false , arg1 ) ; } | timing and report to standard output . this method calls #timeandreport string , int , int , boolean , runtest timeandreport title , 1000 , 10000 , false , methods . concode_field_sep int DEFAULT_REPEAT_CHUNK concode_elem_sep String name concode_elem_sep double NANO_TO_MILLI concode_elem_sep int DEFAULT_REPEAT_STAT con... |
void function ( mxPoint arg0 ) { point = arg0 ; } | sets the point . concode_field_sep boolean perimeter concode_elem_sep mxPoint point concode_field_sep void setPerimeter concode_elem_sep mxPoint getPoint concode_elem_sep boolean isPerimeter |
void function ( boolean arg0 ) { this . passwordChangeStatus = arg0 ; } | sets the password change status . concode_field_sep String password concode_elem_sep boolean passwordChangeStatus concode_elem_sep Date joiningDate concode_elem_sep Designation designation concode_elem_sep String managerID concode_elem_sep String companyEmailID concode_elem_sep String username concode_field_sep void se... |
Unmarshaller < T , JsonUnmarshallerContext > function ( Class < T > arg0 ) { return null ; } | returns the jsonunmarsheller for the specified scalar type . returns null by default . concode_field_sep PlaceHolder placeHolder concode_field_sep String getCurrentParentElement concode_elem_sep Map<String,String> getMetadata concode_elem_sep boolean testExpression concode_elem_sep boolean testExpression concode_elem_s... |
String function ( String [ ] [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 16 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] [ 0 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . a... | builds a csv list from the specified string , separator string and quote string . all arguments are assumed to be non-null . uses only the first element in each subarray . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . no a... |
PooledConnection function ( ) { d ( "srini_string" ) ; if ( state == IDLE ) { state = BUSY ; ++ useCount ; return conn ; } return null ; } | if connectiondesc is idle , change its state to busy and return its connection . concode_field_sep byte EXPIRED concode_elem_sep byte BUSY concode_elem_sep PooledConnection conn concode_elem_sep long idleSince concode_elem_sep boolean debug concode_elem_sep byte state concode_elem_sep byte IDLE concode_elem_sep long us... |
void function ( @ ArquillianResource ( ErrorGeneratorServlet . class ) URL arg0 ) { URL loc0 = new URL ( arg0 + "srini_string" ) ; testURL ( loc0 , HttpURLConnection . HTTP_INTERNAL_ERROR , "srini_string" , "srini_string" ) ; } | test that the custom 500 error page is seen for an exception concode_field_sep Logger log concode_field_sep WebArchive errorDeployment concode_elem_sep WebArchive producerDeployment concode_elem_sep void test500Error concode_elem_sep void testURL concode_elem_sep void test404Error |
ClientResponse function ( String arg0 , Map < String , String > arg1 ) { return testPutWithHeaders ( arg0 , arg1 , null ) ; } | performs a put using the specified url and form data . concode_field_sep Client client concode_elem_sep String proxyDn concode_field_sep ClientResponse testDeleteWithHeaders concode_elem_sep ClientResponse testPost concode_elem_sep ClientResponse testPost concode_elem_sep ClientResponse testPost concode_elem_sep Client... |
void function ( ) { ctx . gateway ( ) . readUnlock ( ) ; } | ctx.gateway . readunlock concode_field_sep GridKernalContext ctx concode_elem_sep long serialVersionUID concode_field_sep void writeExternal concode_elem_sep Object readResolve concode_elem_sep IgniteFuture<R> callLocal concode_elem_sep IgniteFuture<?> runLocal concode_elem_sep Closeable runLocal concode_elem_sep Sched... |
String function ( ) { return REPO_RETRIEVE_URL ; } | can over overriden . concode_field_sep String USER_AGENT concode_elem_sep String REPO_RETRIEVE_URL concode_elem_sep String REPO_SEARCH_SERVICE_URL concode_elem_sep Charset UTF8 concode_elem_sep int MAX_SEARCH_RESULTS concode_elem_sep Logger LOGGER concode_field_sep void setUserName concode_elem_sep void setUserPassword... |
String function ( ) { return description ; } | gets the description . concode_field_sep String name concode_elem_sep String code concode_elem_sep String path concode_elem_sep Integer prog concode_elem_sep List biObjects concode_elem_sep String description concode_elem_sep Integer id concode_elem_sep Integer parentId concode_elem_sep Role[] execRoles concode_field_s... |
T function ( T arg0 ) { Session loc0 = getSessionFactory ( ) . getCurrentSession ( ) ; loc0 . update ( arg0 ) ; return arg0 ; } | updates the business object to database concode_field_sep Class<T> businessEntity concode_field_sep T find concode_elem_sep T find concode_elem_sep List<T> batchUpdate concode_elem_sep T save concode_elem_sep Session getOpenSession concode_elem_sep boolean delete concode_elem_sep List<T> findAll concode_elem_sep Sessio... |
Polygon function ( ) { return mapPolygon ; } | gets the polygon object that represents the time zone on the image map . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep String getMapCommandButtonId |
InitiateJobResult function ( String arg0 ) { this . location = arg0 ; return this ; } | the relative uri path of the job . returns a reference to this object so that method calls can be chained together . concode_field_sep String jobId concode_elem_sep String location concode_field_sep String getLocation concode_elem_sep void setJobId concode_elem_sep void setLocation concode_elem_sep String getJobId conc... |
String function ( ) { return myip . getHostName ( ) ; } | access method concode_field_sep InetAddress myip concode_elem_sep Float theSum concode_elem_sep ArrayList<String> keyWords concode_elem_sep String theEvent concode_elem_sep boolean IAmGauge concode_elem_sep String theDate concode_elem_sep boolean IAmCounter concode_elem_sep Float theGauge concode_elem_sep String timeNa... |
void function ( String arg0 ) { writeString ( arg0 , "srini_string" ) ; } | write a string to the list by encoding the characters in iso-latin1 concode_field_sep ListIterator<Byte> listIt concode_elem_sep List<Byte> storageList concode_elem_sep int position concode_elem_sep Logger log concode_field_sep void writeFloat concode_elem_sep double readDouble concode_elem_sep float readFloat concode_... |
ArrayList function ( ) { return checkedTimeZoneList ; } | gets arraylist of checkedtimezone objects . this list is populated by selectbooleancheckbox components in ui . concode_field_sep DateFormat currentFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep String GMT7DAYLIGHTLOCATION concode_elem_sep String GMT9DAYLIGHTLOCATION concode_elem_sep String GMT8D... |
TicketDefinition function ( final TicketCatalog arg0 , final String arg1 , final Class arg2 ) { if ( arg0 . contains ( arg1 ) ) { return arg0 . find ( arg1 ) ; } return new DefaultTicketDefinition ( arg2 , arg1 , Ordered . LOWEST_PRECEDENCE ) ; } | build ticket definition ticket . concode_field_sep PlaceHolder placeHolder concode_field_sep void registerTicketDefinition |
int function ( ) { String loc0 = readLine ( ) ; try { return Integer . parseInt ( loc0 ) ; } catch ( NumberFormatException loc1 ) { throw new IOException ( "srini_string" = "srini_string" ) ; } } | read an int from a line containing its decimal representation . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine concode_elem_sep void fillBu... |
ArrayList function ( ) { ArrayList loc0 = new ArrayList ( ) ; EscalationRuleDAO loc1 = new EscalationRuleDAO ( ) ; loc0 = ( ArrayList ) loc1 . findCallSource ( ) ; return loc0 ; } | this method is used to call a method of dao class to return a list of call source concode_field_sep PlaceHolder placeHolder concode_field_sep EscalationRuleVO viewEscalationRule concode_elem_sep List findSubSubCategory concode_elem_sep List searchEscalationRule concode_elem_sep boolean createEscalationRule concode_elem... |
void function ( OverlayChangeListener arg0 ) { ParamChecks . nullNotPermitted ( arg0 , "srini_string" ) ; this . changeListeners . remove ( OverlayChangeListener . class , arg0 ) ; } | deregisters an object for notification of changes to the overlay . concode_field_sep EventListenerList changeListeners concode_field_sep void notifyListeners concode_elem_sep void fireOverlayChanged concode_elem_sep void addChangeListener |
DateValue function ( DateValue arg0 , Weekday arg1 ) { DTBuilder loc0 = new DTBuilder ( arg0 ) ; loc0 . day += ( 7 - ( ( 7 + ( Weekday . valueOf ( arg0 ) . javaDayNum - arg1 . javaDayNum ) ) % 7 ) ) % 7 ; return loc0 . toDate ( ) ; } | the earliest day on or after d that falls on wkst . concode_field_sep PlaceHolder placeHolder concode_field_sep int countInPeriod concode_elem_sep int dayNumToDate concode_elem_sep void rollToNextWeekStart concode_elem_sep int[] uniquify concode_elem_sep int[] uniquify concode_elem_sep int invertWeekdayNum |
BeanDefinition function ( Element arg0 , ParserContext arg1 ) { return findParserForElement ( arg0 , arg1 ) . parse ( arg0 , arg1 ) ; } | parses the supplied element by delegating to the beandefinitionparser that isregistered for that element . concode_field_sep Map<String,BeanDefinitionDecorator> decorators concode_elem_sep Map<String,BeanDefinitionParser> parsers concode_elem_sep Map<String,BeanDefinitionDecorator> attributeDecorators concode_field_sep... |
void function ( WorkingListener arg0 ) { workingEventSupport_ . removeWorkingListener ( arg0 ) ; } | removes a working listener . concode_field_sep VObjectEventSupport objectEventSupport_ concode_elem_sep String valueInformation_ concode_elem_sep VSystemValue object_ concode_elem_sep SystemValue systemValue_ concode_elem_sep DateFormat dateFormat_ concode_elem_sep String copyright concode_elem_sep WorkingEventSupport ... |
void function ( ) { pdWindow = new PhaseDescriptionFrame ( this ) ; pdWindow . setVisible ( true ) ; } | displays the phase descriptionframe concode_field_sep SkipInputFrame siWindow concode_elem_sep WelcomeFrame welcomeWindow concode_elem_sep GameFrame gameWindow concode_elem_sep SettingsFrame settingsWindow concode_elem_sep PhaseDescriptionFrame pdWindow concode_elem_sep Language gameLang concode_elem_sep GameManager ma... |
boolean function ( final RasPoint arg0 ) { return ! equals ( arg0 ) ; } | method for testing inequality . this is the negation of the equals method . concode_field_sep String rcsid concode_elem_sep int dimensionality concode_elem_sep int streamInitCnt concode_elem_sep long[] points concode_field_sep RasPoint add concode_elem_sep long item concode_elem_sep RasPoint mult concode_elem_sep RasPo... |
ByteBuffer function ( ) { return buf . asReadOnlyBuffer ( ) ; } | retrieves a read-only version of this buffer . trying to manually prepare this buffer for writing is discouraged . if this buffer needs to be written , please use #getwritablebuffer . concode_field_sep Factory factory concode_elem_sep ByteBuffer buf concode_elem_sep int BUFFER_SIZE concode_elem_sep boolean direct conco... |
void function ( ConnectionListener arg0 ) { listeners . remove ( arg0 ) ; } | removes a previously registered connection listener from this server . once removed the specified listener will no longer be notified of events on this server . concode_field_sep Object ATTRIBUTEKEY_INPUTSTREAM concode_elem_sep OrderedThreadPoolExecutor eventExecutor concode_elem_sep Logger logger concode_elem_sep int ... |
int function ( ) { return mDataIndex ; } | the index of the data object - in case it refers to more than one concode_field_sep float mXPx concode_elem_sep int mDataIndex concode_elem_sep float mDrawX concode_elem_sep float mY concode_elem_sep float mYPx concode_elem_sep int mStackIndex concode_elem_sep float mDrawY concode_elem_sep YAxis.AxisDependency axis con... |
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; } | this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep Object parent concode_elem_sep List<JAXBElement<?>> nameOrCharsetOrFamily concode_field_sep Object getParent concode_elem_sep void setParent concode_elem_sep List<JAXBElement<?>> getNameOrCharsetOrFamily |
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; } | add information message to a specific client . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_... |
Network [ ] function ( ) { return networks ; } | retrieve the list of networks which are exported in this file . concode_field_sep Date date concode_elem_sep int recCount concode_elem_sep String server concode_elem_sep Network[] networks concode_elem_sep String user concode_elem_sep long serialVersionUID concode_field_sep String getServer concode_elem_sep String getU... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep ServiceTracker<CalendarService,CalendarService> _serviceTracker concode_field_sep com.liferay.calendar.model.Calendar fetchCalendar concode_elem_sep boolean isManageableFromGroup concode_elem_sep com.liferay.calendar.model.Calendar deleteCalendar concode_elem_sep ... |
String function ( ) { return culture ; } | gets the value of the culture property . concode_field_sep Object parent concode_elem_sep String culture concode_elem_sep String format concode_field_sep Object getParent concode_elem_sep void setFormat concode_elem_sep void afterUnmarshal concode_elem_sep void setCulture concode_elem_sep String getFormat concode_elem_... |
boolean function ( ) { return mSelectedCardPosition != INVALID_CARD_POSITION ; } | returns false if all the cards are in their initial position i.e. no card is selected returns true if the cardstacklayout has a card selected and allother cards are at the bottom of the screen . concode_field_sep int fullCardHeight concode_elem_sep CardStackLayout mParent concode_elem_sep float scaleFactorForElasticEff... |
void function ( Path arg0 ) { WatchKey loc0 = arg0 . register ( watcher , ENTRY_CREATE , ENTRY_DELETE , ENTRY_MODIFY ) ; count ++ ; if ( trace ) System . out . format ( "srini_string" , arg0 ) ; } | register the given directory with the watchservice concode_field_sep WatchService watcher concode_elem_sep boolean trace concode_elem_sep int count concode_elem_sep boolean recursive concode_field_sep WatchEvent<T> cast concode_elem_sep void registerAll concode_elem_sep void processEvents concode_elem_sep void usage co... |
void function ( ) { Thread loc0 = threadVar . get ( ) ; if ( loc0 != null ) { loc0 . interrupt ( ) ; } threadVar . clear ( ) ; } | a new method that interrupts the worker thread . call this method to force the worker to stop what it 's doing . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Object get... |
void function ( ServiceObject arg0 ) { this . serviceObject = arg0 ; } | sets the service object . concode_field_sep ServiceObject serviceObject concode_elem_sep ChangeType changeType concode_elem_sep ServiceId id concode_field_sep ServiceId createId concode_elem_sep void setId concode_elem_sep ServiceObject getServiceObject concode_elem_sep ServiceId getId concode_elem_sep ChangeType getCh... |
SVGPoint function ( Event arg0 ) { return SVGUtil . elementCoordinatesFromEvent ( this . svgp . getDocument ( ) , this . coordref , arg0 ) ; } | return the event coordinates for this event . concode_field_sep DragListener listener concode_elem_sep SVGPoint startDragPoint concode_elem_sep Element coordref concode_elem_sep SVGPlot svgp concode_elem_sep Element element concode_field_sep void disableStop concode_elem_sep boolean endDrag concode_elem_sep boolean end... |
int function ( ) { return this . name . hashCode ( ) ; } | returns a hash code value for the object . concode_field_sep DomainOrder NONE concode_elem_sep DomainOrder ASCENDING concode_elem_sep String name concode_elem_sep DomainOrder DESCENDING concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep boolean equals concode_elem_sep String to... |
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; } | a states name must not be empty . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_se... |
AsymmetricKeyParameter function ( InputStream arg0 ) { return createKey ( PrivateKeyInfo . getInstance ( new ASN1InputStream ( arg0 ) . readObject ( ) ) ) ; } | create a private key parameter from a pkcs8 privatekeyinfo encoding read from a stream . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( int arg0 ) { queue . offer ( arg0 ) ; } | record a hit . concode_field_sep Queue<Integer> queue concode_field_sep int getHits |
float function ( int arg0 , int arg1 ) { return getElem ( arg0 , arg1 ) ; } | returns an element from a particular data bank , converted to a float . the offset specified in the constructor is added to i before accessing the underlying data array . concode_field_sep int banks concode_elem_sep int TYPE_BYTE concode_elem_sep int TYPE_FLOAT concode_elem_sep int offset concode_elem_sep int size conc... |
void function ( AfsReplyType arg0 ) { this . afsReply = arg0 ; } | sets the value of the afsreply property . concode_field_sep List<String> missingFields concode_elem_sep AfsReplyType afsReply concode_elem_sep List<String> invalidFields concode_elem_sep String decision concode_elem_sep String requestId concode_elem_sep long serialVersionUID concode_elem_sep String statusMessage concod... |
void function ( List < String > arg0 , File arg1 , File arg2 , String arg3 , Format arg4 , CoordinateReferenceSystem arg5 ) { } | invoked by convert before the command is actually run , but after the options specified in the format configuration have been added to the arguments list . default implementation does nothing at all . may be implemented by subclasses to append additional arguments to cmd . concode_field_sep Map<String,String> environme... |
void function ( String arg0 ) { this . password = arg0 ; } | sets the password to use for connecting to the database concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_el... |
Enumeration < URL > function ( ClassLoader arg0 , String arg1 ) { return ( Enumeration < URL > ) invoke ( FIND_RESOURCES , IOException . class , arg0 , arg1 ) ; } | calls classloader #findresources . concode_field_sep Method GET_CLASS_LOADING_LOCK concode_elem_sep Method FIND_RESOURCE concode_elem_sep Method FIND_RESOURCES concode_elem_sep Method FIND_CLASS concode_elem_sep Method FIND_LOADED_CLASS concode_field_sep URL _findResource concode_elem_sep URL findResource concode_elem_... |
void function ( CamelContext arg0 ) { CONTEXTS . remove ( arg0 ) ; } | called by camel when a camelcontext is being stopped . concode_field_sep Container container concode_elem_sep Logger LOG concode_elem_sep Set<CamelContext> CONTEXTS concode_field_sep void set concode_elem_sep Container get concode_elem_sep void manageCamelContext concode_elem_sep void manage concode_elem_sep void manag... |
int function ( ) { return this . status ; } | get editing status of this file . concode_field_sep int RUNNING concode_elem_sep File systemFile concode_elem_sep int RUNNABLE concode_elem_sep int EDITED concode_elem_sep int TERMINATED concode_elem_sep boolean systemEdited concode_elem_sep int NO_FILE concode_elem_sep File file concode_elem_sep int NEW_EDITED concode... |
void function ( XmlPullParser arg0 , HashMap < KmlPlacemark , Object > arg1 ) { arg1 . put ( KmlFeatureParser . createPlacemark ( arg0 ) , null ) ; } | creates a new placemark object and assigns specific elements read from the xmlpullparser to the placemark and stores this into the given container . concode_field_sep String GROUND_OVERLAY concode_elem_sep String PROPERTY_REGEX concode_elem_sep String STYLE concode_elem_sep String EXTENDED_DATA concode_elem_sep String ... |
boolean function ( ) { return startingMilestoneName != null && ! startingMilestoneName . isEmpty ( ) ; } | returns whether the starting milestone has been specified for the enrollment . concode_field_sep String scheduleName concode_elem_sep Map<String,String> metadata concode_elem_sep Time enrollmentTime concode_elem_sep Time referenceTime concode_elem_sep String startingMilestoneName concode_elem_sep LocalDate enrollmentDa... |
int function ( ) { char loc0 = next ( ) ; if ( ( loc0 & 0xc0 ) != 0x80 ) throw invalidUtf8 ( ) ; return loc0 & 0x3f ; } | reads the next byte of a multi-byte utf-8 character and returns its contents lower 6 bits . throws a generatorerror if the byte is not a valid tail . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep Thread... |
void function ( ClassGenerator arg0 , MethodGenerator arg1 ) { ErrorMsg loc0 = new ErrorMsg ( ErrorMsg . DATA_CONVERSION_ERR , "srini_string" + toString ( ) + "srini_string" , toString ( ) ) ; arg0 . getParser ( ) . reportError ( Constants . FATAL , loc0 ) ; } | translates an object of this type to its unboxed representation . concode_field_sep Type ObjectString concode_elem_sep Type String concode_elem_sep Type ResultTree concode_elem_sep Type Element concode_elem_sep Type Comment concode_elem_sep Type Node concode_elem_sep Type Int concode_elem_sep Type Root concode_elem_sep... |
T function ( T arg0 , boolean arg1 , Object arg2 ) { if ( ! arg1 ) { throw new IllegalArgumentException ( String . valueOf ( arg2 ) + "srini_string" + arg0 ) ; } return arg0 ; } | check an argument for false conditions concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
int function ( ) { return m_mode ; } | returns the mode . concode_field_sep long serialVersionUID concode_elem_sep int m_mode concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString |
BaseAdapterHelper function ( Context arg0 , View arg1 , ViewGroup arg2 , int arg3 ) { return get ( arg0 , arg1 , arg2 , arg3 , - 1 ) ; } | this method is the only entry point to get a baseadapterhelper . concode_field_sep Context context concode_elem_sep int position concode_elem_sep View convertView concode_elem_sep SparseArray<View> views concode_field_sep BaseAdapterHelper setImageUrl concode_elem_sep BaseAdapterHelper setImageBitmap concode_elem_sep B... |
void function ( int arg0 , int arg1 , int arg2 ) { if ( arg1 == - 1 ) { hashTable [ arg0 ] = linkTable [ arg2 ] ; } else { linkTable [ arg1 ] = linkTable [ arg2 ] ; } linkTable [ arg2 ] = reclaimedNodePointer ; reclaimedNodePointer = arg2 ; elementCount -- ; } | unlink a node from a linked list and link into the reclaimed list . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer conc... |
void function ( DropEvent arg0 ) { Drop loc0 = arg0 . getDrop ( ) ; throw new ConsumerException ( loc0 . getDefaultMessage ( ) , loc0 ) ; } | terminates a running consumer by throwing an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep void consumerStopped concode_elem_sep void intervalBegan concode_elem_sep void errorEncountered concode_elem_sep void processStateChanged concode_elem_sep void consumerStarted concode_elem_sep void dataR... |
Type function ( ) { return type ; } | get the type of the local variable . concode_field_sep String name concode_elem_sep int index concode_elem_sep Type type concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String name concode_elem_sep int index concode_elem_sep String toString |
String function ( ) { int loc0 = m_str . indexOf ( "srini_string" , m_last ) ; String loc1 ; if ( loc0 == - 1 ) { loc1 = m_str . substring ( m_last ) ; m_last = m_str . length ( ) ; } else { loc1 = m_str . substring ( m_last , loc0 ) ; m_last = loc0 + 2 ; } return loc1 ; } | returns the next token . concode_field_sep String m_str concode_elem_sep int m_accessDenied concode_elem_sep int m_last concode_elem_sep String m_resourceId concode_elem_sep int m_accessFlags concode_elem_sep int m_accessAllowed concode_elem_sep long serialVersionUID concode_elem_sep String m_principalId concode_field_... |
void function ( final String arg0 ) { File loc0 = new File ( arg0 ) ; if ( ! loc0 . exists ( ) ) { boolean loc1 = loc0 . mkdirs ( ) ; if ( ! loc1 ) { LOG . error ( "srini_string" + arg0 ) ; } } _tempDirectory = arg0 ; } | creates the temporal directory if it does n't exist and set the path concode_field_sep Log LOG concode_elem_sep String DOC_PREFIX concode_elem_sep String _name concode_elem_sep String _fileExtension concode_elem_sep String _content concode_elem_sep String _tempDirectory concode_elem_sep String _MIMEType concode_field_s... |
int function ( ) { return index ; } | returns column index to sort concode_field_sep String preferenceKey concode_elem_sep String SEPARATOR concode_elem_sep int index concode_elem_sep int DEFAULT_INDEX concode_elem_sep boolean ascending concode_elem_sep long serialVersionUID concode_field_sep String getPreferenceKey concode_elem_sep void setAscending conco... |
Route function ( ) { return postponedRoutes . remove ( 0 ) ; } | returns the next postponed route to try . concode_field_sep Address address concode_elem_sep Proxy lastProxy concode_elem_sep int nextProxyIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int nextInetSocketAddressIndex concode_elem_sep RouteDatabase routeDatabase concode_elem_sep List<Proxy> proxies ... |
void function ( final int arg0 ) { timeout = arg0 ; } | set the timeout before willing to abort an io call . concode_field_sep AtomicBoolean run concode_elem_sep Executor acceptThreadPool concode_elem_sep int DEFAULT_PORT concode_elem_sep int BACKLOG concode_elem_sep ServerSocket listenSock concode_elem_sep RepositoryResolver<DaemonClient> repositoryResolver concode_elem_se... |
void function ( Frame arg0 , String arg1 , File arg2 , Callback arg3 ) { selectImpl ( arg0 , arg1 , arg2 , arg3 , FileDialog . LOAD ) ; } | open a platform-specific file chooser dialog to select a file for input . after the selection is made , the selected file will be passed to the ` callback ' function . if the dialog is closed or canceled , null will be sent to the function , so that the program is not waiting for additional input . the callback is nece... |
void function ( BufferedImage arg0 , String arg1 , OutputStream arg2 , float arg3 , boolean arg4 ) { ImageEncoder loc0 = ImageEncoderFactory . newInstance ( arg1 , arg3 , arg4 ) ; loc0 . encode ( arg0 , arg2 ) ; } | encode the image in a specific format and write it to an outputstream . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep byte[] encode |
Client function ( ClientType arg0 , String arg1 , UserCredentials arg2 , SSLOptions arg3 , Options arg4 ) { String [ ] loc0 = { arg1 } ; return createClient ( arg0 , loc0 , arg2 , arg3 , arg4 ) ; } | returns an instance of a default client of the specified type with one dir address . concode_field_sep ClientType defaultType concode_field_sep AdminClient createAdminClient concode_elem_sep AdminClient createAdminClient concode_elem_sep AdminClient createAdminClient concode_elem_sep AdminClient createAdminClient |
boolean function ( ) { if ( executeCmd ( "srini_string" + cameraPwd + "srini_string" ) == null ) { return false ; } return true ; } | sets capture mode to photo . concode_field_sep String cameraPwd concode_field_sep ArrayList<Integer> executeCmd concode_elem_sep boolean setTimelapse concode_elem_sep String getFirmware concode_elem_sep String getMediaList concode_elem_sep void stop concode_elem_sep void shutter concode_elem_sep String loadCameraPwd co... |
int function ( ) { return this . _step ; } | returns the value of field ` step ' . the field ` step ' has the following description : step size for the rrd concode_field_sep boolean _has_step concode_elem_sep java.util.List<java.lang.String> _rraList concode_elem_sep int _step concode_field_sep java.lang.String getRra concode_elem_sep java.lang.String[] getRra co... |
InetSocketAddress function ( ) { int loc0 = calculatePort ( ) ; return new InetSocketAddress ( getAddress ( ) , loc0 ) ; } | get the socket address . concode_field_sep boolean isFixedPort concode_elem_sep int port concode_elem_sep List<ClientMapping> clientMappings concode_elem_sep NetworkInterfaceBinding networkInterface concode_elem_sep InetAddress multicastAddress concode_elem_sep ServiceName JBOSS_BINDING_NAME concode_elem_sep String nam... |
Map < String , UiFilter > function ( ) { return sheetFilters ; } | get the sheet filters . concode_field_sep UiFilter popupFilter concode_elem_sep UiFilter productFilter concode_elem_sep Map<String,UiFilter> sheetFilters concode_field_sep UiFilter getPopupFilter concode_elem_sep UiFilter getFilter concode_elem_sep void setPopupFilter concode_elem_sep UiFilter getProductFilter concode_... |
ValueBuilder function ( Object arg0 ) { Expression loc0 = ExpressionBuilder . prepend ( expression , asExpression ( arg0 ) ) ; return onNewValueBuilder ( loc0 ) ; } | prepends the string evaluation of this expression with the given value concode_field_sep boolean not concode_elem_sep Expression expression concode_field_sep ValueBuilder onNewValueBuilder concode_elem_sep ValueBuilder tokenize concode_elem_sep ValueBuilder tokenize concode_elem_sep Predicate not concode_elem_sep Value... |
ConfigTreeModuleNode [ ] function ( ) { final ConfigTreeModuleNode [ ] loc0 = localNodes . toArray ( new ConfigTreeModuleNode [ localNodes . size ( ) ] ) ; Arrays . sort ( loc0 , new ConfigTreeModuleNodeComparator ( ) ) ; return loc0 ; } | returns all local nodes . you have to initialize the factory before using this method . concode_field_sep HashMap<String,ConfigDescriptionEntry> configEntryLookup concode_elem_sep ArrayList<ConfigTreeModuleNode> localNodes concode_elem_sep Log logger concode_elem_sep Messages messages concode_elem_sep ArrayList<ConfigT... |
LibCommMessage . History function ( ) { return new LibCommMessage . History ( ) ; } | create an instance of libcommmessage.history concode_field_sep PlaceHolder placeHolder concode_field_sep LibCommMessage.Payload createLibCommMessagePayload concode_elem_sep LibCommMessage createLibCommMessage concode_elem_sep LibCommMessage.Watchers createLibCommMessageWatchers concode_elem_sep LibCommMessage.History.E... |
ConfigurationBuilder function ( Level arg0 ) { instance . addToInactiveLevels ( arg0 ) ; return this ; } | deactivate a level from the output . use this after adding all of your outputters . concode_field_sep WriteForwardConfiguration instance concode_field_sep ConfigurationBuilder isSlow concode_elem_sep ConfigurationBuilder numberOfStackFrames concode_elem_sep ConfigurationBuilder withActiveLevel concode_elem_sep void com... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<ShoppingCartLocalService,ShoppingCartLocalService> _serviceTracker concode_field_sep com.liferay.shopping.model.ShoppingCart fetchShoppingCart concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.... |
void function ( ) { assert this . cyclicBarrierSignalingSocket . isConnected ( ) ; this . cyclicBarrierSignalingSocket . close ( ) ; assert this . cyclicBarrierSignalingSocket . isClosed ( ) ; } | closing the connection with the central distributed cyclic barrier . contract pre this.cyclicbarriersignalingsocket.isconnected post this.cyclicbarriersignalingsocket.isclosed concode_field_sep BufferedReader cyclicBarrierBR concode_elem_sep String hostname concode_elem_sep String jvmURI concode_elem_sep PrintStream cy... |
void function ( final Path arg0 , final String arg1 ) { dfs . setStoragePolicy ( arg0 , arg1 ) ; } | set the source path to the specified storage policy . concode_field_sep DistributedFileSystem dfs concode_field_sep void setSpaceQuota concode_elem_sep void removeCachePool concode_elem_sep void allowSnapshot concode_elem_sep void createEncryptionZone concode_elem_sep void removeCacheDirective concode_elem_sep void cle... |
Date function ( ) { return this . created ; } | getter for created concode_field_sep Long maxMembers concode_elem_sep Long maxFlex concode_elem_sep Org org concode_elem_sep Date created concode_elem_sep Date modified concode_elem_sep long serialVersionUID concode_elem_sep Long currentMembers concode_elem_sep Long currentFlex concode_elem_sep ChannelFamily channelFam... |
boolean function ( Object arg0 ) { return ( this == arg0 ) ; } | instances of this class compare by identity . that is , x.equals y is only true if x == y . concode_field_sep RegisterSpec result concode_elem_sep RegisterSpecList sources concode_elem_sep SourcePosition position concode_elem_sep Rop opcode concode_field_sep String toHumanWithInline concode_elem_sep Insn withRegisterOf... |
void function ( Object [ ] arg0 , Object [ ] arg1 , Object arg2 , int arg3 , int arg4 ) { int loc0 ; for ( loc0 = 0 ; loc0 < arg3 ; loc0 ++ ) { arg1 [ loc0 ] = arg0 [ loc0 ] ; } if ( loc0 == arg1 . length ) { return ; } if ( arg4 < 0 ) { loc0 ++ ; } else { arg1 [ loc0 ] = arg2 ; } for ( ; loc0 < arg0 . length ; loc0 ++... | copies elements of source to dest . if adjust is -1 the element at colindex is not copied . if adjust is +1 that element is filled with the object addition . all the rest of the elements in source are shifted left or right accordingly when they are copied . no checks are perfomed on array sizes and an exception is thro... |
String function ( int arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < eigenValues . length ; loc1 ++ ) { loc0 . append ( eigenVectors . getElement ( arg0 , loc1 ) ) ; loc0 . append ( "srini_string" ) ; } return loc0 . toString ( ) ; } | constructs the string object of eigenvector-entries in the row specified for writing operation . concode_field_sep SimpleVector consensus concode_elem_sep String filename concode_elem_sep SimpleMatrix connectivity concode_elem_sep SimpleMatrix eigenVectors concode_elem_sep int pointDimension concode_elem_sep double[] e... |
ListJobsResult function ( Job ... arg0 ) { if ( this . jobs == null ) { setJobs ( new java . util . ArrayList < Job > ( arg0 . length ) ) ; } for ( Job loc0 : arg0 ) { this . jobs . add ( loc0 ) ; } return this ; } | information about the jobs . note : this method appends the values to the existing list if any . use #setjobs java.util.collection or #withjobs java.util.collection if you want to override theexisting values . concode_field_sep String nextToken concode_elem_sep java.util.List<Job> jobs concode_field_sep void setJobs co... |
ParameterValueManager function ( ) { return this . parameterValueManager ; } | gets the parameter value manager . concode_field_sep CodegenManager codegenManager concode_elem_sep Set<String> operatorDefinitionIds concode_elem_sep ParameterValueManager parameterValueManager concode_elem_sep Map<String,SDFGraph> dags2sdfs concode_elem_sep String scenarioURL concode_elem_sep VariablesManager variabl... |
void function ( BigInteger arg0 ) { this . depositAmount = arg0 ; } | sets the value of the depositamount property . concode_field_sep BigInteger depositAmount concode_elem_sep BigDecimal applicationFee concode_elem_sep BigDecimal activationFee concode_elem_sep BigDecimal firstMonthCharge concode_elem_sep BigDecimal monthlyCharge concode_elem_sep BigDecimal calculatedTaxes concode_elem_s... |
long function ( ) { return value ; } | gets the value of the value property . concode_field_sep Map<QName,String> otherAttributes concode_elem_sep long value concode_field_sep void setValue concode_elem_sep Map<QName,String> getOtherAttributes |
long function ( ) { long loc0 = System . nanoTime ( ) / 1000000 ; long loc1 = loc0 - realLastTimestamp ; realLastTimestamp = loc0 ; return loc1 ; } | utility method for calculating & synchronizing transmitted timestamp deltas concode_field_sep byte RTMP_VIDEO_CHANNEL concode_elem_sep RtmpHeader prevHeaderTx concode_elem_sep RtmpHeader prevHeaderRx concode_elem_sep ByteArrayOutputStream baos concode_elem_sep byte RTMP_STREAM_CHANNEL concode_elem_sep byte RTMP_COMMAND... |
void function ( Node arg0 ) { this . node = arg0 ; } | accepts the node and updates the present node with incoming node concode_field_sep Node node concode_field_sep Node createNode concode_elem_sep Node insertIntoTree concode_elem_sep Node getNode |
void function ( ) { mFlags . remove ( FLAG_UP ) ; mFlags . add ( FLAG_DOWN ) ; } | set flags to mark interface as down . concode_field_sep String FLAG_DOWN concode_elem_sep LinkAddress mAddr concode_elem_sep Creator<InterfaceConfiguration> CREATOR concode_elem_sep HashSet<String> mFlags concode_elem_sep String mHwAddr concode_elem_sep String FLAG_UP concode_field_sep void clearFlag concode_elem_sep b... |
boolean function ( int arg0 , int arg1 ) { return this . terminalPositions . contains ( new IntPair ( arg0 , arg1 ) ) ; } | returns true if a position is marked as a terminal position ; false otherwise . concode_field_sep int x concode_elem_sep int y concode_elem_sep Set<IntPair> terminalPositions concode_field_sep int hashCode concode_elem_sep void markAsTerminalPosition concode_elem_sep boolean equals concode_elem_sep void unmarkTerminalP... |
int [ ] function ( ) { int loc0 = is_ . read ( ) ; pos_ ++ ; return _readValueIntArray ( loc0 ) ; } | also returns correctly if the data is of type uint8 or uint16 array concode_field_sep ThreadLocal<byte[]> buf_byte_ concode_elem_sep InputStream is_ concode_elem_sep int[] SUPPORTED_TYPE_MAP concode_elem_sep ThreadLocal<char[]> buf_char_ concode_elem_sep int pos_ concode_field_sep BintexReader reuse concode_elem_sep in... |
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start |
long function ( ) { return courseId ; } | gets the course id of this course . concode_field_sep String courseName concode_elem_sep String description concode_elem_sep long courseId concode_elem_sep Set<Student> students concode_field_sep void setCourseName concode_elem_sep Set getStudents concode_elem_sep void setCourseId concode_elem_sep String clear concode_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.