idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
10,500
this method is called before the parser starts processing its input . concode_field_sep XMLElement parent concode_elem_sep Stack<XMLElement> stack concode_elem_sep XMLElement root concode_field_sep void endElement concode_elem_sep void addAttribute concode_elem_sep void startElement concode_elem_sep void newProcessingI...
void function ( String arg0 , int arg1 ) { this . stack = new Stack < XMLElement > ( ) ; this . root = null ; }
10,501
does this message have a sender ? concode_field_sep int COLOR_DEFAULT concode_elem_sep int TYPE_MISC concode_elem_sep SpannableString canvas concode_elem_sep int COLOR_GREY concode_elem_sep int type concode_elem_sep int NO_TYPE concode_elem_sep int COLOR_GREEN concode_elem_sep int TYPE_MESSAGE concode_elem_sep int NO_I...
boolean function ( ) { return sender != null ; }
10,502
returns the body of this post request . this may be truncated . concode_field_sep String path concode_elem_sep Headers headers concode_elem_sep List<Integer> chunkSizes concode_elem_sep int sequenceNumber concode_elem_sep String method concode_elem_sep TlsVersion tlsVersion concode_elem_sep long bodySize concode_elem_s...
Buffer function ( ) { return body ; }
10,503
gets the value of the type property . concode_field_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep String type concode_elem_sep Integer objectId concode_elem_sep Date createDate concode_field_sep String getCreateUser concod...
String function ( ) { return type ; }
10,504
asserts if this modbustcptransaction is executable . concode_field_sep Mutex m_TransactionLock concode_elem_sep ModbusRequest m_Request concode_elem_sep TCPMasterConnection m_Connection concode_elem_sep ModbusResponse m_Response concode_elem_sep int m_Retries concode_elem_sep boolean m_ValidityCheck concode_elem_sep Mo...
void function ( ) { if ( m_Request == null || m_Connection == null ) { throw new ModbusException ( "srini_string" ) ; } }
10,505
get the code value . concode_field_sep String code concode_elem_sep String message concode_elem_sep String target concode_field_sep ApiErrorBase withCode concode_elem_sep String message concode_elem_sep String target concode_elem_sep ApiErrorBase withTarget concode_elem_sep ApiErrorBase withMessage
String function ( ) { return this . code ; }
10,506
indicates whether this is an implicit directory no real blob backing it or an explicit one . concode_field_sep long length concode_elem_sep long lastModified concode_elem_sep PermissionStatus permissionStatus concode_elem_sep String key concode_elem_sep boolean isDir concode_elem_sep BlobMaterialization blobMaterializa...
BlobMaterialization function ( ) { return blobMaterialization ; }
10,507
sac : implements conditionfactory #createattributecondition string , string , boolean , string . concode_field_sep ConditionFactory INSTANCE concode_field_sep LangCondition createLangCondition concode_elem_sep CombinatorCondition createOrCondition concode_elem_sep PositionalCondition createPositionalCondition concode_e...
AttributeCondition function ( String arg0 , String arg1 , boolean arg2 , String arg3 ) { return new DefaultAttributeCondition ( arg0 , arg1 , arg2 , arg3 ) ; }
10,508
helper function to return address object for either polling location or election admin body . concode_field_sep ArrayList<PollingLocation> allLocations concode_elem_sep ArrayList<PollingLocation> usePollingLocations concode_elem_sep Election election concode_elem_sep boolean mailOnly concode_elem_sep List<PollingLocati...
CivicApiAddress function ( String arg0 ) { if ( locationIds . get ( arg0 ) != null ) { PollingLocation loc0 = allLocations . get ( locationIds . get ( arg0 ) ) ; return loc0 . address ; } else { return getAdminAddress ( arg0 ) ; } }
10,509
returns the listing details for an in-app product . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void addSkuDetails con...
SkuDetails function ( String arg0 ) { return mSkuMap . get ( arg0 ) ; }
10,510
get mapproperty concode_field_sep Map<String,String> mapProperty concode_elem_sep Map<String,Map<String,String>> mapOfMapProperty concode_field_sep String toIndentedString concode_elem_sep int hashCode concode_elem_sep void setMapProperty concode_elem_sep boolean equals concode_elem_sep Map<String,Map<String,String>> g...
Map < String , String > function ( ) { return mapProperty ; }
10,511
whether the user has contact url . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep String getN...
boolean function ( String arg0 , String arg1 ) { if ( ! hasUser ( arg0 ) ) return false ; return getUserBindingInfo ( arg0 ) . hasContact ( arg1 ) ; }
10,512
sets up the buffer before a test runs . concode_field_sep long OFFSET concode_elem_sep long TEMP_UFS_FILE_ID concode_elem_sep ByteBuf mBuffer concode_elem_sep long LENGTH concode_field_sep void encodedLengthTest concode_elem_sep void assertInvalid concode_elem_sep void assertValid concode_elem_sep void assertValid conc...
void function ( ) { mBuffer = Unpooled . buffer ( ) ; }
10,513
there is a possible case that when a datanode object has children of more than on type children with more thanone different key we might want to process one type of children before another . that 's why we need a way to definethat processing order . this property serves exactly for that - lower value means that key 's ...
int function ( ) { return myProcessingWeight ; }
10,514
returns the execution root directory associated with this blaze server process . this is where all input and output files visible to the actual build reside . concode_field_sep SkyframeExecutor skyframeExecutor concode_elem_sep String outputBaseFilesystemTypeName concode_elem_sep Range<Long> lastExecutionRange concode_...
Path function ( ) { return directories . getExecRoot ( ) ; }
10,515
truncate tables after each test concode_field_sep PlaceHolder placeHolder concode_field_sep CQLResource noTruncate concode_elem_sep CQLResource truncateBeforeTest concode_elem_sep CQLResource truncateBeforeAndAfterTest
CQLResource function ( ) { return new CQLResource ( Steps . AFTER_TEST ) ; }
10,516
determines of this formhelper should handle the post request . concode_field_sep FormsRouter formsRouter concode_elem_sep String[] FORM_INPUTS concode_elem_sep XSSAPI xss concode_elem_sep ResourceResolverFactory resourceResolverFactory concode_elem_sep Logger log concode_field_sep String encode concode_elem_sep String ...
boolean function ( final String arg0 , final SlingHttpServletRequest arg1 ) { if ( StringUtils . equalsIgnoreCase ( "srini_string" , arg1 . getMethod ( ) ) ) { return StringUtils . equals ( arg0 , arg1 . getParameter ( this . getPostLookupKey ( arg0 ) ) ) ; } else { return false ; } }
10,517
returns count of number of files in this zip file concode_field_sep String metadata concode_elem_sep int fileCount concode_elem_sep RawFile rawFile concode_field_sep void setMetadata concode_elem_sep String getMetadata concode_elem_sep RawFile getRawFile concode_elem_sep byte[] getContent concode_elem_sep String getFil...
int function ( ) { return fileCount ; }
10,518
computes the dot product of this vector and vector v1 . concode_field_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep void add concode_elem_sep void add concode_elem_sep void sub concode_elem_sep void sub concode_elem_sep void sub concode_elem_sep void set concode_elem_sep void set co...
double function ( Vec3d arg0 ) { return this . x * arg0 . x + this . y * arg0 . y + this . z * arg0 . z ; }
10,519
sets the message . concode_field_sep String message concode_elem_sep String status concode_field_sep String getMessage concode_elem_sep String toString concode_elem_sep String getStatus concode_elem_sep void setStatus
void function ( final String arg0 ) { this . message = arg0 ; }
10,520
returns true if this is a spdy connection . such connections can be used in multiple http requests simultaneously . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection sp...
boolean function ( ) { return spdyConnection != null ; }
10,521
this will set the text to be used between orders of thousands in display of numerical values . concode_field_sep String FRACTIONAL_DISPLAY_ROUND concode_elem_sep String LABEL_PREFIX_TO_VALUE concode_elem_sep String FRACTIONAL_DISPLAY_DECIMAL concode_elem_sep COSDictionary numberFormatDictionary concode_elem_sep String ...
void function ( String arg0 ) { this . getDictionary ( ) . setString ( "srini_string" , arg0 ) ; }
10,522
internal file system creation routine , invoked in correct class loader context . concode_field_sep String[] cfgPaths concode_elem_sep Configuration cfg concode_elem_sep long serialVersionUID concode_elem_sep URI fullUri concode_elem_sep String uri concode_field_sep void setConfigPaths concode_elem_sep void writeExtern...
FileSystem function ( String arg0 ) { return FileSystem . get ( fullUri , cfg , arg0 ) ; }
10,523
the name of the model . concode_field_sep String schema concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String contentType concode_field_sep void setName concode_elem_sep CreateModelResult withDescription concode_elem_sep String getId concode_elem_sep void se...
String function ( ) { return this . name ; }
10,524
gets the value of the key property . concode_field_sep TrackingUrls value concode_elem_sep ConversionEvent key concode_field_sep TrackingUrls getValue concode_elem_sep void setValue concode_elem_sep void setKey
ConversionEvent function ( ) { return key ; }
10,525
standard method for creating a pattern concode_field_sep PatternCreator instance concode_field_sep void clear concode_elem_sep void sclear concode_elem_sep PatternCreator getInstance
Pattern function ( ) { List < ItemAbstractionPair > loc0 = null ; return createPattern ( loc0 ) ; }
10,526
sets client id that performed request . concode_field_sep Object cred concode_elem_sep UUID clientId concode_elem_sep UUID destId concode_elem_sep GridRestCommand cmd concode_elem_sep InetSocketAddress addr concode_elem_sep byte[] sesTok concode_field_sep UUID clientId concode_elem_sep void clientId concode_elem_sep In...
void function ( UUID arg0 ) { this . clientId = arg0 ; }
10,527
the fields returned from a document that matches the search request . concode_field_sep com.amazonaws.internal.SdkInternalMap<String,String> highlights concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,String> exprs concode_elem_sep String id concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,jav...
void function ( java . util . Map < String , java . util . List < String >> arg0 ) { this . fields = arg0 == null ? null : new com . amazonaws . internal . SdkInternalMap < String , java . util . List < String >> ( arg0 ) ; }
10,528
return the value as a string concode_field_sep int _offset concode_elem_sep int _value concode_field_sep void set concode_elem_sep void set concode_elem_sep void writeToBytes concode_elem_sep int get concode_elem_sep void readFromBytes concode_elem_sep void readFromStream
String function ( ) { return String . valueOf ( _value ) ; }
10,529
adds document data listener . concode_field_sep boolean closeable concode_elem_sep C component concode_elem_sep boolean draggable concode_elem_sep Color background concode_elem_sep Icon icon concode_elem_sep List<DocumentDataListener> listeners concode_elem_sep String id concode_elem_sep Color foreground concode_elem_s...
void function ( final DocumentDataListener arg0 ) { listeners . add ( arg0 ) ; }
10,530
general `` did an error occur '' ? concode_field_sep org.apache.commons.logging.Log _log concode_elem_sep String DEFAULTCS concode_elem_sep String SERVER concode_elem_sep String PARAMETERS concode_elem_sep String FILEANDPARAMS concode_elem_sep String FILE concode_field_sep String formatParameter concode_elem_sep String...
boolean function ( int arg0 ) { return isHttpRequestError ( arg0 ) || isHttpServerError ( arg0 ) ; }
10,531
setter method for the row member of the gamestate . concode_field_sep short column concode_elem_sep short row concode_elem_sep char pawn concode_field_sep void setColumn concode_elem_sep void setPawn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep short getColumn concode_elem_sep String t...
void function ( short arg0 ) { this . row = arg0 ; }
10,532
traces and logs a thrown exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSupport getClipboardOpe...
void function ( String arg0 , RuntimeException arg1 ) { ClipboardPlugin . throwing ( getClass ( ) , arg0 , arg1 ) ; throw arg1 ; }
10,533
constructs a list of window of size windowsize . note that padding for each window is created as well . concode_field_sep PlaceHolder placeHolder concode_field_sep Window windowForWordInPosition
List < Window > function ( InputStream arg0 , int arg1 ) { Tokenizer loc0 = new DefaultStreamTokenizer ( arg0 ) ; List < String > loc1 = new ArrayList < > ( ) ; while ( loc0 . hasMoreTokens ( ) ) loc1 . add ( loc0 . nextToken ( ) ) ; return windows ( loc1 , arg1 ) ; }
10,534
gets the value of the accountkey property . concode_field_sep String phoneTypeCd concode_elem_sep String phoneNum concode_elem_sep String accountKey concode_field_sep void setPhoneTypeCd concode_elem_sep String getPhoneTypeCd concode_elem_sep String getPhoneNum concode_elem_sep void setAccountKey concode_elem_sep void ...
String function ( ) { return accountKey ; }
10,535
returns current snapshot state concode_field_sep String reason concode_elem_sep XContentBuilderString VERSION_ID concode_elem_sep XContentBuilderString NAME concode_elem_sep XContentBuilderString STATE concode_elem_sep List<SnapshotShardFailure> shardFailures concode_elem_sep XContentBuilderString START_TIME concode_el...
SnapshotState function ( ) { return state ; }
10,536
sets the list of start nodes . concode_field_sep List<CypherStartNode> startNodes concode_elem_sep boolean custom concode_elem_sep String statement concode_elem_sep List<CypherCondition> conditions concode_elem_sep String title concode_elem_sep List<CypherMatch> matches concode_elem_sep List<Integer> returnIndices conc...
void function ( List < CypherStartNode > arg0 ) { this . startNodes = arg0 ; }
10,537
gets a sequence number . concode_field_sep Map<String,Queue<Request<?>>> mWaitingRequests concode_elem_sep Set<Request<?>> mCurrentRequests concode_elem_sep PriorityBlockingQueue<Request<?>> mCacheQueue concode_elem_sep CacheDispatcher mCacheDispatcher concode_elem_sep ResponseDelivery mDelivery concode_elem_sep int DE...
int function ( ) { return mSequenceGenerator . incrementAndGet ( ) ; }
10,538
retrieves a hexidecimal character sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed concode_field_sep MessageDigest md5 concode_field_sep by...
String function ( String arg0 , String arg1 ) { return StringConverter . byteToHex ( digestString ( arg0 , arg1 ) ) ; }
10,539
returns the user id for authentication . concode_field_sep int RETURN_SUCCESS concode_elem_sep int INDEX_PORT concode_elem_sep int INDEX_COMMAND concode_elem_sep int BUFFER_LENGTH concode_elem_sep int COMMAND_CONNECT concode_elem_sep int RETURN_CANNOT_CONNECT_TO_IDENTD concode_elem_sep int REPLY_LENGTH concode_elem_sep...
String function ( ) { return getString ( INDEX_USER_ID , MAX_USER_ID_LENGTH ) ; }
10,540
this method is not thread safe it therefore only provides and approximation of the size , the size will be corrected if nothing was added or removed from the queue at the time it was called concode_field_sep int xproducerWriteLocation concode_elem_sep DataLocator<E> dataLocator concode_elem_sep RingIndex ringIndex conc...
int function ( ) { int loc0 = ringIndex . getReadLocation ( ) ; int loc1 = ringIndex . getWriterLocation ( ) ; if ( loc1 < loc0 ) loc1 += dataLocator . getCapacity ( ) ; return loc1 - loc0 ; }
10,541
gets the value of the id property . concode_field_sep List<Geometry> geometries concode_elem_sep String name concode_elem_sep List<Extra> extras concode_elem_sep String id concode_elem_sep Asset asset concode_field_sep Asset getAsset concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep void se...
String function ( ) { return id ; }
10,542
get a tag by name concode_field_sep Map<String,MutableMetric> metricsMap concode_elem_sep Map<String,MetricsTag> tagsMap concode_elem_sep MetricsInfo metricsInfo concode_field_sep void add concode_elem_sep void add concode_elem_sep MutableGaugeInt newGauge concode_elem_sep MutableGaugeInt newGauge concode_elem_sep Muta...
MetricsTag function ( String arg0 ) { return tagsMap . get ( arg0 ) ; }
10,543
sets supplemental information about the singature . concode_field_sep Date dateTime concode_elem_sep boolean returnHashInputData concode_elem_sep VerifySignatureInfo verifySignatureInfo concode_elem_sep List supplementProfiles concode_elem_sep SignatureManifestCheckParams signatureManifestCheckParams concode_elem_sep S...
void function ( SignatureManifestCheckParams arg0 ) { this . signatureManifestCheckParams = arg0 ; }
10,544
clients may extend the supported transfer types beyond the default localselectiontransfer #gettransfer and org.eclipse.ui.part.plugintransfer #getinstance transfer types . when a transfer typeother than one of these is encountered , the dnd service will query the visible and active descriptors that are enabled for the ...
boolean function ( TransferData arg0 ) { return LocalSelectionTransfer . getTransfer ( ) . isSupportedType ( arg0 ) ; }
10,545
for internal use only . do not modify the result , the behavior of modified results are undefined . concode_field_sep boolean isCompact concode_elem_sep int INDEXSHIFT concode_elem_sep char values[] concode_elem_sep char defaultValue concode_elem_sep int INDEXCOUNT concode_elem_sep char indices[] concode_elem_sep int[]...
char [ ] function ( ) { return values ; }
10,546
reads a #type type attribute . this method must return a new attribute object , of type #type type , corresponding to the len bytes starting at the given offset , in the given class reader . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep Label[] getLabels c...
Attribute function ( final ClassReader arg0 , final int arg1 , final int arg2 , final char [ ] arg3 , final int arg4 , final Label [ ] arg5 ) { Attribute loc0 = new Attribute ( type ) ; loc0 . value = new byte [ arg2 ] ; System . arraycopy ( arg0 . b , arg1 , loc0 . value , 0 , arg2 ) ; return loc0 ; }
10,547
shows this text on the canvas . concode_field_sep JLabel label concode_elem_sep double xGrow concode_elem_sep double yGrow concode_elem_sep double x concode_elem_sep double y concode_elem_sep Color color concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep int getY concode_elem_sep void grow conco...
void function ( ) { Canvas . getInstance ( ) . show ( this ) ; }
10,548
start the thread . concode_field_sep Object result concode_elem_sep Exception ex concode_elem_sep boolean stop concode_elem_sep AtomicInteger counter concode_elem_sep boolean finished concode_elem_sep Thread thread concode_field_sep void call concode_elem_sep Exception getException concode_elem_sep Object get concode_e...
Task function ( String arg0 ) { thread = new Thread ( this , arg0 ) ; thread . setDaemon ( true ) ; thread . start ( ) ; return this ; }
10,549
adds a highlighted field . concode_field_sep SearchSourceBuilder sourceBuilder concode_field_sep T addFieldDataField concode_elem_sep T setExplain concode_elem_sep T setHighlighterPreTags concode_elem_sep T setHighlighterNumOfFragments concode_elem_sep T setHighlighterTagsSchema concode_elem_sep T setHighlighterPostTag...
T function ( HighlightBuilder . Field arg0 ) { highlightBuilder ( ) . arg0 ( arg0 ) ; return ( T ) this ; }
10,550
gets the value of the namedlayeroruserlayer 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 namedlayeroruserlayer property . for example...
List < Object > function ( ) { if ( namedLayerOrUserLayer == null ) { namedLayerOrUserLayer = new ArrayList < Object > ( ) ; } return this . namedLayerOrUserLayer ; }
10,551
sets the value of the space property . concode_field_sep Object parent concode_elem_sep String value concode_elem_sep String space concode_field_sep String getValue concode_elem_sep Object getParent concode_elem_sep String getSpace concode_elem_sep void afterUnmarshal concode_elem_sep void setValue concode_elem_sep voi...
void function ( String arg0 ) { this . space = arg0 ; }
10,552
given an index in the range 0 ... size -1 , returns the value from the indexth key-value mapping that this sparsearray stores . the values corresponding to indices in ascending order are guaranteed to be associated with keys in ascending order , e.g. , valueat 0 will return the value associated with the smallest key an...
E function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return ( E ) mValues [ arg0 ] ; }
10,553
update personal best if and only if the particle is within the bounds of the search space / problem . concode_field_sep PersonalBestUpdateStrategy delegate concode_elem_sep long serialVersionUID concode_field_sep PersonalBestUpdateStrategy getClone concode_elem_sep PersonalBestUpdateStrategy getDelegate concode_elem_se...
void function ( Particle arg0 ) { if ( ! Types . isInsideBounds ( arg0 . getPosition ( ) ) ) { arg0 . getProperties ( ) . put ( EntityType . FITNESS , InferiorFitness . instance ( ) ) ; return ; } delegate . updatePersonalBest ( arg0 ) ; }
10,554
sets the wsrp producer id of this w s r p producer . concode_field_sep WSRPProducer _wsrpProducer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep long getWsrpPro...
void function ( long arg0 ) { _wsrpProducer . setWsrpProducerId ( arg0 ) ; }
10,555
read only check if this middleware instance has been initialized . concode_field_sep Yoke yoke concode_elem_sep String mount concode_elem_sep boolean initialized concode_field_sep Middleware init concode_elem_sep FileSystem fileSystem concode_elem_sep YokeSecurity security concode_elem_sep EventBus eventBus concode_ele...
boolean function ( ) { return initialized ; }
10,556
sets the value of the id property . concode_field_sep long patientId concode_elem_sep Date dob concode_elem_sep String name concode_elem_sep LinkType id concode_elem_sep int age concode_elem_sep List<LinkType> treatments concode_field_sep void setName concode_elem_sep int getAge concode_elem_sep String getName concode_...
void function ( LinkType arg0 ) { this . id = arg0 ; }
10,557
obtain the given quantile of the distribution used to produce this confidence interval , and translate the input value using that number . subclasses can override this one method to instantly provide definitions for getlpi , getupi , getrandomvalue , and getprediction . alternatively , they can choose to directly overr...
double function ( double arg0 ) { return Double . NaN ; }
10,558
retrieves an hsqlsocketfactory whose subclass and attributes are determined by the specified argument , tls . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep HsqlSocketFactory ...
HsqlSocketFactory function ( boolean arg0 ) { return arg0 ? getSSLImpl ( ) : getPlainImpl ( ) ; }
10,559
returns the cotangent of a number . concode_field_sep PlaceHolder placeHolder concode_field_sep double Tan concode_elem_sep double Acosh concode_elem_sep double Cosh concode_elem_sep double Rnd concode_elem_sep double Rnd concode_elem_sep double Acsc concode_elem_sep void Randomize concode_elem_sep void Randomize conco...
double function ( double arg0 ) { return 1 / java . lang . Math . tan ( arg0 ) ; }
10,560
atomically sets the element at position i to the givenupdated value if the current value is bitwise equal to the expected value . may fail spuriously and does not provide ordering guarantees , so is only rarely an appropriate alternative to compareandset . concode_field_sep AtomicLongArray longs concode_elem_sep long s...
boolean function ( int arg0 , double arg1 , double arg2 ) { return longs . weakCompareAndSet ( arg0 , doubleToRawLongBits ( arg1 ) , doubleToRawLongBits ( arg2 ) ) ; }
10,561
test of getmacnameresolvers method , of class adminservice . concode_field_sep WaarIsWifiEJB waarIsWifiEJB concode_elem_sep EndpointMapping endpointMapping concode_elem_sep AdminService systemUnderTest concode_field_sep void init concode_elem_sep void testPutMacNameResolversDelete concode_elem_sep void testProcessGet c...
void function ( ) { when ( waarIsWifiEJB . getAllMacNameResolvers ( ) ) . thenReturn ( new ArrayList < MacNameResolverEntity > ( ) ) ; assertNotNull ( systemUnderTest . getMacNameResolvers ( ) ) ; }
10,562
gets a new builder to build a new entityhealingsource . concode_field_sep PlaceHolder placeHolder concode_field_sep Entity getSource concode_elem_sep B entity
Builder function ( ) { return Sponge . getRegistry ( ) . createBuilder ( Builder . class ) ; }
10,563
test of getcol method , of class dpnode . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testTotalCost concode_elem_sep void testBestDown concode_elem_sep void testFindPath concode_elem_sep void testSetStatus concode_elem_sep void testSetUsed concode_elem_sep void test...
void function ( ) { System . out . println ( "srini_string" ) ; DPNode loc0 = new DPNode ( ) ; int loc1 = 0 ; int loc2 = loc0 . getCol ( ) ; assertEquals ( loc1 , loc2 ) ; fail ( "srini_string" ) ; }
10,564
gets the value of the usecases property . concode_field_sep String code concode_elem_sep Boolean visible concode_elem_sep Boolean documentation concode_elem_sep long serialVersionUID concode_elem_sep String label concode_elem_sep Usecases usecases concode_elem_sep Descriptions descriptions concode_elem_sep Langs langs ...
Usecases function ( ) { return usecases ; }
10,565
set the resource adapter concode_field_sep Logger log concode_elem_sep ResourceAdapter ra concode_field_sep ResourceAdapter getResourceAdapter concode_elem_sep void validate
void function ( ResourceAdapter arg0 ) { log . trace ( "srini_string" ) ; this . ra = arg0 ; }
10,566
clear the media list . remove all media concode_field_sep ArrayList<MediaHolder> mInternalList concode_elem_sep LibVLC mLibVLC concode_elem_sep boolean noHardwareAcceleration concode_elem_sep Media m concode_elem_sep String TAG concode_elem_sep boolean noVideo concode_elem_sep EventHandler mEventHandler concode_field_s...
void function ( ) { for ( int loc0 = 0 ; loc0 < mInternalList . size ( ) ; loc0 ++ ) { signal_list_event ( EventHandler . CustomMediaListItemDeleted , loc0 , mInternalList . get ( loc0 ) . m . getLocation ( ) ) ; } mInternalList . clear ( ) ; }
10,567
sets the index from which to start the range . if the index is superior or equal to zero , the index will define the start of the range . if its value is @value #index_last -1 , then it defines the end of the range . thedefault value is #index_first 0 , starting at the first byte concode_field_sep long SIZE_MAX concode...
void function ( long arg0 ) { this . index = arg0 ; }
10,568
create an in-memory h2 database with name `` default '' . concode_field_sep PlaceHolder placeHolder concode_field_sep Database createFrom concode_elem_sep Database createFrom concode_elem_sep Database createFrom concode_elem_sep Database createFrom concode_elem_sep Database inMemoryWith concode_elem_sep Database inMemo...
Database function ( ) { return inMemory ( "srini_string" ) ; }
10,569
returns a existing instance of luastate concode_field_sep List states concode_field_sep int insertLuaState concode_elem_sep void removeLuaState concode_elem_sep LuaState newLuaState concode_elem_sep int getNextStateIndex
LuaState function ( int arg0 ) { return ( LuaState ) states . get ( arg0 ) ; }
10,570
method called by a customer instance to return a fruitbowl to the shop . this method releases the semaphore , making the fruitbowl available to another customer . concode_field_sep FruitBowl[] bowls concode_elem_sep boolean[] available concode_elem_sep Semaphore semaphore concode_field_sep FruitBowl takeBowl concode_el...
void function ( FruitBowl arg0 ) { if ( arg0 == bowls [ 0 ] ) { available [ 0 ] = true ; } else if ( arg0 == bowls [ 1 ] ) { available [ 1 ] = true ; } else if ( arg0 == bowls [ 2 ] ) { available [ 2 ] = true ; } }
10,571
returns a range of all the accounts . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #all_po...
java . util . List < com . liferay . portal . kernel . model . Account > function ( int arg0 , int arg1 ) { return _accountLocalService . getAccounts ( arg0 , arg1 ) ; }
10,572
`` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer entrypoint entrypoint exitpoint exitpoint concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep XtextReso...
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; }
10,573
returns constant . concode_field_sep JConstant[] constants concode_field_sep JConstant getAt concode_elem_sep JConstantClass getConstantClass concode_elem_sep JConstantNameAndType getConstantNameAndType concode_elem_sep void parse
JConstantUtf8 function ( int arg0 ) { JConstant loc0 = getAt ( arg0 ) ; if ( loc0 instanceof JConstantUtf8 ) return ( JConstantUtf8 ) loc0 ; else return null ; }
10,574
sets the value of the content property . concode_field_sep String content concode_field_sep String getContent
void function ( final String arg0 ) { this . content = arg0 ; }
10,575
getter for path `` true '' considering 3 dimensions length in meters , i.e the sum of each segment 3d length . concode_field_sep List<TimestampedLocation> waypoints concode_field_sep void removeWaypoint concode_elem_sep TimestampedLocation getStart concode_elem_sep long getDuration concode_elem_sep long getOverGroundLe...
long function ( ) { long loc0 = 0 ; for ( int loc1 = 1 ; loc1 < this . waypoints . size ( ) ; loc1 ++ ) { Location loc2 = this . waypoints . get ( loc1 - 1 ) . getLocation ( ) ; Location loc3 = this . waypoints . get ( loc1 ) . getLocation ( ) ; loc0 += loc2 . get3DDistance ( loc3 ) ; } return loc0 ; }
10,576
returns a rectangle2d that encloses the rendered area . default bounds is the rectangle 0 , - ascent , advance , ascent + descent . concode_field_sep int TOP_ALIGNMENT concode_elem_sep int HANGING_BASELINE concode_elem_sep int CENTER_BASELINE concode_elem_sep int ROMAN_BASELINE concode_elem_sep int alignment concode_el...
Rectangle2D function ( ) { float loc0 = getAscent ( ) ; return new Rectangle2D . Float ( 0 , - loc0 , getAdvance ( ) , loc0 + getDescent ( ) ) ; }
10,577
a description of the parameters for a document . concode_field_sep String instanceId concode_elem_sep String name concode_elem_sep java.util.Map<String,java.util.List<String>> parameters concode_field_sep void setName concode_elem_sep String getInstanceId concode_elem_sep String getName concode_elem_sep CreateAssociati...
void function ( java . util . Map < String , java . util . List < String >> arg0 ) { this . parameters = arg0 ; }
10,578
sets a tile . concode_field_sep PaletteTile[][][] tiles concode_elem_sep int DIRECTION_CW_0 concode_elem_sep int DIRECTION_NORMAL concode_elem_sep int DIRECTION_CW_90 concode_elem_sep int rot concode_elem_sep int x concode_elem_sep int y concode_elem_sep int z concode_elem_sep int DIRECTION_CW_270 concode_elem_sep int ...
void function ( int arg0 , int arg1 , int arg2 , PaletteTile arg3 ) { tiles [ arg0 ] [ arg1 ] [ arg2 ] = arg3 ; }
10,579
sets the value of the id property . concode_field_sep ProductProfile product concode_elem_sep XMLGregorianCalendar versionEndDate concode_elem_sep List<Description> description concode_elem_sep long serialVersionUID concode_elem_sep String version concode_elem_sep List<SpecificationGroup> characteristic concode_elem_se...
void function ( String arg0 ) { this . id = arg0 ; }
10,580
gets the literal word that represents the first 31 bits of the given the word i.e. the first block of a sequence word , or the bits of a literal word . if the word is a literal , it returns the unmodified word . in case of a sequence , it returns a literal that represents the first 31 bits of the given sequence word . ...
int function ( int arg0 , boolean arg1 ) { if ( isLiteral ( arg0 ) ) { return arg0 ; } if ( arg1 ) { return isZeroSequence ( arg0 ) ? ALL_ZEROS_LITERAL : ALL_ONES_LITERAL ; } int loc0 = ( 1 << ( arg0 >>> 25 ) ) >>> 1 ; return isZeroSequence ( arg0 ) ? ( ALL_ZEROS_LITERAL | loc0 ) : ( ALL_ONES_LITERAL & ~ loc0 ) ; }
10,581
sets the uniqueidentifier value for this spagobiuserprofile . concode_field_sep java.lang.String[] functions concode_elem_sep java.lang.String organization concode_elem_sep java.lang.String[] roles concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean isSuperadmin concode_elem_sep boolean __...
void function ( java . lang . String arg0 ) { this . uniqueIdentifier = arg0 ; }
10,582
sets the class to test . concode_field_sep Filter m_SourceCode concode_elem_sep File m_Dataset concode_elem_sep Filter m_Filter concode_elem_sep int m_ClassIndex concode_field_sep Enumeration listOptions concode_elem_sep void setClassIndex concode_elem_sep boolean compare concode_elem_sep boolean compare concode_elem_s...
void function ( Filter arg0 ) { m_SourceCode = arg0 ; }
10,583
same as hibernate internal org.hibernate.internal.util.stringhelper #join methods concode_field_sep PlaceHolder placeHolder concode_field_sep String determineShortName
String function ( String [ ] arg0 , char arg1 ) { if ( arg0 == null ) { return null ; } final StringBuilder loc0 = new StringBuilder ( ) ; for ( String loc1 : arg0 ) { loc0 . append ( loc1 ) . append ( arg1 ) ; } return loc0 . length ( ) > 0 ? loc0 . substring ( 0 , loc0 . length ( ) - 1 ) : "srini_string" ; }
10,584
returns the direction of the light . the direction is relative to the transformation of the scene graph node corresponding to the light . the direction is undefined for point lights . the vector may be normalized , but it need n't . . this method is part of the wrapped api see aiwrapperprovider for details on wrappers ...
V3 function ( AiWrapperProvider < V3 , M4 , C , N , Q > arg0 ) { return ( V3 ) m_direction ; }
10,585
returns bytes reference , also un compress the source if needed . concode_field_sep String _ID concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep String _TYPE concode_elem_sep String FOUND concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep String _VERSION concode_elem_sep...
BytesReference function ( ) { try { this . source = CompressorFactory . uncompressIfNeeded ( this . source ) ; return this . source ; } catch ( IOException loc0 ) { throw new ElasticsearchParseException ( "srini_string" , loc0 ) ; } }
10,586
updates last scroll positions . concode_field_sep int accuY concode_elem_sep float SCROLLING_FACTOR concode_elem_sep int CLICK_TIME_THRESHOLD concode_elem_sep int SCROLL_THRESHOLD concode_elem_sep float MT_SCROLL_BEGIN_THRESHOLD concode_elem_sep boolean isActive concode_elem_sep boolean isScrolling concode_elem_sep Mod...
void function ( ) { lastScrollX = scaleGestureDetector . getFocusX ( ) ; lastScrollY = scaleGestureDetector . getFocusY ( ) ; }
10,587
test arrangement with a range for the width and a fixed height . concode_field_sep double EPSILON concode_field_sep void testNR concode_elem_sep void testGridNotFull_FF concode_elem_sep void testGridNotFull_NN concode_elem_sep void testNullBlock_FF concode_elem_sep void testNullBlock_NN concode_elem_sep void testNN con...
void function ( ) { BlockContainer loc0 = createTestContainer1 ( ) ; RectangleConstraint loc1 = new RectangleConstraint ( new Range ( 40.0 , 60.0 ) , 100.0 ) ; Size2D loc2 = loc0 . arrange ( null , loc1 ) ; assertEquals ( 60.0 , loc2 . width , EPSILON ) ; assertEquals ( 100.0 , loc2 . height , EPSILON ) ; }
10,588
a value is the optional value of the tag . the string value can be from 1 to 256 unicode characters in length and can not be prefixed with `` aws : '' or `` rds : '' . the string can only contain only the set of unicode letters , digits , white-space , '_' , ' . ' , ' / ' , ' = ' , ' + ' , ' - ' java regex : '' ^ \ \ p...
void function ( String arg0 ) { this . value = arg0 ; }
10,589
converts wire type to protobuf type . concode_field_sep PlaceHolder placeHolder concode_field_sep TtlAction fromProtobuf
PTtlAction function ( TtlAction arg0 ) { if ( arg0 == null ) { return PTtlAction . DELETE ; } switch ( arg0 ) { case DELETE : return PTtlAction . DELETE ; case FREE : return PTtlAction . FREE ; default : throw new IllegalStateException ( "srini_string" + arg0 ) ; } }
10,590
debug-time option to persist the code for the generated class to permit debugging . has effect only when code is generated using the plain java option . code is written to the code directory specified in classbuilder . to debug code , set this option , then point your ide to the code directory when the ide prompts you ...
void function ( boolean arg0 ) { if ( supportsPlainJava ( ) ) { saveDebugCode = arg0 ; usePlainJava = true ; } }
10,591
notify the system that the visibility of an action view 's sub-ui such as an anchored popup has changed . this will affect how other system visibility notifications occur . concode_field_sep String TAG concode_elem_sep SubUiVisibilityListener mSubUiVisibilityListener concode_elem_sep VisibilityListener mVisibilityListe...
void function ( boolean arg0 ) { if ( mSubUiVisibilityListener != null ) { mSubUiVisibilityListener . onSubUiVisibilityChanged ( arg0 ) ; } }
10,592
method close closes the underlying resource being written to . this method should be called when no more tuple instances will be written out . concode_field_sep Fields declared concode_field_sep void add concode_elem_sep void add concode_elem_sep void collect
void function ( ) { }
10,593
transforms the input to result by looking it up in a map . concode_field_sep Map<? super I,? extends O> iMap concode_elem_sep long serialVersionUID concode_field_sep Transformer<I,O> mapTransformer concode_elem_sep Map<? super I,? extends O> getMap
O function ( final I arg0 ) { return iMap . get ( arg0 ) ; }
10,594
returns the player factory associated with this game factory . concode_field_sep PlayerFactory playerFact concode_field_sep Game createSinglePlayerGame
PlayerFactory function ( ) { return playerFact ; }
10,595
it manages the error concode_field_sep String NAME concode_elem_sep String LOG4J_CONFIGURATION_PROPERTY concode_elem_sep LogAppl LOGAPPL concode_elem_sep Logger LOGGER concode_field_sep void debug concode_elem_sep void debug concode_elem_sep void warning concode_elem_sep void ignore concode_elem_sep LogAppl getInstance...
void function ( String arg0 , Throwable arg1 ) { if ( arg1 == null ) { LOGGER . error ( arg0 ) ; } else { LOGGER . error ( arg0 , arg1 ) ; } }
10,596
gets affinity to be used to communicate with remote cache . affinity allows to contact exactly the node where the data is and therefore avoiding extra network hops . use gridclientpartitionaffinity as default affinity communication towork with remote partitioned caches . concode_field_sep GridClientLoadBalancer balance...
GridClientDataAffinity function ( ) { return affinity ; }
10,597
setter method for faultcodestatus concode_field_sep String faultCodeID concode_elem_sep String faultCode concode_elem_sep long serialVersionUID concode_elem_sep String faultCodeStatus concode_elem_sep String faultCodeDesc concode_elem_sep String subSubCategoryID concode_field_sep String getSubSubCategoryID concode_elem...
void function ( String arg0 ) { this . faultCodeStatus = arg0 ; }
10,598
the state of the job flow step . concode_field_sep java.util.Date startDateTime concode_elem_sep String lastStateChangeReason concode_elem_sep String state concode_elem_sep java.util.Date endDateTime concode_elem_sep java.util.Date creationDateTime concode_field_sep void setEndDateTime concode_elem_sep StepExecutionSta...
StepExecutionStatusDetail function ( String arg0 ) { setState ( arg0 ) ; return this ; }
10,599
method to get the first name field which is bound to a front end page component , and is used for requesting focus concode_field_sep Participant parent concode_elem_sep OnDemandRenderer loginPageRenderer concode_elem_sep String presentationPassword concode_elem_sep String presentationMaxString concode_elem_sep boolean ...
HtmlInputText function ( ) { return firstNameField ; }