idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
9,400
get the triple pattern of the result concode_field_sep String triplePattern concode_elem_sep Position pos concode_elem_sep long serialVersionUID concode_field_sep String getSubject concode_elem_sep String getObject concode_elem_sep Position getPosition concode_elem_sep Boolean isObject concode_elem_sep String getPredic...
String function ( ) { return triplePattern ; }
9,401
returns a json string representation of this key which can be turned back into a key instance via key #fromjson erraientitymanager , string , boolean . concode_field_sep ErraiManagedType<X> entityType concode_elem_sep T id concode_field_sep JSONObject toJsonObject concode_elem_sep int hashCode concode_elem_sep Key<X,T>...
String function ( ) { return toJsonObject ( ) . toString ( ) ; }
9,402
gets the value of the key property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the key property . for example , to add a new item , do as follows...
List < KeyType > function ( ) { if ( key == null ) { key = new ArrayList < KeyType > ( ) ; } return this . key ; }
9,403
debug log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concod...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; }
9,404
getter for sheetname . concode_field_sep String thousandSeparator concode_elem_sep String lastColumn concode_elem_sep boolean advancedSeparator concode_elem_sep boolean dieOnError concode_elem_sep boolean selectAllSheets concode_elem_sep ArrayList sheetsList concode_elem_sep String sheetName concode_elem_sep String fir...
String function ( ) { return this . sheetName ; }
9,405
information about the deployments . concode_field_sep com.amazonaws.internal.SdkInternalList<DeploymentInfo> deploymentsInfo concode_field_sep BatchGetDeploymentsResult withDeploymentsInfo concode_elem_sep BatchGetDeploymentsResult withDeploymentsInfo concode_elem_sep int hashCode concode_elem_sep boolean equals concod...
java . util . List < DeploymentInfo > function ( ) { if ( deploymentsInfo == null ) { deploymentsInfo = new com . amazonaws . internal . SdkInternalList < DeploymentInfo > ( ) ; } return deploymentsInfo ; }
9,406
clears the observer list so that this object no longer has any observers . concode_field_sep Vector obs concode_elem_sep boolean changed concode_field_sep void addObserver concode_elem_sep boolean hasChanged concode_elem_sep void clearChanged concode_elem_sep void deleteObserver concode_elem_sep int countObservers conc...
void function ( ) { obs . removeAllElements ( ) ; }
9,407
remove the entity instance . concode_field_sep Provider<EntityManager> entityManagerProvider concode_elem_sep StackDAO stackDAO concode_field_sep void removeByName concode_elem_sep BlueprintEntity merge concode_elem_sep BlueprintEntity findByName concode_elem_sep void refresh concode_elem_sep void create concode_elem_s...
void function ( BlueprintEntity arg0 ) { ensureStackIdSet ( arg0 ) ; entityManagerProvider . get ( ) . remove ( merge ( arg0 ) ) ; }
9,408
gets the value of the uri property . concode_field_sep long serialVersionUID concode_elem_sep String uri concode_field_sep void setUri
String function ( ) { return uri ; }
9,409
return an sslsocket if already connected , otherwise null . concode_field_sep int uriPort concode_elem_sep Address address concode_elem_sep InputStream sslInputStream concode_elem_sep InputStream inputStream concode_elem_sep boolean requiresTunnel concode_elem_sep SSLSocket sslSocket concode_elem_sep String socketHost ...
SSLSocket function ( ) { return sslSocket ; }
9,410
start a vertical line at a certain point . concode_field_sep float mMinY concode_elem_sep float mMaxX concode_elem_sep float mBallSpeed concode_elem_sep float mMaxY concode_elem_sep float mMinX concode_elem_sep List<BallRegion> mNewRegions concode_elem_sep BallEventCallBack mCallBack concode_elem_sep List<BallRegion> m...
void function ( long arg0 , float arg1 , float arg2 ) { for ( BallRegion loc0 : mRegions ) { if ( loc0 . canStartLineAt ( arg1 , arg2 ) ) { loc0 . startVerticalLine ( arg0 , arg1 , arg2 ) ; return ; } } throw new IllegalArgumentException ( "srini_string" + arg1 + "srini_string" + arg2 + "srini_string" ) ; }
9,411
see floatbuffer #clear concode_field_sep ByteBuffer mByteBuffer concode_elem_sep SoftReference<int[]> sWeakIntArray concode_elem_sep FloatBuffer mFloatBuffer concode_elem_sep IntBuffer mIntBuffer concode_field_sep FloatBuffer slice concode_elem_sep int limit concode_elem_sep int[] convert concode_elem_sep int position ...
void function ( ) { this . mByteBuffer . clear ( ) ; this . mFloatBuffer . clear ( ) ; this . mIntBuffer . clear ( ) ; }
9,412
getlisteners concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep int index concode_elem_sep ChangeEvent changeEvent concode_field_sep void removeChangeListener concode_elem_sep ChangeListener[] getChangeListeners concode_elem_sep void fireStateChanged concode_elem_se...
T [ ] function ( Class < T > arg0 ) { return listenerList . getListeners ( arg0 ) ; }
9,413
call close just in case when deallocating java object . concode_field_sep HDF root concode_elem_sep CSFileLoader fileLoader concode_elem_sep long hdfptr concode_field_sep HDF objNext concode_elem_sep long _init concode_elem_sep CSFileLoader getFileLoader concode_elem_sep int getIntValue concode_elem_sep String _writeSt...
void function ( ) { close ( ) ; super . finalize ( ) ; }
9,414
creates the genericstreamcipher or genericblockcipher data structure for specified data of specified type . concode_field_sep Cipher decCipher concode_elem_sep int hash_size concode_elem_sep byte[] read_seq_num concode_elem_sep byte[] write_seq_num concode_elem_sep Logger.Stream logger concode_elem_sep int block_size c...
byte [ ] function ( byte arg0 , byte [ ] arg1 ) { return encrypt ( arg0 , arg1 , 0 , arg1 . length ) ; }
9,415
save this state into the current thread 's local storage concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep UploadStateHolder take concode_elem_sep void setAsyn...
void function ( ) { holder . set ( this ) ; }
9,416
returns the minimum compatible version based on the current version . ie a node needs to have at least the return version in order to communicate with a node running the current version . the returned version is in most of the cases the smallest major version release unless the current version is a beta or rc release t...
Version function ( ) { return Version . smallest ( this , fromId ( major * 1000000 + 99 ) ) ; }
9,417
sets the value of the handlername property . concode_field_sep FullyQualifiedClassType handlerClass concode_elem_sep List<CString> soapRole concode_elem_sep List<ParamValueType> initParam concode_elem_sep List<DisplayNameType> displayName concode_elem_sep List<XsdQNameType> soapHeader concode_elem_sep List<IconType> ic...
void function ( CString arg0 ) { this . handlerName = arg0 ; }
9,418
gets motechuser with given email concode_field_sep MotechUsersDataService dataService concode_field_sep void add concode_elem_sep List<MotechUser> findByRole concode_elem_sep MotechUser findByUserName concode_elem_sep List<MotechUser> getUsers concode_elem_sep void addOpenIdUser concode_elem_sep void update concode_ele...
MotechUser function ( String arg0 ) { return null == arg0 ? null : dataService . findByEmail ( arg0 ) ; }
9,419
tests if the extremal values for this octagon are valid . concode_field_sep double minB concode_elem_sep double minY concode_elem_sep double maxY concode_elem_sep double maxX concode_elem_sep double SQRT2 concode_elem_sep double minA concode_elem_sep double maxB concode_elem_sep double minX concode_elem_sep double maxA...
boolean function ( ) { if ( isNull ( ) ) return true ; return minX <= maxX && minY <= maxY && minA <= maxA && minB <= maxB ; }
9,420
adds a set amount of time into the counter that represents the time that the customer has been shopping in the supermarket . concode_field_sep List<Product> basket concode_elem_sep List<Integer> shoppingList concode_elem_sep int cumulativeQueueing concode_elem_sep int timeShopping concode_elem_sep int timeStarted conco...
void function ( final int arg0 ) { this . timeShopping += arg0 ; }
9,421
the resourcescheduler is allocating data-local resources to theapplication . concode_field_sep Set<String> blacklist concode_elem_sep Log LOG concode_elem_sep String queueName concode_elem_sep Map<Priority,Map<String,ResourceRequest>> requests concode_elem_sep ActiveUsersManager activeUsersManager concode_elem_sep Appl...
void function ( SchedulerNode arg0 , Priority arg1 , ResourceRequest arg2 , Container arg3 ) { allocate ( arg3 ) ; decrementOutstanding ( arg2 ) ; }
9,422
test method for com.zte.sapi.protocol.tcpservice #getmoduleprofile java.lang.string . concode_field_sep TCPService tcp concode_field_sep void testAddMessageListener concode_elem_sep void testGetMsgSeqId concode_elem_sep void testCloseModuleProfile concode_elem_sep void testIPTV_SEND concode_elem_sep void testASEND conc...
void function ( ) { ModuleProfile loc0 = tcp . getModuleProfile ( "srini_string" ) ; String loc1 = "srini_string" ; Assert . assertEquals ( loc1 , loc0 . toString ( ) ) ; }
9,423
looks up the given type and binds the implementation into the given binder . throws an illegalargumentexception if the given type does not exist . concode_field_sep ExtensionPoint.SelectedType<IndexShardRepository> shardRepositoryTypes concode_elem_sep ExtensionPoint.SelectedType<Repository> repositoryTypes concode_fie...
void function ( Binder arg0 , String arg1 ) { Settings loc0 = Settings . builder ( ) . put ( "srini_string" , arg1 ) . build ( ) ; repositoryTypes . bindType ( arg0 , loc0 , "srini_string" , null ) ; shardRepositoryTypes . bindType ( arg0 , loc0 , "srini_string" , null ) ; }
9,424
gets the alignment for this instance 's final output . concode_field_sep DexFile file concode_elem_sep boolean prepared concode_elem_sep String name concode_elem_sep int fileOffset concode_elem_sep int alignment concode_field_sep int getFileOffset concode_elem_sep void throwIfPrepared concode_elem_sep void prepare conc...
int function ( ) { return alignment ; }
9,425
returns the mapper for the given field concode_field_sep FieldNameAnalyzer searchQuoteAnalyzer concode_elem_sep FieldNameAnalyzer searchAnalyzer concode_elem_sep FieldNameAnalyzer indexAnalyzer concode_elem_sep CopyOnWriteHashMap<String,FieldMapper> fieldMappers concode_field_sep Iterator<FieldMapper> iterator concode_...
FieldMapper function ( String arg0 ) { return fieldMappers . get ( arg0 ) ; }
9,426
sets the name . concode_field_sep List<GeographicCodeClient> geographicCode concode_elem_sep List<String> occupation concode_elem_sep String xmlLang concode_elem_sep List<HierarchicalGeographicTypeClient> hierarchicalGeographic concode_elem_sep List<TitleInfoTypeClient> titleInfo concode_elem_sep List<String> coordinat...
void function ( List < NameTypeClient > arg0 ) { this . name = arg0 ; }
9,427
etting this option to false prevents sending of the print data to the printer concode_field_sep String orientation concode_elem_sep MediaSizeName mediaSizeName concode_elem_sep String mimeType concode_elem_sep URI uri concode_elem_sep Sides internalSides concode_elem_sep String mediaTray concode_elem_sep String printer...
void function ( boolean arg0 ) { this . sendToPrinter = arg0 ; }
9,428
run tests on equivalence methods , throwing a failure on an invalid test concode_field_sep RelationshipTester<T> delegate concode_elem_sep Equivalence<? super T> equivalence concode_elem_sep List<T> items concode_elem_sep int REPETITIONS concode_field_sep EquivalenceTester<T> addEquivalenceGroup concode_elem_sep Equiva...
EquivalenceTester < T > function ( ) { for ( int loc0 = 0 ; loc0 < REPETITIONS ; loc0 ++ ) { testItems ( ) ; delegate . test ( ) ; } return this ; }
9,429
gets the value of the lastrequest property . concode_field_sep Money spendingLimit concode_elem_sep String startDateTime concode_elem_sep BudgetOrderRequest lastRequest concode_elem_sep String billingAccountName concode_elem_sep String budgetOrderName concode_elem_sep String primaryBillingId concode_elem_sep String bil...
BudgetOrderRequest function ( ) { return lastRequest ; }
9,430
this method was generated by mybatis generator . this method sets the value of the database column userdefineforminstance.arg1 concode_field_sep Integer wfiid concode_elem_sep String arg7 concode_elem_sep Integer udfid concode_elem_sep String arg6 concode_elem_sep String arg9 concode_elem_sep String arg8 concode_elem_s...
void function ( String arg1 ) { this . arg1 = arg1 == null ? null : arg1 . trim ( ) ; }
9,431
gets the value of the libraryorschematicorboard property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the libraryorschematicorboard property . for...
List < Object > function ( ) { if ( libraryOrSchematicOrBoard == null ) { libraryOrSchematicOrBoard = new ArrayList < > ( ) ; } return this . libraryOrSchematicOrBoard ; }
9,432
throws a generatorerror if the input list does n't have at least this many bytes left . 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 ThreadContext context concode_elem_sep ByteList out concode_field_se...
void function ( int arg0 ) { if ( pos + arg0 > srcEnd ) throw incompleteUtf8 ( ) ; }
9,433
gets the implementer . concode_field_sep IEdgeSched edgeScheduler concode_elem_sep OrderManager orderManager concode_elem_sep MapperDAG implementation concode_elem_sep Map<String,CommunicationRouterImplementer> implementers concode_field_sep long evaluateTransferCost concode_elem_sep void routeNewVertex concode_elem_se...
CommunicationRouterImplementer function ( final String arg0 ) { return this . implementers . get ( arg0 ) ; }
9,434
swaps two buffers . concode_field_sep String a concode_elem_sep String b concode_elem_sep int[] cost concode_elem_sep int[] back concode_field_sep String findNearest concode_elem_sep String findNearest concode_elem_sep int min concode_elem_sep int editDistance concode_elem_sep int calc
void function ( ) { int [ ] loc0 = cost ; cost = back ; back = loc0 ; }
9,435
return the first child node of this node with the specified name , if there is one ; otherwise , return null . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep String findAttribute concod...
TreeNode function ( String arg0 ) { if ( children == null ) return ( null ) ; Iterator loc0 = children . iterator ( ) ; while ( loc0 . hasNext ( ) ) { TreeNode loc1 = ( TreeNode ) loc0 . next ( ) ; if ( arg0 . equals ( loc1 . getName ( ) ) ) return ( loc1 ) ; } return ( null ) ; }
9,436
updates the ui to display the add image process is over . concode_field_sep DSPProgressMonitorImpl dspProgressMonitorImpl concode_elem_sep AddImageWizardAddingProgressVisual component concode_elem_sep boolean imgAdded concode_elem_sep Set<ChangeListener> listeners concode_field_sep void addErrors concode_elem_sep void ...
void function ( ) { imgAdded = true ; getComponent ( ) . setStateFinished ( ) ; fireChangeEvent ( ) ; }
9,437
if protocol object provided is reflection protocol . should be used only with protocol parameter because for protocolclassname protocol type will be auto detected concode_field_sep String messageName concode_elem_sep String protocolClassName concode_elem_sep Protocol protocol concode_elem_sep boolean reflectionProtocol...
void function ( boolean arg0 ) { this . reflectionProtocol = arg0 ; }
9,438
gets the value of the libraryvendor property . concode_field_sep LibraryName libraryName concode_elem_sep List<SbbRef> sbbRef concode_elem_sep List<ProfileSpecRef> profileSpecRef concode_elem_sep List<LibraryRef> libraryRef concode_elem_sep List<EventTypeRef> eventTypeRef concode_elem_sep Description description concod...
LibraryVendor function ( ) { return libraryVendor ; }
9,439
the environment either sandbox or production concode_field_sep String privateKey concode_elem_sep Integer proxyPort concode_elem_sep String environment concode_elem_sep String ENVIRONMENT concode_elem_sep String merchantId concode_elem_sep String publicKey concode_elem_sep String PRIVATE_KEY concode_elem_sep String pro...
void function ( String arg0 ) { this . environment = arg0 ; }
9,440
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitDeclare concode_elem_sep void exitListdecl concode_elem_sep void enterNondefcommand concode_elem_sep void exitList2decl concode_elem_sep void exitFuncprocbody concode_elem_sep void enterProg concode_elem_sep v...
void function ( LPPParser . IfexprContext arg0 ) { }
9,441
notifies this participant that a clean is about to start and provides it the opportunity to delete generated source files . only sent to participants interested in the project . concode_field_sep int READY_FOR_BUILD concode_elem_sep int NEEDS_FULL_BUILD concode_field_sep void buildFinished concode_elem_sep boolean isAn...
void function ( IJavaProject arg0 ) { }
9,442
gets the value of the filterstatement property . concode_field_sep LiveStreamEventAction liveStreamEventAction concode_elem_sep Statement filterStatement concode_field_sep LiveStreamEventAction getLiveStreamEventAction concode_elem_sep void setLiveStreamEventAction concode_elem_sep void setFilterStatement
Statement function ( ) { return filterStatement ; }
9,443
constructs the message-id header . the form is '' &lt;postid.topicid.forumid.randomnumber@jforum&gt; '' . concode_field_sep int topicId concode_field_sep int getTopicId concode_elem_sep MessageId parse concode_elem_sep String buildInReplyTo
String function ( int arg0 , int arg1 , int arg2 ) { return new StringBuffer ( ) . append ( '<' ) . append ( arg0 ) . append ( '.' ) . append ( arg1 ) . append ( '.' ) . append ( arg2 ) . append ( '.' ) . append ( System . currentTimeMillis ( ) ) . append ( MD5 . hash ( Long . toString ( System . currentTimeMillis ( ) ...
9,444
does nothing concode_field_sep XmlHelper xmlHelper concode_elem_sep String MODULECONFIGFILE concode_elem_sep String EXPORTPOINT_XPATH concode_elem_sep Document parsedModuleConfigurationFile concode_elem_sep String MODULE_RESOURCE_XPATH concode_elem_sep FileAlterationMonitor configurationChangeMonitor concode_elem_sep L...
void function ( File arg0 ) { }
9,445
undoes the single row delete or insert represented by this object . concode_field_sep Table tTable concode_elem_sep boolean isDelete concode_elem_sep Row row concode_elem_sep long SCN concode_field_sep void commit
void function ( Session arg0 , boolean arg1 ) { try { if ( isDelete ) { tTable . insertNoCheckRollback ( arg0 , row , arg1 ) ; } else { tTable . deleteNoCheckRollback ( arg0 , row , arg1 ) ; } } catch ( Exception loc0 ) { } }
9,446
find the median of an array of type double . concode_field_sep PlaceHolder placeHolder concode_field_sep int q1 concode_elem_sep float q1 concode_elem_sep double q1 concode_elem_sep T q1 concode_elem_sep int q3 concode_elem_sep float q3 concode_elem_sep double q3 concode_elem_sep T q3 concode_elem_sep int select concod...
T function ( T [ ] arg0 ) { int loc0 = arg0 . length / 2 ; return select ( arg0 , loc0 ) ; }
9,447
always throws an exception - a line may only join a table through a parent lines element concode_field_sep List<RenderableElement> elements concode_elem_sep AccountingLineViewLineDefinition definition concode_field_sep AccountingLineViewLineDefinition getDefinition concode_elem_sep boolean shouldStretchToFillLine conco...
void function ( List < AccountingLineTableRow > arg0 ) { throw new IllegalStateException ( "srini_string" ) ; }
9,448
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
9,449
the duration of time after which the timer will fire . the duration is specified in seconds ; an integer greater than or equal to 0 . constraints : length : 1 - 8 concode_field_sep String control concode_elem_sep Long decisionTaskCompletedEventId concode_elem_sep String startToFireTimeout concode_elem_sep String timerI...
void function ( String arg0 ) { this . startToFireTimeout = arg0 ; }
9,450
shifts an element to another position . elements between them are shifted one position left . concode_field_sep int[] V concode_elem_sep int sizeOfVector concode_field_sep IntVector subvector concode_elem_sep IntVector subvector concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_...
void function ( int arg0 , int arg1 ) { if ( arg0 == arg1 ) return ; if ( arg0 < arg1 ) { int loc0 = V [ arg0 ] ; for ( int loc1 = arg0 ; loc1 <= arg1 - 1 ; loc1 ++ ) V [ loc1 ] = V [ loc1 + 1 ] ; V [ arg1 ] = loc0 ; } else shift ( arg1 , arg0 ) ; }
9,451
reads a utf-8 encoded string . since ascii is a subset of utf-8 , this method may be used to read strings that are known to be ascii-only . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> INI...
String function ( ) { int loc0 = readByte ( ) ; int loc1 = readInt ( loc0 , PREFIX_8_BITS ) ; byte [ ] loc2 = new byte [ loc1 ] ; bytesLeft -= loc1 ; in . readFully ( loc2 ) ; return new String ( loc2 , "srini_string" ) ; }
9,452
determines if the logging process actually does anything . in-memory database objects do not need to log anything . this method is essentially equivalent to testing whether this logger 's database is an in-memory mode database . concode_field_sep LockFile lockFile concode_elem_sep boolean needsCheckpoint concode_elem_s...
boolean function ( ) { return log != null ; }
9,453
gets the value of the rval property . concode_field_sep WorkflowRequestPage rval concode_field_sep void setRval
WorkflowRequestPage function ( ) { return rval ; }
9,454
parses sql statement concode_field_sep ParsedExpression whereClause concode_elem_sep List<Object[]> environment concode_elem_sep ParsedExpression havingClause concode_elem_sep int offset concode_elem_sep List<Object[]> orderByColumns concode_elem_sep int limit concode_elem_sep boolean isDistinct concode_elem_sep String...
void function ( String arg0 ) { tableName = null ; tableAlias = null ; arg0 = arg0 + "srini_string" ; ExpressionParser loc0 = new ExpressionParser ( new StringReader ( arg0 ) ) ; ParsedStatement loc1 = loc0 . parseSingleStatement ( ) ; setParsedStatement ( loc1 ) ; }
9,455
gets the value of the action property . concode_field_sep Feature feature concode_elem_sep ServiceChangeActionEnum action concode_elem_sep long serialVersionUID concode_field_sep void setAction concode_elem_sep void setFeature concode_elem_sep Feature getFeature
ServiceChangeActionEnum function ( ) { return action ; }
9,456
sets the element of this big array at specified index . concode_field_sep long SIZE_OF_SEGMENT concode_elem_sep double[][] array concode_elem_sep double initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void add concode_elem_sep void grow concode_elem_sep long sizeOf concode_ele...
void function ( long arg0 , double arg1 ) { array [ segment ( arg0 ) ] [ offset ( arg0 ) ] = arg1 ; }
9,457
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization2 concode_elem_sep void testCloning concode_elem_sep void testEquals
void function ( ) { ChartRenderingInfo loc0 = new ChartRenderingInfo ( ) ; loc0 . setChartArea ( new Rectangle2D . Double ( 1.0 , 2.0 , 3.0 , 4.0 ) ) ; ChartRenderingInfo loc1 = ( ChartRenderingInfo ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
9,458
create the pack - . keep file , with the given message . concode_field_sep File keepFile concode_field_sep void unlock
boolean function ( String arg0 ) { if ( arg0 == null ) return false ; if ( ! arg0 . endsWith ( "srini_string" ) ) arg0 += "srini_string" ; final LockFile loc0 = new LockFile ( keepFile ) ; if ( ! loc0 . lock ( ) ) return false ; loc0 . write ( Constants . encode ( arg0 ) ) ; return loc0 . commit ( ) ; }
9,459
print a brief usage message and exit program abnormally . concode_field_sep Pattern LISTSEP concode_field_sep void main concode_elem_sep void error concode_elem_sep void setFiles
void function ( ) { System . err . printf ( "srini_string" + "srini_string" ) ; System . exit ( 1 ) ; }
9,460
return a clone of the given byte array performs null check beforehand . concode_field_sep char[] HEX_CHARS concode_field_sep char[] toCharArray concode_elem_sep byte[] concatenate concode_elem_sep byte[] concatenate concode_elem_sep byte[][] split concode_elem_sep String toHexString concode_elem_sep String toHexString ...
byte [ ] function ( byte [ ] arg0 ) { if ( arg0 == null ) { return null ; } byte [ ] loc0 = new byte [ arg0 . length ] ; System . arraycopy ( arg0 , 0 , loc0 , 0 , arg0 . length ) ; return loc0 ; }
9,461
value of . concode_field_sep String CHOICE_FIELD concode_elem_sep String SIMPLE_INTEGER_FIELD concode_elem_sep String ATTACHED_FIELD concode_elem_sep String SIMPLE_BOOLEAN_FIELD concode_elem_sep Map<FieldType,String> FIELDTYPE_MAP concode_elem_sep String MULTIPLE_FIELD concode_elem_sep String SIMPLE_STRING_FIELD concod...
String function ( FieldType arg0 ) { return FIELDTYPE_MAP . get ( arg0 ) ; }
9,462
the shard id of the shard adjacent to the shard 's parent . concode_field_sep String parentShardId concode_elem_sep SequenceNumberRange sequenceNumberRange concode_elem_sep String shardId concode_elem_sep HashKeyRange hashKeyRange concode_elem_sep String adjacentParentShardId concode_field_sep void setAdjacentParentSha...
String function ( ) { return this . adjacentParentShardId ; }
9,463
gets the expecteddeliverypercentage value for this deliveryindicator . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Double actualDeliveryPercentage concode_elem_sep java.lang.Double expec...
java . lang . Double function ( ) { return expectedDeliveryPercentage ; }
9,464
get a double argument concode_field_sep HttpServletRequest request concode_elem_sep Request baseRequest concode_elem_sep HttpServletResponse response concode_elem_sep PrintWriter output concode_elem_sep ServerConfig config concode_elem_sep UriEntry uri concode_elem_sep GlobalResource globalResource concode_field_sep lo...
double function ( String arg0 ) { double loc0 = 0 ; try { loc0 = Double . valueOf ( request . getParameter ( arg0 ) ) ; } catch ( NumberFormatException loc1 ) { } return loc0 ; }
9,465
returns the participant that created this document . concode_field_sep SourceElementParser parser concode_elem_sep boolean shouldIndexResolvedDocument concode_elem_sep Index index concode_elem_sep String containerRelativePath concode_elem_sep String documentPath concode_elem_sep SearchParticipant participant concode_fi...
SearchParticipant function ( ) { return this . participant ; }
9,466
returns the fraction . concode_field_sep Date endDate concode_elem_sep GeographicBoundingBox geographicBoundingBox concode_elem_sep Long id concode_elem_sep ResultProduct resultProduct concode_elem_sep Class theClass concode_elem_sep long serialVersionUID concode_elem_sep Date startDate concode_elem_sep Double fraction...
Double function ( ) { return fraction ; }
9,467
set the current offset . the offset must pints to a valid content . concode_field_sep ReportContent reportContent concode_elem_sep long offset concode_elem_sep RAInputStream stream concode_elem_sep ClassLoader loader concode_elem_sep IReportDocument document concode_elem_sep ContentTreeCache contentCache concode_elem_s...
void function ( long arg0 ) { this . offset = arg0 ; }
9,468
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
9,469
gets the provincecode value for this address . concode_field_sep java.lang.String cityName concode_elem_sep java.lang.String streetAddress concode_elem_sep java.lang.String provinceCode concode_elem_sep java.lang.String countryCode concode_elem_sep java.lang.String postalCode concode_elem_sep java.lang.Object __equalsC...
java . lang . String function ( ) { return provinceCode ; }
9,470
gets optional data which can be used for tracking concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_sep String message concode_elem_sep String title concode_elem_sep String objectId...
String function ( ) { return data ; }
9,471
the `` large range correction '' formula from the hyperloglog algorithm , adapted for 64 bit hashes . only appropriate for estimators whose value exceeds the return of #largeestimatorcutoff int , int . concode_field_sep int REG_WIDTH_INDEX_MULTIPLIER concode_elem_sep long[] PW_MASK concode_elem_sep double[] TWO_TO_L co...
double function ( final int arg0 , final int arg1 , final double arg2 ) { final double loc0 = TWO_TO_L [ ( REG_WIDTH_INDEX_MULTIPLIER * arg1 ) + arg0 ] ; return - 1 * loc0 * Math . log ( 1.0 - ( arg2 / loc0 ) ) ; }
9,472
visits any type mirror as if by passing itself to that type mirror 's typemirror #accept accept method and passing null for the additional parameter . the invocation v.visit t is equivalent to t.accept v , null . concode_field_sep PlaceHolder placeHolder concode_field_sep R visitUnion concode_elem_sep R visitIntersecti...
R function ( TypeMirror arg0 ) { return arg0 . accept ( this , null ) ; }
9,473
get all parameters . concode_field_sep BreakpointList styleBreakpoints concode_elem_sep ScenarioProperties scenario concode_elem_sep String styleURL concode_elem_sep String inputURL concode_elem_sep BreakpointList inputBreakpoints concode_elem_sep Vector parameters concode_elem_sep int processor concode_field_sep Strin...
void function ( Vector arg0 ) { this . parameters = arg0 ; }
9,474
adds amount days to time and returns the resulting time . concode_field_sep Calendar CALENDAR concode_field_sep long nextWeek concode_elem_sep long incrementMonth concode_elem_sep long previousWeek concode_elem_sep boolean isFirstOfYear concode_elem_sep long getEndOfMonth concode_elem_sep long endOfDayInMillis concode_...
long function ( long arg0 , int arg1 ) { Calendar loc0 = CALENDAR ; synchronized ( loc0 ) { loc0 . setTimeInMillis ( arg0 ) ; loc0 . add ( Calendar . DAY_OF_MONTH , arg1 ) ; return loc0 . getTimeInMillis ( ) ; } }
9,475
get the identifiers name text concode_field_sep boolean isQuoted concode_elem_sep String name concode_field_sep Identifier toIdentifier concode_elem_sep int hashCode concode_elem_sep boolean isQuoted concode_elem_sep boolean isQuoted concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Stri...
String function ( ) { return name ; }
9,476
for testing , the export path can be arbitrary . our catalogmigratableconfig object is real and initilized to defaults . the migrationtaskmanager is the classunder test and is loaded with a real list of mock future objects , otherwise we will get a null pointer exception in the foreach loop of exportfinish . the except...
void function ( ) { config = new CatalogMigratableConfig ( ) ; config . setExportPath ( Paths . get ( "srini_string" , "srini_string" , "srini_string" ) ) ; taskManager = new MigrationTaskManager ( config , mockFileWriter , ( ) -> mockExecutor ) ; }
9,477
the `` safe '' square root of the input value , handling negative values by simply making them positive and then negating the return value . concode_field_sep double TWO_PI concode_elem_sep double LOG2 concode_elem_sep double LOG10 concode_field_sep double[] quantiles concode_elem_sep double safeLog10 concode_elem_sep ...
double function ( double arg0 ) { return ( arg0 < 0 ? - Math . sqrt ( - arg0 ) : Math . sqrt ( arg0 ) ) ; }
9,478
called to inform the adapter of which item is currently considered to be the `` primary '' , that is the one show to the user as the current page . concode_field_sep int POSITION_NONE concode_elem_sep int POSITION_UNCHANGED concode_elem_sep DataSetObservable mObservable concode_field_sep void restoreState concode_elem_...
void function ( View arg0 , int arg1 , Object arg2 ) { }
9,479
assert that the specified group does not contain a specific child . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertHorizontalCenterAligned concode_elem_sep void assertBaselineAligned concode_elem_sep void assertHasScreenCoordinates concode_elem_sep void assertLeftAligned concode_elem_sep void as...
void function ( ViewGroup arg0 , View arg1 ) { final int loc0 = arg0 . getChildCount ( ) ; assertTrue ( "srini_string" , loc0 >= 0 ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 . getChildAt ( loc1 ) == arg1 ) { assertTrue ( "srini_string" + arg1 + "srini_string" , false ) ; } } }
9,480
returns the active of this company . concode_field_sep Company _company concode_field_sep java.lang.String getWebId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean hasCompanyMx concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep java.util.TimeZone...
boolean function ( ) { return _company . getActive ( ) ; }
9,481
remove the given object , indiciating it by the key . concode_field_sep Servant servant concode_elem_sep gnuPOA poa concode_elem_sep Map objects concode_elem_sep long free_id concode_elem_sep byte[] key concode_elem_sep boolean deactivated concode_elem_sep gnuServantObject object concode_elem_sep Servant primary_servan...
void function ( byte [ ] arg0 ) { objects . remove ( arg0 ) ; }
9,482
returns the value of algorithm field of the structure . concode_field_sep ASN1Sequence ASN1 concode_elem_sep byte[] encoding concode_elem_sep String algorithmName concode_elem_sep byte[] parameters concode_elem_sep String algorithm concode_field_sep String getAlgorithmName concode_elem_sep void getValues concode_elem_s...
String function ( ) { return algorithm ; }
9,483
setter method for currentowner concode_field_sep Integer ticketNo concode_elem_sep Integer activityId concode_elem_sep Integer activityStatus concode_elem_sep String currentOwner concode_elem_sep Integer currentOwnerDept concode_field_sep String getCurrentOwner concode_elem_sep void setTicketNo concode_elem_sep Integer...
void function ( String arg0 ) { this . currentOwner = arg0 ; }
9,484
create an instance of the specified job class . can be overridden to post-process the job instance . concode_field_sep PlaceHolder placeHolder concode_field_sep Job newJob concode_elem_sep Job adaptJob
Object function ( TriggerFiredBundle arg0 ) { Class < ? > loc0 = arg0 . getJobDetail ( ) . getJobClass ( ) ; return ReflectionUtils . accessibleConstructor ( loc0 ) . newInstance ( ) ; }
9,485
contracts the shapes arraylist to the actual size of the elements it contains . concode_field_sep Page parentPage concode_elem_sep float alpha concode_elem_sep Logger logger concode_elem_sep int shapesInitialCapacity concode_elem_sep int rule concode_elem_sep boolean paintAlpha concode_elem_sep boolean interrupted conc...
void function ( ) { if ( shapes != null ) { shapes . trimToSize ( ) ; } }
9,486
gets the maximum of two float values . nan is only returned if all numbers are nan as per ieee-754r . concode_field_sep PlaceHolder placeHolder concode_field_sep double min concode_elem_sep float min concode_elem_sep double min concode_elem_sep double min concode_elem_sep float min concode_elem_sep float min
float function ( final float arg0 , final float arg1 ) { if ( Float . isNaN ( arg0 ) ) { return arg1 ; } else if ( Float . isNaN ( arg1 ) ) { return arg0 ; } else { return Math . max ( arg0 , arg1 ) ; } }
9,487
instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed
void function ( ) { this . handler . cancel ( ) ; }
9,488
get the set entity set / singleton / type . concode_field_sep boolean isCollection concode_elem_sep String navOrPropertyPath concode_elem_sep String selectList concode_elem_sep ContextURL contextURL concode_elem_sep String odataPath concode_elem_sep String entitySetOrSingletonOrType concode_elem_sep String keyPath conc...
String function ( ) { return entitySetOrSingletonOrType ; }
9,489
the marker for the next set of results , or null if there are no additional results . concode_field_sep String nextMarker concode_elem_sep java.util.List<Policy> policies concode_field_sep String getNextMarker concode_elem_sep java.util.List<Policy> getPolicies concode_elem_sep int hashCode concode_elem_sep boolean equ...
void function ( String arg0 ) { this . nextMarker = arg0 ; }
9,490
writes the header to an output stream , which is not closed or flushed . concode_field_sep long bfOffBits concode_elem_sep int SIZE concode_elem_sep short bfType concode_elem_sep int BITMAPINFOHEADER_SIZE concode_elem_sep long bfSize concode_field_sep long getSize concode_elem_sep void setSize concode_elem_sep void set...
void function ( ImageOutputStream arg0 ) { ByteBuffer loc0 = ByteBuffer . allocate ( SIZE ) ; loc0 . putShort ( 0 , bfType ) ; loc0 . putInt ( 2 , ( int ) ( bfSize & ( 0xFFFFFFFF ) ) ) ; loc0 . putInt ( 6 , 0 ) ; loc0 . putInt ( 7 , ( int ) ( bfOffBits & ( 0xFFFFFFFF ) ) ) ; arg0 . write ( loc0 . array ( ) ) ; }
9,491
method to remove this user from the conversation and reset their status flag concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode...
void function ( ActionEvent arg0 ) { leaving = true ; inConversation = false ; buttonImage = MINIMIZE_IMAGE ; minimized = true ; chatState . removeUserChild ( this ) ; }
9,492
creates a copy of this vector concode_field_sep double x concode_elem_sep double y concode_field_sep Vector2D average concode_elem_sep Vector2D rotate concode_elem_sep double distance concode_elem_sep Coordinate toCoordinate concode_elem_sep double dot concode_elem_sep Vector2D rotateByQuarterCircle concode_elem_sep Co...
Object function ( ) { return new Vector2D ( this ) ; }
9,493
returns a hash consistent with spark 's utils.nonnegativehash . concode_field_sep Logger logger concode_elem_sep ImmutableMap<String,TimeUnit> timeSuffixes concode_field_sep long timeStringAsSec concode_elem_sep long parseTimeString concode_elem_sep File[] listFilesSafely concode_elem_sep long timeStringAsMs concode_el...
int function ( Object arg0 ) { if ( arg0 == null ) { return 0 ; } int loc0 = arg0 . hashCode ( ) ; return loc0 != Integer . MIN_VALUE ? Math . abs ( loc0 ) : 0 ; }
9,494
determines whether a string matches one of the regex patterns . concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> filter concode_elem_sep Set<String> filter concode_elem_sep List<Pattern> getPatternsFromStrings concode_elem_sep List<Pattern> getPatternList concode_elem_sep List<Pattern> getPatter...
boolean function ( String arg0 , List < Pattern > arg1 ) { for ( Pattern loc0 : arg1 ) { if ( loc0 . matcher ( arg0 ) . matches ( ) ) { return true ; } } return false ; }
9,495
clean shared_prefs directory concode_field_sep PlaceHolder placeHolder concode_field_sep void deleteFile concode_elem_sep void cleanInternalCache concode_elem_sep File parseUriToFile concode_elem_sep long getFileSize concode_elem_sep void cleanApplicationData concode_elem_sep void cleanFiles concode_elem_sep String for...
void function ( Context arg0 ) { deleteFile ( new File ( arg0 . getApplicationInfo ( ) . dataDir + "srini_string" ) ) ; }
9,496
test of getuser method , of class userhandler . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testIncrease concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void testCheckLogin concode_elem_sep void tearDown concode_elem_sep void testUpd...
void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; UserHandler loc1 = new UserHandler ( ) ; User loc2 = null ; User loc3 = loc1 . GetUser ( loc0 ) ; assertEquals ( loc2 , loc3 ) ; fail ( "srini_string" ) ; }
9,497
get all children concepts . concode_field_sep Set<String> synset concode_elem_sep Concept parent concode_elem_sep List<Concept> children concode_elem_sep Taxonomy taxonomy concode_field_sep boolean isAncestorOf concode_elem_sep List<Concept> getPathToRoot concode_elem_sep void removeKeyword concode_elem_sep void addKey...
List < Concept > function ( ) { return children ; }
9,498
returns the connection status associated with this event concode_field_sep Parcelable.Creator<HdmiHotplugEvent> CREATOR concode_elem_sep int mPort concode_elem_sep boolean mConnected concode_field_sep int getPort concode_elem_sep HdmiHotplugEvent[] newArray concode_elem_sep HdmiHotplugEvent createFromParcel concode_ele...
boolean function ( ) { return mConnected ; }
9,499
check if user with specified email already exist concode_field_sep EntityManager em concode_elem_sep UserBean userBean concode_field_sep User refreshUser concode_elem_sep User updateUser concode_elem_sep void register concode_elem_sep boolean isUserExist
boolean function ( String arg0 ) { return em . createNamedQuery ( Constants . EMAIL_EXIST_QUERY ) . setParameter ( Constants . EMAIL_PARAMETER , arg0 ) . getResultList ( ) . size ( ) != 0 ; }