idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
8,800
create a new image this method calls ` qemu-img create ' concode_field_sep String preallocationType concode_elem_sep String _qemuImgPath concode_elem_sep String format concode_elem_sep int timeout concode_field_sep void rebase concode_elem_sep void setTimeout concode_elem_sep PreallocationType getPreallocationType conc...
void function ( final QemuImgFile arg0 , final Map < String , String > arg1 ) { this . create ( arg0 , null , arg1 ) ; }
8,801
get root from the document concode_field_sep String FORM_NAMESPACE concode_elem_sep SAXParser SAX_PARSER concode_field_sep int getVGap concode_elem_sep String validateJComponentClass concode_elem_sep String findNotEmptyPanelWithXYLayout concode_elem_sep String getBoundClassName concode_elem_sep int getCustomCreateCompo...
LwRootContainer function ( Document arg0 , PropertiesProvider arg1 ) { final LwRootContainer loc0 = new LwRootContainer ( ) ; loc0 . read ( arg0 . getRootElement ( ) , arg1 ) ; return loc0 ; }
8,802
returns standard gaussian cdf using taylor approximation . concode_field_sep PlaceHolder placeHolder concode_field_sep double cdfErrorAlgo concode_elem_sep double cdfErrorAlgo
double function ( double arg0 ) { return Gaussian . Phi ( arg0 ) ; }
8,803
gets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep MLUserDefinedCSType mlUserDefinedCS concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type conco...
String function ( ) { return actuate ; }
8,804
used to respond to server sasl tokens . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslServer saslServer concode_elem_sep String QOP_AUTH_CONF concode_elem_sep String QOP_AUTH concode_elem_sep String DEFAULT_REALM concode_elem_se...
byte [ ] function ( byte [ ] arg0 ) { try { return saslServer != null ? saslServer . evaluateResponse ( arg0 ) : new byte [ 0 ] ; } catch ( SaslException loc2 ) { throw Throwables . propagate ( loc2 ) ; } }
8,805
return the identifier for this eobject instance . concode_field_sep String id concode_elem_sep MetamodelEntity entity concode_elem_sep char DELIMITER_CHAR concode_field_sep Object getParentObjectID concode_elem_sep void setMetamodelEntity concode_elem_sep IPath getPath concode_elem_sep void setID concode_elem_sep Metam...
Object function ( final EObject arg0 ) { if ( arg0 == null ) { return null ; } return ModelerCore . getObjectId ( arg0 ) ; }
8,806
a list of deployment configurations , including built-in configurations such as codedeploydefault.oneatatime . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<String> deploymentConfigsList concode_field_sep void setDeploymentConfigsList concode_elem_sep void setNextToken conco...
ListDeploymentConfigsResult function ( java . util . Collection < String > arg0 ) { setDeploymentConfigsList ( arg0 ) ; return this ; }
8,807
returns the class loader in use by this processingunit . concode_field_sep int phase concode_elem_sep GroovyClassLoader classLoader concode_elem_sep CompilerConfiguration configuration concode_elem_sep boolean phaseComplete concode_elem_sep ErrorCollector errorCollector concode_field_sep String getPhaseDescription conc...
GroovyClassLoader function ( ) { return classLoader ; }
8,808
flag to disable binding of nested properties i.e. those with period separators in their paths . can be useful to disable this if the name prefix is empty and you do n't want to ignore unknown fields . concode_field_sep String targetName concode_elem_sep Log logger concode_elem_sep boolean exceptionIfInvalid concode_ele...
void function ( boolean arg0 ) { this . ignoreNestedProperties = arg0 ; }
8,809
gets the multi-factor authentication token . concode_field_sep String deviceSerialNumber concode_elem_sep String token concode_field_sep String getDeviceSerialNumber concode_elem_sep void setDeviceSerialNumber concode_elem_sep void setToken concode_elem_sep MultiFactorAuthentication withDeviceSerialNumber concode_elem_...
String function ( ) { return token ; }
8,810
sets the language . concode_field_sep ResultPublication resultPublication concode_elem_sep String bibliographicNote concode_elem_sep long serialVersionUID concode_elem_sep Translation translation concode_elem_sep Language language concode_elem_sep Long id concode_field_sep void setBibliographicNote concode_elem_sep Lan...
void function ( Language arg0 ) { this . language = arg0 ; }
8,811
gets the int mapped from the specified key , or 0 if no such mapping has been made . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep int[] mValues concode_field_sep int keyAt concode_elem_sep int getClosestSmaller concode_elem_sep int size concode_elem_sep int indexOfKey concode_elem_sep void ...
int function ( int arg0 ) { return get ( arg0 , 0 ) ; }
8,812
this is a setter method and it set the internal user id not username concode_field_sep boolean attended concode_elem_sep String calendarEventId concode_elem_sep String comments concode_elem_sep String calendarId concode_elem_sep String displayName concode_elem_sep String attendeeUserId concode_elem_sep String signupSit...
void function ( String arg0 ) { this . attendeeUserId = arg0 ; }
8,813
gets the duration . concode_field_sep int totalwarningcount concode_elem_sep ArrayList<TestSuite> testSuites concode_elem_sep String language concode_elem_sep String screenresolution concode_elem_sep String type concode_elem_sep String result concode_elem_sep String duration concode_elem_sep int totalerrorcount concode...
String function ( ) { return duration ; }
8,814
returns whether there are any characters left to be read . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_sep char next concode_elem_sep ...
boolean function ( ) { return pos < srcEnd ; }
8,815
write the specified bit to standard output . concode_field_sep int buffer concode_elem_sep int N concode_elem_sep BufferedOutputStream out concode_field_sep void writeByte concode_elem_sep void flush concode_elem_sep void clearBuffer concode_elem_sep void main concode_elem_sep void close concode_elem_sep void writeBit
void function ( boolean arg0 ) { writeBit ( arg0 ) ; }
8,816
returns true if each element in iterable after the first is strictlygreater than the element that preceded it , according to the specified comparator . note that this is always true when the iterable has fewer than two elements . concode_field_sep PlaceHolder placeHolder concode_field_sep Comparator<Optional<T>> emptie...
boolean function ( Iterable < ? extends T > arg0 , Comparator < T > arg1 ) { checkNotNull ( arg1 ) ; Iterator < ? extends T > loc0 = arg0 . iterator ( ) ; if ( loc0 . hasNext ( ) ) { T loc1 = loc0 . next ( ) ; while ( loc0 . hasNext ( ) ) { T loc2 = loc0 . loc2 ( ) ; if ( arg1 . compare ( loc1 , loc2 ) >= 0 ) { return ...
8,817
get database sid concode_field_sep int m_databaseCount concode_elem_sep String ALLOW_CLIENT_QUERY_DB_PWD concode_elem_sep int m_versionCount concode_elem_sep CLogger log concode_elem_sep int m_no concode_elem_sep int s_no concode_field_sep String getMainVersion concode_elem_sep String getDbPwd concode_elem_sep String g...
String function ( ) { return CConnection . get ( ) . getDbName ( ) ; }
8,818
stops scrolling concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int SCROLLING_DU...
void function ( ) { scroller . forceFinished ( true ) ; }
8,819
remove listener for event notifications concode_field_sep String _name concode_elem_sep List<IEventListener> _listeners concode_field_sep List<IEventListener> getListeners concode_elem_sep String getName concode_elem_sep void notify concode_elem_sep void addListener
void function ( IEventListener arg0 ) { _listeners . remove ( arg0 ) ; }
8,820
sets the name of this instance . in pdstore every instance can be given a name . if the instance already has a name , the name will be overwritten . if the given name is null , an existing name will be removed . concode_field_sep GUID roleTypeId concode_elem_sep GUID roleAfterId concode_elem_sep GUID roleWordId concode...
void function ( String arg0 ) { store . setName ( id , arg0 ) ; }
8,821
sets the value of the datastreamid property . concode_field_sep String datastreamID concode_elem_sep String seqNo concode_elem_sep String bindLabel concode_elem_sep String bindKeyName concode_field_sep void setSeqNo concode_elem_sep void setBindKeyName concode_elem_sep String getBindLabel concode_elem_sep void setBindL...
void function ( String arg0 ) { this . datastreamID = arg0 ; }
8,822
sets the end-of-line sequence of characters to be used during serialization . concode_field_sep DOMErrorHandler fErrorHandler concode_elem_sep SerializationHandler fSerializationHandler concode_elem_sep String fNewLine concode_elem_sep LSSerializerFilter fSerializerFilter concode_field_sep void setSerializationHandler ...
void function ( char [ ] arg0 ) { fNewLine = ( arg0 != null ) ? new String ( arg0 ) : null ; }
8,823
returns the apikey . concode_field_sep String apiKey concode_elem_sep String apiKey2 concode_elem_sep ProviderName providerName concode_field_sep void setProviderName concode_elem_sep String getApiKey2 concode_elem_sep ProviderName getProviderName concode_elem_sep boolean isValid concode_elem_sep void setApiKey concode...
String function ( ) { return apiKey ; }
8,824
computes x ^ 2 ^ p - x mod f this function is useful for computing the reducibility of the polynomial concode_field_sep CRCPolynomial ONE concode_elem_sep CRCPolynomial X concode_elem_sep BigInteger Q concode_elem_sep TreeSet<BigInteger> degrees concode_field_sep int compare concode_elem_sep CRCPolynomial mod concode_e...
CRCPolynomial function ( final int arg0 ) { BigInteger loc0 = Q . pow ( arg0 ) ; CRCPolynomial loc1 = X . modPow ( loc0 , this ) ; return loc1 . xor ( X ) . mod ( this ) ; }
8,825
gets the value of the verbtype property . concode_field_sep XMLGregorianCalendar inserted concode_elem_sep List<Literal> literals concode_elem_sep String name concode_elem_sep List<Word> words concode_elem_sep List<Inherence> inherences concode_elem_sep VerbType verbType concode_elem_sep List<Symbol> symbols concode_fi...
VerbType function ( ) { return verbType ; }
8,826
gets the info test . concode_field_sep OpenEjbManagedDatasourceAccessor accessor concode_elem_sep ComboPooledDataSource badSource concode_elem_sep ManagedDataSource source concode_field_sep void cannotMapTest concode_elem_sep void canMapTest concode_elem_sep void before
void function ( ) { accessor . getInfo ( source ) ; }
8,827
sets the opaque id in the form of a canonicalized uri for the watched resource that is sensitive to the api version . overriding is only supported for the purpose of calling the super implementation and changing the return type , but nothing else . concode_field_sep String resourceId concode_elem_sep long messageNumber...
AbstractNotification function ( String arg0 ) { this . resourceUri = Preconditions . checkNotNull ( arg0 ) ; return this ; }
8,828
sets the value of the lurl property . concode_field_sep String lurl concode_elem_sep String type concode_field_sep String getType concode_elem_sep String getLurl concode_elem_sep void setType
void function ( String arg0 ) { this . lurl = arg0 ; }
8,829
returns the number of empty slots on this page . concode_field_sep TupleDesc td concode_elem_sep int numSlots concode_elem_sep byte[] oldData concode_elem_sep TransactionId dirtyTID concode_elem_sep byte header[] concode_elem_sep HeapPageId pid concode_elem_sep Tuple tuples[] concode_field_sep byte[] getPageData concod...
int function ( ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < numSlots ; loc1 ++ ) { if ( ! isSlotUsed ( loc1 ) ) loc0 ++ ; } return loc0 ; }
8,830
return prefixtonamespacemapping concode_field_sep MetadataFieldConfig field concode_elem_sep Map<String,String> prefixToNamespaceMapping concode_elem_sep String query concode_elem_sep MetadataFieldMapping<OMElement,MetadataContributor<OMElement>> metadataFieldMapping concode_field_sep void setField concode_elem_sep Met...
Map < String , String > function ( ) { return prefixToNamespaceMapping ; }
8,831
begin appending a new array . all values until the balancing endarray will be appended to this array . the endarray method must be called to mark the array 's end . 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_el...
JSONWriter function ( ) { if ( this . mode == 'i' || this . mode == 'o' || this . mode == 'a' ) { this . push ( null ) ; this . append ( "srini_string" ) ; this . comma = false ; return this ; } throw new JSONException ( "srini_string" ) ; }
8,832
blocking put workrequest to producerconsumer input queue . concode_field_sep LinkedBlockingQueue<WorkRequest<T>> inputQueue concode_elem_sep ExecutorService executor concode_elem_sep LinkedBlockingQueue<WorkReport<R>> outputQueue concode_elem_sep Log LOG concode_elem_sep WorkRequestProcessor<T,R> processor concode_elem...
void function ( WorkRequest < T > arg0 ) { boolean loc0 = false ; while ( ! loc0 ) { try { inputQueue . put ( arg0 ) ; workCnt . incrementAndGet ( ) ; loc0 = true ; } catch ( InterruptedException loc1 ) { LOG . error ( "srini_string" ) ; } } }
8,833
initialize the start point . concode_field_sep Point start concode_elem_sep Point end concode_elem_sep double slope concode_field_sep boolean isIntersecting concode_elem_sep Point closestIntersectionToStartOfLine concode_elem_sep double getSlope concode_elem_sep Point middle concode_elem_sep Point intersectionWith conc...
Point function ( ) { return start ; }
8,834
converts coordinates from second space to first space . concode_field_sep double s_y_inv concode_elem_sep double env2[] concode_elem_sep double env1[] concode_elem_sep double s_y concode_elem_sep double s_x concode_elem_sep double s_x_inv concode_field_sep Coordinate transform concode_elem_sep Coordinate transform conc...
Coordinate function ( Coordinate arg0 , Coordinate arg1 ) { arg1 . x = ( arg0 . x - env2 [ 0 ] ) * s_x_inv + env1 [ 0 ] ; arg1 . y = ( arg0 . y - env2 [ 2 ] ) * s_y_inv + env1 [ 2 ] ; return arg1 ; }
8,835
returns the size of this big array in bytes . concode_field_sep long SIZE_OF_SEGMENT concode_elem_sep int[][] array concode_elem_sep int initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void add concode_elem_sep void set concode_elem_sep void grow concode_elem_sep int get conco...
long function ( ) { return SizeOf . sizeOf ( array ) + ( segments * SIZE_OF_SEGMENT ) ; }
8,836
create an instance of jaxbelement concode_field_sep QName _ModuleModulePrefsLocale_QNAME concode_elem_sep QName _ModuleModulePrefsRequire_QNAME concode_elem_sep QName _ModuleModulePrefsIcon_QNAME concode_elem_sep QName _ModuleModulePrefsOptional_QNAME concode_elem_sep QName _ModuleModulePrefsLink_QNAME concode_elem_sep...
JAXBElement < Module . ModulePrefs . Icon > function ( Module . ModulePrefs . Icon arg0 ) { return new JAXBElement < Module . ModulePrefs . Icon > ( _ModuleModulePrefsIcon_QNAME , Module . ModulePrefs . Icon . class , Module . ModulePrefs . class , arg0 ) ; }
8,837
records the last event . concode_field_sep double EPSILON concode_elem_sep SeriesChangeEvent lastEvent concode_field_sep void testClear concode_elem_sep void testIndexOf2 concode_elem_sep void testSetMaximumItemCount2 concode_elem_sep void testCloning concode_elem_sep void testRemove concode_elem_sep void testAdd conco...
void function ( SeriesChangeEvent arg0 ) { this . lastEvent = arg0 ; }
8,838
the worker thread executor , will execute work on any one of multiple threads . concode_field_sep Executor sIOWorker concode_elem_sep Executor sWorker concode_elem_sep Executor sMain concode_field_sep Executor io concode_elem_sep Executor main
Executor function ( ) { return sWorker ; }
8,839
returns the identification string for this group . concode_field_sep long serialVersionUID concode_elem_sep String id concode_field_sep boolean equals concode_elem_sep Object clone
String function ( ) { return this . id ; }
8,840
sets the region code of this region . concode_field_sep Region _region 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 concode_elem_sep java.lan...
void function ( java . lang . String arg0 ) { _region . setRegionCode ( arg0 ) ; }
8,841
returns whether the given file is located in the podcast folder or any of its sub-folders . concode_field_sep SettingsService settingsService concode_elem_sep UserDao userDao concode_elem_sep Logger LOG concode_elem_sep Ehcache userCache concode_field_sep List<User> getAllUsers concode_elem_sep User getCurrentUser conc...
boolean function ( File arg0 ) { String loc0 = settingsService . getPodcastFolder ( ) ; return isFileInFolder ( arg0 . getPath ( ) , loc0 ) ; }
8,842
handles ioexceptions that are thrown while replying to requests . concode_field_sep String copyright concode_elem_sep boolean closed_ concode_elem_sep PrintWriter trace_ concode_elem_sep long connectionId_ concode_field_sep void runRequest concode_elem_sep void finalize concode_elem_sep void sendTunneling concode_elem_...
void function ( IOException arg0 ) { if ( Trace . isTraceErrorOn ( ) ) if ( ( ( ! ( arg0 instanceof SocketException ) ) && ( ! ( arg0 instanceof EOFException ) ) ) || ( ( arg0 . getMessage ( ) != null ) && ( arg0 . getMessage ( ) . indexOf ( "srini_string" ) < 0 ) ) ) Trace . log ( Trace . ERROR , "srini_string" , arg0...
8,843
encodes the given skill into a string sufficient to uniquely identify the skill . this may not sufficiently encode to be stored into a file or format which restricts certain characters such as urls , it simply encodes into an identifying string . there is no guarantee that this encoding is human readable , simply that ...
String function ( Skill arg0 ) { return arg0 . getKeyName ( ) ; }
8,844
records a log entry representing a new connection action on the specified session object . concode_field_sep Log log concode_elem_sep SimpleLog appLog concode_elem_sep boolean logStatements concode_elem_sep LockFile lf concode_elem_sep boolean syncFile concode_field_sep void checkpoint concode_elem_sep int getLogSize c...
void function ( Session arg0 ) { if ( logStatements ) { writeToLog ( arg0 , arg0 . getUser ( ) . getConnectStatement ( ) ) ; } }
8,845
print option help to standard output and exit with code 0 including hadoop generic options concode_field_sep Configuration conf concode_field_sep void outputToStream concode_elem_sep void outputToStream concode_elem_sep void outputToSeparateStream concode_elem_sep void setJobFileInConf concode_elem_sep String getSogouR...
void function ( Options arg0 ) { printUsage ( arg0 , true ) ; }
8,846
getter method for the mandatory field concode_field_sep String fieldComments concode_elem_sep String fieldName concode_elem_sep Integer isMandatory concode_elem_sep Integer orderOfFields concode_field_sep void setIsMandatory concode_elem_sep Integer getIsMandatory concode_elem_sep void setOrderOfFields concode_elem_sep...
String function ( ) { return fieldName ; }
8,847
returns the clock interface if any . concode_field_sep Log myLog concode_elem_sep PolledAfterActiveTicks[] polledAfterActive concode_elem_sep Clock myClock concode_elem_sep Button myButton concode_elem_sep LED myLED concode_elem_sep ArrayList<MoteInterface> moteInterfaces concode_elem_sep IPAddress myIPAddress concode_...
Clock function ( ) { if ( myClock == null ) { myClock = getInterfaceOfType ( Clock . class ) ; } return myClock ; }
8,848
returns the size of the byte buffer for this array . concode_field_sep byte[] data concode_elem_sep int bitCount concode_field_sep void setBits concode_elem_sep void setBits concode_elem_sep void set concode_elem_sep int byteOffset concode_elem_sep void clearBits concode_elem_sep String toBitString concode_elem_sep Str...
int function ( ) { return this . data . length ; }
8,849
returns an iterator over this group of headers . concode_field_sep List headers concode_elem_sep long serialVersionUID concode_field_sep Header getCondensedHeader concode_elem_sep void setHeaders concode_elem_sep void addHeader concode_elem_sep void updateHeader concode_elem_sep Header[] getHeaders concode_elem_sep Hea...
HeaderIterator function ( ) { return new BasicListHeaderIterator ( this . headers , null ) ; }
8,850
the hashcode for this object concode_field_sep String CLSID concode_elem_sep wbemdisp.ISWbemLocatorProxy d_ISWbemLocatorProxy concode_field_sep wbemdisp.ISWbemSecurity getSecurity_ concode_elem_sep String getJintegraVersion concode_elem_sep Object getPropertyByName concode_elem_sep Object getPropertyByName concode_elem...
int function ( ) { return getJintegraDispatch ( ) == null ? 0 : getJintegraDispatch ( ) . hashCode ( ) ; }
8,851
sets the value of the name property . concode_field_sep float price concode_elem_sep String name concode_elem_sep String description concode_elem_sep int calories concode_elem_sep String category concode_elem_sep List<Menu.Food> food concode_field_sep String getName concode_elem_sep int getCalories concode_elem_sep voi...
void function ( String arg0 ) { this . name = arg0 ; }
8,852
replace string in range `` from '' to `` to '' with `` s '' concode_field_sep BufferProcOutputPos mPos concode_elem_sep String mStr concode_elem_sep int mFrom concode_elem_sep int mTo concode_elem_sep Buffer mBuffer concode_field_sep void appendPrompt concode_elem_sep Buffer getBuffer concode_elem_sep int getLength con...
void function ( int arg0 , int arg1 , String arg2 ) { SwingUtilities . invokeLater ( new BEditReplaceFromTo ( arg0 , arg1 , arg2 ) ) ; }
8,853
the name of the action . must be unique across actions . concode_field_sep String name concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep TransportRequestOptions transportOptions concode_elem_sep Response newResponse
String function ( ) { return this . name ; }
8,854
starts the stopwatch contained in this node . does not affect the stopwatch s contained in child nodes , if present . concode_field_sep StopWatch watch concode_elem_sep String name concode_elem_sep HashMap<String,StopWatchTreeNode> children concode_elem_sep Provider<StopWatch> watchProvider concode_field_sep Iterable<S...
StopWatchTreeNode function ( ) { watch . start ( ) ; return this ; }
8,855
get one ticket by id . concode_field_sep TicketSearchRepository ticketSearchRepository concode_elem_sep Logger log concode_elem_sep TicketRepository ticketRepository concode_elem_sep UserRepository userRepository concode_field_sep int getQueueNumber concode_elem_sep List<Ticket> search concode_elem_sep List<Ticket> fin...
Ticket function ( Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; Ticket loc0 = ticketRepository . findOne ( arg0 ) ; return loc0 ; }
8,856
sets the value of the namodifiedindicator property . concode_field_sep ListOfAllowedNumberType neverAllowedList concode_elem_sep String freeMinuteLimit concode_elem_sep Boolean block411 concode_elem_sep String wheneverMinuteLimit concode_elem_sep String downloadLimit concode_elem_sep Boolean phoneTurnOff concode_elem_s...
void function ( Boolean arg0 ) { this . naModifiedIndicator = arg0 ; }
8,857
retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_field_sep double getMeanAtraso1 concode_elem_sep double getMeanNAtraso2 concode_elem_sep double getMeanAtraso2 concode_elem_sep double getMeanNAtraso1 concode...
double function ( ) { return atraso1 . getSuperiorLimitN ( ) ; }
8,858
test of mean method , of class shiftedgeometricdistribution . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testVar concode_elem_sep void testEntropy concode_elem_sep void testCdf concode_elem_sep void testShiftedGeometricDistribution concode_elem_sep void tearDownCla...
void function ( ) { System . out . println ( "srini_string" ) ; ShiftedGeometricDistribution loc0 = new ShiftedGeometricDistribution ( 0.3 ) ; loc0 . rand ( ) ; assertEquals ( 3.333333 , loc0 . mean ( ) , 1E-6 ) ; }
8,859
compares two character sequences for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep CharSequence forAsciiBytes concode_elem_sep CharSequence forAsciiBytes concode_elem_sep int compareToIgnoreCase concode_elem_sep void validate
boolean function ( CharSequence arg0 , CharSequence arg1 ) { if ( arg0 . loc0 ( ) != arg1 . loc0 ( ) ) { return false ; } int loc0 = arg0 . loc0 ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) != arg1 . charAt ( loc1 ) ) { return false ; } } return true ; }
8,860
error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; }
8,861
set the name of this resource , for example test.vm . concode_field_sep long MILLIS_PER_SECOND concode_elem_sep long lastModified concode_elem_sep long modificationCheckInterval concode_elem_sep String name concode_elem_sep RuntimeServices rsvc concode_elem_sep long nextCheck concode_elem_sep ResourceLoader resourceLoa...
void function ( String arg0 ) { this . name = arg0 ; }
8,862
a function where the output is the arithmetic average the inputs concode_field_sep PlaceHolder placeHolder concode_field_sep float aveGeo concode_elem_sep float aveGeo concode_elem_sep float aveGeo concode_elem_sep float or concode_elem_sep float or concode_elem_sep float and concode_elem_sep float and concode_elem_sep...
float function ( final float ... arg0 ) { float loc0 = 0 ; for ( final float loc1 : arg0 ) { loc0 += loc1 ; } return loc0 / arg0 . length ; }
8,863
displays the image based on the image file name . concode_field_sep boolean vis concode_elem_sep Image image concode_elem_sep int x concode_elem_sep int width concode_elem_sep int y concode_elem_sep int height concode_field_sep void setVisible concode_elem_sep int getX concode_elem_sep int getY concode_elem_sep boolean...
void function ( String arg0 ) { java . net . URL loc0 = getClass ( ) . getResource ( arg0 ) ; ImageIcon loc1 = new ImageIcon ( loc0 ) ; image = loc1 . getImage ( ) ; }
8,864
asserts the given condition , throwing an assertionexception if the condition does n'thold . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnreachable concode_elem_sep T assertNotNull
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) { throw new AssertionException ( arg1 ) ; } }
8,865
check if targeted column value in the row indexed i is less than the search target object . concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void putPair concode_elem_sep void add ...
boolean function ( int arg0 ) { return targetSearchValue > data [ targetSearchColumn ] [ arg0 ] ; }
8,866
returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String getDataColumn concode_elem_sep boolean isGoogl...
String function ( String arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( Uri . parse ( arg0 ) , arg1 ) ; }
8,867
creates a new test server . concode_field_sep Class<? extends WebDriver> FIREFOX concode_elem_sep String GET concode_elem_sep String HEAD concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String DELETE concode_elem_sep Class<? extends WebDriver> HTMLUNIT concode_field_sep Map<String,String> inMe...
TestServer function ( int arg0 ) { return new TestServer ( arg0 , fakeApplication ( ) ) ; }
8,868
the user destination in the form expected when a client subscribes , e.g. '' / user/queue/position-updates '' . concode_field_sep Set<String> targetDestinations concode_elem_sep String sourceDestination concode_elem_sep String subscribeDestination concode_elem_sep String user concode_field_sep Set<String> getTargetDest...
String function ( ) { return this . subscribeDestination ; }
8,869
returns a list property which takes the source object a list as the property list . this property may be used to wrap an arbitrary list instance in an iobservablelist . concode_field_sep PlaceHolder placeHolder concode_field_sep IObservableMap<E,? extends P>[] observeEach concode_elem_sep IObservableMap<K,? extends P>[...
IListProperty < List < E > , E > function ( Object arg0 ) { return new SelfListProperty < E > ( arg0 ) ; }
8,870
generate select where columns = ? cql . concode_field_sep PlaceHolder placeHolder concode_field_sep int size concode_elem_sep boolean isWhereClause concode_elem_sep T applyConsistencyLevel concode_elem_sep boolean isEmpty concode_elem_sep boolean isEmpty concode_elem_sep Delete generateDelete concode_elem_sep Delete ge...
Select function ( String arg0 , String [ ] arg1 , String [ ] arg2 ) { return generateSelect ( arg0 , arg1 , arg2 , size ( arg2 ) ) ; }
8,871
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 function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
8,872
return all the available slots on this supervisor . concode_field_sep Map<String,SchedulerAssignmentImpl> assignments concode_elem_sep Set<String> blackListedHosts concode_elem_sep INimbus inimbus concode_elem_sep Map<String,List<String>> hostToId concode_elem_sep Map<String,SupervisorDetails> supervisors concode_elem_...
List < WorkerSlot > function ( SupervisorDetails arg0 ) { Set < Integer > loc0 = this . getAvailablePorts ( arg0 ) ; List < WorkerSlot > loc1 = new ArrayList < WorkerSlot > ( loc0 . size ( ) ) ; for ( Integer loc2 : loc0 ) { loc1 . add ( new WorkerSlot ( arg0 . getId ( ) , loc2 ) ) ; } return loc1 ; }
8,873
set the java bean class in which the getter should be searched . this can be useful , if the builder should generate adapters for several java beans of different types . concode_field_sep ReadOnlyJavaBeanPropertyBuilderHelper helper concode_field_sep ReadOnlyJavaBeanIntegerPropertyBuilder getter concode_elem_sep ReadOn...
ReadOnlyJavaBeanIntegerPropertyBuilder function ( Class < ? > arg0 ) { helper . arg0 ( arg0 ) ; return this ; }
8,874
returns the uppercase status of this listboxitem . concode_field_sep int id concode_elem_sep ControlGroup<?> parent concode_elem_sep CColor color concode_elem_sep String name concode_elem_sep boolean toUpperCase concode_elem_sep String text concode_elem_sep boolean isActive concode_elem_sep int value concode_field_sep ...
boolean function ( ) { return toUpperCase ; }
8,875
returns true if h is a permutation on the same number of letters including fixed points as the object making the call . concode_field_sep int numLetters concode_elem_sep int[] permutation concode_field_sep int[] getPermutation concode_elem_sep SymmetricGroup rightProductBy concode_elem_sep SymmetricGroup getInverse con...
boolean function ( SymmetricGroup arg0 ) { return this . numLetters == arg0 . getNumLetters ( ) ; }
8,876
ensures that this object is in the running state . if this object is not running , then the call has the effect of setting the starttime attribute to the current value of system.currenttimemillis and setting the running attribute to true . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep l...
void function ( ) { startTime = System . currentTimeMillis ( ) ; running = true ; }
8,877
returns a initialized playerskill map with all values as false . concode_field_sep String[] skills concode_elem_sep String[] positions concode_field_sep Map<String,Boolean> getPosition concode_elem_sep Map<String,Boolean> getPosition concode_elem_sep boolean isSkill concode_elem_sep boolean isPosition
Map < String , Boolean > function ( ) { Map < String , Boolean > loc0 = new HashMap < > ( ) ; for ( String loc1 : skills ) { loc0 . put ( loc1 , false ) ; } return loc0 ; }
8,878
insert a tuple - return true if it was really added , false if it was a duplicate concode_field_sep ColumnMap colMap concode_elem_sep int tupleLength concode_elem_sep String name concode_elem_sep boolean Check concode_field_sep String getMapping concode_elem_sep ColumnMap getColumnMap concode_elem_sep String getName co...
boolean function ( Tuple < NodeId > arg0 ) { if ( Check ) { if ( tupleLength != arg0 . size ( ) ) throw new TDBException ( String . format ( "srini_string" , arg0 . size ( ) , tupleLength ) ) ; } return performAdd ( arg0 ) ; }
8,879
set the returnclientrequestid value . concode_field_sep String filter concode_elem_sep String expand concode_elem_sep String select concode_elem_sep DateTimeRfc1123 ocpDate concode_elem_sep Integer maxResults concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer...
TaskListOptions function ( Boolean arg0 ) { this . returnClientRequestId = arg0 ; return this ; }
8,880
the names of the delivery streams . note : this method appends the values to the existing list if any . use #setdeliverystreamnames java.util.collection or #withdeliverystreamnames java.util.collection if you want tooverride the existing values . concode_field_sep Boolean hasMoreDeliveryStreams concode_elem_sep java.ut...
ListDeliveryStreamsResult function ( String ... arg0 ) { if ( this . deliveryStreamNames == null ) { setDeliveryStreamNames ( new java . util . ArrayList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . deliveryStreamNames . add ( loc0 ) ; } return this ; }
8,881
receives a update from openhab and sends it to the homematic server . concode_field_sep DelayedExecutor delayedExecutor concode_elem_sep HomematicContext context concode_elem_sep HomematicCallbackServer homematicCallbackServer concode_elem_sep HomematicClient homematicClient concode_elem_sep ItemDisabler itemDisabler c...
void function ( Item arg0 , State arg1 , HomematicBindingConfig arg2 ) { logger . debug ( "srini_string" , arg1 , arg0 . getName ( ) ) ; Event loc0 = new Event ( arg0 , arg1 , arg2 ) ; receiveType ( loc0 ) ; }
8,882
gets the value of the id property . concode_field_sep List<SignaturePropertyType> signatureProperty concode_elem_sep String id concode_field_sep List<SignaturePropertyType> getSignatureProperty concode_elem_sep void setId
String function ( ) { return id ; }
8,883
set the set of packet listeners . concode_field_sep Server server concode_elem_sep Set<PacketListener> packetListeners concode_elem_sep Predicate<GamePhase> injectionFilter concode_elem_sep ErrorReporter reporter concode_elem_sep ListenerInvoker invoker concode_elem_sep MinecraftVersion version concode_field_sep Player...
PlayerInjectorBuilder function ( @ Nonnull Set < PacketListener > arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; this . packetListeners = arg0 ; return this ; }
8,884
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 ; }
8,885
returns the max alive time of a socket connection to a homematic gateway in seconds . concode_field_sep int binCallbackPort concode_elem_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int xmlCallbackPort concode_elem_sep int cuxdPort concode_elem_sep int DEFAULT_PORT_GROUP concode_elem_se...
int function ( ) { return socketMaxAlive ; }
8,886
sets the selected panel to the specified panel . concode_field_sep PageContentBean selectedPanel concode_field_sep PageContentBean getSelectedPanel
void function ( PageContentBean arg0 ) { if ( arg0 != null && arg0 . isPageContent ( ) ) { this . selectedPanel = arg0 ; } }
8,887
log . concode_field_sep Logger log concode_field_sep void logError concode_elem_sep void logError concode_elem_sep void logInfo concode_elem_sep IStatus createStatus
void function ( int arg0 , int arg1 , String arg2 , Throwable arg3 ) { log ( createStatus ( arg0 , arg1 , arg2 , arg3 ) ) ; log . info ( arg2 ) ; }
8,888
return 1 if locked , otherwise 0 . used to find localmapstatsimpl #lockedentrycount . concode_field_sep int WAIT_PARTITION_TABLE_UPDATE_MILLIS concode_elem_sep ConstructorFunction<String,LocalMapStatsImpl> constructorFunction concode_elem_sep MapServiceContext mapServiceContext concode_elem_sep NodeEngine nodeEngine co...
int function ( Record arg0 , RecordStore arg1 ) { if ( arg1 . isLocked ( arg0 . getKey ( ) ) ) { return 1 ; } return 0 ; }
8,889
puts the last refresh date into a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String DECLINED_PERMISSIONS_KEY concode_elem_sep S...
void function ( Bundle arg0 , Date arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; Validate . notNull ( arg1 , "srini_string" ) ; putDate ( arg0 , LAST_REFRESH_DATE_KEY , arg1 ) ; }
8,890
a single preview frame will be returned to the handler supplied . the data will arrive as byte in the message.obj field , with width and height encoded as message.arg1 and message.arg2 , respectively . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TA...
void function ( Handler arg0 , int arg1 ) { if ( camera != null && previewing ) { previewCallback . setHandler ( arg0 , arg1 ) ; if ( useOneShotPreviewCallback ) { camera . setOneShotPreviewCallback ( previewCallback ) ; } else { camera . setPreviewCallback ( previewCallback ) ; } } }
8,891
parses a byte array into a space separated hex string where each byte is represented in the format 0x % 02x . concode_field_sep PlaceHolder placeHolder concode_field_sep String getSizeFromBytes concode_elem_sep long parseSpaceSize concode_elem_sep String formatPermission concode_elem_sep String parametersToString conco...
String function ( byte [ ] arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . append ( String . format ( "srini_string" , arg0 [ loc1 ] ) ) ; if ( loc1 != arg0 . length - 1 ) { loc0 . append ( "srini_string" ) ; } } return loc0 . toString ( ) ; }
8,892
get the width of the space concode_field_sep float cost concode_elem_sep ArrayList linksList concode_elem_sep float x concode_elem_sep float width concode_elem_sep float y concode_elem_sep HashMap links concode_elem_sep float height concode_field_sep void link concode_elem_sep boolean inTolerance concode_elem_sep boole...
float function ( ) { return width ; }
8,893
sometimes a tag starts somewhere and has a multiline comment in the middle and ends on the same line concode_field_sep PlaceHolder placeHolder concode_field_sep void method5 concode_elem_sep void method1 concode_elem_sep void method2 concode_elem_sep void method4
void function ( ) { }
8,894
gets item name concode_field_sep HashMap<String,String> m_parameters concode_elem_sep InsteonPLMActiveBinding m_binding concode_elem_sep String m_itemName concode_elem_sep EventPublisher m_eventPublisher concode_elem_sep int TIME_DELAY_POLL_RELATED_MSEC concode_elem_sep Logger logger concode_elem_sep ArrayList<InsteonA...
String function ( ) { return m_itemName ; }
8,895
destroy the storeservice concode_field_sep JPAService jpaService concode_field_sep Class<? extends Service> getInterface concode_elem_sep void init concode_elem_sep S getStore concode_elem_sep S getStore concode_elem_sep EntityManager getEntityManager
void function ( ) { }
8,896
globally turns on debug flags on all display objects . concode_field_sep boolean GL_STENCIL8_SUPPORTED concode_elem_sep boolean GL_DEPTH24_SUPPORTED concode_elem_sep int DEBUG_FLAG_GLOBAL_BOUNDS concode_elem_sep int DEBUG_FLAGS concode_elem_sep boolean GL_VBO_SUPPORTED concode_elem_sep String TAG concode_elem_sep Adapt...
void function ( final int arg0 ) { DEBUG_FLAGS = arg0 ; }
8,897
returns the blue shift . concode_field_sep float strokeWidth concode_elem_sep String fontName concode_elem_sep String weight concode_elem_sep int paintType concode_elem_sep float underlinePosition concode_elem_sep String notice concode_elem_sep int blueShift concode_elem_sep float blueScale concode_elem_sep List<Number...
int function ( ) { return blueShift ; }
8,898
pschain returns proper identity . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitChainTest
void function ( ) { MatcherAssert . assertThat ( new PsChain ( new PsLogout ( ) , new PsFake ( true ) ) . enter ( new RqFake ( ) ) . next ( ) , Matchers . is ( Identity . ANONYMOUS ) ) ; }
8,899
gets the value of the tlds 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 Tutorials getTutorials concode_elem_sep void setTutorials concode_elem_sep Resource...
Tlds function ( ) { return tlds ; }