idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
33,100
parse . concode_field_sep Integer maximum concode_field_sep boolean check
Integer function ( String arg0 ) { try { return Integer . parseInt ( arg0 ) ; } catch ( NumberFormatException loc0 ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } }
33,101
returns the access mask accociated with this ace . use the constants for file_read_data , file_write_data , read_control , generic_all , etc with bitwise operators to determine which bits of the mask are on or off . concode_field_sep boolean allow concode_elem_sep int FLAGS_OBJECT_INHERIT concode_elem_sep int access co...
int function ( ) { return access ; }
33,102
returns the sortableproperty defined by connectionrecordset which represents the property requested . concode_field_sep String DESCENDING_PREFIX concode_elem_sep ConnectionRecordSet.SortableProperty property concode_elem_sep boolean descending concode_elem_sep ConnectionRecordSet.SortableProperty recordProperty concode...
ConnectionRecordSet . SortableProperty function ( ) { return property ; }
33,103
convert a streamsource to either a saxsource or a pullsource , depending on the native parser of the selected platform concode_field_sep JavaPlatform theInstance concode_field_sep String tryToExpand concode_elem_sep SchemaType getExternalObjectType concode_elem_sep Object getCollationKey concode_elem_sep String getPlat...
Source function ( StreamSource arg0 , int arg1 , boolean arg2 , int arg3 ) { return arg0 ; }
33,104
select some methods . use the filters class to create and compose filters concode_field_sep Object instance concode_field_sep List<Field> selectFields concode_elem_sep boolean hasAnnotation concode_elem_sep Object instance concode_elem_sep void set concode_elem_sep Object get concode_elem_sep Object invoke concode_elem...
List < Method > function ( Filter < Method > arg0 ) { notNull ( "srini_string" , arg0 ) ; for ( Class < ? > loc0 = testClass ( ) ; loc0 != Object . class ; loc0 = loc0 . getSuperclass ( ) ) { for ( Method loc1 : loc0 . getDeclaredMethods ( ) ) { arg0 . add ( accessible ( loc1 ) ) ; } } return arg0 . select ( ) ; }
33,105
does nothing . concode_field_sep int userBufOff concode_elem_sep boolean finished concode_elem_sep boolean useLz4HC concode_elem_sep Buffer uncompressedDirectBuf concode_elem_sep int userBufLen concode_elem_sep Log LOG concode_elem_sep int uncompressedDirectBufLen concode_elem_sep byte[] userBuf concode_elem_sep long b...
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { }
33,106
sets the mvcc version of this phone . concode_field_sep Phone _phone concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean i...
void function ( long arg0 ) { _phone . setMvccVersion ( arg0 ) ; }
33,107
returns the value of the cell as a string , using the formatter appropriate for the column . concode_field_sep CellComparator DEF_CMP concode_elem_sep String DESC concode_elem_sep Set<String> idSet concode_elem_sep CellComparator cellComparator concode_elem_sep String[] columnIds concode_elem_sep List<Row> rows concode...
String function ( String arg0 ) { return getFormatter ( arg0 ) . format ( get ( arg0 ) ) ; }
33,108
returns linked list of link attribute of sub tlv . concode_field_sep LinkedList<PcepValueType> llLinkAttributesSubTLVs concode_elem_sep short hLength concode_elem_sep int TLV_HEADER_LENGTH concode_elem_sep short TYPE concode_elem_sep Logger log concode_field_sep PcepVersion getVersion concode_elem_sep PcepValueType rea...
LinkedList < PcepValueType > function ( ) { return llLinkAttributesSubTLVs ; }
33,109
kill the process concode_field_sep Process p concode_elem_sep boolean canceled concode_elem_sep boolean useBinSH concode_elem_sep String[] cmds concode_field_sep OutputStream start concode_elem_sep String finish concode_elem_sep String run concode_elem_sep InputStream getProcessOutputStream
void function ( ) { try { if ( p != null ) { canceled = true ; p . destroy ( ) ; } } catch ( Exception loc0 ) { } }
33,110
test of getend method , of class audiofileitem . concode_field_sep PlaceHolder placeHolder concode_field_sep void testTimestamp concode_elem_sep void testPreviousDropped concode_elem_sep void setUpClass concode_elem_sep void testGetStart concode_elem_sep void testStartMS concode_elem_sep void log concode_elem_sep void ...
void function ( ) { log ( "srini_string" ) ; AudioFileItem loc0 = new AudioFileItem ( ) ; long loc1 = System . currentTimeMillis ( ) ; long loc2 = loc1 / 1000 ; loc0 . setEndMS ( loc1 ) ; long loc3 = loc0 . getEnd ( ) ; assertEquals ( loc2 , loc3 ) ; }
33,111
returns the result of interpreting the object as an instance of ` property type ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep ModelPackage modelPackage concode_field_sep T caseModelProperty concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode...
T function ( ModelPropertyType arg0 ) { return null ; }
33,112
method to check if two tokens are not equal concode_field_sep SymbolTable table concode_elem_sep boolean debug concode_elem_sep Stack<Token> stack concode_field_sep void add concode_elem_sep void handler concode_elem_sep void sub concode_elem_sep void proceed concode_elem_sep void mul concode_elem_sep boolean lt concod...
boolean function ( ) { try { Token loc0 = stack . pop ( ) ; Token loc1 = stack . pop ( ) ; if ( ! loc1 . equals ( loc0 ) ) return true ; } catch ( NullPointerException loc0 ) { System . out . println ( "srini_string" ) ; } return false ; }
33,113
call from a scrollview in onscrollchanged , returns true if this onscrollchanged is legit not a duplicate and should be dispatched . concode_field_sep int mPrevY concode_elem_sep long mLastScrollEventTimeMs concode_elem_sep int MIN_EVENT_SEPARATION_MS concode_elem_sep int mPrevX concode_field_sep placeholderType placeH...
boolean function ( int arg0 , int arg1 ) { long loc0 = SystemClock . uptimeMillis ( ) ; boolean loc1 = loc0 - mLastScrollEventTimeMs > MIN_EVENT_SEPARATION_MS || mPrevX != arg0 || mPrevY != arg1 ; mLastScrollEventTimeMs = loc0 ; mPrevX = arg0 ; mPrevY = arg1 ; return loc1 ; }
33,114
sets the fromsubsidiary value for this consolidatedexchangeratefilter . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef period concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fromSubsidiary concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef toSubs...
void function ( com . netsuite . webservices . platform . core_2014_2 . RecordRef arg0 ) { this . fromSubsidiary = arg0 ; }
33,115
store a 16 bit value in network byte order at the specified absolute offset from the start of this header . the buffer position is not changed . concode_field_sep ByteBuffer nullBuffer concode_elem_sep IPacketHeader nextHeader concode_elem_sep IPacketHeader previousHeader concode_elem_sep boolean isUnpacked concode_ele...
void function ( int arg0 , int arg1 ) { headerBuffer . putShort ( arg1 , ( short ) arg0 ) ; }
33,116
remove the properties added to collection or resource concode_field_sep String sessionCookie concode_elem_sep JMXClient jmxClient concode_elem_sep String userName concode_elem_sep String userNameWithoutDomain concode_elem_sep AutomationContext automationContext concode_elem_sep String backEndUrl concode_field_sep boole...
void function ( String arg0 ) { PropertiesAdminServiceClient loc0 = new PropertiesAdminServiceClient ( backEndUrl , sessionCookie ) ; loc0 . removeProperty ( arg0 , "srini_string" ) ; }
33,117
returns the modified date of this links . concode_field_sep Links _links concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode_elem...
java . util . Date function ( ) { return _links . getModifiedDate ( ) ; }
33,118
determines whether this is a dimension property . concode_field_sep GroupPropertyHandleProvider instance concode_field_sep boolean isElementRefValue concode_elem_sep boolean isDateTimeProperty concode_elem_sep boolean isColorProperty concode_elem_sep boolean isStyleProperty concode_elem_sep boolean isFontSizeProperty c...
boolean function ( Object arg0 ) { if ( arg0 instanceof GroupPropertyHandle ) { if ( isFontSizeProperty ( arg0 ) ) return false ; return ( ( GroupPropertyHandle ) arg0 ) . getPropertyDefn ( ) . getTypeCode ( ) == IPropertyType . DIMENSION_TYPE ; } return false ; }
33,119
add to the end of the list in o n concode_field_sep Node<MyType> head concode_field_sep Node<MyType> find concode_elem_sep Node<MyType> removeFirst concode_elem_sep String toString concode_elem_sep Node<MyType> removeLast concode_elem_sep Node<MyType> delete concode_elem_sep void addFirst concode_elem_sep Node<MyType> ...
void function ( MyType arg0 ) { if ( head == null ) { head = new Node < > ( arg0 ) ; return ; } Node < MyType > loc0 = head ; while ( loc0 . next != null ) loc0 = loc0 . next ; loc0 . next = new Node < > ( arg0 ) ; }
33,120
return the bitmap concode_field_sep LruCache<String,Bitmap> cache concode_elem_sep ImageCache imageCache concode_field_sep ImageCache getInstance concode_elem_sep Bitmap put
Bitmap function ( String arg0 ) { return cache . get ( arg0 ) ; }
33,121
creates the directory for the catalog export if it does n't exist . if the directory does exist , work based on the assumption it was cleaned by the parent process in the management logic of inport and export . there is no point to delegate low level directory operations to each and every migratable when they can be ab...
void function ( Path arg0 ) { try { final File loc0 = arg0 . toFile ( ) ; FileUtils . forceMkdir ( loc0 ) ; } catch ( IOException loc0 ) { LOGGER . error ( "srini_string" , loc0 . getMessage ( ) , loc0 ) ; throw new ExportMigrationException ( loc0 . getMessage ( ) ) ; } }
33,122
return an iterator of the attribute names of this node . if there are no attributes , an empty iterator is returned . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild c...
Iterator function ( ) { if ( attributes == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( attributes . keySet ( ) . iterator ( ) ) ; }
33,123
returns the high positive variance parameter range for random values . / concode_field_sep long serialVersionUID concode_elem_sep boolean covSymmetric concode_elem_sep double varHigh concode_elem_sep double covHigh concode_elem_sep boolean retainPreviousValues concode_elem_sep boolean coefSymmetric concode_elem_sep dou...
double function ( ) { return varHigh ; }
33,124
returns the status line 's http minor version . this returns 0 for http/1 .0 and 1 for http/1 .1 . this returns 1 if the http version is unknown . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String>...
int function ( ) { return httpMinorVersion != - 1 ? httpMinorVersion : 1 ; }
33,125
returns true it this header contains a compressed thumbnail . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep String TAG concode_elem_sep byte[] U...
boolean function ( ) { return mThumbnail != null ; }
33,126
sets the name . concode_field_sep List<ConfigurationEngine> configuration concode_elem_sep String name concode_field_sep List<ConfigurationEngine> getConfiguration concode_elem_sep String getName concode_elem_sep void setConfiguration
void function ( final String arg0 ) { this . name = arg0 ; }
33,127
assert the httpmethod of the request . concode_field_sep PlaceHolder placeHolder concode_field_sep XpathRequestMatchers xpath concode_elem_sep XpathRequestMatchers xpath concode_elem_sep RequestMatcher method concode_elem_sep RequestMatcher requestTo concode_elem_sep RequestMatcher requestTo concode_elem_sep RequestMat...
RequestMatcher function ( final HttpMethod arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return new RequestMatcher ( ) { @ Override public void match ( ClientHttpRequest arg1 ) throws AssertionError { AssertionErrors . assertEquals ( "srini_string" , arg0 , arg1 . getMethod ( ) ) ; } } ; }
33,128
destroy an instance no longer needed by the pool . the default implementation is a no-op . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean validateObject concode_elem_sep Object makeObject concode_elem_sep void passivateObject concode_elem_sep void activateObject
void function ( Object arg0 , Object arg1 ) { }
33,129
get the build task which contains the given audited build configuration concode_field_sep String statusDescription concode_elem_sep Date submitTime concode_elem_sep Set<BuildTask> buildTasks concode_elem_sep BuildConfigSetRecord buildConfigSetRecord concode_elem_sep Logger log concode_elem_sep boolean rebuildAll concod...
BuildTask function ( BuildConfiguration arg0 ) { return buildTasks . stream ( ) . filter ( ( bt ) -> bt . getBuildConfiguration ( ) . equals ( arg0 ) ) . findFirst ( ) . orElse ( null ) ; }
33,130
create/mint a new handle id . concode_field_sep ConfigurationService configurationService concode_elem_sep HandleDAO handleDAO concode_elem_sep Logger log concode_elem_sep String EXAMPLE_PREFIX concode_elem_sep SiteService siteService concode_field_sep List<Handle> getInternalHandles concode_elem_sep void unbindHandle ...
String function ( Context arg0 ) { String loc0 = getPrefix ( ) ; Long loc1 = handleDAO . getNextHandleSuffix ( arg0 ) ; return loc0 + ( loc0 . endsWith ( "srini_string" ) ? "srini_string" : "srini_string" ) + loc1 . toString ( ) ; }
33,131
clone this file and make the new file as a master copy as well concode_field_sep int NOT_REGISTERED concode_elem_sep int TYPE_RAW_DATA concode_elem_sep int TYPE_TAG_DATA concode_elem_sep String name concode_elem_sep int TYPE_RECONSTRUCTED_DATA concode_elem_sep FileAttribute attribute concode_elem_sep double transaction...
File function ( ) { File loc0 = makeCopy ( ) ; if ( loc0 != null ) { loc0 . setMasterCopy ( true ) ; } return loc0 ; }
33,132
returns the stored map . concode_field_sep Comparator<XModelObject> comparator concode_elem_sep XModelObject[] cache concode_elem_sep XModelObject[] EMPTY concode_elem_sep SMap objects concode_elem_sep Map<String,XModelObject> entries concode_field_sep XModelObject getObject concode_elem_sep boolean move concode_elem_s...
Map < String , XModelObject > function ( ) { return entries ; }
33,133
sets the modified date of this website . concode_field_sep Website _website concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep bo...
void function ( Date arg0 ) { _website . setModifiedDate ( arg0 ) ; }
33,134
get icon path concode_field_sep int bigIcon concode_elem_sep String emojiText concode_elem_sep int icon concode_elem_sep String name concode_elem_sep Type type concode_elem_sep String iconPath concode_elem_sep String identityCode concode_elem_sep String bigIconPath concode_field_sep void setName concode_elem_sep String...
String function ( ) { return iconPath ; }
33,135
multiply all elements of an array by a factor concode_field_sep PlaceHolder placeHolder concode_field_sep double[] readInputs concode_elem_sep int[] squares concode_elem_sep void main concode_elem_sep double sum concode_elem_sep void printReversed concode_elem_sep ArrayList<String> reverse
void function ( double [ ] arg0 , double arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { arg0 [ loc0 ] = arg0 [ loc0 ] * arg1 ; } }
33,136
gets keys . concode_field_sep LinkedMap<String,List<PersistentResource>> resourceMap concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep List<PersistentResource> getRecord concode_elem_sep void addRecord concode_elem_sep void addRecord
List < String > function ( ) { return resourceMap . asList ( ) ; }
33,137
get the identifier specifying the type of the alarm , provided when the alarm was raised . concode_field_sep String alarmType concode_elem_sep String instanceID concode_elem_sep NotificationSource notificationSource concode_elem_sep AlarmLevel level concode_elem_sep String alarmID concode_elem_sep Throwable cause conco...
String function ( ) { return alarmType ; }
33,138
method declaration concode_field_sep boolean bIgnoreCase concode_elem_sep int[] iType concode_elem_sep int iLen concode_elem_sep char cLike[] concode_field_sep boolean compare concode_elem_sep boolean compareAt concode_elem_sep void normalize
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; int loc1 = 0 ; for ( ; ( loc1 < iLen ) && ( iType [ loc1 ] == 0 ) ; loc1 ++ ) { loc0 . append ( cLike [ loc1 ] ) ; } if ( loc1 == 0 ) { return null ; } return loc0 . toString ( ) ; }
33,139
get the earliesttime of range search . concode_field_sep ConsumerType consumerType concode_elem_sep SplunkEndpoint endpoint concode_elem_sep Calendar lastSuccessfulReadTime concode_elem_sep String DATE_FORMAT concode_elem_sep String SPLUNK_TIME_FORMAT concode_elem_sep Logger LOG concode_field_sep void populateArgs conc...
String function ( Calendar arg0 , boolean arg1 ) { String loc0 ; if ( arg1 ) { loc0 = calculateEarliestTimeForRealTime ( arg0 ) ; } else { DateFormat loc1 = new SimpleDateFormat ( DATE_FORMAT ) ; loc0 = loc1 . format ( lastSuccessfulReadTime . getTime ( ) ) ; } return loc0 ; }
33,140
gets the current viewport concode_field_sep Transform transform concode_elem_sep boolean depthBuffer concode_elem_sep Rectangle2D viewport concode_elem_sep Camera defaultCamera concode_elem_sep Camera camera concode_elem_sep Paint fill concode_field_sep void setCamera concode_elem_sep Camera getEffectiveCamera concode_...
Rectangle2D function ( ) { return viewport ; }
33,141
cambia la forma e la posizione interne del pulsante concode_field_sep RisicammaraEventListener ascoltatore concode_elem_sep Shape posizione concode_field_sep boolean isClicked concode_elem_sep void setActionListener concode_elem_sep void actionPressed concode_elem_sep boolean doClicked
void function ( Shape arg0 ) { this . posizione = arg0 ; }
33,142
gets the traffic light list . concode_field_sep String trafficInfrastructureName concode_elem_sep Object[][] rdBlocks concode_elem_sep GridBuilder grid concode_elem_sep ArrayList<TrafficLight> arrTrafficLights concode_field_sep void intersection1YellowLight concode_elem_sep Object[][] getRoadBlockArray concode_elem_sep...
ArrayList < TrafficLight > function ( ) { return this . arrTrafficLights ; }
33,143
constructs a new exception with the specified detail message and nested throwable . concode_field_sep PlaceHolder placeHolder concode_field_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void exceptionLog
void function ( String arg0 , Throwable arg1 ) { Object loc0 = null ; exceptionLog ( arg0 , arg1 , loc0 ) ; throw new GeneralException ( arg0 , arg1 , loc0 ) ; }
33,144
returns the theoretical experimental mass error . concode_field_sep double iErrorMargin concode_elem_sep double iTheoreticalExperimentalMassError concode_elem_sep double iIntensity concode_elem_sep int iCharge concode_elem_sep double iMz concode_elem_sep int iType concode_elem_sep int iScore concode_elem_sep int iNumbe...
double function ( ) { return iTheoreticalExperimentalMassError ; }
33,145
return the sql statement which inserts a user id and an external user id into the sakai_user_id_map table . concode_field_sep PlaceHolder placeHolder concode_field_sep String getUsersWhereIdsInSql concode_elem_sep String getUpdateUserIdSql concode_elem_sep int getMaxInputsForSelectWhereInQueries concode_elem_sep String...
String function ( ) { return "srini_string" ; }
33,146
method used to return a car with a problem once a rental is complete concode_field_sep PlaceHolder placeHolder concode_field_sep String rentalInfo concode_elem_sep void returnCar concode_elem_sep void detailDone concode_elem_sep void repairDone concode_elem_sep void rentCar
void function ( RentalStateManager arg0 ) { throw new IllegalStateException ( ) ; }
33,147
this should be called when a bug is reported by a subclass . concode_field_sep boolean relaxedSet concode_elem_sep Set<String> missingClassMessageList concode_elem_sep boolean DEBUG_MISSING_CLASSES concode_elem_sep int verbosityLevel concode_elem_sep Throwable cause concode_elem_sep String message concode_elem_sep int ...
void function ( BugInstance arg0 ) { for ( BugReporterObserver loc0 : observerList ) { loc0 . reportBug ( arg0 ) ; } }
33,148
this method resets the outgoing events . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitAction concode_elem_sep void runCy...
void function ( ) { }
33,149
create an instance from a resource . the correct resource for the device screen resolution will be used . concode_field_sep int sHeight concode_elem_sep String ASSET_SCHEME concode_elem_sep Integer resource concode_elem_sep String FILE_SCHEME concode_elem_sep Bitmap bitmap concode_elem_sep boolean cached concode_elem_s...
ImageSource function ( int arg0 ) { return new ImageSource ( arg0 ) ; }
33,150
converts a java array to scala seq. . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.collection.Seq<T> emptySeq concode_elem_sep scala.reflect.ClassTag<C> classTag concode_elem_sep scala.collection.immutable.Map<A,B> emptyMap concode_elem_sep java.util.Map<K,V> asJava concode_elem_sep java.util.List<...
scala . collection . Seq < T > function ( T [ ] arg0 ) { return toSeq ( java . util . Arrays . asList ( arg0 ) ) ; }
33,151
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Trust> trusts concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep void setTrusts concode_elem_sep int hashCode concode_elem_sep java.util.List<T...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getTrusts ( ) != null ) loc0 . append ( "srini_string" + getTrusts ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . append ( "srini_string" ) ; ...
33,152
gets the value of the owlfile property . concode_field_sep String rightsId concode_elem_sep byte[] owlFile concode_elem_sep long serialVersionUID concode_elem_sep String aipId concode_field_sep void setAipId concode_elem_sep String getAipId concode_elem_sep void setOwlFile concode_elem_sep String getRightsId concode_el...
byte [ ] function ( ) { return owlFile ; }
33,153
the origin access identity 's configuration information . concode_field_sep CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig concode_elem_sep String eTag concode_field_sep void setCloudFrontOriginAccessIdentityConfig concode_elem_sep String getETag concode_elem_sep int hashCode concode_elem_sep...
CloudFrontOriginAccessIdentityConfig function ( ) { return cloudFrontOriginAccessIdentityConfig ; }
33,154
enable/disable so_timeout with the specified timeout , in milliseconds . with this option set to a non-zero timeout , a read call on the inputstream associated with this socket will block for only this amount of time . if the timeout expires , a java.io.interruptedioexception is raised , though the socket is still vali...
void function ( int arg0 ) { impl . setOption ( SocketOptions . SO_TIMEOUT , new Integer ( arg0 ) ) ; }
33,155
this method tests the specified object for equality with this object . this will be true if and only if : the specified object must not be null the specified object is an instance of collationkey . the specified object was created from the same collator as this object . the specified object has the same source string a...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof CollationKey ) ) return false ; CollationKey loc0 = ( CollationKey ) arg0 ; if ( loc0 . collator != collator ) return false ; if ( ! loc0 . getSourceString ( ) . equals ( getSourceString ( ) ) ) return false ; if ( ! Arrays . equals ( loc0 . toByteArray ( ) , ...
33,156
returns the expgolombcode . concode_field_sep int currentBit concode_elem_sep Logger LOGGER concode_elem_sep int level concode_elem_sep boolean parseFailed concode_elem_sep int profile concode_elem_sep byte[] buffer concode_elem_sep int ref_frames concode_field_sep void skipBit concode_elem_sep int getValue concode_ele...
int function ( ) { int loc0 = 0 ; while ( getBit ( ) == 0 && ! parseFailed ) { loc0 ++ ; } if ( loc0 > 0 && ! parseFailed ) { return ( 1 << loc0 ) - 1 + getValue ( loc0 ) ; } else { return 0 ; } }
33,157
default implementation does nothing , for those applications that do not support creation notifications . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLRe...
void function ( EObject arg0 ) { }
33,158
gets the fieldsets that are unique concode_field_sep float avgOutputRecordSize concode_elem_sep long outputCardinality concode_elem_sep long outputSize concode_elem_sep Set<FieldSet> uniqueFields concode_elem_sep float filterFactor concode_field_sep long getOutputCardinality concode_elem_sep void setOutputSize concode_...
Set < FieldSet > function ( ) { return this . uniqueFields ; }
33,159
sets the field name for this validator rule . concode_field_sep String fieldName concode_elem_sep Logger log concode_elem_sep boolean simpleValidator concode_elem_sep String message concode_elem_sep String key concode_elem_sep boolean shortCircuit concode_field_sep void setShortCircuit concode_elem_sep String asFieldXm...
void function ( String arg0 ) { this . fieldName = arg0 ; }
33,160
encodes text into a sequence of bytes using the named charsetand returns the result as a bytestringmicro . concode_field_sep int hash concode_elem_sep byte[] bytes concode_elem_sep ByteStringMicro EMPTY concode_field_sep void copyTo concode_elem_sep void copyTo concode_elem_sep byte byteAt concode_elem_sep ByteStringMi...
ByteStringMicro function ( final String arg0 , final String arg1 ) { return new ByteStringMicro ( arg0 . getBytes ( arg1 ) ) ; }
33,161
the name to use or null if it should not be customized . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language concode_elem_sep List<St...
String function ( ) { return this . name ; }
33,162
determines if commands are currently being executed or not . refreshing tasks is not considered busy . concode_field_sep Map<CommandLineArgumentAlteringListenerVersion1,CommandLineArgumentAlteringListenerWrapper> commandLineListenerMap concode_elem_sep GradlePluginLord gradlePluginLord concode_elem_sep Map<RequestObser...
boolean function ( ) { return gradlePluginLord . isBusy ( ) ; }
33,163
write the keyidentifier to the deroutputstream . concode_field_sep byte[] octetString concode_field_sep byte[] getIdentifier concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
void function ( DerOutputStream arg0 ) { arg0 . putOctetString ( octetString ) ; }
33,164
set log level , the level lower than this level will not be logged concode_field_sep int sLevel concode_elem_sep boolean allowV concode_elem_sep int LEVEL_FATAL concode_elem_sep boolean allowI concode_elem_sep boolean allowW concode_elem_sep int LEVEL_ERROR concode_elem_sep int LEVEL_WARNING concode_elem_sep String tag...
void function ( int arg0 ) { sLevel = arg0 ; }
33,165
locates the best match for the given pattern in the given set of candidate items . concode_field_sep SortedSet<String> matches concode_elem_sep String pattern concode_elem_sep Set<String> candidates concode_field_sep String formatErrorMessage concode_elem_sep Set<String> getMatches concode_elem_sep Set<String> getCandi...
T function ( String arg0 , Map < String , ? extends T > arg1 ) { String loc0 = find ( arg0 , arg1 . keySet ( ) ) ; if ( loc0 != null ) { return arg1 . get ( loc0 ) ; } return null ; }
33,166
return breaktime property concode_field_sep Integer originalCreatedBy concode_elem_sep String ITEM_SET_MEDIA_COLUMN_PKEY_NAME concode_elem_sep String ITEM_SET_TYPE_TD concode_elem_sep String activationStatus concode_elem_sep String ITEM_SET_TYPE_AT concode_elem_sep String mediaPath concode_elem_sep String itemSetType c...
Integer function ( ) { return this . breakTime ; }
33,167
returns true if the given media type includes any of the @linkplain #setsupportedmediatypes list supported media types . concode_field_sep List<MediaType> supportedMediaTypes concode_elem_sep Log logger concode_field_sep MediaType getDefaultContentType concode_elem_sep T read concode_elem_sep boolean canRead concode_el...
boolean function ( MediaType arg0 ) { if ( arg0 == null || MediaType . ALL . equals ( arg0 ) ) { return true ; } for ( MediaType loc0 : getSupportedMediaTypes ( ) ) { if ( loc0 . isCompatibleWith ( arg0 ) ) { return true ; } } return false ; }
33,168
test of intceildiv method , of class mathhelper . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGcd concode_elem_sep void testInverseMod concode_elem_sep void testIntceildiv_BigInteger_BigInteger concode_elem_sep void testExtendedEuclid concode_elem_sep void testIntfloordiv_BigInteger_BigInteger ...
void function ( ) { }
33,169
given a block of rrule , exrule , rdate , and exdate content lines , parse them into a single date time iterable . concode_field_sep RecurrenceIterator it concode_field_sep DateTime next concode_elem_sep DateTimeIterator iterator concode_elem_sep DateValue dateTimeToDateValue concode_elem_sep DateTimeIterator createDat...
DateTimeIterable function ( String arg0 , ReadableDateTime arg1 , DateTimeZone arg2 , boolean arg3 ) { return new RecurrenceIterableWrapper ( RecurrenceIteratorFactory . createRecurrenceIterable ( arg0 , dateTimeToDateValue ( arg1 . toDateTime ( ) . withZone ( arg2 ) ) , TimeZoneConverter . toTimeZone ( arg2 ) , arg3 )...
33,170
finds all the fileinfo 's that are not loaded in a list . concode_field_sep List<FileInfo> tests concode_elem_sep List<FileInfo> plugins concode_elem_sep String id concode_elem_sep Logger logger concode_elem_sep List<FileInfo> dependencies concode_field_sep List<FileInfo> getTests concode_elem_sep List<FileInfo> getDep...
List < FileInfo > function ( List < FileInfo > arg0 ) { List < FileInfo > loc0 = Lists . newArrayList ( ) ; for ( FileInfo loc1 : arg0 ) { if ( ! loc1 . isLoaded ( ) ) { loc0 . add ( loc1 ) ; } } return loc0 ; }
33,171
returns the number of times #get returned null or required a newvalue to be created . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_el...
int function ( ) { return missCount ; }
33,172
create an expression containing a locate function using args and pass it to the translator 's locate function modifier and compare the resulting expression to expectedstr . concode_field_sep LanguageFactory LANG_FACTORY concode_field_sep void testModifySimple concode_elem_sep void testModifySimple4 concode_elem_sep voi...
void function ( Expression [ ] arg0 , String arg1 ) { this . helpTestLocate ( LocateFunctionModifier . LOCATE , false , arg0 , arg1 ) ; }
33,173
sets bit i. concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void toBytes concode_elem_sep void clear concode_elem_sep void reverse concode_elem_sep boolean isRange concode_elem_sep int getSize concode_elem_sep void appendBit concode_elem_sep int getSizeInBytes concode_elem_sep void appendBits c...
void function ( int arg0 ) { bits [ arg0 >> 5 ] |= 1 << ( arg0 & 0x1F ) ; }
33,174
adds the select query from #toquerystring concode_field_sep List<TQOrder> orders concode_elem_sep Class<T> rootClass concode_elem_sep String rootAlias concode_elem_sep List<TQJoin> joins concode_elem_sep List<TQRestriction> restrictions concode_elem_sep Map<String,Object> paramMap concode_field_sep TypedQueryBuilder<T>...
StringBuilder function ( StringBuilder arg0 , boolean arg1 ) { arg0 . append ( "srini_string" ) ; if ( arg1 ) { return arg0 . append ( "srini_string" ) ; } else { return arg0 . append ( rootAlias ) ; } }
33,175
gets the value of the tutorials property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep void setTutorials concode_elem_sep ResourceType getTemplateRef concode_elem_se...
Tutorials function ( ) { return tutorials ; }
33,176
a method to make sure the frame is displayed concode_field_sep ImageIcon imageIcon concode_elem_sep JLabel label concode_elem_sep JFrame frame concode_elem_sep DigitalPicture picture concode_field_sep void setVisible concode_elem_sep void setPicture concode_elem_sep void hide concode_elem_sep void updateImageAndShowIt ...
void function ( ) { frame . setVisible ( true ) ; }
33,177
sets the vm scheduler . concode_field_sep List<? extends Pe> peList concode_elem_sep RamProvisioner ramProvisioner concode_elem_sep List<? extends Vm> vmList concode_elem_sep List<Vm> vmsMigratingIn concode_elem_sep VmScheduler vmScheduler concode_elem_sep Datacenter datacenter concode_elem_sep int id concode_elem_sep ...
void function ( VmScheduler arg0 ) { this . vmScheduler = arg0 ; }
33,178
this convenience method allows to read a org.icefaces.apache.commons.fileupload.fileitemstream 's content into a string , using the given character encoding . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy
String function ( InputStream arg0 , String arg1 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; copy ( arg0 , loc0 , true ) ; return loc0 . toString ( arg1 ) ; }
33,179
method declaration concode_field_sep String file concode_elem_sep String port concode_elem_sep String anchor concode_elem_sep String host concode_field_sep String getAnchor concode_elem_sep String toString concode_elem_sep String getFile concode_elem_sep String getHost concode_elem_sep String getProto
String function ( ) { return port ; }
33,180
returns a converter for converting an http response body to type , or null if type can not be handled by this factory . this is used to create converters forresponse types such as simpleresponse from a call declaration . concode_field_sep PlaceHolder placeHolder concode_field_sep T convert concode_elem_sep Converter<?,...
Converter < ResponseBody , ? > function ( Type arg0 , Annotation [ ] arg1 , Retrofit arg2 ) { return null ; }
33,181
return the second element stored in the pair . concode_field_sep T first concode_elem_sep T second concode_field_sep Iterator<T> iterator concode_elem_sep T getFirst concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String toString
T function ( ) { return second ; }
33,182
return the number of library uri 's for which a mapping is available . concode_field_sep HashMap<String,SdkLibraryImpl> libraryMap concode_field_sep SdkLibrary getLibrary concode_elem_sep String[] getUris concode_elem_sep SdkLibrary[] getSdkLibraries concode_elem_sep void setLibrary
int function ( ) { return libraryMap . size ( ) ; }
33,183
used to remove an imageconsumer from the list of registered consumers for this imageproducer . concode_field_sep Hashtable consumers concode_elem_sep boolean fullbuffers concode_elem_sep int offset concode_elem_sep int scansize concode_elem_sep byte pixelb[] concode_elem_sep boolean animated concode_elem_sep int width ...
void function ( ImageConsumer arg0 ) { consumers . remove ( arg0 ) ; }
33,184
tells whether the given extension is supported by this user agent . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getEventDispatcher concode_elem...
boolean function ( String arg0 ) { return extensions . contains ( arg0 ) ; }
33,185
this will be called only once and this can be used to release the acquired resources for processing . this will be called before shutting down the system . concode_field_sep Scheduler scheduler concode_elem_sep String jobName concode_elem_sep ExecutionPlanContext executionPlanContext concode_elem_sep TriggerDefinition ...
void function ( ) { try { if ( scheduler != null ) { scheduler . deleteJob ( new JobKey ( jobName , jobGroup ) ) ; } } catch ( SchedulerException loc0 ) { log . error ( "srini_string" + loc0 . getMessage ( ) , loc0 ) ; } }
33,186
returns an immutable copy of list . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Charset ISO_8859_1 concode_field...
List < T > function ( List < T > arg0 ) { return Collections . unmodifiableList ( new ArrayList < T > ( arg0 ) ) ; }
33,187
function used to use the remotemanager as an observer of this class . this observer is used to simplify callbacks operations when a thread is running . concode_field_sep Object observer concode_elem_sep Activity activity concode_elem_sep AccountManager manager concode_elem_sep Context context concode_elem_sep String TA...
void function ( RemoteManager arg0 ) { this . observer = arg0 ; }
33,188
tests creating a axisalignedbounds with invalid bounds . concode_field_sep AxisAlignedBounds bounds concode_field_sep void isOutsideEllipse concode_elem_sep void isOutsideCircle concode_elem_sep void createInvalidBounds3 concode_elem_sep void shiftCoordinates concode_elem_sep void createInvalidBounds1 concode_elem_sep ...
void function ( ) { new AxisAlignedBounds ( 1 , 0 ) ; }
33,189
sets the sequence number for this message . sequence numbers are used to match response messages to the initial message which generated them . concode_field_sep String namedType concode_elem_sep int sequenceNumber concode_elem_sep long serialVersionUID concode_elem_sep boolean sequenceNumberSet concode_elem_sep boolean...
void function ( final int arg0 ) { sequenceNumber = arg0 ; sequenceNumberSet = true ; }
33,190
entry point . concode_field_sep String CLASSES_DEX concode_elem_sep boolean mJustClasses concode_elem_sep String mOutputFormat concode_elem_sep String[] mInputFileNames concode_field_sep void parseArgs concode_elem_sep RandomAccessFile openInputFile concode_elem_sep void usage concode_elem_sep void run concode_elem_sep...
void function ( String [ ] arg0 ) { Main loc0 = new Main ( ) ; loc0 . run ( arg0 ) ; }
33,191
helper method - loads a testmodel from the given uri concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
Statechart function ( URI arg0 ) { ResourceSet loc0 = new ResourceSetImpl ( ) ; Resource loc1 = loc0 . getResource ( arg0 , true ) ; Statechart loc2 = ( Statechart ) EcoreUtil . getObjectByType ( loc1 . getContents ( ) , SGraphPackage . Literals . STATECHART ) ; return loc2 ; }
33,192
gets the value of the days property . concode_field_sep Layout layout concode_elem_sep List<Calendar> calendar concode_elem_sep BigDecimal refresh concode_elem_sep BigDecimal days concode_elem_sep BigDecimal maxquantity concode_field_sep void setDays concode_elem_sep void setMaxquantity concode_elem_sep Layout getLayou...
BigDecimal function ( ) { return days ; }
33,193
create jackson mapper with jaxbannotationintrospector concode_field_sep Logger LOGGER concode_field_sep int serialize concode_elem_sep int serialize concode_elem_sep long getFileSize concode_elem_sep Path createDirectory concode_elem_sep Properties loadProperties concode_elem_sep AttachmentInfo createAttachmentInfo
ObjectMapper function ( ) { ObjectMapper loc0 = new ObjectMapper ( ) ; AnnotationIntrospector loc1 = new JaxbAnnotationIntrospector ( TypeFactory . defaultInstance ( ) ) ; loc0 . getSerializationConfig ( ) . with ( loc1 ) ; return loc0 ; }
33,194
verify if every event has a non-null , non-empty description concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { for ( final Event loc0 : Event . values ( ) ) { final String loc1 = loc0 . loc1 ( ) ; assertNotNull ( loc1 ) ; assertFalse ( loc1 . trim ( ) . isEmpty ( ) ) ; } }
33,195
receive notification of a parser warning . the default implementation does nothing . application writers may override this method in a subclass to take specific actions for each warning , such as inserting the message in a log file or printing it to the console . concode_field_sep PlaceHolder placeHolder concode_field_...
void function ( SAXParseException arg0 ) { }
33,196
sets the value of the query property . concode_field_sep String query concode_elem_sep List<StringValueMapEntry> values concode_field_sep List<StringValueMapEntry> getValues concode_elem_sep String getQuery
void function ( String arg0 ) { this . query = arg0 ; }
33,197
gets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MLTemporalCRSType mlTemporalCRS concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem...
String function ( ) { return show ; }
33,198
clear and destroy all referenceconfig in the cache . concode_field_sep ConcurrentMap<String,ReferenceConfig<?>> cache concode_elem_sep ConcurrentMap<String,ReferenceConfigCache> cacheHolder concode_elem_sep String name concode_elem_sep String DEFAULT_NAME concode_elem_sep KeyGenerator generator concode_elem_sep KeyGene...
void function ( ) { Set < String > loc0 = new HashSet < String > ( cache . keySet ( ) ) ; for ( String loc1 : loc0 ) { destroyKey ( loc1 ) ; } }
33,199
create a new file object from two file paths . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep long freeSpaceCalculation concode_elem_sep boolean testFileExists
File function ( String arg0 , String arg1 ) { File loc0 ; if ( arg1 . startsWith ( arg0 ) ) { loc0 = new File ( arg1 ) ; } else { loc0 = new File ( arg0 + "srini_string" + arg1 ) ; } return loc0 ; }