idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
7,600
returns the resource which is affected by this refactoring . default implementation returns the resource of the first context object . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep boolean internalDoUndo ...
Resource function ( ) { T loc0 = getContextObject ( ) ; if ( loc0 instanceof EObject ) { return ( ( EObject ) loc0 ) . eResource ( ) ; } return null ; }
7,601
tostring implementation concode_field_sep String URL concode_elem_sep boolean isRelative concode_elem_sep Logger log concode_field_sep String getURL concode_elem_sep String normalize concode_elem_sep boolean execute concode_elem_sep boolean isRelative
String function ( ) { return "srini_string" + getURL ( ) ; }
7,602
this is not really useful in the current usage but may be if this class is used in a different way . concode_field_sep StopWatch sw concode_elem_sep FileDescriptor outDescriptor concode_elem_sep int sessionId concode_elem_sep boolean needsSync concode_elem_sep int SCRIPT_BINARY_172 concode_elem_sep boolean busyWriting ...
void function ( ) { }
7,603
returns true if this policy has attempts remaining , false otherwise . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode...
boolean function ( ) { return mCurrentRetryCount <= mMaxNumRetries ; }
7,604
set the encoding to use for parsing properties files . default is none , using the java.util.properties default encoding . only applies to classic properties files , not to xml files . concode_field_sep Log logger concode_elem_sep String fileEncoding concode_elem_sep PropertiesPersister propertiesPersister concode_elem...
void function ( String arg0 ) { this . fileEncoding = arg0 ; }
7,605
code taken from simpleseedprovider concode_field_sep HostnameVerifier trustAllHosts concode_elem_sep List<Address> addresses concode_elem_sep String ip concode_elem_sep TrustManager[] trustAll concode_elem_sep Logger logger concode_elem_sep List<InetAddress> defaultSeeds concode_elem_sep List<Subset> subsets concode_fi...
Config function ( ) { String loc0 = System . getProperty ( "srini_string" ) ; ConfigurationLoader loc1 = loc0 == null ? new YamlConfigurationLoader ( ) : FBUtilities . < ConfigurationLoader > construct ( loc0 , "srini_string" ) ; return loc1 . loadConfig ( ) ; }
7,606
reads the objectreferencetemplate from the corba input stream . concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectReferenceTemplate[] extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
ObjectReferenceTemplate [ ] function ( InputStream arg0 ) { ObjectReferenceTemplate [ ] loc0 = new ObjectReferenceTemplate [ arg0 . read_long ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) loc0 [ loc1 ] = ObjectReferenceTemplateHelper . read ( arg0 ) ; return loc0 ; }
7,607
determines whether the first value is a prefix of the second value . if any of the values is null , false is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean compare concode_elem_sep boolean compare concode_elem_sep boolean compare concode_elem_sep boolean compare concode_elem_sep byte[] c...
boolean function ( byte [ ] arg0 , byte [ ] arg1 ) { if ( arg0 == null || arg1 == null ) { return false ; } if ( arg0 . length == 0 || arg0 . length > arg1 . length ) { return false ; } for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] != arg1 [ loc0 ] ) { return false ; } } return true ; }
7,608
returns true if this windowinsets has nonzero system window insets . the system window inset represents the area of a full-screen window that is partially or fully obscured by the status bar , navigation bar , ime or other system windows . concode_field_sep PlaceHolder placeHolder concode_field_sep int getSystemWindowI...
boolean function ( ) { return false ; }
7,609
convert the payload object to serialized form . concode_field_sep Log logger concode_elem_sep List<MimeType> supportedMimeTypes concode_elem_sep ContentTypeResolver contentTypeResolver concode_elem_sep Class<?> serializedPayloadClass concode_elem_sep boolean strictContentTypeMatch concode_field_sep List<MimeType> getSu...
Object function ( Object arg0 , MessageHeaders arg1 , Object arg2 ) { return null ; }
7,610
creating method for home interface ... concode_field_sep int number concode_elem_sep Logger log concode_elem_sep String passivatedBy concode_elem_sep String actIfIsNode concode_elem_sep int postActivateCalled concode_elem_sep int prePassivateCalled concode_field_sep int getNumber concode_elem_sep void setPassivationNod...
void function ( ) { }
7,611
removes the given state machine from runtime service . concode_field_sep ReentrantReadWriteLock lock concode_elem_sep TimerTask timerTask concode_elem_sep Timer timer concode_elem_sep List<IStatemachine> statemachineSet concode_field_sep void cancel concode_elem_sep void run concode_elem_sep boolean addStatemachine
boolean function ( IStatemachine arg0 ) { lock . writeLock ( ) . lock ( ) ; boolean loc0 = statemachineSet . remove ( arg0 ) ; lock . writeLock ( ) . unlock ( ) ; return loc0 ; }
7,612
get a direction that has not been configured , or null if all directions are configured concode_field_sep PlaceHolder placeHolder concode_field_sep void removeEntry concode_elem_sep boolean isDirectlyConnected concode_elem_sep DirectionRegistry getDirection concode_elem_sep Set<Integer> getDirectlyConnectedList concode...
Direction function ( ) { return Arrays . asList ( Direction . values ( ) ) . stream ( ) . filter ( Direction :: isCardinal ) . filter ( direction -> this . getDirectlyConnectedList ( new DirectionRegistry ( direction ) ) . isEmpty ( ) ) . findFirst ( ) . orElse ( null ) ; }
7,613
returns the source of encoding input p. concode_field_sep PSource pSrc concode_elem_sep String mdName concode_elem_sep AlgorithmParameterSpec mgfSpec concode_elem_sep String mgfName concode_field_sep AlgorithmParameterSpec getMGFParameters concode_elem_sep String getMGFAlgorithm concode_elem_sep String getDigestAlgorit...
PSource function ( ) { return pSrc ; }
7,614
report the test status back to the caller . concode_field_sep int m_nP concode_elem_sep int m_nIterations concode_elem_sep IMillerRabinCaller m_aCaller concode_elem_sep MillerRabinStatus status concode_field_sep boolean test concode_elem_sep boolean test
void function ( ) { if ( m_aCaller != null ) m_aCaller . reportStatus ( status ) ; }
7,615
merge all variables and constants concode_field_sep BaseComponent ha concode_elem_sep LinkedHashMap<String,Integer> varID concode_elem_sep double[][] linearMatrix concode_field_sep void findCoefficient concode_elem_sep int countVariablesMultNeg concode_elem_sep boolean isLinearExpression concode_elem_sep boolean isLine...
void function ( BaseComponent arg0 ) { varID = new LinkedHashMap < String , Integer > ( ) ; int loc0 = 0 ; for ( String loc1 : arg0 . variables ) { varID . put ( loc1 , loc0 ++ ) ; } for ( String loc1 : arg0 . constants . keySet ( ) ) { varID . put ( loc1 , loc0 ++ ) ; } }
7,616
test method for eu.bitwalker.useragentutils.useragent #tostring . concode_field_sep PlaceHolder placeHolder concode_field_sep void testValueOf concode_elem_sep void testValueOf2 concode_elem_sep void testParseUserAgentString
void function ( ) { UserAgent loc0 = UserAgent . parseUserAgentString ( "srini_string" ) ; assertEquals ( OperatingSystem . WINDOWS_XP . toString ( ) + "srini_string" + Browser . IE6 . toString ( ) , loc0 . toString ( ) ) ; }
7,617
returns a string containing a concise , human-readable description of the this permission including its name and its actions . concode_field_sep long serialVersionUID concode_elem_sep String name concode_field_sep String getName concode_elem_sep void checkGuard concode_elem_sep PermissionCollection newPermissionCollect...
String function ( ) { String loc0 = getActions ( ) ; loc0 = ( loc0 == null || loc0 . length ( ) == 0 ) ? "srini_string" : "srini_string" + getActions ( ) ; return "srini_string" + getClass ( ) . getName ( ) + "srini_string" + getName ( ) + loc0 + "srini_string" ; }
7,618
get the length of this token . concode_field_sep boolean changed concode_elem_sep int len concode_elem_sep String text concode_elem_sep char[] page concode_elem_sep Tag tag concode_elem_sep int startindex concode_elem_sep TokenType type concode_field_sep TokenType getType concode_elem_sep int getStartIndex concode_elem...
int function ( ) { return len ; }
7,619
sort the given range of items using quick sort . if the recursion depth falls below #getmaxdepth , then switch to heapsort . concode_field_sep IndexedSorter alt concode_field_sep void fix concode_elem_sep void sortInternal concode_elem_sep int getMaxDepth
void function ( IndexedSortable arg0 , int arg1 , int arg2 ) { sort ( arg0 , arg1 , arg2 , null ) ; }
7,620
returns an inputstream from this object , that will limit the amount of data that isvisible concode_field_sep int mode concode_elem_sep BaseConnection conn concode_elem_sep BlobOutputStream os concode_elem_sep int SEEK_CUR concode_elem_sep boolean commitOnClose concode_elem_sep int SEEK_SET concode_elem_sep int SEEK_EN...
InputStream function ( long arg0 ) { return new BlobInputStream ( this , 4096 , arg0 ) ; }
7,621
return the number of recipients in the collection . concode_field_sep List all concode_elem_sep Map table concode_field_sep Iterator<RecipientInformation> iterator concode_elem_sep RecipientInformation get concode_elem_sep Collection<RecipientInformation> getRecipients concode_elem_sep Collection<Recipient> getRecipien...
int function ( ) { return all . size ( ) ; }
7,622
get the coefficient of restitution . concode_field_sep boolean m_isSensor concode_elem_sep Shape m_shape concode_elem_sep Object m_userData concode_elem_sep float m_density concode_elem_sep Fixture m_next concode_elem_sep float m_restitution concode_elem_sep AABB pool1 concode_elem_sep float m_friction concode_elem_sep...
float function ( ) { return m_restitution ; }
7,623
returns an id uniquely identifying this heapfile . implementation note : you will need to generate this tableid somewhere ensure that each heapfile has a `` unique id , '' and that you always return the same value for a particular heapfile . we suggest hashing the absolute file name of the file underlying the heapfile ...
int function ( ) { return m_hfid ; }
7,624
binds the specified session object into this sessionmanager 's active session registry . this method is typically called internally as the final step , when a successful connection has been made . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap con...
Session function ( Database arg0 , User arg1 , boolean arg2 , boolean arg3 , String arg4 , int arg5 ) { Session loc0 = new Session ( arg0 , arg1 , arg3 , arg2 , sessionIdCount , arg4 , arg5 ) ; sessionMap . put ( sessionIdCount , loc0 ) ; sessionIdCount ++ ; return loc0 ; }
7,625
initialize the specified lookups , either immediately or when the injector is created . concode_field_sep List<Element> lookups concode_elem_sep InjectorImpl injector concode_field_sep Provider<T> getProvider concode_elem_sep MembersInjector<T> getMembersInjector
void function ( Errors arg0 ) { injector . lookups = injector ; new LookupProcessor ( arg0 ) . process ( injector , lookups ) ; }
7,626
gets the total allocated mips . concode_field_sep double availableMips concode_elem_sep double mips concode_field_sep void setAvailableMips concode_elem_sep double getUtilization concode_elem_sep double getAvailableMips concode_elem_sep List<Double> getAllocatedMipsForVm concode_elem_sep void deallocateMipsForAllVms co...
double function ( ) { double loc0 = getMips ( ) - getAvailableMips ( ) ; if ( loc0 > 0 ) { return loc0 ; } return 0 ; }
7,627
gets the checks if is enabled . concode_field_sep int vehicleBodyTypeId concode_elem_sep String vehicleBodyTypeName concode_elem_sep boolean isEnabled concode_elem_sep long serialVersionUID concode_field_sep void setVehicleBodyTypeName concode_elem_sep void setIsEnabled concode_elem_sep int getVehicleBodyTypeId concode...
boolean function ( ) { return this . isEnabled ; }
7,628
descriptografa um arquivo usando o algoritmo des . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] descriptografaRsa concode_elem_sep void descriptografaRsa concode_elem_sep void getCriptoFile concode_elem_sep String toHex concode_elem_sep byte[] getCripto concode_elem_sep byte[] criptografaRsa conco...
void function ( Key arg0 , String arg1 , String arg2 ) { getCriptoFile ( arg0 , arg1 , arg2 , "srini_string" , true ) ; }
7,629
disables the line to be drawn in dashed mode . concode_field_sep float mLineWidth concode_elem_sep Paint.Style mTextStyle concode_elem_sep String mLabel concode_elem_sep int mLineColor concode_elem_sep float mTextSize concode_elem_sep DashPathEffect mDashPathEffect concode_elem_sep LimitLabelPosition mLabelPosition con...
void function ( ) { mDashPathEffect = null ; }
7,630
populates the page with the contents of the specified disk block . concode_field_sep int BLOCK_SIZE concode_elem_sep ByteBuffer contents concode_elem_sep FileMgr filemgr concode_elem_sep int INT_SIZE concode_field_sep int getInt concode_elem_sep void setString concode_elem_sep int STR_SIZE concode_elem_sep String getSt...
void function ( Block arg0 ) { filemgr . read ( arg0 , contents ) ; }
7,631
minumum time in seconds before ganglia will purge the metric value if it expires . set to 0 and the value will remain in ganglia indefinitely until a gmond agent restart . concode_field_sep String DEFAULT_METRIC_NAME concode_elem_sep boolean DEFAULT_WIRE_FORMAT_31X concode_elem_sep String DEFAULT_UNITS concode_elem_sep...
void function ( int arg0 ) { this . dmax = arg0 ; }
7,632
main method for testing the colorchooser concode_field_sep PlaceHolder placeHolder concode_field_sep Color pickAColor
void function ( String [ ] arg0 ) { Color loc0 = ColorChooser . pickAColor ( ) ; System . out . println ( loc0 ) ; }
7,633
check the state of a condition concode_field_sep PlaceHolder placeHolder concode_field_sep E isNotNull concode_elem_sep long checkNotNegative concode_elem_sep int checkNotNegative concode_elem_sep int checkAsyncBackupCount concode_elem_sep void checkFalse concode_elem_sep long checkNegative concode_elem_sep Iterator<T>...
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) { throw new IllegalStateException ( arg1 ) ; } }
7,634
sets struct to access it concode_field_sep byte[] struct concode_elem_sep OffHeapStructByteArrayAccessor baa1 concode_elem_sep Comparator<OffHeapStructAccessor> comp concode_elem_sep OffHeapStructCollection col concode_elem_sep ByteArrayTool bt concode_elem_sep OffHeapStructIndexAccessor ia1 concode_elem_sep OffHeapStr...
void function ( final byte [ ] arg0 ) { this . struct = arg0 ; }
7,635
adds a node to the storage . concode_field_sep String BUFFER_SIZE_PROPERTY concode_elem_sep Logger logger concode_elem_sep int buffer_size concode_elem_sep DiskStorage storage concode_elem_sep Map<NodeIdentifier,Node> buffer concode_elem_sep Set<Node> dirtyNodes concode_field_sep void addFeatureType concode_elem_sep St...
void function ( Node arg0 ) { if ( buffer . containsKey ( arg0 . getIdentifier ( ) ) ) { dirtyNodes . add ( arg0 ) ; } else { putNode ( arg0 ) ; dirtyNodes . add ( arg0 ) ; } }
7,636
increase the expected support of this itemset by a given amount . concode_field_sep double expectedsupport concode_elem_sep List<ItemUApriori> items concode_field_sep boolean isLexicallySmallerthan concode_elem_sep void printWithoutSupport concode_elem_sep double getExpectedSupport concode_elem_sep ItemsetUApriori clon...
void function ( double arg0 ) { expectedsupport += arg0 ; }
7,637
writes an ascii string the the stream . concode_field_sep Charset ASCII concode_elem_sep ByteOutputStream bos concode_field_sep void writeInt concode_elem_sep void writeLong concode_elem_sep void setByteOutputStream concode_elem_sep void writeMapleAsciiString concode_elem_sep void writePos concode_elem_sep void writeSh...
void function ( final String arg0 ) { write ( arg0 . getBytes ( ASCII ) ) ; }
7,638
get the node which directly follows a node in thexblparentnode 's xblchildnodes list . concode_field_sep boolean isProcessing concode_field_sep Element getXblPreviousElementSibling concode_elem_sep Element getXblBoundElement concode_elem_sep void stopProcessing concode_elem_sep boolean isProcessing concode_elem_sep Ele...
Node function ( Node arg0 ) { return arg0 . getNextSibling ( ) ; }
7,639
used to grow the reference array . in general this should not be used as it does not take the offset into account . concode_field_sep Comparator<BytesRef> utf8SortedAsUTF16SortOrder concode_elem_sep int offset concode_elem_sep byte[] bytes concode_elem_sep int length concode_elem_sep Comparator<BytesRef> utf8SortedAsUn...
void function ( int arg0 ) { assert offset == 0 ; bytes = ArrayUtil . grow ( bytes , arg0 ) ; }
7,640
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep State[] historyVector concode_elem_sep long x concode_elem_sep long y concode_elem_sep int nextStateIndex concode_elem_sep long z concode_elem_sep State[] stateVe...
void function ( ) { }
7,641
build a scala.partialfunction from this builder.after this call the builder will be reset . concode_field_sep UnitPFBuilder<FSM.StopEvent<S,D>> builder concode_field_sep FSMStopBuilder<S,D> stop concode_elem_sep FSMStopBuilder<S,D> stop concode_elem_sep FSMStopBuilder<S,D> stop
PartialFunction < FSM . StopEvent < S , D > , BoxedUnit > function ( ) { return builder . build ( ) ; }
7,642
returns a string representation of the version concode_field_sep PlaceHolder placeHolder concode_field_sep String getAdapterName concode_elem_sep String[] getInteractionSpecsSupported concode_elem_sep boolean supportsLocalTransactionDemarcation concode_elem_sep boolean supportsExecuteWithInputAndOutputRecord concode_el...
String function ( ) { return null ; }
7,643
remove a ticket from an inventory concode_field_sep PlaceHolder placeHolder concode_field_sep void getOrCreateTicket concode_elem_sep void getOrCreateTicket
void function ( CarriedInventory < ? > arg0 ) { int loc0 ; while ( ( loc0 = Ticket . getTicketslot ( arg0 ) ) != - 1 ) { arg0 . query ( new SlotIndex ( loc0 ) ) . clear ( ) ; } }
7,644
forgets about an entry from this pool . this method is used to indicate that an entry #allocentry allocated from this pool has been lost and will not be returned . concode_field_sep LinkedList<BasicPoolEntry> freeEntries concode_elem_sep HttpRoute route concode_elem_sep Log log concode_elem_sep int maxEntries concode_e...
void function ( ) { if ( numEntries < 1 ) { throw new IllegalStateException ( "srini_string" ) ; } numEntries -- ; }
7,645
returns the source file name if lookup was successful . if the source file could not be determined , the binary name will be returned instead . concode_field_sep String binaryFile concode_elem_sep boolean use_addr2line concode_elem_sep Process proc concode_elem_sep HashMap procs concode_elem_sep BufferedReader in conco...
String function ( ) { String loc0 ; if ( sourceFile != null ) loc0 = sourceFile ; else loc0 = binaryFile ; return loc0 . substring ( loc0 . lastIndexOf ( File . separator ) + 1 , loc0 . length ( ) ) ; }
7,646
serializes snapshot failure information into json concode_field_sep String reason concode_elem_sep String index concode_elem_sep int shardId concode_elem_sep String nodeId concode_elem_sep RestStatus status concode_field_sep String reason concode_elem_sep void writeTo concode_elem_sep void readFrom concode_elem_sep Sna...
void function ( SnapshotShardFailure arg0 , XContentBuilder arg1 , ToXContent . Params arg2 ) { arg1 . startObject ( ) ; arg0 . toXContent ( arg1 , arg2 ) ; arg1 . endObject ( ) ; }
7,647
adds the given provider to the collection of providers at thenext available position . concode_field_sep Properties secprops concode_field_sep List<String> getAliases concode_elem_sep String getProperty concode_elem_sep Provider[] getProviders concode_elem_sep Provider[] getProviders concode_elem_sep Provider[] getProv...
int function ( Provider arg0 ) { return insertProviderAt ( arg0 , 0 ) ; }
7,648
adds the specified byte to the buffer of bytes to be used for mac generation concode_field_sep MACType type concode_elem_sep IvParameterSpec iv concode_elem_sep Mac mac concode_elem_sep SecretKey key concode_field_sep SecretKey getKey concode_elem_sep boolean verifyData concode_elem_sep boolean verifyData concode_elem_...
void function ( byte arg0 ) { mac . update ( arg0 ) ; }
7,649
generates 64 bit hash from a substring . concode_field_sep String ENCODING concode_field_sep int hash32 concode_elem_sep int hash32 concode_elem_sep int hash32 concode_elem_sep int hash32
long function ( final String arg0 , int arg1 , int arg2 ) { return hash64 ( arg0 . substring ( arg1 , arg1 + arg2 ) ) ; }
7,650
sample_is_depended_on takes one of the following four values : 0 : the dependency of other samples on this sample is unknown ; 1 : other samples may depend on this one not disposable ; 2 : no other sample depends on this one disposable ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int ...
void function ( int arg0 ) { this . sampleIsDependedOn = arg0 ; }
7,651
prints the given string followed by ' \ n ' concode_field_sep String SPACES concode_elem_sep int javaLine concode_elem_sep int virtual_indent concode_elem_sep int TAB_WIDTH concode_elem_sep PrintWriter writer concode_elem_sep int indent concode_field_sep void pushIndent concode_elem_sep void printMultiLn concode_elem_s...
void function ( String arg0 ) { javaLine ++ ; writer . println ( arg0 ) ; }
7,652
sets the spring bean id for this bean . concode_field_sep WordsService _service concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep void clearService concode_elem_sep void setService concode_elem_sep java.util.List<java.lang.String> getSuggestions concode_elem_sep java.util.List<java.lang.String> chec...
void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; }
7,653
sets the coordinate vector of a multi-dimensional point . concode_field_sep double[] coordinates concode_elem_sep long serialVersionUID concode_field_sep void read concode_elem_sep double computeEuclidianDistance concode_elem_sep int compareTo concode_elem_sep double[] getCoordinates concode_elem_sep void write
void function ( double [ ] arg0 ) { this . coordinates = arg0 ; }
7,654
specifies the status of the db cluster parameter group for this member of the db cluster . concode_field_sep String dBInstanceIdentifier concode_elem_sep String dBClusterParameterGroupStatus concode_elem_sep Integer promotionTier concode_elem_sep Boolean isClusterWriter concode_field_sep Boolean getIsClusterWriter conc...
String function ( ) { return dBClusterParameterGroupStatus ; }
7,655
adaptentry . concode_field_sep RowMutationsAdapter rowMutationsAdapter concode_elem_sep PutAdapter putAdapter concode_elem_sep HBaseMutationAdapter hbaseMutationAdapter concode_elem_sep MutationAdapters mutationAdapters concode_elem_sep BigtableTableName bigtableTableName concode_elem_sep TableName tableName concode_fi...
MutateRowsRequest . Entry function ( RowMutations arg0 ) { return mutationAdapters . rowMutationsAdapter . toEntry ( arg0 ) ; }
7,656
returns the fabric status concode_field_sep FabricMBean mbean concode_elem_sep JolokiaFabricConnector connector concode_field_sep Collection<ContainerDTO> getContainers concode_elem_sep Collection<String> getProfileIds concode_elem_sep FabricRequirementsDTO getRequirements concode_elem_sep Collection<ProfileDTO> getPro...
FabricStatusDTO function ( ) { try { return Helpers . getObjectMapper ( ) . readValue ( mbean . fabricStatus ( ) , FabricStatusDTO . class ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( loc0 ) ; } }
7,657
test blocking when queue is empty concode_field_sep Log LOG concode_field_sep void testConsumeAll concode_elem_sep void testClear concode_elem_sep void testHangingConsumer concode_elem_sep void testConcurrentConsumers concode_elem_sep void testConsumerException concode_elem_sep void testCommon concode_elem_sep SinkQueu...
void function ( ) { testEmptyBlocking ( 0 ) ; testEmptyBlocking ( 100 ) ; }
7,658
set the type of embedded database to use . call this when you wish to configure one of the pre-supported types . defaults to hsql . concode_field_sep boolean generateUniqueDatabaseName concode_elem_sep DataSourceFactory dataSourceFactory concode_elem_sep String DEFAULT_DATABASE_NAME concode_elem_sep Log logger concode_...
void function ( EmbeddedDatabaseType arg0 ) { this . databaseConfigurer = EmbeddedDatabaseConfigurerFactory . getConfigurer ( arg0 ) ; }
7,659
gets the value of the compname property . concode_field_sep String banStatusCode concode_elem_sep String compAddress concode_elem_sep String accountSubType concode_elem_sep String accountType concode_elem_sep Boolean employeeInd concode_elem_sep long serialVersionUID concode_elem_sep String compName concode_elem_sep St...
String function ( ) { return compName ; }
7,660
evaluates the string literals in a string vector ; concode_field_sep PlaceHolder placeHolder concode_field_sep double getValue concode_elem_sep double getValue concode_elem_sep Plane3D parsePlaneUsingDelimiter concode_elem_sep PointND getPointValue concode_elem_sep PointND getPointValue concode_elem_sep Plane3D getPlan...
SimpleVector function ( String arg0 ) { return getVectorValue ( arg0 , new HashMap < String , Double > ( ) ) ; }
7,661
add a value to the aggregator concode_field_sep String minVal concode_field_sep String getVal concode_elem_sep String getReport concode_elem_sep void reset concode_elem_sep ArrayList<String> getCombinerOutput
void function ( Object arg0 ) { String loc0 = arg0 . toString ( ) ; if ( this . minVal == null || this . minVal . compareTo ( loc0 ) > 0 ) { this . minVal = loc0 ; } }
7,662
gets the contributor 's id . concode_field_sep int id concode_elem_sep String user concode_elem_sep long serialVersionUID concode_elem_sep String ip concode_field_sep String getIp concode_elem_sep String getUser concode_elem_sep void setId concode_elem_sep String toString concode_elem_sep void setUser concode_elem_sep ...
int function ( ) { return id ; }
7,663
copies all metadata from another instance . concode_field_sep int key concode_elem_sep Object[] data concode_field_sep V addMeta concode_elem_sep void removeAllMeta concode_elem_sep void writeExternalMeta concode_elem_sep void readExternalMeta concode_elem_sep V meta concode_elem_sep V addMetaIfAbsent concode_elem_sep ...
void function ( GridMetadataAwareAdapter arg0 ) { assert arg0 != null ; copyMeta ( arg0 . allMeta ( ) ) ; }
7,664
returns the specified item , or an arbitrary item if the index is invalid . this method needs to be implemented - and should only be called - if iter #size returns the correct number of results . concode_field_sep PlaceHolder placeHolder concode_field_sep Item next concode_elem_sep long size concode_elem_sep Value valu...
Item function ( final long arg0 ) { return null ; }
7,665
construct a new instance via method . this is useful when creating a method locator with a class . concode_field_sep String[] parameterTypeNames concode_elem_sep int hashCode concode_elem_sep long serialVersionUID concode_elem_sep String methodName concode_elem_sep FieldSetter hashCodeSetter concode_field_sep String ge...
EJBMethodLocator function ( final String arg0 , final String ... arg1 ) { return new EJBMethodLocator ( arg0 , arg1 ) ; }
7,666
returns the hash code value for this map entry . the hash code of a map entry e is defined to be : e.getkey == null ? 0 : e.getkey . hashcode ^ e.getvalue == null ? 0 : e.getvalue . hashcode this ensures that e1.equals e2 implies that e1.hashcode == e2.hashcode for any two entries e1 and e2 , as required by the general...
int function ( ) { return ( key == null ? 0 : key . hashCode ( ) ) ^ ( value == null ? 0 : value . hashCode ( ) ) ; }
7,667
test print concode_field_sep String[] numNames concode_elem_sep String[] tensNames concode_elem_sep String[] majorNames concode_elem_sep String[] hundredsNames concode_field_sep String convertLessThanOneThousand concode_elem_sep String getAmtInWords concode_elem_sep void main concode_elem_sep String convert
void function ( String arg0 ) { try { System . out . println ( arg0 + "srini_string" + getAmtInWords ( arg0 ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
7,668
returns the total amount of memory in the cluster node 's vm in bytes . concode_field_sep ResourceBundle config concode_elem_sep long totalMem concode_elem_sep long freeMem concode_elem_sep long time concode_elem_sep NodeInfo result concode_elem_sep byte[] nodeId concode_elem_sep long maxMem concode_field_sep void writ...
long function ( ) { return totalMem ; }
7,669
set the notice header . this must be an i18n dictionary key concode_field_sep String characters concode_elem_sep Message header concode_elem_sep Outcome outcome concode_elem_sep Message message concode_elem_sep boolean continuep concode_elem_sep Map<String,Object> parameters concode_elem_sep List<String> errors concode...
void function ( Message arg0 ) { this . header = arg0 ; }
7,670
returns screen width . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNightMode concode_elem_sep int dpToPixel concode_elem_sep int getColor concode_elem_sep void setTextAppearance
int function ( Context arg0 ) { DisplayMetrics loc0 = arg0 . getResources ( ) . getDisplayMetrics ( ) ; return ( int ) ( loc0 . widthPixels / loc0 . density ) ; }
7,671
shuts down the thread that consumes the queued packets and also stops the pool of threads that actually send the packets to the remote servers . concode_field_sep Map<String,PacketsProcessor> packetsProcessors concode_elem_sep BlockingQueue<Packet> packets concode_elem_sep OutgoingSessionPromise instance concode_elem_s...
void function ( ) { threadPool . shutdown ( ) ; shutdown = true ; }
7,672
notes the start of the document . concode_field_sep Logger LOGGER concode_elem_sep org.opengis.filter.Filter filter concode_field_sep void filter concode_elem_sep void characters concode_elem_sep org.opengis.filter.Filter getFilter concode_elem_sep void startPrefixMapping concode_elem_sep void endElement concode_elem_s...
void function ( ) { }
7,673
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
7,674
sets the address authorization list . concode_field_sep AddressAuthorization authorization concode_elem_sep String address concode_elem_sep Username username concode_field_sep void disconnect concode_elem_sep void setAddress concode_elem_sep void setUsername concode_elem_sep AddressAuthorization getAuthorization concod...
void function ( AddressAuthorization arg0 ) { authorization = arg0 ; }
7,675
sets the value of the externalverification property . concode_field_sep Generation generation concode_elem_sep List<ExtensionType> extension concode_elem_sep String externalVerification concode_elem_sep LengthType length concode_elem_sep AlphabetType alphabet concode_field_sep void setLength concode_elem_sep List<Exten...
void function ( String arg0 ) { this . externalVerification = arg0 ; }
7,676
imposta la posizione del lato destro della figura . concode_field_sep Rectangle posizione concode_elem_sep AnimatoreGraficaPannelli attivatoreGrafica concode_elem_sep int dimensioneDado concode_elem_sep int dadiAttacco[] concode_elem_sep int dadiDifesa[] concode_elem_sep int BOMBATURA_DADO concode_elem_sep boolean atti...
void function ( int arg0 ) { Rectangle loc0 = getBordi ( ) ; loc0 . x = arg0 - loc0 . width ; }
7,677
returns a map of all c style comments . the key is the line number , the value is a list of c style comment textblock s that start at that line . concode_field_sep String fileName concode_elem_sep String MATCH_SINGLELINE_COMMENT_PAT concode_elem_sep Map<Integer,TextBlock> cppComments concode_elem_sep Map<Integer,List<T...
ImmutableMap < Integer , List < TextBlock >> function ( ) { return ImmutableMap . copyOf ( clangComments ) ; }
7,678
get the decrypted object 's content-type . concode_field_sep DrmRawContent mDrmObject concode_elem_sep boolean LOCAL_LOGV concode_elem_sep byte[] mData concode_elem_sep String LOG_TAG concode_elem_sep Uri mDataUri concode_elem_sep boolean DEBUG concode_elem_sep DrmRights mRight concode_elem_sep byte[] mDecryptedData co...
String function ( ) { return mDrmObject . getContentType ( ) ; }
7,679
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureViewResolvers concode_elem_sep void configureContentNegotiation concode_elem_sep void addFormatters concode_elem_sep void extendMessageConverters concode_elem_sep MessageCodesResolver getMessageCodesResolver concode...
void function ( DefaultServletHandlerConfigurer arg0 ) { }
7,680
creates a empty requestbody if required by the http method spec , otherwise use null concode_field_sep String CONTENT_ENCODING_GZIP concode_field_sep RequestBody createGzip concode_elem_sep InputStream getFileInputStream concode_elem_sep boolean isGzipEncoding concode_elem_sep RequestBody create concode_elem_sep Progre...
RequestBody function ( String arg0 ) { if ( arg0 . equals ( "srini_string" ) || arg0 . equals ( "srini_string" ) || arg0 . equals ( "srini_string" ) ) { return RequestBody . create ( null , ByteString . EMPTY ) ; } else { return null ; } }
7,681
a description of this value , if any . can be multi-lines . concode_field_sep String description concode_elem_sep String shortDescription concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep void setShortDescription concode_elem_sep String getShortDescription concode_elem_sep void setValue c...
String function ( ) { return this . description ; }
7,682
returns the viewport y origin concode_field_sep Vector objectVector concode_elem_sep boolean bReading concode_elem_sep Vector records concode_elem_sep int numRecords concode_elem_sep int lastObjectIdx concode_elem_sep int vpW concode_elem_sep URL url concode_elem_sep int vpY concode_elem_sep int numObjects concode_elem...
int function ( ) { return vpY ; }
7,683
notification methods for ongoing uploads concode_field_sep Long mUploadTimestamp concode_elem_sep int ONGOING_DOWNLOAD concode_elem_sep int COMPLETED_DOWNLOAD concode_elem_sep int ABORTED_UPLOAD concode_elem_sep NotificationCompat.Builder mUploadBuilder concode_elem_sep int ABORTED_DOWNLOAD concode_elem_sep Context mCo...
void function ( int arg0 , int arg1 ) { mUploadBuilder . setProgress ( arg1 , arg0 , false ) ; mManager . notify ( mUploadTimestamp . toString ( ) , ONGOING_UPLOAD , mUploadBuilder . build ( ) ) ; }
7,684
draws the specified message concode_field_sep Font defFont concode_elem_sep Font current concode_field_sep int getXCoord concode_elem_sep int getXCoord concode_elem_sep int getTextSize concode_elem_sep void renderFrame
void function ( String arg0 , Screen arg1 , int arg2 , int arg3 , int arg4 ) { draw ( arg0 , arg1 , defFont , arg2 , arg3 , arg4 ) ; }
7,685
check if the ip address is belongs to a class a ip address . concode_field_sep int ipAddress concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isClassB concode_elem_sep boolean isClassC concode_elem_sep int getIPAddress concode_elem_sep String toString concode_elem_sep int parseIPA...
boolean function ( ) { return ( ipAddress & 0x00000001 ) == 0 ; }
7,686
adds all the attributes from attributes to this set . concode_field_sep AttributeSet EMPTY concode_elem_sep long serialVersionUID concode_elem_sep Hashtable tab concode_field_sep boolean containsAttributeLocally concode_elem_sep boolean isEqual concode_elem_sep boolean containsAttribute concode_elem_sep boolean isEmpty...
void function ( AttributeSet arg0 ) { Enumeration loc0 = arg0 . getAttributeNames ( ) ; while ( loc0 . hasMoreElements ( ) ) { Object loc1 = loc0 . nextElement ( ) ; Object loc2 = arg0 . getAttribute ( loc1 ) ; tab . put ( loc1 , loc2 ) ; } }
7,687
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Integer trafficPolicyInstanceCount concode_field_sep int hashCode concode_elem_sep Integer getTrafficPolicyInstanceCount concode_elem_sep boolean equals concode_elem_sep void setTrafficPolicyInstanceCount concode_elem_...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getTrafficPolicyInstanceCount ( ) != null ) loc0 . append ( "srini_string" + getTrafficPolicyInstanceCount ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
7,688
returns a composed function that first applies this function2 to the given argument and then applies @linkplain function after to the result . concode_field_sep PlaceHolder placeHolder concode_field_sep Function2<T1,T2,Try<R>> liftTry concode_elem_sep int arity concode_elem_sep Function2<T1,T2,R> constant concode_elem_...
Function2 < T1 , T2 , V > function ( Function < ? super R , ? extends V > arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; return ( t1 , t2 ) -> arg0 . apply ( apply ( t1 , t2 ) ) ; }
7,689
returns true if the type of the specified notification begins with one of the enabled type prefixes . concode_field_sep Vector<String> enabledTypes concode_elem_sep long serialVersionUID concode_field_sep void disableAllTypes concode_elem_sep void enableType concode_elem_sep void disableType concode_elem_sep Vector<Str...
boolean function ( Notification arg0 ) { String loc0 = arg0 . getType ( ) ; for ( String loc1 : enabledTypes ) if ( loc0 . startsWith ( loc1 ) ) return true ; return false ; }
7,690
gets the status of the redo command . concode_field_sep int cursor concode_elem_sep ArrayList<Memento> mementoStateHistory concode_elem_sep int maxHistorySize concode_field_sep void undo concode_elem_sep boolean isUndo concode_elem_sep void redo concode_elem_sep void addState
boolean function ( ) { return cursor + 1 < mementoStateHistory . size ( ) ; }
7,691
get the dom node of the current xpath context , which is possibly null . concode_field_sep TransformerImpl m_transformer concode_elem_sep Vector m_traceListeners concode_field_sep void fireGenerateEvent concode_elem_sep void fireExtensionEvent concode_elem_sep void fireExtensionEvent concode_elem_sep void fireSelectedE...
Node function ( int arg0 ) { org . apache . xml . loc0 . DTM loc0 = m_transformer . getXPathContext ( ) . getDTM ( arg0 ) ; final Node loc1 = ( loc0 == null ) ? null : loc0 . getNode ( arg0 ) ; return loc1 ; }
7,692
retrieves the action invocation . concode_field_sep String result concode_elem_sep Exception exception concode_elem_sep ActionInvocation invocation concode_elem_sep Object action concode_elem_sep long serialVersionUID concode_elem_sep boolean done concode_field_sep Exception getException concode_elem_sep String getResu...
ActionInvocation function ( ) { return invocation ; }
7,693
gets the feature at the given point . concode_field_sep Collection<Feature> features concode_elem_sep int port concode_elem_sep ConcurrentMap<Point,List<RouteNote>> routeNotes concode_elem_sep ServerImpl grpcServer concode_elem_sep Logger logger concode_field_sep double calcDistance concode_elem_sep void stop concode_e...
Feature function ( Point arg0 ) { for ( Feature loc0 : features ) { if ( loc0 . getLocation ( ) . getLatitude ( ) == arg0 . getLatitude ( ) && loc0 . getLocation ( ) . getLongitude ( ) == arg0 . getLongitude ( ) ) { return loc0 ; } } return Feature . newBuilder ( ) . setName ( "srini_string" ) . setLocation ( arg0 ) . ...
7,694
this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep STMailMergeSourceType val concode_elem_sep Object parent concode_field_sep Object getParent concode_elem_sep STMailMergeSourceType getVal concode_elem_sep void setParent concode_elem_sep void setVal
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; }
7,695
the relevance score of a suggested match . concode_field_sep Long score concode_elem_sep String suggestion concode_elem_sep String id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep SuggestionMatch clone concode_elem_sep SuggestionMatch withSuggestion concode_elem_sep void setId concode_...
SuggestionMatch function ( Long arg0 ) { setScore ( arg0 ) ; return this ; }
7,696
sets piid . concode_field_sep String deviceType concode_elem_sep String symbol concode_elem_sep String factory concode_elem_sep List<SensorData> sensorDatas concode_elem_sep String aliases concode_elem_sep int level concode_elem_sep String description concode_elem_sep List<DeviceGroup> deviceGroupList concode_elem_sep ...
void function ( String arg0 ) { this . PIID = arg0 ; }
7,697
return type metadata object concode_field_sep java.lang.String valorAvisoRecebimento concode_elem_sep int codigo concode_elem_sep java.lang.String erro concode_elem_sep java.lang.String valor concode_elem_sep java.lang.String entregaDomiciliar concode_elem_sep java.lang.String entregaSabado concode_elem_sep boolean __h...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
7,698
deletes the o auth token with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep OAuthTokenLocalService _oAuthTokenLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery ...
com . liferay . opensocial . model . OAuthToken function ( long arg0 ) { return _oAuthTokenLocalService . deleteOAuthToken ( arg0 ) ; }
7,699
sets the value at position index . concode_field_sep long baseOffset concode_elem_sep MemoryBlock memory concode_elem_sep long WIDTH concode_elem_sep long length concode_elem_sep Object baseObj concode_field_sep long size concode_elem_sep long get concode_elem_sep Object getBaseObject concode_elem_sep MemoryBlock memor...
void function ( int arg0 , long arg1 ) { assert arg0 >= 0 : "srini_string" + arg0 + "srini_string" ; assert arg0 < length : "srini_string" + arg0 + "srini_string" + length + "srini_string" ; Platform . putLong ( baseObj , baseOffset + arg0 * WIDTH , arg1 ) ; }