idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
16,700
computes the union of a set property maps . the result will contain all properties from all of the contributing maps . if the same property had a different value in two or more maps , its value in the union will be null . if the same property note that the result is a standalone object and will not be updated to reflec...
IPropertyMap function ( IPropertyMap [ ] arg0 ) { PropertyMapUnion loc0 = new PropertyMapUnion ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { IPropertyMap loc2 = arg0 [ loc1 ] ; loc0 . addMap ( loc2 ) ; } return loc0 ; }
16,701
if #setinstance productinfo was called with a non-null value , return that ; otherwise use #createdefault . concode_field_sep String NAME concode_elem_sep ProductInfo INSTANCE concode_elem_sep String VERSION concode_elem_sep String PROPERTIES_NAME concode_elem_sep Properties props concode_field_sep String getVersion co...
ProductInfo function ( ) { if ( INSTANCE == null ) { try { INSTANCE = createDefault ( ) ; } catch ( IOException loc0 ) { throw new IllegalStateException ( "srini_string" , loc0 ) ; } } return INSTANCE ; }
16,702
test method for pl.baczkowicz.mqttspy.ui.utils.formattingutils #stringtohex java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testConvert concode_elem_sep void testInvalidHexToString concode_elem_sep void testStringToBase64 concode_elem_sep void testCustomBase64DecodingConversionNoTags...
void function ( ) { assertEquals ( "srini_string" , ConversionUtils . stringToHex ( "srini_string" ) ) ; }
16,703
transforms one argument . concode_field_sep String JVM_OPTION_PREFIX concode_elem_sep String jvmOptions concode_elem_sep String springCfgPath concode_elem_sep boolean noJMX concode_elem_sep boolean interactive concode_elem_sep boolean noPause concode_elem_sep String TRANSFORMATION_FAILED_FLAG concode_elem_sep String AR...
void function ( StringBuilder arg0 , String arg1 , Object arg2 ) { arg0 . append ( "srini_string" ) ; "srini_string" = ( "srini_string" ) ; arg0 . append ( ARGS_DELIMITER ) ; }
16,704
writes a string map . first the size is written as an #writeint int int32 , followed by each key-value pair written as two consecutive #writestring string string s. concode_field_sep int COPY_BUFFER_SIZE concode_elem_sep byte[] copyBuffer concode_field_sep void writeInt concode_elem_sep void writeStringSet concode_elem...
void function ( Map < String , String > arg0 ) { if ( arg0 == null ) { writeInt ( 0 ) ; } else { writeInt ( arg0 . size ( ) ) ; for ( final Map . Entry < String , String > loc0 : arg0 . entrySet ( ) ) { writeString ( loc0 . getKey ( ) ) ; writeString ( loc0 . getValue ( ) ) ; } } }
16,705
comienza una nueva partida concode_field_sep boolean jugando concode_elem_sep int PARTIDA_2 concode_elem_sep Player j1 concode_elem_sep LinkedList<GameListener> partidaListeners concode_elem_sep Player j2 concode_elem_sep int j2Score concode_elem_sep Game partida concode_elem_sep boolean j1Turn concode_elem_sep int j1S...
void function ( ) { if ( ! jugando ) { play ( ) ; } }
16,706
question # 1.4 concode_field_sep int myNum concode_elem_sep double MY_CONST concode_field_sep int hashCodeB concode_elem_sep int hashCodeA concode_elem_sep String isValidHashA concode_elem_sep void main concode_elem_sep String isValidHashC concode_elem_sep String isValidHashB concode_elem_sep int hashCodeF concode_elem...
String function ( ) { return "srini_string" ; }
16,707
replaces the bits with new values . concode_field_sep int _mask concode_elem_sep int _shift_count concode_field_sep byte clearByte concode_elem_sep byte setByte concode_elem_sep short setShortValue concode_elem_sep int set concode_elem_sep boolean isSet concode_elem_sep int clear concode_elem_sep int getRawValue concod...
int function ( int arg0 , int arg1 ) { return ( arg0 & ~ _mask ) | ( ( arg1 << _shift_count ) & _mask ) ; }
16,708
returns the type of this enumeration constant . this is the class corresponding to the declaration of the enumeration . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep int ordinal concode_field_sep S valueOf concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem...
Class < T > function ( ) { Class loc0 = getClass ( ) ; if ( loc0 . getSuperclass ( ) != Enum . class ) loc0 = loc0 . getSuperclass ( ) ; return loc0 ; }
16,709
get the finish time of the attempt concode_field_sep TaskType taskType concode_elem_sep long finishTime concode_elem_sep Counters counters concode_elem_sep Counters EMPTY_COUNTERS concode_elem_sep TaskFailed datum concode_elem_sep TaskAttemptID failedDueToAttempt concode_elem_sep TaskID id concode_elem_sep String error...
long function ( ) { return finishTime ; }
16,710
update this crc32 checksum with the contents of buf , starting from offset and reading bytecount bytes of data . concode_field_sep long crc concode_elem_sep long tbytes concode_field_sep long getValue concode_elem_sep long updateByteImpl concode_elem_sep void reset concode_elem_sep long updateImpl
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { Arrays . checkOffsetAndCount ( arg0 . length , arg1 , arg2 ) ; tbytes += arg2 ; crc = updateImpl ( arg0 , arg1 , arg2 , crc ) ; }
16,711
returns apply label number . concode_field_sep ImmutableSet<LabelResource> releaseCollection concode_elem_sep Type type concode_elem_sep long applyNum concode_elem_sep DeviceId deviceId concode_field_sep Collection<LabelResource> releaseCollection concode_elem_sep int hashCode concode_elem_sep boolean equals concode_el...
long function ( ) { return applyNum ; }
16,712
set the profile key that should be translated to `` no selection '' . optional . setting to null means no key will have this behavior . defaults to `` default '' . typically , this will be the value `` default '' . `` default '' will typically both map to whatever profile fname is your default so , `` resopndr '' and a...
void function ( final String arg0 ) { this . profileKeyForNoSelection = arg0 ; }
16,713
sets the value of the overriddendaytypes property . concode_field_sep DefaultWeek defaultWeek concode_elem_sep List<Calendar> calendar concode_elem_sep String name concode_elem_sep Days days concode_elem_sep OverriddenDayTypes overriddenDayTypes concode_elem_sep String id concode_field_sep void setName concode_elem_sep...
void function ( OverriddenDayTypes arg0 ) { this . overriddenDayTypes = arg0 ; }
16,714
href can build an uri from empty start . concode_field_sep PlaceHolder placeHolder concode_field_sep void acceptsEncodedQuery concode_elem_sep void buildsUriWithoutParams concode_elem_sep void addsPath concode_elem_sep void buildsUri
void function ( ) { MatcherAssert . assertThat ( new Href ( ) . path ( "srini_string" ) . with ( "srini_string" , "srini_string" ) . toString ( ) , Matchers . equalTo ( "srini_string" ) ) ; }
16,715
saves the current invocation context on a chained context handle . concode_field_sep ConcurrentContext concurrentContext concode_elem_sep List<SetupContextHandle> setupHandles concode_elem_sep String CONTEXT_HANDLE_FACTORY_NAME concode_elem_sep List<ContextHandleFactory> factoryOrderedList concode_elem_sep ServiceName ...
SetupContextHandle function ( ContextService arg0 , Map < String , String > arg1 ) { final List < SetupContextHandle > loc0 = new ArrayList < > ( factoryOrderedList . size ( ) ) ; for ( ContextHandleFactory loc1 : factoryOrderedList ) { loc0 . add ( loc1 . saveContext ( arg0 , arg1 ) ) ; } return new ChainedSetupContex...
16,716
stops the interval timer , generally only for server shutdown . concode_field_sep String INTERVAL_RENDER_GROUP concode_elem_sep int pollingInterval concode_elem_sep Logger log concode_elem_sep TimerTask renderTask concode_elem_sep Timer intervalTimer concode_field_sep void initializeIntervalRender
void function ( ) { if ( null != intervalTimer ) { intervalTimer . purge ( ) ; intervalTimer . cancel ( ) ; } if ( log . isLoggable ( Level . FINEST ) ) { log . finest ( "srini_string" + intervalTimer ) ; } }
16,717
this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean guard concode_elem_sep int nextStateIndex concode_elem_sep boolean done concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInte...
void function ( ) { sCInterface . clearEvents ( ) ; }
16,718
return the weight for a specific host , that will be the total bytes of all blocks on the host concode_field_sep Map<String,HostAndWeight> hostAndWeights concode_elem_sep long uniqueBlocksTotalWeight concode_elem_sep String host concode_elem_sep long weight concode_field_sep Map<String,HostAndWeight> getHostAndWeights ...
long function ( String arg0 ) { long loc0 = 0 ; if ( arg0 != null ) { HostAndWeight loc1 = this . hostAndWeights . get ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . getWeight ( ) ; } } return loc0 ; }
16,719
sets the log writer for this managedconnection instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection conc...
void function ( PrintWriter arg0 ) { log . trace ( "srini_string" ) ; logwriter = arg0 ; }
16,720
returns an ordered range of all the s a m todo items . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return the...
List < SAMTodoItem > function ( int arg0 , int arg1 , OrderByComparator < SAMTodoItem > arg2 , boolean arg3 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 , arg3 ) ; }
16,721
marshall message from an object to xml concode_field_sep ModsCollection modsCollection concode_elem_sep LibCommMessage libCommMessage concode_elem_sep IProcessor processor concode_elem_sep Logger log concode_field_sep void setProcessor concode_elem_sep IProcessor getProcessor concode_elem_sep void process concode_elem_...
String function ( JAXBContext arg0 , LibCommMessage arg1 ) { StringWriter loc0 = new StringWriter ( ) ; Marshaller loc1 = arg0 . createMarshaller ( ) ; loc1 . marshal ( arg1 , loc0 ) ; return loc0 . toString ( ) ; }
16,722
gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ...
Map < QName , String > function ( ) { return otherAttributes ; }
16,723
sets the width and height of the dimension . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep String toString concode_elem_sep float getWidth concode_elem_sep Dimension toDimension
void function ( float arg0 , float arg1 ) { width = arg0 ; height = arg1 ; }
16,724
returns the d d m storage id of this d d l record . concode_field_sep DDLRecord _ddlRecord concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep java.io.Serializable getFieldDataType concode_elem...
long function ( ) { return _ddlRecord . getDDMStorageId ( ) ; }
16,725
writes a string set . first the size is written as an #writevint int vint , followed by each value written as a #writestring string string . concode_field_sep int COPY_BUFFER_SIZE concode_elem_sep byte[] copyBuffer concode_field_sep void writeInt concode_elem_sep void writeStringSet concode_elem_sep void writeByte conc...
void function ( Set < String > arg0 ) { writeVInt ( arg0 . size ( ) ) ; for ( String loc0 : arg0 ) { writeString ( loc0 ) ; } }
16,726
returns a list of possible choices for the value . concode_field_sep Object val concode_elem_sep PropertyChangeSupport pSupport concode_elem_sep Object eventSource concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep java.awt.Component getCustomEditor concode_elem_sep v...
String [ ] function ( ) { return null ; }
16,727
gets the homework based n search . concode_field_sep IHomeworkService service concode_elem_sep Logger LOG concode_field_sep HomeworkDTO addHomework concode_elem_sep HomeworkListDTO getHomework concode_elem_sep HomeworkDTO updateHomework
HomeworkListDTO function ( @ RequestBody HomeworkSearchDTO arg0 ) { HomeworkListDTO loc0 = null ; try { System . out . println ( "srini_string" ) ; System . out . println ( arg0 . getStartDate ( ) ) ; loc0 = service . getHomeworkSearch ( arg0 . getStartDate ( ) ) ; } catch ( Exception loc1 ) { LOG . error ( "srini_stri...
16,728
returns the publish history id . concode_field_sep CmsPublishJobInfoBean m_publishJob concode_field_sep String getProjectName concode_elem_sep boolean isDirectPublish concode_elem_sep int getSize concode_elem_sep String getUserName concode_elem_sep Locale getLocale concode_elem_sep CmsUUID getUserId
CmsUUID function ( ) { return m_publishJob . getPublishHistoryId ( ) ; }
16,729
returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simply add s...
Token function ( int arg0 , String arg1 ) { switch ( arg0 ) { default : return new Token ( arg0 , arg1 ) ; } }
16,730
for firebasecheckpointcoder . concode_field_sep Record<T> cur concode_elem_sep LinkedBlockingQueue<Record<T>> read concode_elem_sep PriorityBlockingQueue<Record<T>> unread concode_field_sep Record<T> getCur concode_elem_sep Record<T> read concode_elem_sep Record<T>[] getUnread concode_elem_sep FirebaseCheckpoint<T> res...
Record < T > [ ] function ( ) { return this . read . toArray ( new Record [ read . size ( ) ] ) ; }
16,731
stem the word placed into the stemmer buffer through calls to add . returns true if the stemming process resulted in a word different from the input . you can retrieve the result with getresultlength / getresultbuffer or tostring . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_e...
void function ( ) { k = i - 1 ; if ( k > 1 ) { step1 ( ) ; step2 ( ) ; step3 ( ) ; step4 ( ) ; step5 ( ) ; step6 ( ) ; } i_end = k + 1 ; i = 0 ; }
16,732
answer the receiver 's nested types or null if the array is empty . this nested type info is extracted from the inner class attributes . ask the name environment to find a member type using its compound name . concode_field_sep char[] superclass concode_elem_sep char[] enclosingTypeName concode_elem_sep char[] name con...
IBinaryNestedType [ ] function ( ) { return null ; }
16,733
analysis << `` the issue '' concode_field_sep String ANDROID_LAYOUT_HEIGHT concode_elem_sep String ANDROID_PADDING_LEFT concode_elem_sep String ANDROID_LAYOUT_WIDTH concode_elem_sep String VALUE_MATCH_PARENT concode_elem_sep String ANDROID_PADDING concode_elem_sep String VALUE_FILL_PARENT concode_elem_sep String VALUE_...
LayoutAnalysis function ( LayoutAnalysis arg0 , String arg1 ) { arg0 . addIssue ( arg1 ) ; return arg0 ; }
16,734
insert all values in the input array into the set . concode_field_sep CuckooSetLong setLong concode_field_sep boolean lookup concode_elem_sep void insert
void function ( double [ ] arg0 ) { for ( Double loc0 : arg0 ) { insert ( loc0 ) ; } }
16,735
truns the protected bit on . the protected and public bits are cleared . concode_field_sep int PRIVATE concode_elem_sep int PROTECTED concode_elem_sep int INTERFACE concode_elem_sep int PUBLIC concode_elem_sep int STATIC concode_elem_sep int NATIVE concode_elem_sep int SUPER concode_elem_sep int VARARGS concode_elem_se...
int function ( int arg0 ) { return ( arg0 & ~ ( PRIVATE | PUBLIC ) ) | PROTECTED ; }
16,736
gets the raw data from the first screen device about the external input . concode_field_sep boolean connected concode_elem_sep String name concode_elem_sep String id concode_elem_sep String iconURL concode_elem_sep JSONObject rawData concode_field_sep void setName concode_elem_sep String getName concode_elem_sep boolea...
JSONObject function ( ) { return rawData ; }
16,737
returns the string representation of the iot hub uri . concode_field_sep String path concode_elem_sep String hostname concode_elem_sep String PATH_FORMAT concode_elem_sep String API_VERSION concode_elem_sep Charset IOTHUB_URL_ENCODING_CHARSET concode_elem_sep String uri concode_field_sep String getHostname concode_elem...
String function ( ) { return this . uri ; }
16,738
get the nominal display size for the given type . this may not be large enough for certain string and binary values . concode_field_sep String UNDEFINED concode_elem_sep int jcrType concode_elem_sep String STRING concode_elem_sep String LONG concode_elem_sep int UUID_LENGTH concode_elem_sep String DATE concode_elem_sep...
int function ( ) { return displaySize ; }
16,739
set the value of the branchexpandedicon property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_s...
void function ( String arg0 ) { this . branchExpandedIcon = arg0 ; }
16,740
get native error message from file driver for file related errors applies when errorcode is 90 concode_field_sep PlaceHolder placeHolder concode_field_sep void pushErrors concode_elem_sep int errorCode concode_elem_sep String errorFile concode_elem_sep void popErrors concode_elem_sep String error concode_elem_sep Strin...
String function ( ) { return CErrorImpl . getInstance ( ) . getFileError ( ) ; }
16,741
get lower bound concode_field_sep double upperBound concode_elem_sep boolean enabled concode_elem_sep double epsilon concode_elem_sep double lowerBound concode_elem_sep boolean includeLowerBound concode_elem_sep boolean includeUpperBound concode_elem_sep double exact concode_field_sep void setUpperBound concode_elem_se...
double function ( ) { return lowerBound ; }
16,742
for the given sql using the given connection . the new statement is registered to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<EventListener> m_listeners concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_el...
PreparedStatement function ( final String arg0 , final Connection arg1 ) { final PreparedStatement loc0 = arg1 . prepareStatement ( arg0 ) ; registerStatement ( loc0 ) ; return loc0 ; }
16,743
returns a string that would replace the given character in the specified escaper , or null if no replacement should be made . this method isintended for use in tests through the escaperasserts class ; production users of unicodeescaper should limit themselves to itspublic interface . concode_field_sep Escaper NULL_ESCA...
String function ( UnicodeEscaper arg0 , int arg1 ) { return stringOrNull ( arg0 . escape ( arg1 ) ) ; }
16,744
specifies if disk logging should be enabled or not . defaults to true . it is useful for junit testing , or to profile code without seeing the transaction manager 's activity as a hot spot but this should never be disabled on production or data integrity can not be guaranteed . concode_field_sep Map<String,String> valu...
void function ( boolean arg0 ) { set ( "srini_string" , arg0 ) ; }
16,745
indicates creation of an entry for this pool . the entry will not be added to the list of free entries , it is only recognized as belonging to this pool now . it can then be passed to #freeentry freeentry . concode_field_sep LinkedList<BasicPoolEntry> freeEntries concode_elem_sep HttpRoute route concode_elem_sep Log lo...
void function ( BasicPoolEntry arg0 ) { if ( ! route . equals ( arg0 . getPlannedRoute ( ) ) ) { throw new IllegalArgumentException ( "srini_string" + "srini_string" + route + "srini_string" + arg0 . getPlannedRoute ( ) ) ; } numEntries ++ ; }
16,746
lifts the given partialfunction into a total function that returns an option result . concode_field_sep PlaceHolder placeHolder concode_field_sep Function7<T1,T2,T3,T4,T5,T6,T7,Try<R>> liftTry concode_elem_sep int arity concode_elem_sep Function7<T1,T2,T3,T4,T5,T6,T7,R> constant concode_elem_sep R apply concode_elem_se...
Function7 < T1 , T2 , T3 , T4 , T5 , T6 , T7 , Option < R >> function ( Function7 < ? super T1 , ? super T2 , ? super T3 , ? super T4 , ? super T5 , ? super T6 , ? super T7 , ? extends R > arg0 ) { return ( t1 , t2 , t3 , t4 , t5 , t6 , t7 ) -> Try . < R > of ( ( ) -> arg0 . apply ( t1 , t2 , t3 , t4 , t5 , t6 , t7 ) )...
16,747
is the stack empty ? concode_field_sep Node next concode_elem_sep Item item concode_elem_sep int N concode_elem_sep Node first concode_elem_sep Node current concode_field_sep Item pop concode_elem_sep Item next concode_elem_sep Iterator<Item> iterator concode_elem_sep int size concode_elem_sep String toString concode_e...
boolean function ( ) { return first == null ; }
16,748
isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeactivateLicenseResponseType localDeactivateLicenseResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep com.amazon.ec2.DeactivateLicenseResponseType getDeactivateLicenseResponse concode_elem_se...
boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc...
16,749
convenience method that can decode a data matrix code represented as a 2d array of booleans . `` true '' is taken to mean a black module . concode_field_sep ReedSolomonDecoder rsDecoder concode_field_sep void correctErrors
DecoderResult function ( boolean [ ] [ ] arg0 ) { int loc0 = arg0 . length ; BitMatrix loc1 = new BitMatrix ( loc0 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { if ( arg0 [ loc2 ] [ loc3 ] ) { loc1 . set ( loc3 , loc2 ) ; } } } return decode ( loc1 ) ; }
16,750
sets the date . concode_field_sep List<ExtentTypeClient> extent concode_elem_sep List<BaseDateTypeClient> date concode_elem_sep List<DetailTypeClient> detail concode_elem_sep List<String> text concode_elem_sep String id concode_elem_sep String type concode_elem_sep String order concode_field_sep List<ExtentTypeClient> ...
void function ( List < BaseDateTypeClient > arg0 ) { this . date = arg0 ; }
16,751
sets the value of the resourceenvreftype property . concode_field_sep List<InjectionTargetType> injectionTarget concode_elem_sep List<DescriptionType> description concode_elem_sep FullyQualifiedClassType resourceEnvRefType concode_elem_sep java.lang.String id concode_elem_sep JndiNameType resourceEnvRefName concode_ele...
void function ( FullyQualifiedClassType arg0 ) { this . resourceEnvRefType = arg0 ; }
16,752
obtains the reason phrase for a status code . concode_field_sep EnglishSipReasonPhraseCatalog INSTANCE concode_elem_sep Map<Integer,String> REASON_PHRASES concode_field_sep void setReason
String function ( int arg0 , Locale arg1 ) { if ( ( arg0 < 100 ) || ( arg0 >= 700 ) ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } return REASON_PHRASES . get ( Integer . valueOf ( arg0 ) ) ; }
16,753
default implementation . concode_field_sep Geometry baseGeom concode_elem_sep List representativePts concode_field_sep boolean coveredBy concode_elem_sep boolean intersects concode_elem_sep boolean within concode_elem_sep Geometry getGeometry concode_elem_sep boolean envelopesIntersect concode_elem_sep boolean touches ...
boolean function ( Geometry arg0 ) { return baseGeom . crosses ( arg0 ) ; }
16,754
returns true if the gps engine has ephemeris data for the satellite . concode_field_sep boolean mUsedInFix concode_elem_sep float mAzimuth concode_elem_sep boolean mHasEphemeris concode_elem_sep float mElevation concode_elem_sep boolean mValid concode_elem_sep float mSnr concode_elem_sep int mPrn concode_elem_sep boole...
boolean function ( ) { return mHasEphemeris ; }
16,755
set the hibernate sessionfactory that should be used to create hibernate sessions . concode_field_sep Log logger concode_elem_sep SessionFactory sessionFactory concode_elem_sep String PARTICIPATE_SUFFIX concode_field_sep boolean decrementParticipateCount concode_elem_sep String getParticipateAttributeName concode_elem_...
void function ( SessionFactory arg0 ) { this . sessionFactory = arg0 ; }
16,756
set name concode_field_sep String name concode_elem_sep Logger log concode_field_sep String getName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeactivation concode_elem_sep boolean equals concode_elem_sep void start concode_elem_sep XA...
void function ( String arg0 ) { this . name = arg0 ; }
16,757
this method return device name like device manufacture + model name . concode_field_sep boolean isBasicVersion concode_elem_sep boolean isGoldVersion concode_field_sep String getDeviceSDKVersion concode_elem_sep boolean isConnected concode_elem_sep void writeLogIntoFile concode_elem_sep void showSoftKeyboard concode_el...
String function ( ) { String loc0 = "srini_string" ; loc0 = android . os . Build . MANUFACTURER + "srini_string" + android . os . Build . MODEL ; return loc0 ; }
16,758
notifies all listeners that a new bread crumb was added . concode_field_sep List<IBreadCrumbModelListener> listeners concode_elem_sep long serialVersionUID concode_field_sep void fireBreadCrumbActivated concode_elem_sep void fireBreadCrumbRemoved concode_elem_sep void removeListener concode_elem_sep void addListener
void function ( final IBreadCrumbParticipant arg0 ) { for ( IBreadCrumbModelListener loc0 : listeners ) { loc0 . breadCrumbAdded ( arg0 ) ; } }
16,759
compiles source to bytecode , and returns debugging output concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( final String arg0 ) { return toString ( arg0 , new CompilerSettings ( ) ) ; }
16,760
returns the number of objects ready to be garbage collected . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isVerbose concode_elem_sep MemoryUsage getNonHeapMemoryUsage concode_elem_sep void setVerbose concode_elem_sep MemoryUsage getHeapMemoryUsage
int function ( ) { return - 1 ; }
16,761
returns the status of the execution with the provided executionid . concode_field_sep HashMap<Integer,ActivityExecutionStatus> activityExecutionStatuses concode_elem_sep HashMap<Integer,Integer> executionIDs concode_field_sep boolean isExecutionRunning concode_elem_sep int getExecutionID concode_elem_sep int addActivit...
ActivityExecutionStatus function ( int arg0 ) { return activityExecutionStatuses . get ( arg0 ) ; }
16,762
update the progress display . throws interruptedexception if user has pressed the cancel button on the progress dialog concode_field_sep int count concode_elem_sep ProgressMonitor monitor concode_elem_sep String message concode_elem_sep Runnable progressUpdater concode_field_sep placeholderType placeHolder
void function ( int arg0 , String arg1 ) { count = arg0 ; message = arg1 ; SwingUtilities . invokeLater ( progressUpdater ) ; if ( monitor . isCanceled ( ) ) { throw new InterruptedException ( ) ; } }
16,763
asks the camera hardware to perform an autofocus . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep boolean reverseImage concode_elem_sep CameraConfigurationManager configManager concode_...
void function ( Handler arg0 , int arg1 ) { if ( camera != null && previewing ) { autoFocusCallback . setHandler ( arg0 , arg1 ) ; camera . autoFocus ( autoFocusCallback ) ; } }
16,764
compute the cross product of two vectors concode_field_sep PlaceHolder placeHolder concode_field_sep void minus concode_elem_sep void minus concode_elem_sep void scalarMultiply concode_elem_sep void scalarMultiply concode_elem_sep float dot concode_elem_sep void plus concode_elem_sep void plus concode_elem_sep void pri...
void function ( float [ ] arg0 , float [ ] arg1 , float [ ] arg2 ) { arg2 [ 0 ] = arg0 [ 1 ] * arg1 [ 2 ] - arg1 [ 1 ] * arg0 [ 2 ] ; arg2 [ 1 ] = arg0 [ 2 ] * arg1 [ 0 ] - arg1 [ 2 ] * arg0 [ 0 ] ; arg2 [ 2 ] = arg0 [ 0 ] * arg1 [ 1 ] - arg1 [ 0 ] * arg0 [ 1 ] ; }
16,765
invoke external process and wait for completion . concode_field_sep InternalLogger log concode_elem_sep Pattern SPACES concode_field_sep InetSocketAddress findLocalAddress concode_elem_sep int[] randomIntArray concode_elem_sep String randomString concode_elem_sep long ping concode_elem_sep Set<Integer> socketIndexSet c...
void function ( final String arg0 ) { final ProcessBuilder loc0 = new ProcessBuilder ( SPACES . split ( arg0 ) ) ; final Process loc1 = loc0 . start ( ) ; loc1 . waitFor ( ) ; }
16,766
moves to before first . concode_field_sep ResultSetImpl owner concode_elem_sep Field[] metadata concode_elem_sep int index concode_elem_sep List<ResultSetRow> rows concode_field_sep ResultSetRow next concode_elem_sep boolean wasEmpty concode_elem_sep boolean isDynamic concode_elem_sep boolean isLast concode_elem_sep bo...
void function ( ) { if ( this . rows . size ( ) > 0 ) { this . index = - 1 ; } }
16,767
run two transactions to populate and print the database . a transactionrunner is used to ensure consistent handling of transactions , including deadlock retries . but the best transaction handling mechanism to use depends on the application . concode_field_sep SampleDatabase db concode_elem_sep SampleViews views concod...
void function ( ) { TransactionRunner loc0 = new TransactionRunner ( db . getEnvironment ( ) ) ; loc0 . run ( new PopulateDatabase ( ) ) ; loc0 . run ( new PrintDatabase ( ) ) ; }
16,768
override tostring method , makes for nice print statements concode_field_sep String responseText concode_elem_sep String statusText concode_elem_sep Integer status concode_field_sep int getStatus concode_elem_sep String getStatusText concode_elem_sep boolean isSuccess concode_elem_sep String getResponseText
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( this . status ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( this . statusText ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( this . responseText ) ; return loc0 . toString ( ) ; }
16,769
returns the logger used by jface data binding to log errors . the default logger prints the status to system.err . concode_field_sep ILogger log concode_elem_sep boolean DEFAULT concode_elem_sep String JFACE_DATABINDING concode_field_sep void setLog concode_elem_sep ILogger getDummyLog
ILogger function ( ) { if ( log == null ) { log = getDummyLog ( ) ; } return log ; }
16,770
returns the inetsocketaddress of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep int hashCode concode_elem_sep boolean ...
InetSocketAddress function ( ) { return inetSocketAddress ; }
16,771
provides the number of midlets in this suite . concode_field_sep String initialMIDletClassName concode_elem_sep boolean trusted concode_elem_sep byte[] permissions concode_elem_sep int id concode_elem_sep String displayName concode_elem_sep Properties properties concode_field_sep void checkForPermission concode_elem_se...
int function ( ) { int loc0 ; for ( loc0 = 1 ; getProperty ( "srini_string" + loc0 ) != null ; loc0 ++ ) ; if ( loc0 > 1 ) { return loc0 - 1 ; } else { return 1 ; } }
16,772
returns the next socket address 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 Dns dns con...
InetSocketAddress function ( ) { InetSocketAddress loc0 = new InetSocketAddress ( socketAddresses [ nextSocketAddressIndex ++ ] , socketPort ) ; if ( nextSocketAddressIndex == socketAddresses . length ) { socketAddresses = null ; nextSocketAddressIndex = 0 ; } return loc0 ; }
16,773
tranlates unspecified no_system_exit property to false , the default typically required when a server is started from the command line . concode_field_sep PlaceHolder placeHolder concode_field_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatabaseProper...
void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } arg0 . setPropertyIfNotExists ( SC_KEY_NO_SYSTEM_EXIT , "srini_string" ) ; }
16,774
determine whether the last component is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Context createSubcontext concode_elem_sep void rebind concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep void unbind concode_elem_sep boolean isEmpty concode_elem_sep NameNotFoundException...
boolean function ( final Name arg0 ) { return arg0 . isEmpty ( ) || getLastComponent ( arg0 ) . equals ( "srini_string" ) ; }
16,775
convenience method to post an error event to the listener . concode_field_sep T myDrone concode_field_sep void postSuccessEvent concode_elem_sep void postTimeoutEvent
void function ( Handler arg0 , final ICommandListener arg1 , final int arg2 ) { if ( arg0 != null && arg1 != null ) { arg0 . post ( new Runnable ( ) { @ Override public void run ( ) { try { arg1 . onError ( arg2 ) ; } catch ( RemoteException loc0 ) { Timber . loc0 ( loc0 , loc0 . getMessage ( ) ) ; } } } ) ; } }
16,776
install headers for ide-wide proxy if usage of proxy was enabled and host of the given url was not added to exclude list in httpconfigurable . concode_field_sep PlaceHolder placeHolder concode_field_sep String getProxyPassword concode_elem_sep boolean isHttpProxyEnabled concode_elem_sep boolean isProxyAuthenticationEna...
void function ( @ NotNull RequestConfig . Builder arg0 , @ Nullable String arg1 ) { if ( getHttpConfigurable ( ) . isHttpProxyEnabledForUrl ( arg1 ) ) { setProxyIfEnabled ( arg0 ) ; } }
16,777
set the deploymentunitstatus for this instance . concode_field_sep Date startedAt concode_elem_sep D definition concode_elem_sep DeploymentUnitStatus status concode_field_sep D getDefinition concode_elem_sep Date getStartedAt concode_elem_sep String toString concode_elem_sep void setStartedAt concode_elem_sep Deploymen...
void function ( DeploymentUnitStatus arg0 ) { this . status = arg0 ; }
16,778
creates an instance of httpmessagewriter to be used forwriting out http requests sent over this connection . this method can be overridden in a super class in order to provide a different implementation of the httpmessagewriter interface orto pass a different implementation of lineformatter to thethe default implementa...
HttpMessageWriter function ( final SessionOutputBuffer arg0 , final HttpParams arg1 ) { return new HttpRequestWriter ( arg0 , null , arg1 ) ; }
16,779
sets the value of the replaceall property . concode_field_sep List<ProjectTaskPredecessor> projectTaskPredecessor concode_elem_sep Boolean replaceAll concode_field_sep List<ProjectTaskPredecessor> getProjectTaskPredecessor concode_elem_sep boolean isReplaceAll
void function ( Boolean arg0 ) { this . replaceAll = arg0 ; }
16,780
extract urls from plain text . concode_field_sep Pattern LINKS_PATTERN concode_elem_sep String LINKS_REGEX concode_field_sep placeholderType placeHolder
List < String > function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return Collections . emptyList ( ) ; } List < String > loc0 = new ArrayList < String > ( ) ; final Matcher loc1 = LINKS_PATTERN . loc1 ( arg0 ) ; while ( loc1 . find ( ) ) { loc0 . add ( loc1 . group ( ) ) ; } return loc0 ; }
16,781
write continuous stream concode_field_sep BluetoothLeService bluetoothLeService concode_elem_sep BluetoothGattService batteryService concode_elem_sep HashMap<String,String> attributes concode_elem_sep BluetoothGattCharacteristic notifyCharacteristic concode_elem_sep BluetoothGattService motionService concode_elem_sep B...
void function ( int arg0 , int arg1 ) { writeContinuousStream ( new AudioContinuous ( arg0 , arg1 ) ) ; }
16,782
gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId
String function ( ) { return mapCommandButtonId ; }
16,783
set the message source . concode_field_sep boolean exceptionIfInvalid concode_elem_sep Log logger concode_elem_sep Resource resource concode_elem_sep T configuration concode_elem_sep Validator validator concode_elem_sep MessageSource messageSource concode_elem_sep Class<?> type concode_elem_sep Map<Class<?>,Map<String,...
void function ( MessageSource arg0 ) { this . messageSource = arg0 ; }
16,784
verify that the first num generatedxattrs are present in newxattrs . concode_field_sep FSNamesystem fsn concode_elem_sep Path sub1 concode_elem_sep MiniDFSCluster cluster concode_elem_sep Path dir concode_elem_sep Path file6 concode_elem_sep short REPLICATION concode_elem_sep Path sub11 concode_elem_sep Configuration c...
void function ( List < XAttr > arg0 , final int arg1 ) { assertEquals ( "srini_string" , arg1 , arg0 . size ( ) ) ; for ( int loc0 = 0 ; loc0 < arg1 ; loc0 ++ ) { XAttr loc1 = generatedXAttrs . get ( loc0 ) ; assertTrue ( "srini_string" + loc1 + "srini_string" , arg0 . contains ( loc1 ) ) ; } }
16,785
enables or disables the tcp/ip join mechanism . concode_field_sep int CONNECTION_TIMEOUT_SEC concode_elem_sep String requiredMember concode_elem_sep List<String> members concode_elem_sep int connectionTimeoutSeconds concode_elem_sep boolean enabled concode_field_sep TcpIpConfig setConnectionTimeoutSeconds concode_elem_...
TcpIpConfig function ( final boolean arg0 ) { this . enabled = arg0 ; return this ; }
16,786
create a new scriptedmetric aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsBuilder geoBounds concode_elem_sep DateRangeBuilder dateRange concode_elem_sep DateHistogramBuilder dateHistogram concode_elem_sep RangeBuilder range concode_elem_sep SumBuilder sum concode...
ScriptedMetricBuilder function ( String arg0 ) { return new ScriptedMetricBuilder ( arg0 ) ; }
16,787
returns the wikilink . concode_field_sep ReSharperSeverity severity concode_elem_sep String wikiLink concode_elem_sep String description concode_elem_sep String id concode_elem_sep String category concode_elem_sep boolean enabled concode_field_sep String getKey concode_elem_sep void setWikiLink concode_elem_sep ReSharp...
String function ( ) { return this . wikiLink ; }
16,788
the user 's iam arn . concode_field_sep String iamUserArn concode_field_sep String getIamUserArn concode_elem_sep CreateUserProfileResult withIamUserArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateUserProfileResult clone concode_elem_sep String toString
void function ( String arg0 ) { this . iamUserArn = arg0 ; }
16,789
sets the load time . concode_field_sep String runAs concode_elem_sep long maxTime concode_elem_sep int requestCount concode_elem_sep String servletClass concode_elem_sep boolean available concode_elem_sep String servletName concode_elem_sep long processingTime concode_elem_sep int loadOnStartup concode_elem_sep long lo...
void function ( long arg0 ) { this . loadTime = arg0 ; }
16,790
returns the number of values . concode_field_sep String TAG concode_elem_sep HashMap<String,Object> mValues concode_field_sep Float getAsFloat concode_elem_sep void putStringArrayList concode_elem_sep Byte getAsByte concode_elem_sep Set<Map.Entry<String,Object>> valueSet concode_elem_sep boolean containsKey concode_ele...
int function ( ) { return mValues . size ( ) ; }
16,791
is this class already compiled but not defined ? concode_field_sep CtClass ctPlayPluginClass concode_elem_sep ClassPool enhanceChecker_classPool concode_elem_sep byte[] enhancedByteCode concode_elem_sep Package javaPackage concode_elem_sep Class<?> javaClass concode_elem_sep Long timestamp concode_elem_sep byte[] javaB...
boolean function ( ) { return compiled && javaClass != null ; }
16,792
return the translated constraint 's name . concode_field_sep String DECK_CONSTRAINT_KEY_NAME concode_elem_sep String name concode_elem_sep Test constraint concode_field_sep String getName concode_elem_sep Test getConstraint concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep List<String> va...
String function ( ) { return LanguageManagerMDB . getString ( DECK_CONSTRAINT_KEY_NAME + name ) ; }
16,793
the arn of the certificate . concode_field_sep String certificateArn concode_elem_sep String certificateId concode_elem_sep java.util.Date creationDate concode_elem_sep String status concode_field_sep Certificate withStatus concode_elem_sep Certificate withStatus concode_elem_sep Certificate withCreationDate concode_el...
String function ( ) { return this . certificateArn ; }
16,794
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 ( Date arg0 ) { _kaleoNode . setModifiedDate ( arg0 ) ; }
16,795
start an unnamed task . the results are undefined if #stop or timing methods are called without invoking this method . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long s...
StopWatch function ( ) { return start ( "srini_string" ) ; }
16,796
gets a number specified by the key in the dictionary entries . if the value is a reference , the number object that the reference points to is returned . if the key can not be found , or the resulting object is not a number , then null is returned . concode_field_sep Name LENGTH_KEY concode_elem_sep Name FORM_TYPE_KEY ...
Number function ( Name arg0 ) { return library . getNumber ( entries , arg0 ) ; }
16,797
the jmx domain name to use for the enlisted jmx mbeans . concode_field_sep TimeUnit durationUnit concode_elem_sep boolean prettyPrint concode_elem_sep boolean useJmx concode_elem_sep String jmxDomain concode_elem_sep TimeUnit rateUnit concode_elem_sep MetricRegistry metricsRegistry concode_field_sep boolean isPrettyPri...
void function ( String arg0 ) { this . jmxDomain = arg0 ; }
16,798
checks whether the interception of `` vertical scroll while animation running '' is enabled . concode_field_sep String TAG concode_elem_sep RecyclerView.OnItemTouchListener mInternalUseOnItemTouchListener concode_elem_sep boolean mGuarding concode_elem_sep int mInitialTouchY concode_elem_sep int mLastTouchY concode_ele...
boolean function ( ) { return mInterceptScrollingWhileAnimationRunning ; }
16,799
set the destroy method for this definition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefinitionBuilder addConstructorArgRefe...
BeanDefinitionBuilder function ( String arg0 ) { this . beanDefinition . setDestroyMethodName ( arg0 ) ; return this ; }