idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
3,100
gets the view with a given react test id in the ui hierarchy . react test id is currently propagated into view content description . concode_field_sep NativeModuleRegistry.Builder mNativeModuleRegistryBuilder concode_elem_sep JavaScriptModulesConfig.Builder mJSModulesConfigBuilder concode_elem_sep Context mContext conc...
View function ( View arg0 , String arg1 ) { return findChild ( arg0 , hasTagValue ( arg1 ) ) ; }
3,101
normalises a given value of a numeric attribute . concode_field_sep int R_MIN concode_elem_sep Instances m_Model concode_elem_sep int R_MAX concode_elem_sep int R_WIDTH concode_elem_sep double[][] m_Ranges concode_field_sep void checkInstances concode_elem_sep int closestPoint concode_elem_sep boolean valueIsSmallerEqu...
double function ( double arg0 , int arg1 ) { if ( Double . isNaN ( m_Ranges [ arg1 ] [ R_MIN ] ) || Utils . eq ( m_Ranges [ arg1 ] [ R_MAX ] , m_Ranges [ arg1 ] [ R_MIN ] ) ) { return 0 ; } else { return ( arg0 - m_Ranges [ arg1 ] [ R_MIN ] ) / ( m_Ranges [ arg1 ] [ R_WIDTH ] ) ; } }
3,102
construct and return any appropriate help information for the given token . this default definition returns null ; override it in language-specific subclasses . concode_field_sep Token lastToken concode_elem_sep Token firstToken concode_elem_sep boolean nextLineRequested concode_elem_sep int lastLine concode_elem_sep L...
ArrayList function ( Token arg0 , String arg1 ) { return null ; }
3,103
get size of part . not calculated until part has been written concode_field_sep int partLength concode_elem_sep String contentDisposition concode_elem_sep String contentType concode_elem_sep String contentTransferEncoding concode_field_sep void setTransferEncoding concode_elem_sep void setDisposition concode_elem_sep v...
int function ( ) { return partLength ; }
3,104
sets the value of the required property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concod...
void function ( Boolean arg0 ) { this . required = arg0 ; }
3,105
gets id . concode_field_sep String createdDate concode_elem_sep String itemBarcode concode_elem_sep String patronBarcode concode_elem_sep Description description concode_elem_sep Integer id concode_elem_sep Object updatedDate concode_elem_sep String owningInstitutionId concode_elem_sep String trackingId concode_field_s...
Integer function ( ) { return id ; }
3,106
gets the indicator for the parameter 's type and scope . concode_field_sep StringProperty note concode_elem_sep Set<IElement> elementsUsing concode_elem_sep String id concode_elem_sep Type type concode_elem_sep StringProperty value concode_elem_sep String elementIdRelated concode_field_sep String getValue concode_elem_...
Type function ( ) { return type ; }
3,107
unregister a datatarget . you ca n't break anything by doing so - actors connected to an inexistent datatarget will simply write their output nowhere , just as if they were not connected at all . concode_field_sep HashMap<String,SensorDataSourceIF> dataProviders concode_elem_sep HashMap<String,ActorDataTargetIF> dataTa...
void function ( ActorDataTargetIF arg0 ) { dataTargets . remove ( arg0 . getDataType ( ) ) ; }
3,108
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep BigDecimal justNumber concode_field_sep NumberOnly justNumber concode_elem_sep BigDecimal getJustNumber concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
3,109
the time since the epoch in milliseconds that this content expires . -1 if it never expires concode_field_sep long serialVersionUID concode_elem_sep T portletResult concode_elem_sep boolean publicScope concode_elem_sep long expirationTime concode_elem_sep long timeStored concode_elem_sep String cachedWriterOutput conco...
long function ( ) { return expirationTime ; }
3,110
invoked when error is encountered while executing the flow objective . concode_field_sep PlaceHolder placeHolder concode_field_sep void onSuccess
void function ( Objective arg0 , ObjectiveError arg1 ) { }
3,111
sets k-th most-significant bit . concode_field_sep int INTEGER_SIZE concode_elem_sep boolean[] bits concode_field_sep int toInt concode_elem_sep void swapValues concode_elem_sep int fetch
void function ( int arg0 , int arg1 ) { if ( arg1 == 0 ) bits [ arg0 ] = false ; else bits [ arg0 ] = true ; }
3,112
returns string representation of this date . concode_field_sep DateTimesHelper<DateTime,Date> dateTimesHelper concode_field_sep Calendar toCalendar concode_elem_sep Calendar toCalendar concode_elem_sep String toStringWithTimeZone concode_elem_sep DateTime toDateTimeWithTimeZone concode_elem_sep DateTime toDateTime conc...
String function ( Date arg0 ) { return dateTimesHelper . dateToString ( arg0 ) ; }
3,113
performs a dynamic query on the database and returns an ordered range of the matching rows . 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...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _wallEntryLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
3,114
sets the modified date of this kaleo node . concode_field_sep KaleoNode _kaleoNode 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 boolean getTerminal concode_el...
void function ( java . util . Date arg0 ) { _kaleoNode . setModifiedDate ( arg0 ) ; }
3,115
called when the activity will start interacting with the user . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverride...
void function ( boolean arg0 ) { }
3,116
the disc number of the recording . concode_field_sep PlaceHolder placeHolder concode_field_sep String date concode_elem_sep String fileName concode_elem_sep String copyright concode_elem_sep String author concode_elem_sep String album concode_elem_sep String composer concode_elem_sep int length concode_elem_sep String ...
String function ( ) { return "srini_string" ; }
3,117
get _ float minimum : 54.3 maximum : 987.6 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep OffsetDateTime dateTime concode_ele...
Float function ( ) { return _float ; }
3,118
returns the z value of this vector . primarily used by frameworks which expect java bean methods - use the publicly accessible value instead . concode_field_sep float x concode_elem_sep float y concode_elem_sep float z concode_elem_sep Vector3f ZERO concode_field_sep float getX concode_elem_sep void setY concode_elem_s...
float function ( ) { return z ; }
3,119
configure a default color formatter named color_pattern . concode_field_sep RootLogger rootLogger concode_elem_sep ConsoleHandler consoleHandler concode_elem_sep Map<String,Formatter> formatters concode_elem_sep List<FileHandler> fileHandlers concode_field_sep LoggingFraction formatter concode_elem_sep LoggingFraction ...
LoggingFraction function ( ) { return formatter ( "srini_string" , "srini_string" ) ; }
3,120
tests priority.info . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetAllPossiblePriorities concode_elem_sep void testInfoInt concode_elem_sep void testDotlessLowerI concode_elem_sep void testWarnInt concode_elem_sep void testToPriorityIntPriority concode_elem_sep void testOffInt concode_elem_se...
void function ( ) { assertTrue ( Priority . INFO instanceof Level ) ; }
3,121
gets the value of the effectivedate property . concode_field_sep Date lastUpdateDate concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Double maxUnitsPerTime concode_elem_sep Date effectiveDate concode_elem_sep Integer objectId concode_elem_sep Date createDate concode_elem_sep I...
Date function ( ) { return effectiveDate ; }
3,122
returns true if there 's another route to attempt . every address has at least one route . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_se...
boolean function ( ) { return hasNextTlsMode ( ) || hasNextInetSocketAddress ( ) || hasNextProxy ( ) || hasNextPostponed ( ) ; }
3,123
send a verbose log message . concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_elem...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( sLevel > LEVEL_VERBOSE ) { return ; } if ( arg2 . length > 0 ) { arg1 = String . format ( arg1 , arg2 ) ; } Log . v ( arg0 , arg1 ) ; }
3,124
returns the fully qualified integrated file system path name of the target object of this endpoint . concode_field_sep SearchType searchType concode_elem_sep Logger LOG concode_elem_sep AS400ConnectionPool connectionPool concode_elem_sep String searchKey concode_elem_sep Jt400Type type concode_elem_sep String userID co...
String function ( ) { return objectPath ; }
3,125
gets the distribution this operation represents concode_field_sep Distribution distribution concode_elem_sep Double percent concode_elem_sep String SEP concode_field_sep Double getPercent concode_elem_sep String toString
Distribution function ( ) { return distribution ; }
3,126
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { ArcDialFrame loc0 = new ArcDialFrame ( ) ; ArcDialFrame loc1 = new ArcDialFrame ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
3,127
record the fact that a servlet context attribute was removed . concode_field_sep ServletContext context concode_field_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded
void function ( ServletContextAttributeEvent arg0 ) { log ( "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; }
3,128
method to validate the email address concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_fiel...
void function ( ActionEvent arg0 ) { setDisplayEmail ( email ) ; }
3,129
write a fixed-width 32 bit integer in network byte order big-endian . concode_field_sep byte[] NO_BYTES concode_field_sep void writeFixInt64 concode_elem_sep void writeBytes concode_elem_sep void writeBytes concode_elem_sep int safeRead concode_elem_sep T readEnum concode_elem_sep void writeEnum concode_elem_sep String...
void function ( final OutputStream arg0 , final int arg1 ) { arg0 . write ( ( arg1 >>> 24 ) & 0xFF ) ; arg0 . write ( ( arg1 >>> 16 ) & 0xFF ) ; arg0 . write ( ( arg1 >>> 8 ) & 0xFF ) ; arg0 . write ( arg1 & 0xFF ) ; }
3,130
returns the revision string . concode_field_sep PlaceHolder placeHolder concode_field_sep double loss concode_elem_sep String toString
String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; }
3,131
per the jdbc 3.0 spec , this commits the transaction for the specified xid , not necessarily for the transaction associated with this xaresource object . concode_field_sep boolean originalAutoCommitMode concode_elem_sep int XA_STATE_INITIAL concode_elem_sep int XA_STATE_DISPOSED concode_elem_sep int XA_STATE_PREPARED c...
void function ( Xid arg0 , boolean arg1 ) { System . err . println ( "srini_string" + ( arg1 ? "srini_string" : "srini_string" ) + "srini_string" + arg0 ) ; JDBCXAResource loc0 = xaDataSource . getResource ( arg0 ) ; if ( loc0 == null ) { throw new XAException ( "srini_string" + arg0 ) ; } loc0 . commitThis ( arg1 ) ; ...
3,132
getter for the field storedtriggeredobjects . concode_field_sep int nextID concode_elem_sep HashMap<String,Object> runParams concode_elem_sep Card hostCard concode_elem_sep HashMap<String,String> mapParams concode_elem_sep SpellAbility overridingAbility concode_elem_sep int ID concode_elem_sep String name concode_elem_...
HashMap < String , Object > function ( ) { return storedTriggeredObjects ; }
3,133
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void configureViewResolvers concode_elem_sep void configureContentNegotiation concode_elem_sep void addFormatters concode_elem_sep void extendMessageConverters concode_elem_se...
void function ( List < HandlerMethodArgumentResolver > arg0 ) { }
3,134
add one or more resource locations from which to serve static content . each location must point to a valid directory . multiple locations may be specified as a comma-separated list , and the locations will be checked for a given resource in the order specified . for example , '' / '' , `` classpath : / meta-inf/public...
ResourceHandlerRegistration function ( String ... arg0 ) { for ( String loc0 : arg0 ) { this . locations . add ( resourceLoader . getResource ( loc0 ) ) ; } return this ; }
3,135
uses static final constants to detect if the device 's platform version is ics or later . concode_field_sep PlaceHolder placeHolder concode_field_sep void enableStrictMode concode_elem_sep boolean hasHoneycomb concode_elem_sep boolean hasGingerbread concode_elem_sep boolean hasHoneycombMR1
boolean function ( ) { return Build . VERSION . SDK_INT >= Build . VERSION_CODES . ICE_CREAM_SANDWICH ; }
3,136
gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId
String function ( ) { return value ; }
3,137
some filters need additional parameters from the response . all the necessary reading can occur in that method , as this method is called after the response header processing is complete . concode_field_sep ByteChunk END_CHUNK concode_elem_sep OutputBuffer buffer concode_elem_sep byte[] chunkLength concode_elem_sep Byt...
void function ( Response arg0 ) { }
3,138
filters the given list of reactionproperty to return only a listof exitpointspec . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep boolean isDefault concode_elem_sep Map<Region,List<Entry>> getReg...
List < ExitPointSpec > function ( List < ReactionProperty > arg0 ) { List < ExitPointSpec > loc0 = new ArrayList < ExitPointSpec > ( ) ; for ( ReactionProperty loc1 : arg0 ) { if ( loc1 instanceof ExitPointSpec ) { loc0 . add ( ( ExitPointSpec ) loc1 ) ; } } return loc0 ; }
3,139
determines if a number is even . concode_field_sep PlaceHolder placeHolder concode_field_sep float simpleLinearConversion concode_elem_sep BigDecimal simpleLinearConversion concode_elem_sep boolean isOdd concode_elem_sep String format concode_elem_sep boolean isPrime concode_elem_sep String formatAsRomanNumeral
boolean function ( final int arg0 ) { return arg0 % 2 == 0 ; }
3,140
get the entity type . concode_field_sep String id concode_elem_sep String type concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getId concode_elem_sep String toString concode_elem_sep int compareTo
String function ( ) { return type ; }
3,141
gets the value of the count property . concode_field_sep Object parent concode_elem_sep List<CTTablePart> tablePart concode_elem_sep Long count concode_field_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setCount concode_elem_sep List<CTTablePart> getTab...
Long function ( ) { return count ; }
3,142
generate an empty join sequence instance . concode_field_sep SessionFactoryImplementor sfi concode_elem_sep Map collectionPropertyMappingByRole concode_field_sep QueryableCollection getCollectionPersister concode_elem_sep Type getElementType concode_elem_sep Type findFunctionReturnType concode_elem_sep Type findFunctio...
JoinSequence function ( ) { return new JoinSequence ( sfi ) ; }
3,143
sets the status to ok . concode_field_sep IStatus OK_STATUS concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean isMultiStatus concode...
void function ( ) { fStatusMessage = null ; fSeverity = IStatus . OK ; }
3,144
describe the kinds of special objects contained in the marshalled representation . concode_field_sep Parcelable.Creator<CdmaSmsCbProgramResults> CREATOR concode_elem_sep int RESULT_INVALID_ALERT_OPTION concode_elem_sep int RESULT_UNSPECIFIED_FAILURE concode_elem_sep int mCategory concode_elem_sep int RESULT_INVALID_CAT...
int function ( ) { return 0 ; }
3,145
go through the next operation from the stream storage . concode_field_sep FSEditLogOp cachedOp concode_field_sep int getVersion concode_elem_sep boolean isLocalLog concode_elem_sep long getFirstTxId concode_elem_sep String getName concode_elem_sep void resync concode_elem_sep String getCurrentStreamName concode_elem_se...
long function ( ) { FSEditLogOp loc0 = readOp ( ) ; return loc0 != null ? loc0 . txid : HdfsServerConstants . INVALID_TXID ; }
3,146
writes the contents of the page to 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 void read concode_elem_sep int STR_SIZE concode...
void function ( Block arg0 ) { filemgr . write ( arg0 , contents ) ; }
3,147
computes the bit pattern for the sign and exponent of a double-precision number . concode_field_sep long commonSignExp concode_elem_sep boolean isFirst concode_elem_sep long commonBits concode_elem_sep int commonMantissaBitsCount concode_field_sep long zeroLowerBits concode_elem_sep void add concode_elem_sep int numCom...
long function ( long arg0 ) { return arg0 >> 52 ; }
3,148
creates an instance of ssliosession decorating the given iosession . this method can be overridden in a super class in order to provide a different implementation of ssl i/o session . concode_field_sep SSLSetupHandler sslHandler concode_elem_sep NHttpServiceHandler handler concode_elem_sep SSLContext sslcontext concode...
SSLIOSession function ( final IOSession arg0 , final SSLContext arg1 , final SSLSetupHandler arg2 ) { return new SSLIOSession ( arg0 , arg1 , arg2 ) ; }
3,149
method called when the radio buttons are changed between the modes this will just reset the percentage so the new mode has a fresh start concode_field_sep int PAUSE_AMOUNT_S concode_elem_sep PortableRenderer renderer concode_elem_sep int percent concode_elem_sep boolean isRunning concode_elem_sep SelectItem[] AVAILABLE...
void function ( ValueChangeEvent arg0 ) { percent = 0 ; }
3,150
asserts that an escaper does not escape the given character . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnicodeEscaping concode_elem_sep void assertEscaping concode_elem_sep void assertEscaping concode_elem_sep void assertBasic
void function ( CharEscaper arg0 , char arg1 ) { Assert . assertNull ( computeReplacement ( arg0 , arg1 ) ) ; }
3,151
implement the parcelable interface concode_field_sep Creator<WifiP2pConfig> CREATOR concode_elem_sep int netId concode_elem_sep int MIN_GROUP_OWNER_INTENT concode_elem_sep int groupOwnerIntent concode_elem_sep int MAX_GROUP_OWNER_INTENT concode_elem_sep WpsInfo wps concode_elem_sep String deviceAddress concode_field_se...
void function ( Parcel arg0 , int arg1 ) { arg0 . writeString ( deviceAddress ) ; arg0 . writeParcelable ( wps , arg1 ) ; arg0 . writeInt ( groupOwnerIntent ) ; arg0 . writeInt ( netId ) ; }
3,152
gets the app service . concode_field_sep LexEVSApplicationService lexevsAppService concode_elem_sep String serviceUrl concode_elem_sep String _service concode_elem_sep LexEVSServiceHolder sh_ concode_elem_sep SecurityToken goodToken concode_elem_sep ApplicationService appService concode_field_sep String getURL concode_...
LexEVSApplicationService function ( ) { return lexevsAppService ; }
3,153
get the vehicle length . concode_field_sep double vehicleLength concode_elem_sep double arrivalTime concode_elem_sep double stopDist concode_elem_sep double length concode_elem_sep AdmissionControlZone acz concode_elem_sep int vin concode_elem_sep double arrivalVelocity concode_field_sep void cancel concode_elem_sep do...
double function ( ) { return vehicleLength ; }
3,154
return the number of bytes to encode the gicen remaining length value concode_field_sep int MAX_LENGTH_LIMIT concode_field_sep String msgType2String concode_elem_sep byte encodeFlags
int function ( int arg0 ) { if ( 0 <= arg0 && arg0 <= 127 ) return 1 ; if ( 128 <= arg0 && arg0 <= 16383 ) return 2 ; if ( 16384 <= arg0 && arg0 <= 2097151 ) return 3 ; if ( 2097152 <= arg0 && arg0 <= 268435455 ) return 4 ; throw new IllegalArgumentException ( "srini_string" ) ; }
3,155
compare name name of the locale with the given name . the case of the name is ignored . concode_field_sep CompareMode lastUsed concode_elem_sep String ICU4J concode_elem_sep boolean binaryUnsigned concode_elem_sep String UNSIGNED concode_elem_sep boolean CAN_USE_ICU4J concode_elem_sep int strength concode_elem_sep Stri...
boolean function ( Locale arg0 , String arg1 ) { return arg1 . equalsIgnoreCase ( arg0 . toString ( ) ) || arg1 . equalsIgnoreCase ( getName ( arg0 ) ) ; }
3,156
set the value of cvssaccessvector . concode_field_sep SortedSet<VulnerableSoftware> vulnerableSoftware concode_elem_sep String description concode_elem_sep String matchedCPE concode_elem_sep String cwe concode_elem_sep float cvssScore concode_elem_sep String cvssAccessVector concode_elem_sep String cvssIntegrityImpact ...
void function ( String arg0 ) { this . cvssAccessVector = arg0 ; }
3,157
tests this border for equality with an arbitrary instance . concode_field_sep BlockBorder NONE concode_elem_sep RectangleInsets insets concode_elem_sep Paint paint concode_elem_sep long serialVersionUID concode_field_sep void writeObject concode_elem_sep RectangleInsets getInsets concode_elem_sep void draw concode_elem...
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof BlockBorder ) ) { return false ; } BlockBorder loc0 = ( BlockBorder ) arg0 ; if ( ! this . insets . equals ( loc0 . insets ) ) { return false ; } if ( ! PaintUtilities . equal ( this . paint , loc0 . paint ) ) { return fal...
3,158
checks whether the given display name is an ignored property concode_field_sep Hashtable m_Ignored concode_elem_sep Hashtable m_Allowed concode_field_sep void addIgnored concode_elem_sep void addIgnored concode_elem_sep Enumeration ignored concode_elem_sep boolean isAllowed concode_elem_sep boolean isAllowed concode_el...
boolean function ( String arg0 ) { return m_Ignored . containsKey ( arg0 ) ; }
3,159
return true if this tokenvalidator implementation is capable of validating the receivedtoken argument . concode_field_sep PlaceHolder placeHolder concode_field_sep TokenValidatorResponse validateToken
boolean function ( ReceivedToken arg0 ) { return canHandleToken ( arg0 , null ) ; }
3,160
create an observable of character sequences for query text changes on view . warning : the created observable keeps a strong reference to view . unsubscribe to free this reference . note : a value will be emitted immediately on subscribe . concode_field_sep PlaceHolder placeHolder concode_field_sep Action1<? super Char...
Observable < CharSequence > function ( @ NonNull SearchView arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; return Observable . create ( new SearchViewQueryTextChangesOnSubscribe ( arg0 ) ) ; }
3,161
test method for com.flatironschool.javacs.myarraylist #myarraylist . concode_field_sep List<Integer> mll concode_elem_sep List<Integer> list concode_field_sep void testClear concode_elem_sep void testIndexOfNull concode_elem_sep void testRemoveInt concode_elem_sep void testSet concode_elem_sep void testContainsAll conc...
void function ( ) { assertThat ( mll . size ( ) , is ( 3 ) ) ; }
3,162
hashes the given sequence with the given hash function . concode_field_sep int SUBARRAY_MASK concode_elem_sep int d concode_elem_sep long[][] bits concode_elem_sep double NATURAL_LOG_OF_2 concode_elem_sep long[][] weight concode_elem_sep boolean DEBUG concode_elem_sep long serialVersionUID concode_elem_sep long BIT_IND...
long function ( final CharSequence arg0 , final int arg1 , final int arg2 ) { final long [ ] loc0 = weight [ arg2 ] ; long loc1 = 0 ; int loc2 = arg1 ; while ( loc2 -- != 0 ) loc1 ^= arg0 . charAt ( loc2 ) * loc0 [ loc2 % NUMBER_OF_WEIGHTS ] ; long loc3 ; if ( power > 0 ) { loc3 = loc1 >>> ( 64 - power ) ; } else { loc...
3,163
sets the shipped date of this shopping order item . concode_field_sep ShoppingOrderItem _shoppingOrderItem 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 boolea...
void function ( Date arg0 ) { _shoppingOrderItem . setShippedDate ( arg0 ) ; }
3,164
returns the total number of data items numeric metrics , traits , or call-time datums in this report . concode_field_sep long collectionTime concode_elem_sep Set<MeasurementDataTrait> measurementTraitData concode_elem_sep Set<CallTimeData> callTimeData concode_elem_sep Set<MeasurementDataNumeric> measurementNumericData...
long function ( ) { return this . measurementNumericData . size ( ) + this . measurementTraitData . size ( ) + this . callTimeData . size ( ) ; }
3,165
gets the selected all state of the doucment pages view . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUserZoom concode_elem_sep float userZoom concode_elem_sep int MAX_PAGE_SIZE_READ_AHEAD concode_elem_sep UndoCaretaker undoCaretaker concode_elem_sep i...
boolean function ( ) { return selectAll ; }
3,166
adds evidence to the collection . concode_field_sep Filter<Evidence> MEDIUM_CONFIDENCE concode_elem_sep Set<String> weightedStrings concode_elem_sep Filter<Evidence> LOW_CONFIDENCE concode_elem_sep Filter<Evidence> HIGH_CONFIDENCE concode_elem_sep long serialVersionUID concode_elem_sep Set<Evidence> list concode_elem_s...
void function ( Evidence arg0 ) { list . add ( arg0 ) ; }
3,167
checks whether subpath is empty or not . concode_field_sep Point startPoint concode_elem_sep List<IShape> segments concode_elem_sep boolean closed concode_field_sep Point getStartPoint concode_elem_sep boolean isSinglePointOpen concode_elem_sep void addSegment concode_elem_sep boolean isDegenerate concode_elem_sep bool...
boolean function ( ) { return startPoint == null ; }
3,168
modify time for the version available for download . concode_field_sep String download_url_format concode_elem_sep List<PresetJson> presets concode_elem_sep VersionConfig instance concode_elem_sep int modifyTime concode_elem_sep String preset_name concode_elem_sep boolean hidden concode_elem_sep Map<String,String> loca...
int function ( final String arg0 ) { if ( arg0 == null ) return 0 ; for ( final MVersionPreset loc0 : presets ) { if ( arg0 . equals ( loc0 . arg0 ) ) { return loc0 . modifyTime ; } } return 0 ; }
3,169
end something . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter endArray concode_elem_sep JSONWrit...
JSONWriter function ( char arg0 , char arg1 ) { if ( this . mode != arg0 ) { throw new JSONException ( arg0 == 'o' ? "srini_string" : "srini_string" ) ; } this . pop ( arg0 ) ; try { this . writer . write ( arg1 ) ; } catch ( IOException loc0 ) { throw new JSONException ( loc0 ) ; } this . comma = true ; return this ; ...
3,170
this is an override point : the message that indicates that a build succeeded . subclasses can change/enhance the message . concode_field_sep int msgOutputLevel concode_elem_sep long startTime concode_elem_sep PrintStream err concode_elem_sep boolean emacsMode concode_elem_sep int LEFT_COLUMN_SIZE concode_elem_sep Prin...
String function ( ) { return "srini_string" ; }
3,171
gets this module 's list of source code inputs . concode_field_sep int depth concode_elem_sep DiagnosticType CIRCULAR_DEPENDENCY_ERROR concode_elem_sep String name concode_elem_sep List<JSModule> deps concode_elem_sep List<CompilerInput> inputs concode_elem_sep long serialVersionUID concode_field_sep void add concode_e...
List < CompilerInput > function ( ) { return inputs ; }
3,172
this method was generated by mybatis generator . this method sets the value of the database column actani.amdtlr concode_field_sep String sysidt concode_elem_sep String actflg concode_elem_sep String curcde concode_elem_sep String apcode concode_elem_sep String recsts concode_elem_sep String orgidt concode_elem_sep Str...
void function ( String arg0 ) { this . amdtlr = arg0 ; }
3,173
adds a subscription to this subscriber 's list of subscriptions if this list is not marked asunsubscribed . if the list is marked as unsubscribed , add will indicate this byexplicitly unsubscribing the new subscription as well . concode_field_sep SubscriptionList cs concode_field_sep void onError concode_elem_sep void ...
void function ( Subscription arg0 ) { cs . add ( arg0 ) ; }
3,174
return true if the method includes the final modifier . concode_field_sep com.badlogic.gwtref.client.Method method concode_field_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void setAccessible concode_elem_sep boolean isAnnotationPresent concode_elem_sep bo...
boolean function ( ) { return method . isFinal ( ) ; }
3,175
getter function for the usb vid device code . concode_field_sep String mName concode_elem_sep int mUsbProductId concode_elem_sep String mUri concode_elem_sep int mUsbVendorId concode_elem_sep String mVendor concode_field_sep int getUsbProductId concode_elem_sep String getName concode_elem_sep String getVendor concode_e...
int function ( ) { return mUsbVendorId ; }
3,176
resets and returns elapsed time in milliseconds . concode_field_sep Logger logger concode_elem_sep long startNS concode_field_sep void resetAndLog
long function ( ) { long loc0 = System . nanoTime ( ) ; try { return TimeValue . nsecToMSec ( loc0 - startNS ) ; } finally { startNS = loc0 ; } }
3,177
returns the message . concode_field_sep ConfigItemTypes type concode_elem_sep String message concode_elem_sep ConfigErrorKeys key concode_field_sep ConfigErrorKeys getKey concode_elem_sep ConfigItemTypes getType
String function ( ) { return message ; }
3,178
returns true if there 's another tls mode to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep D...
boolean function ( ) { return nextTlsMode != TLS_MODE_NULL ; }
3,179
checks the equality of two types preventing any problems that can happen because of infinite recursion . concode_field_sep List<Conversion> conversions concode_elem_sep ConversionTable table concode_field_sep ConversionTable instance concode_elem_sep void check concode_elem_sep void check
boolean function ( Type arg0 , Type arg1 , boolean arg2 ) { return equals ( arg0 , arg1 , new InfiniteRecursionPreventer ( ) , arg2 ) ; }
3,180
creates the content disposition . concode_field_sep String boundary concode_elem_sep int bytesWritten concode_elem_sep char[] MULTIPART_CHARS concode_elem_sep ByteArrayOutputStream out concode_elem_sep List<FilePart> fileParts concode_elem_sep String TAG concode_elem_sep byte[] TRANSFER_ENCODING_BINARY concode_elem_sep...
byte [ ] function ( final String arg0 , final String arg1 ) { return ( "srini_string" ) . getBytes ( ) ; }
3,181
return the transactional entity manager for the specified scoped persistence unit name concode_field_sep ThreadLocalStack<Map<String,EntityManager>> nonTxStack concode_field_sep void add concode_elem_sep void popCall concode_elem_sep void pushCall
EntityManager function ( String arg0 ) { Map < String , EntityManager > loc0 = nonTxStack . peek ( ) ; if ( loc0 != null ) { return loc0 . get ( arg0 ) ; } return null ; }
3,182
get the id of the child of this layoutstructure , or zero if we do not have a child . concode_field_sep boolean unremovable concode_elem_sep int structId concode_elem_sep int nextId concode_elem_sep boolean immutable concode_elem_sep boolean hidden concode_elem_sep Log LOG concode_elem_sep List parameters concode_elem_...
int function ( ) { return this . childId ; }
3,183
retrieves the canonical file for the given path , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA...
File function ( String arg0 ) { return new File ( new File ( arg0 ) . getCanonicalPath ( ) ) ; }
3,184
endpointarn returned from createendpoint action . concode_field_sep String endpointArn concode_field_sep String getEndpointArn concode_elem_sep CreatePlatformEndpointResult withEndpointArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreatePlatformEndpointResult clone concode_elem_sep ...
void function ( String arg0 ) { this . endpointArn = arg0 ; }
3,185
get the name of the solr field used to identify the hbase table containing the indexed document . concode_field_sep String DEFAULT_FIELD_TYPE concode_elem_sep String DEFAULT_EXTRACT_TYPE concode_elem_sep MappingType DEFAULT_MAPPING_TYPE concode_elem_sep List<DocumentExtractDefinition> extractDefinitions concode_elem_se...
String function ( ) { return tableNameField ; }
3,186
whether it is possible to go back . concode_field_sep List transforms concode_elem_sep int position concode_field_sep void forward concode_elem_sep void back concode_elem_sep void update concode_elem_sep AffineTransform currentTransform concode_elem_sep boolean canGoForward
boolean function ( ) { return position > 0 ; }
3,187
set the attribute value within the attribute list concode_field_sep String[] col concode_elem_sep String comma concode_elem_sep ArrayList<Attribute> attributeList concode_elem_sep Attribute attribute concode_elem_sep String[] col2 concode_elem_sep String[] col1 concode_field_sep Type getAttributeType concode_elem_sep v...
void function ( ) { for ( int loc0 = 0 ; loc0 < col2 . length ; loc0 ++ ) { attributeList . get ( loc0 ) . setAttributeValue ( getAttributeType ( loc0 ) , col2 [ loc0 ] ) ; } }
3,188
did the client connect successfully . note the the client may have since become disconnected . concode_field_sep IMetaStoreClient metaStoreClient concode_elem_sep boolean connected concode_elem_sep List<AcidTable> tables concode_elem_sep Logger LOG concode_elem_sep String TRANSACTIONAL_PARAM_KEY concode_elem_sep Lock.O...
boolean function ( ) { return connected ; }
3,189
load state from persistent file . expects ssourcesproperties to be synchronized . concode_field_sep String KEY_VERSION concode_elem_sep String KEY_NAME concode_elem_sep String SRC_FILENAME concode_elem_sep boolean sModified concode_elem_sep String KEY_DISABLED concode_elem_sep Properties sSourcesProperties concode_fiel...
void function ( ) { if ( loadProperties ( ) ) { if ( sSourcesProperties . getProperty ( KEY_VERSION ) == null ) { sSourcesProperties . clear ( ) ; } sModified = false ; } if ( sSourcesProperties . isEmpty ( ) ) { sSourcesProperties . setProperty ( KEY_VERSION , "srini_string" ) ; } }
3,190
get custom deserializer concode_field_sep java.util.Calendar date_updated concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep java.util.Calendar date_created concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String descript...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
3,191
returns the company id of this resource block . concode_field_sep ResourceBlock _resourceBlock concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes c...
long function ( ) { return _resourceBlock . getCompanyId ( ) ; }
3,192
the date when the api was created , in iso 8601 format . concode_field_sep java.util.Date createdDate concode_elem_sep java.util.List<String> warnings concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_s...
RestApi function ( java . util . Date arg0 ) { setCreatedDate ( arg0 ) ; return this ; }
3,193
draw a single bar at given coordinate and with the given height concode_field_sep ColorWrap fillColor concode_elem_sep double extraScaleFactor concode_elem_sep ColorWrap color concode_elem_sep double scaleFactor concode_elem_sep double size concode_elem_sep PlotSheet plotSheet concode_elem_sep boolean filling concode_e...
void function ( double arg0 , double arg1 , GraphicsWrap arg2 , RectangleWrap arg3 ) { drawBar ( arg0 , arg1 , arg2 , arg3 , this . size ) ; }
3,194
constructs a new string by decoding the specified array of bytes using the us-ascii charset . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep byte[] getBytesUtf16Le concode_elem_sep String newStringUtf8 concode_elem_sep byte[] getBytesUnchecked concode_elem_sep byte[] g...
String function ( byte [ ] arg0 ) { return StringUtils . newString ( arg0 , CharEncoding . US_ASCII ) ; }
3,195
this creates a factory that will eat all log input . concode_field_sep TagLoggerFactory INSTANCE concode_elem_sep NoOpLoggerFactory INSTANCE concode_elem_sep NoOpLogger mNoOpLogger concode_elem_sep Log.Tag mTag concode_field_sep Logger.Factory tagFactory concode_elem_sep NoOpLoggerFactory instance concode_elem_sep TagL...
Logger . Factory function ( ) { return NoOpLoggerFactory . instance ( ) ; }
3,196
return elapsed time in seconds since this object was created . concode_field_sep long start concode_field_sep placeholderType placeHolder
double function ( ) { long loc0 = System . currentTimeMillis ( ) ; return ( loc0 - start ) / 1000.0 ; }
3,197
a list of events associated with the volume . concode_field_sep String volumeId concode_elem_sep VolumeStatusInfo volumeStatus concode_elem_sep String availabilityZone concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<VolumeStatusAction> actions concode_elem_sep com.amazonaws.internal.ListWithAutoConstr...
java . util . List < VolumeStatusEvent > function ( ) { if ( events == null ) { events = new com . amazonaws . internal . ListWithAutoConstructFlag < VolumeStatusEvent > ( ) ; events . setAutoConstruct ( true ) ; } return events ; }
3,198
log a message with the debug level . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep vo...
void function ( String arg0 ) { logger . debug ( arg0 ) ; }
3,199
tries to find one and only one matching policy given the request represented by the context data . if more than one policy is found , this is an error and must be reported as such . if no policies are found , then an empty result must be returned . by default this method returns an empty result . this method should nev...
PolicyFinderResult function ( EvaluationCtx arg0 ) { return new PolicyFinderResult ( ) ; }