idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
900 | number of megabytes of space to leave unallocated by mtp . mtp will subtract this value from the free space it reports back to the host via getstorageinfo , and will not allow new files to be added via mtp if there is less than this amount left free in the storage . if mtp has dedicated storage this value should be zer... | int function ( ) { return mMtpReserveSpace ; } |
901 | attempts to get the name of a remote device , otherwise returns the address . concode_field_sep String TAG concode_elem_sep List<CachedBluetoothDevice> mCachedDevices concode_elem_sep LocalBluetoothManager mLocalManager concode_elem_sep List<Callback> mCallbacks concode_field_sep void onScanningStateChanged concode_ele... | String function ( BluetoothDevice arg0 ) { CachedBluetoothDevice loc0 = findDevice ( arg0 ) ; if ( loc0 != null ) return loc0 . getName ( ) ; String loc1 = arg0 . getName ( ) ; if ( loc1 != null ) return loc1 ; return arg0 . getAddress ( ) ; } |
902 | checks that the setevent class is immutable . concode_field_sep SetEvent<String> event1 concode_elem_sep SetEvent<String> event3 concode_elem_sep SetEvent<String> event2 concode_elem_sep SetEvent<String> event4 concode_elem_sep SetEvent<String> sameAsEvent2 concode_field_sep void testConstruction concode_elem_sep void ... | void function ( ) { assertThatClassIsImmutable ( EventuallyConsistentMapEvent . class ) ; } |
903 | mark the passage of time and decay the current rate accordingly . concode_field_sep int ONE_MINUTE concode_elem_sep double M1_ALPHA concode_elem_sep double M5_ALPHA concode_elem_sep AtomicLong uncounted concode_elem_sep double SECONDS_PER_MINUTE concode_elem_sep double rate concode_elem_sep double alpha concode_elem_se... | void function ( ) { final long loc0 = uncounted . getAndSet ( 0 ) ; final double loc1 = loc0 / interval ; if ( initialized ) { rate += ( alpha * ( loc1 - rate ) ) ; } else { rate = loc1 ; initialized = true ; } } |
904 | getter for status reason concode_field_sep String generationId concode_elem_sep String utcTimeDefault concode_elem_sep DeviceConnectionState connectionState concode_elem_sep Boolean forceUpdate concode_elem_sep String deviceId concode_elem_sep String statusReason concode_elem_sep long cloudToDeviceMessageCount concode_... | String function ( ) { return statusReason ; } |
905 | sets the left argument query node of the binary operator node . concode_field_sep QueryNode mLeftArgument concode_elem_sep BinaryOperatorKind mBinaryOperatorKind concode_elem_sep QueryNode mRightArgument concode_field_sep BinaryOperatorKind getBinaryOperatorKind concode_elem_sep void setRightArgument concode_elem_sep Q... | void function ( QueryNode arg0 ) { this . mLeftArgument = arg0 ; } |
906 | get the outputformat class for the job . concode_field_sep JobID jobId concode_elem_sep Credentials credentials concode_elem_sep UserGroupInformation ugi concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_field_sep String[] toTimestampStrs concode_elem_sep JobID getJobID concode_elem_sep Path[] getLocalCach... | Class < ? extends OutputFormat < ? , ? >> function ( ) { return ( Class < ? extends OutputFormat < ? , ? >> ) conf . getClass ( OUTPUT_FORMAT_CLASS_ATTR , TextOutputFormat . class ) ; } |
907 | gets the value of the libraryvendor property . concode_field_sep LibraryName libraryName concode_elem_sep List<LibraryRef> libraryRef concode_elem_sep Description description concode_elem_sep List<Jar> jar concode_elem_sep String id concode_elem_sep LibraryVersion libraryVersion concode_elem_sep LibraryVendor libraryVe... | LibraryVendor function ( ) { return libraryVendor ; } |
908 | finish the line from startdoing with the end of the timing done message and elapsed time in x.y seconds . concode_field_sep long startTime concode_elem_sep long start concode_elem_sep NumberFormat nf concode_field_sep String toSecondsString concode_elem_sep String toSecondsString concode_elem_sep void doing concode_ele... | void function ( String arg0 ) { long loc0 = System . currentTimeMillis ( ) - startTime ; System . err . println ( arg0 + "srini_string" + nf . format ( ( ( double ) loc0 ) / 1000 ) + "srini_string" ) ; } |
909 | returns the number of bytes in memory used by this object . concode_field_sep CompactLabelToOrdinal cache concode_elem_sep ReadWriteLock lock concode_elem_sep float loadFactor concode_elem_sep int initialCapcity concode_elem_sep int numHashArrays concode_field_sep int get concode_elem_sep void clear concode_elem_sep bo... | int function ( ) { return cache == null ? 0 : cache . getMemoryUsage ( ) ; } |
910 | increases the minimum capacity of the manager . defaults to 20 . concode_field_sep ArrayList<OriginalBaseTween> objects concode_elem_sep boolean resetAnimTime concode_elem_sep boolean finishAllAnim concode_elem_sep boolean isPaused concode_field_sep TweenManager add concode_elem_sep void resume concode_elem_sep boolean... | void function ( int arg0 ) { objects . ensureCapacity ( arg0 ) ; } |
911 | set a matcher to match individual elements . this facility was added so that we could evaluate things like if a given dto had a condition x match on column x , else match on column y. concode_field_sep DepthAware node concode_elem_sep NodeInfo parent concode_elem_sep List filtered concode_elem_sep Matcher matcher conco... | void function ( Matcher arg0 ) { matcher = arg0 ; } |
912 | return the array index for a hash . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep void unlinkNode co... | int function ( int arg0 ) { int loc0 = ( arg0 & 0x7fffffff ) % hashTable . length ; return hashTable [ loc0 ] ; } |
913 | write string content to a file always use utf-8 concode_field_sep PlaceHolder placeHolder concode_field_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep void copyDirectory concode_elem_sep ... | void function ( CharSequence arg0 , File arg1 , String arg2 ) { try { FileUtils . write ( arg1 , arg0 , arg2 ) ; } catch ( IOException loc0 ) { throw new UnexpectedException ( loc0 ) ; } } |
914 | sets the push group manager . note : this method is not intended for application use ! concode_field_sep int browserCounter concode_elem_sep PushGroupManager pushGroupManager concode_elem_sep int subCounter concode_elem_sep Logger log concode_elem_sep String BrowserIDCookieName concode_field_sep void removeGroupMember ... | void function ( final PushGroupManager arg0 ) { this . pushGroupManager = arg0 ; } |
915 | preconditions to check actual record . concode_field_sep int columnCounter concode_elem_sep NativeProjection projection concode_elem_sep List<Object[]> results concode_elem_sep int recordIdx concode_elem_sep QueryInfo queryInfo concode_field_sep boolean next concode_elem_sep Integer getRowNumber concode_elem_sep Short ... | void function ( ) { if ( recordIdx == - 1 || recordIdx >= results . size ( ) ) throw new IndexOutOfBoundsException ( "srini_string" + recordIdx + "srini_string" + results . size ( ) ) ; } |
916 | sets the total_results value for this profiledatasearchresult . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.intellij.tasks.mantis.model.ProfileData[] results concode_elem_sep java.math.BigInte... | void function ( java . math . BigInteger arg0 ) { this . total_results = arg0 ; } |
917 | seeds the backing securerandom securerandom instance with additional seed data . concode_field_sep SecureRandom secureRandom concode_elem_sep int defaultNextBytesSize concode_elem_sep int DEFAULT_NEXT_BYTES_SIZE concode_field_sep int getDefaultNextBytesSize concode_elem_sep void setDefaultNextBytesSize concode_elem_sep... | void function ( byte [ ] arg0 ) { this . secureRandom . setSeed ( arg0 ) ; } |
918 | throws an exception if this object is not initialized . concode_field_sep Vector<T> stack concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_elem_sep int MAX_CAPACITY concode_elem_sep boolean initialized concode_field_sep T pop concode_elem_sep void checkCapacity concode_elem_sep boolean isEmpty concode_elem_sep voi... | void function ( ) { if ( ! initialized ) throw new SecurityException ( "srini_string" + "srini_string" ) ; } |
919 | sets the timerimpl instance that corresponds to this job . concode_field_sep TimerImpl timer concode_elem_sep Procedure0 procedure concode_elem_sep Object argument1 concode_elem_sep Procedure1<Object> procedure1 concode_elem_sep Logger logger concode_field_sep void setProcedure concode_elem_sep void setProcedure1 conco... | void function ( TimerImpl arg0 ) { this . timer = arg0 ; } |
920 | checks whether the file identified by the url exists . concode_field_sep String path concode_elem_sep URL url concode_field_sep String getPath | boolean function ( ) { String loc0 = getPath ( ) ; if ( loc0 == null ) { return false ; } else { File loc1 = new File ( loc0 ) ; return loc1 . exists ( ) ; } } |
921 | writedeck . concode_field_sep FilenameFilter BDKFileFilter concode_elem_sep File deckDir concode_elem_sep FilenameFilter DCKFileFilter concode_elem_sep Map<String,Deck> deckMap concode_elem_sep Map<String,Deck[]> draftMap concode_field_sep Deck getDeck concode_elem_sep boolean isUniqueDraft concode_elem_sep void addCar... | void function ( Deck arg0 , File arg1 ) { try { BufferedWriter loc0 = new BufferedWriter ( new FileWriter ( arg1 ) ) ; writeDeck ( arg0 , loc0 ) ; loc0 . close ( ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
922 | set inactve axis concode_field_sep String inactiveAxis concode_elem_sep Vector nodes concode_elem_sep Vector pattern concode_elem_sep double endTimeStamp concode_elem_sep int ID concode_elem_sep String activeAxis concode_elem_sep Vector dataset concode_field_sep void setEndTimeStamp concode_elem_sep String getInactiveA... | void function ( String arg0 ) { inactiveAxis = new String ( arg0 ) ; } |
923 | returns a copy of a subimage of image . this avoids the performance problems associated with bufferedimage.getsubimage . concode_field_sep BufferedImage backgroundImage concode_field_sep void composeThroughMask concode_elem_sep BufferedImage createImage concode_elem_sep BufferedImage cloneImage concode_elem_sep void pa... | BufferedImage function ( BufferedImage arg0 , int arg1 , int arg2 , int arg3 , int arg4 ) { BufferedImage loc0 = new BufferedImage ( arg3 , arg4 , BufferedImage . TYPE_INT_ARGB ) ; Graphics2D loc1 = loc0 . createGraphics ( ) ; loc1 . drawRenderedImage ( arg0 , AffineTransform . getTranslateInstance ( - arg1 , - arg2 ) ... |
924 | sets the expirationdate value for this lotnumberedinventoryitemnumbers . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef serialNumber concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Double quantityOnHand concode_elem_sep java.lang.Object __equalsCalc c... | void function ( java . util . Calendar arg0 ) { this . expirationDate = arg0 ; } |
925 | the size of the cache on the source cache node . concode_field_sep java.util.Date cacheNodeCreateTime concode_elem_sep String cacheSize concode_elem_sep java.util.Date snapshotCreateTime concode_elem_sep String cacheNodeId concode_field_sep void setCacheSize concode_elem_sep NodeSnapshot withSnapshotCreateTime concode_... | String function ( ) { return cacheSize ; } |
926 | an especially short bit of javadoc . this method returns . concode_field_sep InnerInputCorrectJavaDocParagraphCheck anon concode_elem_sep byte NUL_2 concode_elem_sep byte NUL concode_field_sep void foo7 concode_elem_sep boolean emulated1 concode_elem_sep boolean emulated concode_elem_sep boolean emulated concode_elem_s... | void function ( ) { } |
927 | gets the value of the show property . concode_field_sep String role 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 concode_elem_sep SVCoupledResourceType svCoupledResource concode_elem_sep String type conc... | String function ( ) { return show ; } |
928 | adds a boolean property . concode_field_sep StringBuilder params concode_field_sep JSONBuilder entryNoEscape concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder beginArray concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder endMap concode_elem_sep String e... | JSONBuilder function ( String arg0 , boolean arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; } |
929 | sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_ele... | Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; } |
930 | test putting and taking out blocks into cache with different encoding options . concode_field_sep boolean includesMemstoreTS concode_elem_sep RedundantKVGenerator generator concode_elem_sep HFileDataBlockEncoder blockEncoder concode_field_sep HFileBlock getSampleHFileBlock concode_elem_sep HFileBlock createBlockOnDisk ... | void function ( ) { testEncodingWithCacheInternals ( false ) ; testEncodingWithCacheInternals ( true ) ; } |
931 | returns number of msgs pending in moderated topics in which user has moderate perm concode_field_sep Area area concode_elem_sep SimpleDateFormat datetimeFormat concode_elem_sep TimeService timeService concode_elem_sep int numPendingMsgs concode_elem_sep Logger LOG concode_field_sep void setNumPendingMsgs concode_elem_s... | int function ( ) { return numPendingMsgs ; } |
932 | metodo para retornar a localizacao da paragem . concode_field_sep int idCount concode_elem_sep Zona zona concode_elem_sep Localizacao localizacao concode_elem_sep ArrayList<Linha> linhas concode_elem_sep Color cor concode_elem_sep Circulo circulo concode_elem_sep String nome concode_elem_sep int id concode_field_sep vo... | Localizacao function ( ) { return localizacao ; } |
933 | check if identity is allowed to create a view that selects from the specified table in a catalog . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkCanCreateTable concode_elem_sep void checkCanCreateViewWithSelectFromView concode_elem_sep void checkCanRenameColumn concode_elem_sep void checkCanDrop... | void function ( Identity arg0 , CatalogSchemaTableName arg1 ) { denyCreateViewWithSelect ( arg1 . toString ( ) ) ; } |
934 | default connect timeout in milliseconds . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxy... | int function ( ) { return connectTimeout ; } |
935 | dim the provided input value to the given output level . concode_field_sep PlaceHolder placeHolder concode_field_sep PercentType getPercentTypeFromByte concode_elem_sep int calculateWhite concode_elem_sep int getByteFromPercentType concode_elem_sep int capDmxValue | int function ( int arg0 , int arg1 ) { BigDecimal loc0 = BigDecimal . valueOf ( arg0 ) ; return loc0 . multiply ( BigDecimal . valueOf ( arg1 ) ) . divide ( PercentType . HUNDRED . toBigDecimal ( ) , 0 , BigDecimal . ROUND_UP ) . intValue ( ) ; } |
936 | specify global quartz triggerlisteners to be registered with the scheduler . such triggerlisteners will apply to all triggers in the scheduler . concode_field_sep Log logger concode_elem_sep Map<String,Calendar> calendars concode_elem_sep String[] jobSchedulingDataLocations concode_elem_sep TriggerListener[] globalTrig... | void function ( TriggerListener ... arg0 ) { this . globalTriggerListeners = arg0 ; } |
937 | adds an element to the element selection . concode_field_sep Color elementOverlayStrokeColor concode_elem_sep JSVGCanvas canvas concode_elem_sep Overlay elementOverlay concode_elem_sep ElementOverlayController controller concode_elem_sep ArrayList elements concode_elem_sep boolean xorMode concode_elem_sep Color element... | void function ( Element arg0 ) { elements . add ( arg0 ) ; } |
938 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void test2275695 concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { SubCategoryAxis loc0 = new SubCategoryAxis ( "srini_string" ) ; loc0 . addSubCategory ( "srini_string" ) ; SubCategoryAxis loc1 = ( SubCategoryAxis ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
939 | create a uri form a no scheme url , such as is returned by the am . concode_field_sep Logger LOG concode_elem_sep String PROXY_PATH_SPEC concode_elem_sep String PROXY_SERVLET_NAME concode_elem_sep String PROXY_APPROVAL_PARAM concode_elem_sep String PROXY_BASE concode_field_sep boolean appendQuery concode_elem_sep Strin... | URI function ( String arg0 , String arg1 ) { if ( getSchemeFromUrl ( arg1 ) . isEmpty ( ) ) { return new URI ( arg0 + arg1 ) ; } else { return new URI ( arg1 ) ; } } |
940 | for details see http://www.w3.org/tr/xmlenc-core/#sec-cmskeychecksum concode_field_sep Digest sha1 concode_elem_sep byte[] IV2 concode_elem_sep CBCBlockCipher engine concode_elem_sep KeyParameter param concode_elem_sep ParametersWithIV paramPlusIV concode_elem_sep byte[] digest concode_elem_sep boolean forWrapping conc... | boolean function ( byte [ ] arg0 , byte [ ] arg1 ) { return Arrays . constantTimeAreEqual ( calculateCMSKeyChecksum ( arg0 ) , arg1 ) ; } |
941 | return the current value of the field , i.e. either the property value or a rejected update , or null if not field-specific . this value will be an html-escaped string if the original value already was a string . concode_field_sep PropertyEditor editor concode_elem_sep String expression concode_elem_sep BindingResult b... | Object function ( ) { return this . value ; } |
942 | replace the top value on the stack with the given value . this is equivalent to stack.pop ; stack.push value ; concode_field_sep int top concode_elem_sep int[] values concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_field_sep int pop concode_elem_sep int size concode_elem_sep void clear concode_elem_sep boolean is... | void function ( int arg0 ) { if ( top == 0 ) { throw new EmptyStackException ( ) ; } values [ top - 1 ] = arg0 ; } |
943 | sets the url path component of the url at which 1.1 ws-t participant services have been mapped . concode_field_sep String transactionManager10 concode_elem_sep String clientServiceURLPath concode_elem_sep String userTransaction11 concode_elem_sep String businessActivityManager11 concode_elem_sep String userBusinessActi... | void function ( String arg0 ) { this . participantServiceURLPath = arg0 ; } |
944 | returns the map of tldresourcepath to parsed xml files built by this scanner . concode_field_sep Map<TldResourcePath,TaglibXml> tldResourcePathTaglibXmlMap concode_elem_sep String WEB_INF concode_elem_sep ServletContext context concode_elem_sep List<String> listeners concode_elem_sep TldParser tldParser concode_elem_se... | Map < TldResourcePath , TaglibXml > function ( ) { return tldResourcePathTaglibXmlMap ; } |
945 | get jsonobject from kandyrecord . concode_field_sep KandyUtils _instance concode_elem_sep Context _context concode_field_sep int getResource concode_elem_sep int getLayout concode_elem_sep void sendPluginResultAndKeepCallback concode_elem_sep void sendPluginResultAndKeepCallback concode_elem_sep JSONObject getJsonObjec... | JSONObject function ( KandyRecord arg0 ) { JSONObject loc0 = new JSONObject ( ) ; try { loc0 . put ( "srini_string" , arg0 . getUri ( ) ) ; loc0 . put ( "srini_string" , arg0 . getType ( ) . toString ( ) ) ; loc0 . put ( "srini_string" , arg0 . getDomain ( ) ) ; loc0 . put ( "srini_string" , arg0 . getUserName ( ) ) ; ... |
946 | indicates whether some other reference object is `` equal to '' this one . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int hashCode concode_elem_sep int getGenerationNumber concode_elem_sep String toString concode_elem_sep int getObjectNumber | boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( arg0 != null && arg0 instanceof Reference ) { Reference loc0 = ( Reference ) arg0 ; return ( loc0 . objf == objf ) && ( loc0 . genf == genf ) ; } return false ; } |
947 | handles the `` getactions '' event received from server . concode_field_sep String EVENT_GET_VIEW_HIERARCHY concode_elem_sep String EVENT_GET_ACTIONS concode_elem_sep String TAG concode_elem_sep String EVENT_REGISTER_DEVICE concode_elem_sep String EVENT_CONTENT_RESPONSE concode_elem_sep String EVENT_TRIGGER concode_ele... | void function ( ) { boolean loc0 = VarCache . sendActionsIfChanged ( ) ; VarCache . maybeUploadNewFiles ( ) ; sendEvent ( EVENT_CONTENT_RESPONSE , Util . newMap ( "srini_string" , loc0 ) ) ; } |
948 | returns the next lognode in the linked list . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep void setNext | LogNode function ( ) { return mNext ; } |
949 | the field value , expressed as a string . concode_field_sep String stringValue concode_elem_sep String id concode_field_sep void setStringValue concode_elem_sep String getStringValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ParameterValue clone concode_elem_sep void setId concode_e... | ParameterValue function ( String arg0 ) { setStringValue ( arg0 ) ; return this ; } |
950 | access a default instance of this class , access is synchronized concode_field_sep MersenneTwisterFast random concode_field_sep float nextFloat concode_elem_sep byte nextByte concode_elem_sep double nextGamma concode_elem_sep void nextBytes concode_elem_sep double uniform concode_elem_sep double nextInverseGaussian con... | double function ( ) { synchronized ( random ) { return random . nextGaussian ( ) ; } } |
951 | return the version of java supported by the vm . concode_field_sep int VERSION_1_2 concode_elem_sep int VERSION_1_3 concode_elem_sep int VERSION_1_4 concode_elem_sep int VERSION concode_elem_sep int VERSION_1_0 concode_elem_sep int VERSION_1_1 concode_field_sep boolean isVersion concode_elem_sep boolean isCompatible | int function ( ) { return VERSION ; } |
952 | returns true if the bit is set in the specified index . concode_field_sep long[] data concode_elem_sep int numHashFunctions concode_elem_sep int numBits concode_elem_sep BitSet bitSet concode_elem_sep double DEFAULT_FPP concode_field_sep long sizeInBytes concode_elem_sep long[] getBitSet concode_elem_sep void checkArgu... | boolean function ( int arg0 ) { return ( data [ arg0 >>> 6 ] & ( 1L << arg0 ) ) != 0 ; } |
953 | information about the endpoints . concode_field_sep com.amazonaws.internal.SdkInternalList<VpcEndpoint> vpcEndpoints concode_elem_sep String nextToken concode_field_sep java.util.List<VpcEndpoint> getVpcEndpoints concode_elem_sep void setNextToken concode_elem_sep void setVpcEndpoints concode_elem_sep int hashCode conc... | DescribeVpcEndpointsResult function ( java . util . Collection < VpcEndpoint > arg0 ) { setVpcEndpoints ( arg0 ) ; return this ; } |
954 | add a subject confirmation concode_field_sep List<SubjectConfirmationType> subjectConfirmation concode_elem_sep EncryptedElementType encryptedID concode_elem_sep STSubType subType concode_elem_sep BaseIDAbstractType baseID concode_field_sep void addBaseID concode_elem_sep EncryptedElementType getEncryptedID concode_ele... | void function ( SubjectConfirmationType arg0 ) { subjectConfirmation . add ( arg0 ) ; } |
955 | clears the values . concode_field_sep String fExpandedSystemId concode_elem_sep String fPublicId concode_elem_sep String fBaseSystemId concode_elem_sep String fNamespace concode_elem_sep String fLiteralSystemId concode_field_sep void setPublicId concode_elem_sep String getBaseSystemId concode_elem_sep void setExpandedS... | void function ( ) { fPublicId = null ; fLiteralSystemId = null ; fBaseSystemId = null ; fExpandedSystemId = null ; fNamespace = null ; } |
956 | returns the last name concode_field_sep String firstName concode_elem_sep String lastName concode_field_sep void setLastName concode_elem_sep void setFirstName concode_elem_sep String getFirstName | String function ( ) { return lastName ; } |
957 | writes object to data output . concode_field_sep IgfsPath path concode_elem_sep long len concode_elem_sep long modificationTime concode_elem_sep byte flags concode_elem_sep long serialVersionUID concode_elem_sep long grpBlockSize concode_elem_sep int blockSize concode_elem_sep IgniteUuid fileId concode_elem_sep long ac... | void function ( ObjectOutput arg0 ) { path . writeExternal ( arg0 ) ; arg0 . writeInt ( blockSize ) ; arg0 . writeLong ( grpBlockSize ) ; arg0 . writeLong ( len ) ; U . writeStringMap ( arg0 , props ) ; arg0 . writeLong ( accessTime ) ; arg0 . writeLong ( modificationTime ) ; arg0 . writeByte ( flags ) ; } |
958 | factory method to create a keyvaluepartitionreader given the alluxiouri of akey-value partition . concode_field_sep PlaceHolder placeHolder concode_field_sep int size concode_elem_sep byte[] get concode_elem_sep ByteBuffer get | KeyValuePartitionReader function ( AlluxioURI arg0 ) { Preconditions . checkNotNull ( arg0 ) ; FileSystem loc0 = FileSystem . Factory . get ( ) ; List < Long > loc1 = loc0 . getStatus ( arg0 ) . getBlockIds ( ) ; long loc2 = loc1 . get ( 0 ) ; return new BaseKeyValuePartitionReader ( loc2 ) ; } |
959 | return the level index for this contour path . the level index is an index to the level that this path belongs to : the i ` th level . concode_field_sep double[] yArr concode_elem_sep int levelIndex concode_elem_sep double kSmallX concode_elem_sep double kSmallY concode_elem_sep ContourAttrib attributes concode_elem_se... | int function ( ) { return levelIndex ; } |
960 | returns the default action for unbound keystrokes . concode_field_sep Keymap parent concode_elem_sep Map<KeyStroke,Action> keymap concode_elem_sep Action defaultAction concode_field_sep void addActionForKeyStroke concode_elem_sep void removeKeyStrokeBinding concode_elem_sep Action[] getBoundActions concode_elem_sep Key... | Action function ( ) { return defaultAction != null ? defaultAction : parent != null ? parent . getDefaultAction ( ) : null ; } |
961 | returns the target range , or null if none . concode_field_sep MathTransform1D transform concode_elem_sep Unit<?> unit concode_elem_sep NumberRange<?> range concode_elem_sep long serialVersionUID concode_elem_sep Color[] colors concode_field_sep MathTransform1D getSampleToGeophysics concode_elem_sep void setSampleToGeo... | NumberRange < ? > function ( ) { return range ; } |
962 | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitHaltStatement concode_elem_sep void enterValue concode_elem_sep void exitDeclareStatement concode_elem_sep void enterVariable concode_elem_sep void exitEveryRule concode_elem_sep void enterLabelStatement conco... | void function ( @ NotNull TurdParser . PrintStatementContext arg0 ) { } |
963 | not sure of use case and currently not supported concode_field_sep CompoundSet<AminoAcidCompound> compoundSet concode_elem_sep File file concode_elem_sep SequenceParserInterface sequenceParser concode_field_sep placeholderType placeHolder | AbstractSequence < AminoAcidCompound > function ( List < AminoAcidCompound > arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
964 | whether the given version string is equal to this version concode_field_sep int REVISION concode_elem_sep int MAJOR concode_elem_sep int MINOR concode_elem_sep String VERSION_FILE concode_elem_sep String VERSION concode_field_sep void parseVersion concode_elem_sep boolean isNewer concode_elem_sep String toString concod... | boolean function ( Object arg0 ) { return ( compareTo ( arg0 ) == 0 ) ; } |
965 | get an iterator to iterate over the set of observers registered with this event dispatcher . concode_field_sep int INCREMENT concode_elem_sep Log LOGGER concode_elem_sep netty.smpp.api.event.ConnectionObserver[] observers concode_field_sep void init concode_elem_sep boolean contains concode_elem_sep void addObserver co... | Iterator function ( ) { List loc0 ; synchronized ( observers ) { loc0 = new ArrayList ( observers . length ) ; for ( int loc1 = 0 ; loc1 < observers . length ; loc1 ++ ) { if ( observers [ loc1 ] != null ) { loc0 . add ( observers [ loc1 ] ) ; } } } return loc0 . iterator ( ) ; } |
966 | replaces all usercontexts associated with this session with the given list of usercontexts . concode_field_sep long lastAccessedTime concode_elem_sep Map<String,GuacamoleTunnel> tunnels concode_elem_sep List<UserContext> userContexts concode_elem_sep AuthenticatedUser authenticatedUser concode_elem_sep Logger logger co... | void function ( List < UserContext > arg0 ) { this . userContexts = arg0 ; } |
967 | get the biblebook to which this set of names is tied . concode_field_sep String[] alternateNames concode_elem_sep BibleBook book concode_elem_sep String normalizedLongName concode_elem_sep Pattern normPattern concode_elem_sep String normalizedShortName concode_elem_sep boolean fullBookName concode_elem_sep String short... | BibleBook function ( ) { return book ; } |
968 | create a password field for the given property . concode_field_sep BindingFactory bindingFactory concode_elem_sep FormComponentInterceptorFactory interceptorFactory concode_elem_sep FormComponentInterceptor interceptor concode_elem_sep ComponentFactory componentFactory concode_field_sep BindingFactory getBindingFactory... | JPasswordField function ( String arg0 ) { return getComponentFactory ( ) . createPasswordField ( ) ; } |
969 | replace the desede key to be serialized . concode_field_sep long serialVersionUID concode_elem_sep byte[] key concode_field_sep byte[] getEncoded concode_elem_sep int hashCode concode_elem_sep String getAlgorithm concode_elem_sep boolean equals concode_elem_sep String getFormat concode_elem_sep void finalize concode_el... | Object function ( ) { return new KeyRep ( KeyRep . Type . SECRET , getAlgorithm ( ) , getFormat ( ) , getEncoded ( ) ) ; } |
970 | sets the value of the default property . concode_field_sep String _default concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getDefault concode_elem_sep void setDescription concode_elem_sep String getDescription | void function ( String arg0 ) { this . _default = arg0 ; } |
971 | constructs a fastclass concode_field_sep Class type concode_elem_sep Class[] EMPTY_CLASS_ARRAY concode_field_sep String getName concode_elem_sep int getIndex concode_elem_sep int getIndex concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object invoke concode_elem_sep Object invoke concode_... | FastClass function ( Class arg0 ) { return new FastClass ( arg0 ) ; } |
972 | returns an iterable to iterate all vertices registered with the job graph . concode_field_sep String jobName concode_elem_sep JobSnapshottingSettings snapshotSettings concode_elem_sep JobID jobID concode_elem_sep List<BlobKey> userJarBlobKeys concode_elem_sep Configuration jobConfiguration concode_elem_sep ScheduleMode... | Iterable < JobVertex > function ( ) { return this . taskVertices . values ( ) ; } |
973 | parses the store name http request uri . the uri must be of the format / / , , ... concode_field_sep HttpRequest request concode_elem_sep Logger logger concode_elem_sep RequestRoutingType parsedRoutingType concode_elem_sep List<ByteArray> parsedKeys concode_elem_sep long parsedRequestOriginTimeInMs concode_elem_sep Mes... | String function ( String arg0 ) { String loc0 = null ; String [ ] loc1 = arg0 . split ( "srini_string" ) ; if ( loc1 . length > 1 ) { loc0 = loc1 [ 1 ] ; } return loc0 ; } |
974 | sends a tablemodelevent to all registered listeners to informthem that some rows have been updated . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_field_sep EventListener[] getListeners concode_elem_sep void addTableModelListener concode_elem_sep void removeTableModelLi... | void function ( int arg0 , int arg1 ) { fireTableChanged ( new TableModelEvent ( this , arg0 , arg1 , TableModelEvent . ALL_COLUMNS , TableModelEvent . UPDATE ) ) ; } |
975 | retrieves modifieddate from props . if it is not available return null . concode_field_sep Logger log concode_elem_sep String SEPARATOR concode_elem_sep Map<QName,String> customProps concode_elem_sep Date modified concode_elem_sep String etag concode_elem_sep Long contentLength concode_elem_sep String DEFAULT_CONTENT_T... | String function ( Response arg0 ) { Propstat loc0 = arg0 . getPropstat ( ) ; if ( loc0 . equals ( "srini_string" ) || null == loc0 ) { return null ; } return loc0 . getProp ( ) . getGetlastmodified ( ) ; } |
976 | get the link to the web-ui for details of the job . concode_field_sep JobID jobid concode_elem_sep String queueName concode_elem_sep String name concode_elem_sep String user concode_elem_sep String jobFile concode_elem_sep String url concode_field_sep void readFields concode_elem_sep String getJobFile concode_elem_sep ... | URL function ( ) { try { return new URL ( url ) ; } catch ( IOException loc0 ) { return null ; } } |
977 | sets the current allocated size . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep boolean waitDelete concode_elem_sep double mips concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler concode_... | void function ( long arg0 ) { this . currentAllocatedSize = arg0 ; } |
978 | pack byte array into an int in little endian order concode_field_sep int stateSize concode_elem_sep int[] engineState concode_elem_sep byte[] tau concode_elem_sep int[] x concode_elem_sep byte[] workingKey concode_elem_sep int index concode_elem_sep byte[] sigma concode_elem_sep byte[] workingIV concode_elem_sep boolea... | int function ( byte [ ] arg0 , int arg1 ) { return ( ( arg0 [ arg1 ] & 255 ) ) | ( ( arg0 [ arg1 + 1 ] & 255 ) << 8 ) | ( ( arg0 [ arg1 + 2 ] & 255 ) << 16 ) | ( arg0 [ arg1 + 3 ] << 24 ) ; } |
979 | formats the given long value . concode_field_sep String byteFormatString concode_elem_sep String longFormatString concode_elem_sep String continuousFormatString concode_elem_sep DecimalFormat doubleFormat concode_elem_sep DecimalFormat floatFormat concode_elem_sep DecimalFormat byteFormat concode_elem_sep String intFor... | String function ( long arg0 ) { DecimalFormat loc0 = getLongFormat ( ) ; if ( loc0 != null ) { return loc0 . format ( arg0 ) ; } return Long . toString ( arg0 ) ; } |
980 | stop the pumper as soon as possible . note that it may continue to block on the input stream but it will really stop the thread as soon as it gets eof or any byte , and it will be marked as finished . concode_field_sep boolean nonBlocking concode_elem_sep Throwable exception concode_elem_sep boolean autoflush concode_e... | void function ( ) { finish = true ; if ( nonBlocking && thread != null && ! finished ) { thread . interrupt ( ) ; } notifyAll ( ) ; } |
981 | returns the instance of filecleaningtracker , which is associated with the given servletcontext . concode_field_sep String FILE_CLEANING_TRACKER_ATTRIBUTE concode_field_sep void setFileCleaningTracker concode_elem_sep void contextInitialized concode_elem_sep void contextDestroyed | FileCleaningTracker function ( ServletContext arg0 ) { return ( FileCleaningTracker ) arg0 . getAttribute ( FILE_CLEANING_TRACKER_ATTRIBUTE ) ; } |
982 | method for finding frequent patterns and save them into memory concode_field_sep int patternCount concode_elem_sep double d concode_elem_sep double minsig concode_elem_sep Hashtable<List<Integer>,Double> patterns concode_elem_sep double minsup concode_elem_sep estNode root concode_elem_sep int k concode_elem_sep Buffer... | Hashtable < List < Integer > , Double > function ( ) { patterns = new Hashtable < List < Integer > , Double > ( ) ; patternCount = 0 ; patternMining ( root , new ArrayList < Integer > ( ) ) ; return patterns ; } |
983 | override to obtain a module source from privileged locations . this will be called before source is attempted to be obtained from uris specified in require.paths . concode_field_sep long serialVersionUID concode_field_sep boolean entityNeedsRevalidation concode_elem_sep ModuleSource loadFromPathArray concode_elem_sep S... | ModuleSource function ( String arg0 , Object arg1 ) { return null ; } |
984 | set a property on this propertysetter 's object . if successful , this method will invoke a setter method on the underlying object . the setter is the one for the specified property name and the value is determined partly from the setter argument type and partly from the value specified in the call to this method . if ... | void function ( final String arg0 , final String arg1 ) { } |
985 | the alert status of the check : `` ok '' green , `` warning '' yellow , `` error '' red , or `` not_available '' . concode_field_sep com.amazonaws.internal.SdkInternalList<TrustedAdvisorResourceDetail> flaggedResources concode_elem_sep TrustedAdvisorCategorySpecificSummary categorySpecificSummary concode_elem_sep Strin... | String function ( ) { return this . status ; } |
986 | convenience method to get a webclient instead of a org.apache.cxf.jaxrs.client.clientproxyimpl clientproxyimpl . concode_field_sep Class<T> interfaceClass concode_elem_sep JAXRSClientFactoryBean clientFactory concode_elem_sep boolean disableCnCheck concode_elem_sep Logger LOGGER concode_field_sep void initSecurity conc... | WebClient function ( Subject arg0 ) { return WebClient . fromClient ( WebClient . client ( getClientForSubject ( arg0 ) ) ) ; } |
987 | set the properties for the warcinfo warc record . concode_field_sep WarcRecordData data concode_elem_sep Map<String,String> properties concode_field_sep void setResourceRecordProperties concode_elem_sep void setBaseProperties concode_elem_sep void setMetadataRecordProperties concode_elem_sep Map<String,String> getPrope... | void function ( ) { setProperty ( data . warcFilename , "srini_string" ) ; } |
988 | do the work of retrieving a byte array . concode_field_sep boolean isRaw concode_elem_sep int valueLen concode_elem_sep PackFormatInputStream format concode_elem_sep int valueOff concode_elem_sep byte[] value concode_field_sep int getByteArrayLength concode_elem_sep byte getByte concode_elem_sep short getShort concode_... | void function ( int arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { int loc0 = arg0 ; if ( arg0 > arg3 ) { loc0 = arg3 ; } format . consume ( ) ; System . arraycopy ( value , valueOff , arg1 , arg2 , loc0 ) ; valueOff += arg0 ; } |
989 | returns a range of all the class names . 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... | java . util . List < com . liferay . portal . model . ClassName > function ( int arg0 , int arg1 ) { return _classNameLocalService . getClassNames ( arg0 , arg1 ) ; } |
990 | copy the contents of the given string to the given output writer . closes the write when done . concode_field_sep int BUFFER_SIZE concode_field_sep String copyToString concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep List<String... | void function ( String arg0 , Writer arg1 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; Objects . requireNonNull ( arg1 , "srini_string" ) ; try { arg1 . write ( arg0 ) ; } finally { try { arg1 . close ( ) ; } catch ( IOException loc0 ) { } } } |
991 | create a mockhttpservletrequestbuilder for an options request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletRequestBuilder head con... | MockHttpServletRequestBuilder function ( String arg0 , Object ... arg1 ) { return new MockHttpServletRequestBuilder ( HttpMethod . OPTIONS , arg0 , arg1 ) ; } |
992 | set the value produced by worker thread concode_field_sep Logger LOG concode_elem_sep ThreadVar myThreadVar concode_elem_sep Object value concode_elem_sep ModalityState myModalityState concode_elem_sep Thread myThread concode_field_sep void onThrowable concode_elem_sep Object getValue concode_elem_sep Thread get concod... | void function ( Object arg0 ) { value = arg0 ; } |
993 | sets name of this process . concode_field_sep long serialVersionUID concode_elem_sep Proc parent concode_elem_sep List<Proc> children concode_elem_sep int operationCount concode_elem_sep String name concode_elem_sep int id concode_elem_sep Map<Integer,LinkedList<Operation>> stacks concode_elem_sep List<Operation> opera... | void function ( String arg0 ) { if ( ! arg0 . equals ( this . name ) ) { if ( this . name != null ) { nameHistory . add ( this . name ) ; } this . name = arg0 ; } } |
994 | asserts that the current response did n't use the network . concode_field_sep Request request concode_elem_sep WebSocket webSocket concode_elem_sep Response response concode_elem_sep IOException failure concode_elem_sep String body concode_field_sep void assertDateInRange concode_elem_sep String format concode_elem_sep... | RecordedResponse function ( ) { assertNull ( response . networkResponse ( ) ) ; return this ; } |
995 | return the createddate for this itemtype . concode_field_sep Long TEMPLATE_MIDTERM concode_elem_sep Long FINAL concode_elem_sep Long MULTIPLE_CORRECT_SINGLE_SELECTION concode_elem_sep String description concode_elem_sep Long AUDIO_RECORDING concode_elem_sep Long TEMPLATE_HOMEWORK concode_elem_sep Long MULTIPLE_CHOICE c... | Date function ( ) { return this . createdDate ; } |
996 | destroy the current instance and release the internal reference to it , allowing it to be gced . concode_field_sep Application mApplication concode_elem_sep ReactInstanceManager mReactInstanceManager concode_field_sep ReactInstanceManager createReactInstanceManager concode_elem_sep Application getApplication concode_el... | void function ( ) { if ( mReactInstanceManager != null ) { mReactInstanceManager . destroy ( ) ; mReactInstanceManager = null ; } } |
997 | returns a list of all owned product ids . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep List<Purchase>... | List < String > function ( ) { return new ArrayList < String > ( mPurchaseMap . keySet ( ) ) ; } |
998 | sets the print id for this element . concode_field_sep int PSEUDO_SERIAL_VERSION_UID concode_elem_sep JROrigin origin concode_elem_sep Color forecolor concode_elem_sep JRPropertiesMap propertiesMap concode_elem_sep long serialVersionUID concode_elem_sep UUID uuid concode_elem_sep int sourceElementId concode_elem_sep By... | void function ( int arg0 ) { this . printElementId = arg0 ; } |
999 | sets the values of all buttons for this sensorread object . concode_field_sep Transform3D read concode_elem_sep long time concode_elem_sep int numButtons concode_elem_sep int MAXIMUM_SENSOR_BUTTON_COUNT concode_elem_sep int[] buttonValues concode_field_sep int getNumButtons concode_elem_sep void set concode_elem_sep vo... | void function ( int [ ] arg0 ) { if ( numButtons == 0 ) throw new ArrayIndexOutOfBoundsException ( J3dI18N . getString ( "srini_string" ) ) ; else if ( arg0 . length < numButtons ) throw new ArrayIndexOutOfBoundsException ( J3dI18N . getString ( "srini_string" ) ) ; System . arraycopy ( arg0 , 0 , buttonValues , 0 , nu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.