code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( ) { if ( mValue . length == 2 ) { return Integer . toString ( toInt ( ) ) ; } if ( mValue . length == 16 ) { return toUuid ( ) . toString ( ) ; } return toHexString ( ) ; } | represents the value as a string . the output varies based on the length of the value . when the value is 2 bytes long : decimal , for example 6536 when the value is 16 bytes long : uuid , for example 2f234454-cf6d-4a0f-adf2-f4911ba9ffa6 else : hexadecimal prefixed with 0x , for example 0x0012ab concode_field_sep Patte... |
PlayerDetails function ( String arg0 , String arg1 , String arg2 ) { return new PlayerDetails ( arg0 , arg1 , arg2 ) ; } | factory for creating new objects . concode_field_sep String emailAddress concode_elem_sep String phoneNumber concode_elem_sep String bankAccountNumber concode_field_sep String getBankAccount concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getEmail concode_elem_sep String getPhoneNu... |
Type function ( ) { return type ; } | returns the type represented by this type node . concode_field_sep boolean DEBUG concode_elem_sep int id concode_elem_sep Type type concode_field_sep boolean hasAncestor_2 concode_elem_sep TypeNode gcd_2 concode_elem_sep TypeNode gcd_1 concode_elem_sep String toString concode_elem_sep int id concode_elem_sep TypeNode l... |
void function ( String arg0 , String arg1 ) { if ( ! shuffleSecretMap . contains ( arg0 ) ) { shuffleSecretMap . put ( arg0 , arg1 ) ; logger . info ( "srini_string" , arg0 ) ; } else { logger . debug ( "srini_string" , arg0 ) ; } } | register an application with its secret . executors need to first authenticate themselves with the same secret before fetching shuffle files written by other executors in this application . concode_field_sep ConcurrentHashMap<String,String> shuffleSecretMap concode_elem_sep Logger logger concode_elem_sep String SPARK_S... |
void function ( Date arg0 ) { _memberRequest . setCreateDate ( arg0 ) ; } | sets the create date of this member request . concode_field_sep MemberRequest _memberRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concod... |
String function ( ) { if ( datum . getJobQueueName ( ) != null ) { return datum . getJobQueueName ( ) . toString ( ) ; } return null ; } | get the job queue name concode_field_sep JobSubmitted datum concode_field_sep JobID getJobId concode_elem_sep String getWorkflowNodeName concode_elem_sep String getJobName concode_elem_sep long getSubmitTime concode_elem_sep String getWorkflowName concode_elem_sep EventType getEventType concode_elem_sep Object getDatum... |
String function ( String arg0 , String arg1 , int arg2 ) { return match ( arg0 , arg1 , arg2 , false ) ; } | match content concode_field_sep PlaceHolder placeHolder concode_field_sep String matchCount concode_elem_sep String matchCount concode_elem_sep boolean isMatch concode_elem_sep boolean isMatch |
void function ( FilterConfig arg0 ) { ALLOWED_HTTP_METHODS . add ( "srini_string" ) ; ALLOWED_HTTP_METHODS . add ( "srini_string" ) ; ALLOWED_HTTP_METHODS . add ( "srini_string" ) ; ALLOWED_HTTP_METHODS . add ( "srini_string" ) ; ALLOWED_HTTP_METHODS . add ( "srini_string" ) ; } | called by the web container to indicate to a filter that it is being placed into service . the servlet container calls the init method exactly once after instantiating the filter . the init method must complete successfully before the filter is asked to do any filtering work . the web container can not place the filter... |
void function ( Object arg0 ) { Object loc0 = k2v . get ( arg0 ) ; if ( loc0 != null ) { k2v . remove ( arg0 ) ; v2k . remove ( loc0 ) ; } } | remove the key-value pair by key concode_field_sep Map k2v concode_elem_sep Map v2k concode_elem_sep long serialVersionUID concode_field_sep Object getKey concode_elem_sep int size concode_elem_sep boolean containsKey concode_elem_sep Object[] keys concode_elem_sep Object get concode_elem_sep void put concode_elem_sep ... |
String function ( ) { return this . name ; } | the name of the queue . concode_field_sep String name concode_elem_sep String uRL concode_field_sep void setName concode_elem_sep String getURL concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Queue clone concode_elem_sep String toString concode_elem_sep Queue withName concode_elem_sep Que... |
int function ( ) { return pointIndexOffset ; } | returns the index offset in the face array of the point component within a vertex . concode_field_sep int pointIndexOffset concode_elem_sep int POINT_ELEMENT_SIZE concode_elem_sep VertexFormat POINT_TEXCOORD concode_elem_sep String name concode_elem_sep VertexFormat POINT_NORMAL_TEXCOORD concode_elem_sep int normalInde... |
List < CompetitionNodeResult > function ( ) { return nodeResults ; } | gets node-level competition results concode_field_sep double millisPerHit concode_elem_sep long totalQueries concode_elem_sep long totalTime concode_elem_sep List<CompetitionNodeResult> nodeResults concode_elem_sep XContentBuilderString NODES concode_elem_sep XContentBuilderString STD_DEV concode_elem_sep double stdDev... |
int function ( ) { float loc0 = ( float ) getNrOfElements ( ) / getPageSize ( ) ; return ( int ) ( ( loc0 > ( int ) loc0 || loc0 == 0.0 ) ? loc0 + 1 : loc0 ) ; } | return the number of pages for the current source list . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPages concode_el... |
int function ( ) { return contigIndex ; } | gets the 0-based index of this contig in the source file from which it came . concode_field_sep byte[] bases concode_elem_sep int contigIndex concode_elem_sep String name concode_elem_sep int length concode_field_sep String getName concode_elem_sep int length concode_elem_sep String toString concode_elem_sep byte[] get... |
void function ( TreeModelEvent arg0 ) { for ( TreeModelListener loc0 : get ( ) ) { loc0 . treeStructureChanged ( arg0 ) ; } } | notifies all added listeners that a tree hierarchy was changed . concode_field_sep boolean myDequeEmpty concode_elem_sep TreeModelListener[] EMPTY_ARRAY concode_elem_sep ArrayDeque<TreeModelListener> myDeque concode_field_sep void add concode_elem_sep void treeNodesRemoved concode_elem_sep void treeNodesChanged concode... |
void function ( double arg0 , double arg1 ) { if ( getScalingEnabled ( ) ) { m_xScale = arg0 ; m_yScale = arg1 ; } else { m_xScale = 1.0 ; m_yScale = 1.0 ; } if ( DEBUG ) System . err . println ( "srini_string" + m_xScale + "srini_string" + m_yScale ) ; } | sets the scale factor - is ignored since we always create a screenshot ! concode_field_sep File outputFile concode_elem_sep double m_xScale concode_elem_sep JComponent component concode_elem_sep boolean m_ScalingEnabled concode_elem_sep int m_CustomHeight concode_elem_sep int m_CustomWidth concode_elem_sep boolean DEBU... |
Class < ? > function ( ) { return Grade . class ; } | return the type of this class . useful for when dealing with proxies . concode_field_sep Set<Module> modules concode_elem_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep long serialVersionUID concode_elem_sep Integer hashCode concode_elem_sep Integer grade concode_elem_sep Set<Classroom> classrooms concode_... |
Vector3f function ( ) { return direction ; } | returns the light direction used for this processor concode_field_sep boolean noOccluders concode_elem_sep ViewPort viewPort concode_elem_sep Camera shadowCam concode_elem_sep Material postshadowMat concode_elem_sep GeometryList lightReceivers concode_elem_sep Material preshadowMat concode_elem_sep Vector3f direction c... |
double function ( MapNode arg0 , MapNode arg1 ) { return arg0 . getLocation ( ) . distance ( arg1 . getLocation ( ) ) ; } | returns the euclidean distance between the two map nodes concode_field_sep Double INFINITY concode_elem_sep DistanceMap distances concode_elem_sep int[] okMapNodes concode_elem_sep Set<MapNode> visited concode_elem_sep Map<MapNode,MapNode> prevNodes concode_elem_sep Queue<MapNode> unvisited concode_elem_sep HashMap<Map... |
int function ( final InputStream arg0 , final OutputStream arg1 ) { try { return copy ( arg0 , arg1 ) ; } finally { IOUtils . closeQuietly ( arg0 ) ; IOUtils . closeQuietly ( arg1 ) ; } } | writes the input stream to the output stream . input is done without a reader object , meaning that the input is copied in its raw form . after it is copied it will close the streams . concode_field_sep PlaceHolder placeHolder concode_field_sep void loadFromXml concode_elem_sep String readString concode_elem_sep String... |
void function ( String [ ] arg0 ) { Mammoth loc0 = new Mammoth ( ) ; loc0 . observe ( ) ; loc0 . timePasses ( ) ; loc0 . observe ( ) ; loc0 . timePasses ( ) ; loc0 . observe ( ) ; } | program entry point concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
By function ( String arg0 ) { return css ( "srini_string" , arg0 ) ; } | link href selector . concode_field_sep PlaceHolder placeHolder concode_field_sep By parent concode_elem_sep By css concode_elem_sep By ancestor concode_elem_sep By link concode_elem_sep By tagName concode_elem_sep String fieldXPath concode_elem_sep By url concode_elem_sep By button concode_elem_sep By path concode_elem... |
boolean function ( ) { try { while ( readStream . available ( ) > 0 ) { readBlock ( ) ; if ( readBuffer [ 0 ] != 0 ) { return true ; } } } catch ( EOFException loc0 ) { } close ( ) ; return false ; } | readblock and readnextheaderblock are the methods that users of this class should use to read header blocks from the tar file . readnextheaderblock continues working through the tar file from the current point until it finds a block with a non-0 first byte . concode_field_sep byte[] readBuffer concode_elem_sep long byt... |
CreateInternetGatewayResult function ( InternetGateway arg0 ) { setInternetGateway ( arg0 ) ; return this ; } | information about the internet gateway . concode_field_sep InternetGateway internetGateway concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateInternetGatewayResult clone concode_elem_sep String toString concode_elem_sep void setInternetGateway concode_elem_sep InternetGateway getInter... |
void function ( String arg0 ) { this . request . removeAttribute ( arg0 ) ; } | the default behavior of this method is to call removeattribute string name on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep String getRemoteAddr concode_elem_sep ServletContext getServletContext concode_elem_sep... |
Set < Set < T >> function ( ) { Tarjan < T > loc0 = new Tarjan < T > ( this ) ; return loc0 . findStronglyConnectedComponents ( ) ; } | implementation of http://en.wikipedia.org/wiki/tarjan%e2%80%99s_strongly_connected_components_algorithm used to find cycles in the graph . concode_field_sep Set<T> nodes concode_elem_sep Map<S,Integer> lowlinks concode_elem_sep Map<S,Integer> indexes concode_elem_sep HashMultimap<T,T> incomingEdges concode_elem_sep int... |
void function ( boolean arg0 ) { this . feedbackShowQuestion = arg0 ; } | show question feedback ? concode_field_sep boolean feedbackShowStudentScore concode_elem_sep String keywords concode_elem_sep boolean feedbackShowGraderComment concode_elem_sep boolean collectSectionMetadata concode_elem_sep boolean displayNumberingContinuous concode_elem_sep boolean feedbackShowQuestion concode_elem_s... |
EventSubscription function ( InspectorEvent arg0 ) { setEvent ( arg0 ) ; return this ; } | the event for which amazon simple notification service sns notifications are sent . concode_field_sep java.util.Date subscribedAt concode_elem_sep String event concode_field_sep String getEvent concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep EventSubscription clone concode_elem_sep void s... |
void function ( Iterator arg0 , Comparator arg1 ) { m_tuples . clear ( ) ; m_cmp = arg1 ; while ( arg0 . hasNext ( ) ) { Tuple loc0 = ( Tuple ) arg0 . next ( ) ; m_tuples . add ( loc0 ) ; } Collections . sort ( m_tuples , m_cmp ) ; m_iter = m_tuples . iterator ( ) ; } | initialize this iterator for the given source iterator and comparator . concode_field_sep Iterator m_iter concode_elem_sep Comparator m_cmp concode_elem_sep ArrayList m_tuples concode_field_sep Object next concode_elem_sep boolean hasNext concode_elem_sep void remove |
IndexPartitionCause function ( ResourceManager arg0 ) { return new IndexPartitionCause ( IndexPartitionCause . CauseEnum . Join , arg0 . getSynchronousOverflowCount ( ) , arg0 . getLiveJournal ( ) . getLastCommitTime ( ) ) ; } | factory for causeenum #join . concode_field_sep long lastCommitTime concode_elem_sep byte code concode_elem_sep byte VERSION concode_elem_sep long serialVersionUID concode_elem_sep IndexPartitionCause.CauseEnum cause concode_elem_sep byte VERSION0 concode_elem_sep long synchronousOverflowCounter concode_field_sep void ... |
void function ( java . lang . String arg0 ) { _vdocDORel . setOrgId ( arg0 ) ; } | sets the org id of this vdoc d o rel . concode_field_sep vdocDORel _vdocDORel concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep java.lang.String getOrgId concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getEx... |
void function ( Statement arg0 ) { this . statement = arg0 ; } | sets the value of the statement property . concode_field_sep UserTeamAssociationAction userTeamAssociationAction concode_elem_sep Statement statement concode_field_sep void setUserTeamAssociationAction concode_elem_sep UserTeamAssociationAction getUserTeamAssociationAction concode_elem_sep Statement getStatement |
DNDList function ( ) { return source ; } | returns the source of dragging . concode_field_sep Logger LOG concode_elem_sep boolean dragging concode_elem_sep Object destination concode_elem_sep boolean copying concode_elem_sep boolean finishedCopying concode_elem_sep DNDList source concode_elem_sep IDNDObject object concode_field_sep void startDragging concode_el... |
com . liferay . portal . kernel . model . UserTrackerPath function ( com . liferay . portal . kernel . model . UserTrackerPath arg0 ) { return getService ( ) . updateUserTrackerPath ( arg0 ) ; } | updates the user tracker path in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep UserTrackerPathLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery... |
boolean function ( Object arg0 ) { int loc0 = hashCode ( arg0 ) ; while ( keyTable [ loc0 ] != null ) { if ( keyTable [ loc0 ] == arg0 ) return true ; loc0 = ( loc0 + 1 ) % keyTable . length ; } return false ; } | returns true if the collection contains an element for the key . concode_field_sep int valueTable[] concode_elem_sep int elementSize concode_elem_sep Object keyTable[] concode_elem_sep int threshold concode_field_sep int size concode_elem_sep int hashCode concode_elem_sep int get concode_elem_sep void clear concode_ele... |
Pattern function ( ItemAbstractionPair arg0 ) { Pattern loc0 = clonePatron ( ) ; loc0 . add ( arg0 ) ; return loc0 ; } | it concatenates the given pair as a last element of the pattern concode_field_sep BitSet appearingIn concode_elem_sep List<ItemAbstractionPair> elements concode_elem_sep int sumIdSequences concode_elem_sep int support concode_field_sep void add concode_elem_sep boolean isSubpattern concode_elem_sep void setSumIdSequenc... |
FxSamplerFilterCommon function ( ) { return magfilter ; } | gets the value of the magfilter property . concode_field_sep Float mipmapBias concode_elem_sep List<Double> borderColor concode_elem_sep FxSamplerWrapCommon wrapP concode_elem_sep FxSamplerFilterCommon magfilter concode_elem_sep FxSamplerWrapCommon wrapT concode_elem_sep List<Extra> extras concode_elem_sep String sourc... |
boolean function ( EventNotifier arg0 ) { return _group . add ( arg0 ) ; } | add specified event notifier to event notifier group concode_field_sep Set<EventNotifier> _group concode_field_sep Collection<EventNotifier> getNotifiers concode_elem_sep boolean addNotifiers concode_elem_sep boolean removeNotifiers concode_elem_sep void notify concode_elem_sep boolean removeNotifier |
void function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; loc0 ++ ) write ( arg0 . charAt ( loc0 ) ) ; } | write the string of 8-bit characters to the binary output stream . concode_field_sep int buffer concode_elem_sep int N concode_elem_sep BufferedOutputStream out concode_field_sep void writeByte concode_elem_sep void flush concode_elem_sep void clearBuffer concode_elem_sep void main concode_elem_sep void close concode_e... |
void function ( String arg0 ) { this . username = arg0 ; } | sets the username of this userentity to the specified value . concode_field_sep Collection<BookmarkEntity> bookmarkEntityCollection concode_elem_sep String password concode_elem_sep String userid concode_elem_sep String email concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String ge... |
boolean function ( ) { return encryption == null || encryption . reset ( ) ; } | clears all saved data that is used for the crypto concode_field_sep String KEY_NO_CRYPTO concode_elem_sep String TAG_CRYPTO concode_elem_sep boolean noEncryption concode_elem_sep Encryption encryption concode_elem_sep LogLevel logLevel concode_elem_sep String TAG concode_elem_sep ExecutorService executorService concode... |
void function ( BigDecimal arg0 ) { this . cityCustTax = arg0 ; } | sets the value of the citycusttax property . concode_field_sep String serviceType concode_elem_sep BigDecimal amount concode_elem_sep BigDecimal countyTax concode_elem_sep String featureCode concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal stateTax concode_elem_sep XMLGregorianCalendar billCycleEndDat... |
Affiliation function ( int arg0 ) { switch ( arg0 ) { case 10 : return owner ; case 20 : return admin ; case 30 : return member ; case 40 : return outcast ; default : return none ; } } | returns the affiliation associated with the specified value . concode_field_sep int value concode_field_sep Affiliation getAffiliation concode_elem_sep JID getRoleAddress concode_elem_sep NodeID getNodeID concode_elem_sep void setPresence concode_elem_sep Role getRole concode_elem_sep void destroy concode_elem_sep bool... |
void function ( final HttpRequest arg0 , final HttpProcessor arg1 , final HttpContext arg2 ) { Args . notNull ( arg0 , "srini_string" ) ; Args . notNull ( arg1 , "srini_string" ) ; Args . notNull ( arg2 , "srini_string" ) ; arg2 . setAttribute ( HttpCoreContext . HTTP_REQUEST , arg0 ) ; arg1 . process ( arg0 , arg2 ) ;... | pre-process the given request using the given protocol processor and initiates the process of request execution . concode_field_sep int waitForContinue concode_elem_sep int DEFAULT_WAIT_FOR_CONTINUE concode_field_sep boolean canResponseHaveBody concode_elem_sep HttpResponse doSendRequest concode_elem_sep HttpResponse d... |
int function ( ) { return delegateSelectionModel . getMaxSelectionIndex ( ) ; } | gets the index of the last selected element . concode_field_sep DefaultEventSelectionModel<E> delegateSelectionModel concode_elem_sep TransformedList<E,E> swingThreadSource concode_field_sep void removeIndexInterval concode_elem_sep EventList<E> getTogglingDeselected concode_elem_sep int getSelectionMode concode_elem_s... |
boolean function ( ) { return ( this . index == - 1 ) && ( this . rows . size ( ) != 0 ) ; } | returns if iteration has not occured yet . concode_field_sep ResultSetImpl owner concode_elem_sep Field[] metadata concode_elem_sep int index concode_elem_sep List<ResultSetRow> rows concode_field_sep ResultSetRow next concode_elem_sep boolean wasEmpty concode_elem_sep boolean isDynamic concode_elem_sep boolean isLast ... |
Time function ( ) { return time ; } | returns the time of the simulation . concode_field_sep JourneyPlanner journeyPlanner concode_elem_sep IDataService dataService concode_elem_sep World world concode_elem_sep EntityManager entityManager concode_elem_sep Statistics stats concode_elem_sep TransportationRepository transportationRepository concode_elem_sep W... |
String function ( ) { return ( _message ) ; } | get the message asscociated with this logrecord . concode_field_sep String _location concode_elem_sep long _sequenceNumber concode_elem_sep long _seqCount concode_elem_sep String _message concode_elem_sep String _ndc concode_elem_sep Throwable _thrown concode_elem_sep LogLevel _level concode_elem_sep String _thread con... |
void function ( IntUnaryFunction arg0 ) { ApplicableIntList loc0 = this ; while ( loc0 != null ) { loc0 . head = arg0 . apply ( loc0 . head ) ; } } | applies the function f to every item in this list . concode_field_sep int head concode_elem_sep ApplicableIntList tail concode_field_sep int get concode_elem_sep boolean equals concode_elem_sep void insert concode_elem_sep int detectCycles concode_elem_sep String toString |
void function ( ) { new ArrayIterator ( "srini_string" ) ; } | ensure passing non-arrays throws exceptions concode_field_sep PlaceHolder placeHolder concode_field_sep void testBounds concode_elem_sep void testForPrimitveArray concode_elem_sep void testRemove concode_elem_sep void testForObjectArray |
String function ( ) { return name ; } | returns the name of this outbound socket binding . can be used in log statements to make the log statement usable . concode_field_sep int destinationPort concode_elem_sep Integer sourcePort concode_elem_sep String unresolvedDestinationAddress concode_elem_sep SocketBindingManager socketBindingManager concode_elem_sep S... |
AlgorithmParameters function ( String arg0 , String arg1 ) { if ( arg1 == null || arg1 . isEmpty ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } Provider loc0 = Security . getProvider ( arg1 ) ; if ( loc0 == null ) { throw new NoSuchProviderException ( arg1 ) ; } return getInstance ( arg0 , loc0 ) ; } | returns a new instance of algorithmparameters from the specifiedprovider for the specified algorithm . concode_field_sep Provider provider concode_elem_sep Engine ENGINE concode_elem_sep AlgorithmParametersSpi spiImpl concode_elem_sep boolean initialized concode_elem_sep String SEVICE concode_elem_sep String algorithm ... |
T function ( ) { return ( T ) this ; } | builds and validates the object . only needed if you want to finalize a tween or timeline without starting it , since a call to '' . start '' also calls this method . concode_field_sep boolean isPaused concode_elem_sep Object userData concode_elem_sep boolean isAutoStartEnabled concode_elem_sep boolean isInitialized co... |
CursorMark function ( List < Object > arg0 ) { final CursorMark loc0 = new CursorMark ( this ) ; loc0 . setSortValues ( arg0 ) ; return loc0 ; } | generates an new cursormark bound for use with the same sortspec as the current cursormark but using the new sortvalues . concode_field_sep SortSpec sortSpec concode_elem_sep List<Object> values concode_field_sep void setSortValues concode_elem_sep void parseSerializedTotem concode_elem_sep FieldDoc getSearchAfterField... |
void function ( ) { PoolHandler < IServiceHandler > loc0 = new PoolHandler < IServiceHandler > ( col , 54 ) ; assertEquals ( 54 , loc0 . getRetryTimes ( ) ) ; } | test method for org.apache.niolex.network.cli.poolhandler #getretrytimes . concode_field_sep ArrayList<IServiceHandler> col concode_elem_sep Method method concode_field_sep void set concode_elem_sep void testTakeNull concode_elem_sep void testExceedsRetry concode_elem_sep void testTakeOne concode_elem_sep void testInvo... |
NormalisedDecimal function ( ) { return NormalisedDecimal . create ( _significand , _binaryExponent ) ; } | convert to an equivalent normaliseddecimal representation having 15 decimal digits of precision in thenon-fractional bits of the significand . concode_field_sep BigInteger _significand concode_elem_sep BigInteger BI_FRAC_MASK concode_elem_sep BigInteger BI_IMPLIED_FRAC_MSB concode_elem_sep int _binaryExponent concode_f... |
Random function ( String arg0 ) { return factory . ingetMapped ( arg0 ) ; } | returns the random generator with the associated string id or creates it if it does not yet exist concode_field_sep Map<String,Random> stringMapped concode_elem_sep Map<Integer,Random> intMapped concode_elem_sep Random defaultRandom_ concode_elem_sep RandomFactory factory concode_field_sep Random seedMapped concode_ele... |
RegisterVolumeResult function ( String arg0 ) { setVolumeId ( arg0 ) ; return this ; } | the volume id . concode_field_sep String volumeId concode_field_sep int hashCode concode_elem_sep void setVolumeId concode_elem_sep boolean equals concode_elem_sep RegisterVolumeResult clone concode_elem_sep String toString concode_elem_sep String getVolumeId |
void function ( ) { XYLine3DRenderer loc0 = new XYLine3DRenderer ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; } | verify that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals |
void function ( org . talend . mdm . webservice . WSTransformerV2PK arg0 ) { this . wsTransformerPK = arg0 ; } | sets the wstransformerpk value for this wstransformercontext . concode_field_sep org.talend.mdm.webservice.WSTransformerContextPipelinePipelineItem[] pipeline concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSTransf... |
void function ( MineGraphics arg0 ) { arg0 . drawImage ( img , 0 , 0 ) ; } | paint concode_field_sep MineImage img concode_field_sep void animation |
void function ( DocIdSetIterator arg0 ) { if ( arg0 . docID ( ) != - 1 ) { throw new IllegalStateException ( "srini_string" + arg0 . docID ( ) ) ; } } | assert that the current doc is -1 . concode_field_sep PlaceHolder placeHolder concode_field_sep void set concode_elem_sep void or concode_elem_sep int approximateCardinality concode_elem_sep int prevSetBit concode_elem_sep BitSet of concode_elem_sep void clear concode_elem_sep int nextSetBit concode_elem_sep int cardin... |
ExternalAuthUtils function ( ) { if ( sInstance . get ( ) == null ) { ChromeApplication loc0 = ( ChromeApplication ) ContextUtils . getApplicationContext ( ) ; sInstance . compareAndSet ( null , loc0 . createExternalAuthUtils ( ) ) ; } return sInstance . get ( ) ; } | returns the singleton instance of externalauthutils , creating it if needed . concode_field_sep TimesHistogramSample mRegistrationTimeHistogramSample concode_elem_sep int FLAG_SHOULD_BE_SYSTEM concode_elem_sep AtomicReference<ExternalAuthUtils> sInstance concode_elem_sep int FLAG_SHOULD_BE_GOOGLE_SIGNED concode_elem_se... |
boolean function ( ) { return layered ; } | indicates whether this scheme allows for layered connections . concode_field_sep int defaultPort concode_elem_sep SchemeSocketFactory socketFactory concode_elem_sep String name concode_elem_sep String stringRep concode_elem_sep boolean layered concode_field_sep SocketFactory getSocketFactory concode_elem_sep String get... |
String function ( ) { return role ; } | gets the value of the role property . concode_field_sep String role concode_elem_sep JAXBElement<? extends AbstractDSAggregateType> abstractDSAggregate concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concod... |
DataFileCache function ( Table arg0 , String arg1 , boolean arg2 , boolean arg3 ) { return log . openTextCache ( arg0 , arg1 , arg2 , arg3 ) ; } | opens the textcache object . concode_field_sep LockFile lockFile concode_elem_sep boolean needsCheckpoint concode_elem_sep Log log concode_elem_sep SimpleLog appLog concode_elem_sep boolean logStatements concode_elem_sep boolean syncFile concode_field_sep void checkpoint concode_elem_sep void setIncrementalBackup conco... |
NetworkInterfacePrivateIpAddress function ( NetworkInterfaceAssociation arg0 ) { this . association = arg0 ; return this ; } | the association information for an elastic ip address associated with the network interface . returns a reference to this object so that method calls can be chained together . concode_field_sep NetworkInterfaceAssociation association concode_elem_sep String privateDnsName concode_elem_sep String privateIpAddress concod... |
AdRuleAction function ( ) { return adRuleAction ; } | gets the value of the adruleaction property . concode_field_sep Statement filterStatement concode_elem_sep AdRuleAction adRuleAction concode_field_sep void setAdRuleAction concode_elem_sep Statement getFilterStatement concode_elem_sep void setFilterStatement |
void function ( boolean arg0 ) { this . isAvailable = arg0 ; } | non-android accessor sets up the return value of #isavailable . concode_field_sep boolean isAvailable concode_elem_sep int connectionSubType concode_elem_sep boolean isConnected concode_elem_sep NetworkInfo.DetailedState detailedState concode_elem_sep int connectionType concode_field_sep NetworkInfo.DetailedState getDe... |
void function ( ) { for ( Task loc0 : this . dbHelper . getAllTasks ( ) ) { if ( loc0 . getChecked ( ) ) { this . dbHelper . deleteTask ( loc0 ) ; } } } | removes from the database all tasks which have a checked value of true concode_field_sep TasksDatabaseHelper dbHelper concode_field_sep Iterator<Task> iterator concode_elem_sep ArrayList<String> getListDataHeader concode_elem_sep HashMap<String,List<Task>> getListDataChild |
DescribeIdentityResult function ( java . util . Date arg0 ) { setLastModifiedDate ( arg0 ) ; return this ; } | date on which the identity was last modified . concode_field_sep java.util.Date lastModifiedDate concode_elem_sep String identityId concode_elem_sep java.util.Date creationDate concode_elem_sep java.util.List<String> logins concode_field_sep String getIdentityId concode_elem_sep DescribeIdentityResult withIdentityId co... |
void function ( ) { mVibrator = null ; mContext . getContentResolver ( ) . unregisterContentObserver ( mContentObserver ) ; } | call this when you do n't need the controller anymore . concode_field_sep Vibrator mVibrator concode_elem_sep boolean mIsGloballyEnabled concode_elem_sep ContentObserver mContentObserver concode_elem_sep int VIBRATE_DELAY_MS concode_elem_sep Context mContext concode_elem_sep long mLastVibrate concode_elem_sep int VIBRA... |
String function ( Subject arg0 , String arg1 ) { return getName ( arg0 , arg1 , false ) ; } | retrieves the user name from a given subject . concode_field_sep String GUEST_DISPLAY_NAME concode_elem_sep Logger LOGGER concode_elem_sep String EMAIL_ADDRESS_CLAIM_URI concode_field_sep String filterDN concode_elem_sep String getEmailAddress concode_elem_sep List<String> getAttribute concode_elem_sep String getDispla... |
void function ( Image arg0 , String arg1 , String arg2 ) { write ( arg0 , arg1 , arg2 , DEFAULT_ALPHA_WRITE ) ; } | write an image out to a file on the local file system . concode_field_sep String PNG concode_elem_sep boolean DEFAULT_ALPHA_WRITE concode_elem_sep String TGA concode_elem_sep String JPG concode_field_sep String[] getSupportedFormats |
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; } | a state name with just white spaces is not valid . 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... |
Rectangle function ( ) { return rect ; } | get the rectangle rows/columns to roll up ; valid for 608 captions , not relevant for 708 since windowid should be valid . concode_field_sep Rectangle rect concode_elem_sep List<RollupWindow> rollups concode_elem_sep int windowID concode_elem_sep DTVCCDirection direction concode_field_sep void add concode_elem_sep void... |
boolean function ( ) { return autoUpdate ; } | checks if is auto update . concode_field_sep String defaultClientEep concode_elem_sep String clientDestineXp concode_elem_sep boolean autoUpdate concode_elem_sep String defaultPath concode_elem_sep String defaultPathLocalConfig concode_elem_sep String version concode_elem_sep String applicationName concode_elem_sep Str... |
EligibilityLevel function ( ) { return eligibilityLevel ; } | gets the value of the eligibilitylevel property . concode_field_sep BigDecimal upgradeOrderFee concode_elem_sep XMLGregorianCalendar fullUpgradeEligibilityDate concode_elem_sep String mobileNumber concode_elem_sep Boolean upgradePromotionsAvailable concode_elem_sep List<Integer> eligibleTerm concode_elem_sep long seria... |
boolean function ( ) { return done ; } | find out if the task has completed . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem... |
String function ( ) { return this . name ; } | returns repository name concode_field_sep Settings settings concode_elem_sep String name concode_elem_sep String type concode_field_sep Settings settings concode_elem_sep void writeTo concode_elem_sep RepositoryMetaData readFrom concode_elem_sep String type |
void function ( ) { Subscriber < String > loc0 = new TestSubscriber < String > ( ) ; final AtomicLong loc1 = new AtomicLong ( ) ; loc0 . setProducer ( new Producer ( ) { @ Override public void request ( long arg0 ) { loc1 . set ( arg0 ) ; } } ) ; assertEquals ( Long . MAX_VALUE , loc1 . get ( ) ) ; } | should request -1 for infinite concode_field_sep PlaceHolder placeHolder concode_field_sep void testRequestFromDecoupledOperatorThatRequestsN concode_elem_sep void testRequestThroughTakeWhereRequestIsSmallerThanTake concode_elem_sep void testRequestFromDecoupledOperator concode_elem_sep void testRequestThroughMap conco... |
void function ( ToDoItem arg0 ) { arg0 . setTitle ( arg0 . getTitle ( ) . trim ( ) ) ; if ( arg0 . getTitle ( ) . isEmpty ( ) ) { todos . remove ( arg0 ) ; } taskStateChanged ( ) ; } | invoked by a task when its state changes so that we can update the view statistics and persist . concode_field_sep ListDataProvider<ToDoItem> filteredTodos concode_elem_sep ViewEventHandler viewHandler concode_elem_sep View view concode_elem_sep EventBus eventBus concode_elem_sep ToDoRouting routing concode_elem_sep Li... |
AuthScheme function ( ) { return this . authScheme ; } | returns the authscheme authentication scheme . concode_field_sep Credentials credentials concode_elem_sep AuthScheme authScheme concode_elem_sep AuthScope authScope concode_field_sep AuthScope getAuthScope concode_elem_sep boolean isValid concode_elem_sep void setAuthScheme concode_elem_sep Credentials getCredentials c... |
void function ( ) { Properties loc0 = new Properties ( ) ; loc0 . put ( Constants . USER_FILE_BUFFER_BYTES , String . valueOf ( Integer . MAX_VALUE + 1 ) + "srini_string" ) ; mThrown . expect ( IllegalArgumentException . class ) ; new Configuration ( loc0 ) ; } | tests that an exception is thrown when the constants #user_file_buffer_bytes overflows . concode_field_sep String DEFAULT_HADOOP_UFS_PREFIX concode_elem_sep Map<String,String> sTestProperties concode_elem_sep ExpectedException mThrown concode_elem_sep Configuration mSystemPropsConfiguration concode_elem_sep Configurati... |
void function ( Validator arg0 , Object arg1 , Errors arg2 ) { invokeValidator ( arg0 , arg1 , arg2 , ( Object [ ] ) null ) ; } | invoke the given validator for the supplied object and errors instance . concode_field_sep Log logger concode_field_sep void rejectIfEmptyOrWhitespace concode_elem_sep void rejectIfEmptyOrWhitespace concode_elem_sep void rejectIfEmptyOrWhitespace concode_elem_sep void rejectIfEmptyOrWhitespace concode_elem_sep void rej... |
void function ( ) { Configuration loc0 = new Configuration ( ) ; loc0 . setInt ( SshFenceByTcpPort . CONF_CONNECT_TIMEOUT_KEY , 3000 ) ; SshFenceByTcpPort loc1 = new SshFenceByTcpPort ( ) ; loc1 . setConf ( loc0 ) ; assertFalse ( loc1 . tryFence ( UNFENCEABLE_TARGET , "srini_string" ) ) ; } | test connecting to a host which definitely wo n't respond . make sure that it times out and returns false , but does n't throw any exception concode_field_sep String TEST_KEYFILE concode_elem_sep String TEST_FENCING_PORT concode_elem_sep HAServiceTarget UNFENCEABLE_TARGET concode_elem_sep InetSocketAddress TEST_ADDR co... |
String function ( ) { return name ; } | gets the value of the name property . concode_field_sep String name concode_elem_sep List<ContextCase> contextCase concode_elem_sep String id concode_field_sep void setName concode_elem_sep List<ContextCase> getContextCase concode_elem_sep void setId concode_elem_sep String getId |
Statement function ( ) { return filterStatement ; } | gets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep void setFilterStatement |
String function ( Throwable arg0 ) { StringWriter loc0 = new StringWriter ( ) ; arg0 . printStackTrace ( new PrintWriter ( loc0 ) ) ; return loc0 . toString ( ) ; } | returns a string containing the result of throwable #tostring tostring , followed by the full , recursive stack trace of throwable . note that you probably should not be parsing the resulting string ; if you need programmatic access to the stack frames , you can call throwable #getstacktrace . concode_field_sep Method ... |
String function ( ) { return String . valueOf ( simpleSelector ) + condition ; } | returns a representation of the selector . concode_field_sep Condition condition concode_elem_sep SimpleSelector simpleSelector concode_field_sep void fillAttributeSet concode_elem_sep SimpleSelector getSimpleSelector concode_elem_sep Condition getCondition concode_elem_sep boolean equals concode_elem_sep boolean match... |
String function ( final String arg0 , final String arg1 ) { return apr1Crypt ( arg0 . getBytes ( Charsets . UTF_8 ) , arg1 ) ; } | generates an apache htpasswd compatible `` $ apr1 $ '' md5 based hash value . the algorithm is identical to the crypt 3 `` $ 1 $ '' one but produces different outputs due to the different salt prefix . concode_field_sep String MD5_PREFIX concode_elem_sep int ROUNDS concode_elem_sep int BLOCKSIZE concode_elem_sep String... |
List < CommandInterceptor > function ( Class arg0 ) { ArrayList < CommandInterceptor > loc0 = new ArrayList < > ( asyncInterceptorChain . getInterceptors ( ) . size ( ) ) ; asyncInterceptorChain . getInterceptors ( ) . forEach ( ci -> { if ( arg0 == ci . getClass ( ) ) { loc0 . add ( ( CommandInterceptor ) ci ) ; } } )... | returns all the interceptors that have the fully qualified name of their class equal with the supplied class name . concode_field_sep AsyncInterceptorChain asyncInterceptorChain concode_field_sep boolean containsInterceptorType concode_elem_sep boolean containsInterceptorType concode_elem_sep boolean containsInstance c... |
void function ( ) { if ( _factory != null ) { _factory = null ; _deadTime = new Date ( ) ; saveMe ( ) ; } } | the address space this contact item points to has gone away concode_field_sep FactoryContactItem _theSingularItem concode_elem_sep ArjunaFactory _factory concode_elem_sep Uid _uid concode_elem_sep Date _aliveTime concode_elem_sep int version concode_elem_sep Date _deadTime concode_elem_sep String _pseudoTypeName concod... |
boolean function ( Node arg0 ) { return arg0 . getType ( ) == Token . FUNCTION && isStatement ( arg0 ) ; } | is this node a function declaration ? a function declaration is a function that has a name that is added to the current scope i.e. a function that is not part of a expression . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isStatement concode_elem_sep boolean isHoistedFunctionDeclaration concode_e... |
long function ( ) { return executionRowCount ; } | getexecutionrowcount concode_field_sep long executionMaxTime concode_elem_sep String[] ITEM_DESCRIPTIONS concode_elem_sep long cacheHitCount concode_elem_sep String query concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep long cachePutCount concode_elem_sep CompositeType COMPOSITE_TYPE concode_elem_sep long cac... |
boolean function ( String arg0 ) { return this . getColumnNames ( ) . contains ( arg0 ) ; } | determine whether contain the column . concode_field_sep String name concode_elem_sep Map<String,ColumnSchema> columnSchemas concode_field_sep Set<String> getColumnNames concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String name concode_elem_sep ColumnSchema getColumnSchema concode_elem_... |
int function ( Origin arg0 , Origin arg1 ) { if ( arg0 . origin ( ) == ORIGINTYPE . IGP ) { return 1 ; } if ( arg1 . origin ( ) == ORIGINTYPE . IGP ) { return - 1 ; } if ( arg0 . origin ( ) == ORIGINTYPE . EGP ) { return 1 ; } else { return - 1 ; } } | compare origin of two objects and returns object with lowest origin value . concode_field_sep Logger log concode_elem_sep Origin obj2Origin concode_elem_sep AsPath obj1Aspath concode_elem_sep Origin obj1Origin concode_elem_sep LocalPref obj1LocPref concode_elem_sep Med obj1Med concode_elem_sep AsPath obj2Aspath concode... |
byte function ( byte ... arg0 ) { checkArgument ( arg0 . length > 0 ) ; int loc0 = toInt ( arg0 [ 0 ] ) ; for ( int loc1 = 1 ; loc1 < arg0 . length ; loc1 ++ ) { int loc2 = toInt ( arg0 [ loc1 ] ) ; if ( loc2 < loc0 ) { loc0 = loc2 ; } } return ( byte ) loc0 ; } | returns the least value present in array . concode_field_sep byte MAX_POWER_OF_TWO concode_elem_sep byte MAX_VALUE concode_elem_sep int UNSIGNED_MASK concode_field_sep int toInt concode_elem_sep byte saturatedCast concode_elem_sep int compare concode_elem_sep byte max concode_elem_sep byte checkedCast concode_elem_sep ... |
void function ( ) { if ( this . isRunning ) throw new IllegalStateException ( "srini_string" ) ; this . timeStart = System . nanoTime ( ) ; this . isRunning = true ; } | start the timer . concode_field_sep boolean hasRun concode_elem_sep long timeStop concode_elem_sep long timeStart concode_elem_sep BigDecimal MILLION concode_elem_sep boolean isRunning concode_field_sep void stop concode_elem_sep String toString |
int function ( ) { return fieldNumber ; } | get the fieldnumber concode_field_sep FieldData lFieldData concode_elem_sep int fieldNumber concode_elem_sep int lineNumber concode_field_sep boolean isUpdateable concode_elem_sep String getName concode_elem_sep String[] getValues concode_elem_sep boolean isConfidential concode_elem_sep void setFieldNumber concode_elem... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.