idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
12,700
return the average duration recorded as a date . concode_field_sep long serialVersionUID concode_elem_sep long stop concode_elem_sep Statistics stats concode_elem_sep String SECONDS concode_elem_sep boolean minimumInitialized concode_elem_sep long minimum concode_elem_sep long serialVersionUID concode_elem_sep long las...
float function ( ) { return stats . getAverage ( ) ; }
12,701
the hash key value . concode_field_sep String rangeKeyValue concode_elem_sep String rangeKeyField concode_elem_sep String roleArn concode_elem_sep String hashKeyField concode_elem_sep String payloadField concode_elem_sep String tableName concode_elem_sep String hashKeyValue concode_field_sep void setTableName concode_e...
void function ( String arg0 ) { this . hashKeyValue = arg0 ; }
12,702
displays dialog using title and message . concode_field_sep LocalizationConstant localizationConstant concode_elem_sep DialogFactory dialogFactory concode_field_sep void onConnectionClosed
void function ( String arg0 , String arg1 ) { dialogFactory . createMessageDialog ( arg0 , arg1 , null ) . show ( ) ; }
12,703
return all names of the given group of constants . note that this method assumes that constants are named in accordance with the standard java convention for constant values i.e. all uppercase . the supplied namesuffix will be uppercased in a locale-insensitive fashion prior to the main logic of this method kicking in ...
Set < String > function ( String arg0 ) { String loc0 = ( arg0 != null ? arg0 . trim ( ) . toUpperCase ( Locale . ENGLISH ) : "srini_string" ) ; Set < String > loc1 = new HashSet < > ( ) ; for ( String loc2 : this . fieldCache . keySet ( ) ) { if ( loc2 . endsWith ( loc0 ) ) { loc1 . add ( loc2 ) ; } } return loc1 ; }
12,704
initial html header concode_field_sep String HTML_TAIL concode_field_sep long parseLongParam concode_elem_sep String htmlFooter concode_elem_sep String getRawPath concode_elem_sep String getParameter
PrintWriter function ( ServletResponse arg0 , String arg1 ) { arg0 . setContentType ( "srini_string" ) ; PrintWriter loc0 = arg0 . getWriter ( ) ; loc0 . println ( "srini_string" + "srini_string" + "srini_string" + arg1 + "srini_string" + "srini_string" + "srini_string" + arg1 + "srini_string" ) ; return loc0 ; }
12,705
setter for property malbedoblack . concode_field_sep double mMutationRate concode_elem_sep boolean mMutationEnabled concode_elem_sep int mGridSize concode_elem_sep double mAlbedoBlack concode_elem_sep double mSeedMix concode_elem_sep double mAlbedoWhite concode_elem_sep double mSolarOutput concode_elem_sep double mStep...
void function ( double arg0 ) { mAlbedoBlack = arg0 ; }
12,706
does the given event match the filter ? concode_field_sep Location _location concode_field_sep Location getLocation
boolean function ( Event arg0 ) { Location loc0 = ( Location ) arg0 . getParameter ( Event . EVENT_LOCATION ) ; if ( loc0 != null ) return ( getLocation ( ) . equals ( loc0 ) ) ; return false ; }
12,707
create an instance of proteintype.recommendedname concode_field_sep QName _Copyright_QNAME concode_field_sep ProteinType.AlternativeName createProteinTypeAlternativeName concode_elem_sep SourceType createSourceType concode_elem_sep CommentType.TemperatureDependence createCommentTypeTemperatureDependence concode_elem_se...
ProteinType . RecommendedName function ( ) { return new ProteinType . RecommendedName ( ) ; }
12,708
it returns the sequences of the database in a list concode_field_sep Map<Item,EquivalenceClass> frequentItems concode_elem_sep AbstractionCreator abstractionCreator concode_elem_sep IdListCreator idListCreator concode_elem_sep PatternCreator patternCreator concode_elem_sep int nSequences concode_elem_sep ItemFactory<In...
List < Sequence > function ( ) { return sequences ; }
12,709
deerializes elements from a string obtained from the system clipboard and pastes them into the specified target element . concode_field_sep String IGNORE_RECYCLE_HINT_ID concode_elem_sep String PASTE_SELECTION_FROM_STRING concode_elem_sep String PASTE_TO_TARGET_PARENT concode_elem_sep String MERGE_HINT_STRONG concode_e...
Collection function ( String arg0 , Resource arg1 , final Map arg2 , IProgressMonitor arg3 ) { return pasteElementsFromStringDelagate ( arg0 , new PasteTarget ( arg1 ) , arg2 , arg3 ) ; }
12,710
addition mit realer zahl concode_field_sep double r concode_elem_sep double i concode_field_sep Komplex minus concode_elem_sep Komplex minus concode_elem_sep Komplex minus concode_elem_sep Komplex minus concode_elem_sep double getI concode_elem_sep void setR concode_elem_sep double betrag concode_elem_sep int compareTo...
Komplex function ( double arg0 ) { this . r += arg0 ; return this ; }
12,711
warning log message . 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 concode_elem_sep void s...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; }
12,712
convenience method to get a formatted calendar based on the passed date time string concode_field_sep String INITIAL_PRICE concode_elem_sep String IMAGE concode_elem_sep String BID_COUNT concode_elem_sep String CURRENCY concode_elem_sep ItemType[] itemList concode_elem_sep Log log concode_elem_sep String SELLER concode...
Calendar function ( String arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( DATE_FORMAT ) ; Calendar loc1 = Calendar . getInstance ( ) ; Date loc2 = loc0 . parse ( arg0 ) ; loc1 . setTime ( loc2 ) ; return loc1 ; }
12,713
sets value of the coreconnectionpnames #so_linger parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep void setSoTimeout concode_elem_sep boolean getSoReu...
void function ( final HttpParams arg0 , int arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setIntParameter ( CoreConnectionPNames . SO_LINGER , arg1 ) ; }
12,714
get a new sub-list of methods containing all the methods from this method list without a specified method-level annotation declared . concode_field_sep AnnotatedMethod[] methods concode_field_sep MethodList filter concode_elem_sep Iterator<AnnotatedMethod> iterator concode_elem_sep List<Method> getAllDeclaredMethods co...
MethodList function ( final Class < T > arg0 ) { return filter ( new Filter ( ) { @ Override public boolean keep ( AnnotatedMethod arg1 ) { return arg1 . getAnnotation ( arg0 ) == null ; } } ) ; }
12,715
returnerer id ` en til menyvalget . concode_field_sep int _id concode_elem_sep String _text concode_elem_sep int _age concode_field_sep String getText concode_elem_sep void drawStringSinus concode_elem_sep void drawString
int function ( ) { return _id ; }
12,716
write bytes to output or random access file . concode_field_sep int level concode_elem_sep long written concode_elem_sep JBZipFile myFile concode_elem_sep CRC32 crc concode_elem_sep String comment concode_elem_sep byte[] LFH_SIG concode_elem_sep byte[] CFH_SIG concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep R...
void function ( byte [ ] arg0 ) { writeOut ( arg0 , 0 , arg0 . length ) ; }
12,717
returns true if we should only check fatal issues concode_field_sep boolean mAllErrors concode_elem_sep List<File> mClasses concode_elem_sep List<File> mLibraries concode_elem_sep boolean mExplainIssues concode_elem_sep int ERRNO_USAGE concode_elem_sep int ERRNO_HELP concode_elem_sep int ERRNO_EXISTS concode_elem_sep b...
boolean function ( ) { return mFatalOnly ; }
12,718
delete / types / : id - > delete the `` id '' type . concode_field_sep Logger log concode_elem_sep TypeRepository typeRepository concode_field_sep List<Type> getAll concode_elem_sep ResponseEntity<Type> get concode_elem_sep ResponseEntity<Void> create concode_elem_sep ResponseEntity<Void> update
void function ( @ PathVariable Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; typeRepository . delete ( arg0 ) ; }
12,719
registers all the defined commands by method in this class . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean validateMethod concode_elem_sep boolean hasCommandAnnotation
AnnotatedCommandExecutor function ( Object arg0 ) { return create ( arg0 . getClass ( ) , arg0 , null ) ; }
12,720
info log message . 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 concode_elem_sep void setL...
void function ( String arg0 , String arg1 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; }
12,721
returns the round trip time for this ping in nanoseconds , or -1 if the response was cancelled , or -2 if the timeout elapsed before the round trip completed . concode_field_sep long sent concode_elem_sep CountDownLatch latch concode_elem_sep long received concode_field_sep void cancel concode_elem_sep void receive con...
long function ( long arg0 , TimeUnit arg1 ) { if ( latch . await ( arg0 , arg1 ) ) { return received - sent ; } else { return - 2 ; } }
12,722
returns the standard display to be used . the method first checks , if the thread calling this method has an associated disaply . if so , this display is returned . otherwise the method returns the default display . concode_field_sep PlaceHolder placeHolder concode_field_sep int getButtonWidthHint concode_elem_sep Shel...
Display function ( ) { Display loc0 ; loc0 = Display . getCurrent ( ) ; if ( loc0 == null ) loc0 = Display . getDefault ( ) ; return loc0 ; }
12,723
returns the csv of supported sub protocols concode_field_sep String SUB_PROTOCOL_WILDCARD concode_elem_sep InternalLogger logger concode_elem_sep ClosedChannelException CLOSED_CHANNEL_EXCEPTION concode_elem_sep int maxFramePayloadLength concode_elem_sep String[] subprotocols concode_elem_sep String selectedSubprotocol ...
Set < String > function ( ) { Set < String > loc0 = new LinkedHashSet < String > ( ) ; Collections . addAll ( loc0 , subprotocols ) ; return loc0 ; }
12,724
this method should return a 2 dimensional array of boolean that represent a conway grid , with true values in the positions where cells are alive concode_field_sep long serialVersionUID concode_elem_sep boolean[][] grid concode_field_sep String getPatternName concode_elem_sep String toString
boolean [ ] [ ] function ( ) { return this . grid ; }
12,725
displays a message to the user that windows permissions were not obtainable concode_field_sep FileOperations FileOperations concode_elem_sep Shell shell concode_elem_sep String heimdallVersion concode_elem_sep String VID concode_elem_sep String PID concode_elem_sep String[] WindowsDriverBlanket concode_field_sep boolea...
void function ( ) { if ( OSTools . isWindows ( ) ) { new CASUALMessageObject ( "srini_string" + getClass ( ) . getProtectionDomain ( ) . getCodeSource ( ) . getLocation ( ) . getPath ( ) ) . showErrorDialog ( ) ; } CASUALMain . shutdown ( 0 ) ; }
12,726
removed scheme part `` scheme : / / '' from incoming uri concode_field_sep String scheme concode_elem_sep String uriPrefix concode_field_sep InputStream getStream concode_elem_sep boolean belongsTo concode_elem_sep String wrap concode_elem_sep Scheme ofUri
String function ( String arg0 ) { if ( ! belongsTo ( arg0 ) ) { throw new IllegalArgumentException ( String . format ( "srini_string" , arg0 , scheme ) ) ; } return arg0 . substring ( uriPrefix . length ( ) ) ; }
12,727
get the number of pixels this symbol extends below the staff . used to determine the minimum height needed for the staff staff.findbounds . concode_field_sep NoteDuration duration concode_elem_sep int width concode_elem_sep int starttime concode_field_sep int getMinWidth concode_elem_sep void DrawQuarter concode_elem_s...
int function ( ) { return 0 ; }
12,728
used to retrieve the value of the attribute #type . concode_field_sep String address concode_elem_sep String name concode_elem_sep Long id concode_elem_sep List<Commande> commandes concode_elem_sep String type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setAddress concode_elem_s...
String function ( ) { return type ; }
12,729
wrapper method to allow full defaults to be passed to the wraplist method this will return the full list of cities wrapped in selectitems concode_field_sep String BEAN_NAME concode_elem_sep List<String> cities concode_elem_sep String RESOURCE_PATH concode_elem_sep String CITIES_FILENAME concode_field_sep List<String> r...
List < SelectItem > function ( ) { return wrapList ( null , getCities ( ) ) ; }
12,730
retruns glyphmetrics of this glyph object with precise metrics . concode_field_sep GlyphJustificationInfo glJustInfo concode_elem_sep BufferedImage image concode_elem_sep int bmp_pitch concode_elem_sep GlyphMetrics glMetrics concode_elem_sep int glCode concode_elem_sep GlyphMetrics glPointMetrics concode_elem_sep int b...
GlyphMetrics function ( ) { return glMetrics ; }
12,731
generates a custom log for all of the error/info/warn / debug messages sent . concode_field_sep Map<String,ErrorLogger> logs concode_elem_sep int debugLevel concode_field_sep void clearLogs concode_elem_sep ErrorLogger getLog concode_elem_sep void addLog concode_elem_sep void setVerboseDebug concode_elem_sep List<LogMe...
String function ( ) { return generateLogs ( true ) ; }
12,732
as #multiply long , but approximate due to the division nano precision concode_field_sep long nanos concode_elem_sep Duration ONE_SECOND concode_elem_sep Function<Number,String> millisToStringRounded concode_elem_sep Duration ZERO concode_elem_sep Duration ONE_HOUR concode_elem_sep Duration THIRTY_SECONDS concode_elem_...
Duration function ( double arg0 ) { return nanos ( nanos ( ) * arg0 ) ; }
12,733
removes an entry from the model . concode_field_sep ArrayList data concode_elem_sep boolean allowOtherValue concode_elem_sep ArrayList listdatalistener concode_elem_sep Object value concode_elem_sep Object key concode_elem_sep Object selectedItemValue concode_elem_sep int selectedItemIndex concode_elem_sep ListDataList...
void function ( final Object arg0 ) { final int loc0 = findDataElementIndex ( arg0 ) ; if ( loc0 == - 1 ) { return ; } this . data . remove ( loc0 ) ; final ListDataEvent loc1 = new ListDataEvent ( this , ListDataEvent . INTERVAL_REMOVED , loc0 , loc0 ) ; fireListDataEvent ( loc1 ) ; }
12,734
get / lres : get all the lres . concode_field_sep Logger log concode_elem_sep LreRepository lreRepository concode_field_sep ResponseEntity<Lre> getLre concode_elem_sep ResponseEntity<Lre> updateLre concode_elem_sep ResponseEntity<Lre> createLre concode_elem_sep ResponseEntity<Void> deleteLre
List < Lre > function ( ) { log . debug ( "srini_string" ) ; List < Lre > loc0 = lreRepository . findAll ( ) ; return loc0 ; }
12,735
get a modifier for the instance 's list . concode_field_sep Shader[] shaders concode_elem_sep Matrix4 o2w concode_elem_sep Matrix4 w2o concode_elem_sep BoundingBox bounds concode_elem_sep Geometry geometry concode_elem_sep Modifier[] modifiers concode_field_sep Shader getShader concode_elem_sep Vector3 transformNormalW...
Modifier function ( int arg0 ) { if ( modifiers == null || arg0 < 0 || arg0 >= modifiers . length ) return null ; return modifiers [ arg0 ] ; }
12,736
the private ip address of the network interface . concode_field_sep InstanceNetworkInterfaceAssociation association concode_elem_sep String privateDnsName concode_elem_sep String privateIpAddress concode_elem_sep Boolean primary concode_field_sep String getPrivateDnsName concode_elem_sep Boolean getPrimary concode_elem...
void function ( String arg0 ) { this . privateIpAddress = arg0 ; }
12,737
return the datanode descriptor for the given datanode . concode_field_sep PlaceHolder placeHolder concode_field_sep LocatedBlocks getBlockLocations concode_elem_sep long[] getStats concode_elem_sep NamenodeCommand startCheckpoint concode_elem_sep Server getRpcServer concode_elem_sep FSImage spyOnFsImage concode_elem_se...
DatanodeDescriptor function ( final FSNamesystem arg0 , DatanodeID arg1 ) { arg0 . readLock ( ) ; try { return arg0 . getBlockManager ( ) . getDatanodeManager ( ) . getDatanode ( arg1 ) ; } finally { arg0 . readUnlock ( ) ; } }
12,738
update the instance lists for this scene . concode_field_sep int imageWidth concode_elem_sep AccelerationStructure intAccel concode_elem_sep Display display concode_elem_sep InstanceList infiniteInstanceList concode_elem_sep Instance bakingInstance concode_elem_sep int threads concode_elem_sep LightServer lightServer c...
void function ( Instance [ ] arg0 , Instance [ ] arg1 ) { infiniteInstanceList = new InstanceList ( arg1 ) ; instanceList = new InstanceList ( arg0 ) ; rebuildAccel = true ; }
12,739
gets the target_id value for this relationshipdata . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.math.BigInteger target_id concode_elem_sep java.math.BigInteger id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.intell...
java . math . BigInteger function ( ) { return target_id ; }
12,740
gets the value of the servicesequencenbr property . concode_field_sep long serviceSequenceNbr concode_elem_sep Boolean extendContract concode_elem_sep String serviceCode concode_elem_sep BigInteger contractTerm concode_elem_sep List<SubscriberIdentifier> planPrimaryLine concode_elem_sep TransactionIdentifier transactio...
long function ( ) { return serviceSequenceNbr ; }
12,741
returns the internal name of this action . concode_field_sep Object[] args concode_elem_sep String name concode_field_sep void setName concode_elem_sep void invoke concode_elem_sep void invoke concode_elem_sep String toString
String function ( ) { return name ; }
12,742
given a path return the number of free kb concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep boolean testFileExists
long function ( String arg0 ) { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 / 1024 ; }
12,743
check if details are parsed . concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep ByteBuffer content concode_field_sep ContainerBox getParent concode_elem_sep byte[] getUserType concode_ele...
boolean function ( ) { return content == null ; }
12,744
adds an integer number to the message argument . concode_field_sep List<Byte> byteData concode_field_sep void appendLong concode_elem_sep void prependInteger concode_elem_sep String toString concode_elem_sep void appendBytes concode_elem_sep List<Byte> getBytes
void function ( final int arg0 ) { for ( int loc0 = 3 ; loc0 >= 0 ; -- loc0 ) { byteData . add ( Byte . valueOf ( ( byte ) ( arg0 >> 8 * loc0 & 0xFF ) ) ) ; } }
12,745
gets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<Contact> results concode_field_sep void setTotalResultSetSize concode_elem_sep void setStartIndex concode_elem_sep List<Contact> getResults concode_elem_sep Integer getTotal...
Integer function ( ) { return startIndex ; }
12,746
validate the passed in timestamp token against the tokens and data present in the message . concode_field_sep TimeStampDataUtil util concode_elem_sep TimeStampedData timeStampedData concode_elem_sep ContentInfo contentInfo concode_field_sep void initialiseMessageImprintDigestCalculator concode_elem_sep byte[] getEncode...
void function ( DigestCalculatorProvider arg0 , byte [ ] arg1 , TimeStampToken arg2 ) { util . validate ( arg0 , arg1 , arg2 ) ; }
12,747
returns the total number of nanoseconds the cache has spent loading new values . this can be used to calculate the miss penalty . this value is increased every time loadsuccesscount or loadexceptioncount is incremented . concode_field_sep long totalLoadTime concode_elem_sep long evictionCount concode_elem_sep long hitC...
long function ( ) { return totalLoadTime ; }
12,748
invoked when the mouse enters a component . concode_field_sep PlaceHolder placeHolder concode_field_sep void mouseReleased concode_elem_sep boolean endInteraction concode_elem_sep void keyPressed concode_elem_sep void mouseExited concode_elem_sep void mouseDragged concode_elem_sep void mouseClicked concode_elem_sep boo...
void function ( MouseEvent arg0 ) { }
12,749
gets the file offset of the first jpeg segment data for the specified marker . concode_field_sep long serialVersionUID concode_elem_sep HashMap _segmentOffsetDataMap concode_elem_sep HashMap _segmentDataMap concode_field_sep List getOrCreateSegmentOffsetList concode_elem_sep void addSegment concode_elem_sep void addSeg...
long function ( byte arg0 ) { return getSegmentOffset ( arg0 , 0 ) ; }
12,750
sets the value of the value property . concode_field_sep XMLGregorianCalendar datum concode_elem_sep XMLGregorianCalendar value concode_field_sep XMLGregorianCalendar getValue concode_elem_sep XMLGregorianCalendar getDatum concode_elem_sep void setDatum
void function ( XMLGregorianCalendar arg0 ) { this . value = arg0 ; }
12,751
adds a new band description to the product description . concode_field_sep HashMap _bands concode_elem_sep HashMap _tiePoints concode_elem_sep String _externalGeolocationPattern concode_elem_sep Vector _bandVec concode_elem_sep boolean _flipTopDown concode_elem_sep String[] _geolocationDatasetNames concode_elem_sep Vec...
void function ( final String arg0 , final String arg1 , final String arg2 , final String arg3 , final String arg4 , final String arg5 , final String arg6 , final String arg7 , final String arg8 , final String arg9 , final String arg10 ) { final ModisBandDescription loc0 = new ModisBandDescription ( arg0 , arg1 , arg2 ,...
12,752
sets the value of the widgetinfo property . concode_field_sep Layout layout concode_elem_sep String path concode_elem_sep String flavour concode_elem_sep String name concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep Widgetinfo widgetinfo concode_elem_sep String activeScope concode...
void function ( Widgetinfo arg0 ) { this . widgetinfo = arg0 ; }
12,753
returns the number of differences between the two objects . concode_field_sep String DIFFERS_STRING concode_elem_sep String OBJECTS_SAME_STRING concode_elem_sep Object lhs concode_elem_sep ToStringStyle style concode_elem_sep List<Diff<?>> diffs concode_elem_sep Object rhs concode_field_sep Iterator<Diff<?>> iterator c...
int function ( ) { return diffs . size ( ) ; }
12,754
add error message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concode_elem...
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; }
12,755
the id of the resource . concode_field_sep String resourceId concode_elem_sep UnsuccessfulItemError error concode_field_sep UnsuccessfulItemError getError concode_elem_sep UnsuccessfulItem withError concode_elem_sep UnsuccessfulItem withResourceId concode_elem_sep void setError concode_elem_sep int hashCode concode_ele...
String function ( ) { return this . resourceId ; }
12,756
returns the task start time concode_field_sep TaskId parentTask concode_elem_sep long startTimeNanos concode_elem_sep String action concode_elem_sep String description concode_elem_sep long startTime concode_elem_sep long id concode_elem_sep String type concode_field_sep String getType concode_elem_sep long getId conco...
long function ( ) { return startTime ; }
12,757
ensures that the current thread does n't hold any read locks . if the thread holds any read locks , this method throws a javax.ejb.illegalloopbackexception . if no read locks are held , then this method delegates the call to the internal delegate java.util.concurrent.locks.reentrantreadwritelock concode_field_sep Threa...
boolean function ( long arg0 , TimeUnit arg1 ) { checkLoopback ( ) ; return delegate . writeLock ( ) . tryLock ( arg0 , arg1 ) ; }
12,758
eventually sets the element at position i to the given value . concode_field_sep long serialVersionUID concode_elem_sep int[] array concode_field_sep int getAndIncrement concode_elem_sep void set concode_elem_sep int incrementAndGet concode_elem_sep boolean weakCompareAndSet concode_elem_sep int length concode_elem_sep...
void function ( int arg0 , int arg1 ) { getAndSet ( arg0 , arg1 ) ; }
12,759
getter method for the circlename concode_field_sep int subSubCatId concode_elem_sep String classificationName concode_elem_sep String circleName concode_elem_sep String subSubCategoryName concode_elem_sep int subCatId concode_elem_sep String callBackWorkFlowName concode_elem_sep long serialVersionUID concode_elem_sep S...
String function ( ) { return circleName ; }
12,760
get the resource adapter concode_field_sep long serialVersionUID concode_elem_sep PrintWriter writer concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setResourceAdapter concode_elem_sep void setLogWriter concode_elem_sep int hashCode concode_elem_sep ...
ResourceAdapter function ( ) { return ra ; }
12,761
populates a multiset by reading an input stream , as part of deserialization . see #writemultiset for the data format . concode_field_sep Field field concode_field_sep void writeMultiset concode_elem_sep void set concode_elem_sep void set concode_elem_sep void writeMultimap concode_elem_sep FieldSetter<T> getFieldSette...
void function ( Multiset < E > arg0 , ObjectInputStream arg1 ) { int loc0 = arg1 . readInt ( ) ; populateMultiset ( arg0 , arg1 , loc0 ) ; }
12,762
2-opt a tour . removes 2 edges , then reconstructs a tour . in general from http://en.wikipedia.org/wiki/2-opt : 1 . take route 0 to route i-1 and add them in order to new_route 2 . take route i to route k and add them in reverse order to new_route 3 . take route k +1 to end and add them in order to new_route note that...
void function ( final Point [ ] arg0 , final int arg1 , final int arg2 ) { for ( int loc0 = arg1 , loc1 = arg2 ; loc0 < loc1 ; loc0 ++ , loc1 -- ) { final Point loc2 = arg0 [ loc0 ] ; arg0 [ loc0 ] = arg0 [ loc1 ] ; arg0 [ loc1 ] = loc2 ; } }
12,763
resets all user data to its default settings . only use this if all data is corrupted . concode_field_sep File USER_DATA_FILE concode_elem_sep String data concode_elem_sep LinkedHashMap<String,Datum<String>> Data concode_elem_sep E defaultData concode_elem_sep String description concode_elem_sep String SEPARATOR concod...
void function ( ) { for ( Datum loc0 : Data . values ( ) ) { loc0 . makeDefault ( ) ; } }
12,764
remove concode_field_sep Hashtable cache concode_elem_sep Properties ctx concode_elem_sep int cacheSize concode_elem_sep CLogger log concode_elem_sep Hashtable cacheUsage concode_field_sep int getSize concode_elem_sep void cleanUp concode_elem_sep void use concode_elem_sep void use concode_elem_sep void setCtx concode_...
void function ( String arg0 ) { cache . remove ( arg0 ) ; cacheUsage . remove ( arg0 ) ; }
12,765
this method resets the outgoing events . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void reactR2_R2A concode_elem_sep void ...
void function ( ) { }
12,766
return true if the current phone can retrieve the voice message count . currently this is assumed to be true on cdma phones and false otherwise . todo : this capability should really be exposed by the telephony layer , since it depends on the underlying telephony technology . concode_field_sep String LOG_TAG concode_fi...
boolean function ( Phone arg0 ) { return ( arg0 . getPhoneType ( ) == Phone . PHONE_TYPE_CDMA ) ; }
12,767
return true if the field does not include any of the private , protected , or public modifiers . concode_field_sep com.badlogic.gwtref.client.Field field concode_field_sep Class getElementType concode_elem_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void s...
boolean function ( ) { return ! isPrivate ( ) && ! isProtected ( ) && ! isPublic ( ) ; }
12,768
define el valor de la propiedad cityname . concode_field_sep String cityName concode_elem_sep String countryName concode_field_sep String getCityName concode_elem_sep void setCountryName concode_elem_sep String getCountryName
void function ( String arg0 ) { this . cityName = arg0 ; }
12,769
send a verbose log message . concode_field_sep String TAG concode_field_sep void d concode_elem_sep void d concode_elem_sep void e concode_elem_sep void e concode_elem_sep void w concode_elem_sep void w concode_elem_sep void w concode_elem_sep String buildMessage concode_elem_sep void i concode_elem_sep void i
void function ( String arg0 ) { if ( BuildConfig . DEBUG ) android . util . Log . v ( TAG , buildMessage ( arg0 ) ) ; }
12,770
counts the number of test cases that will be run by this test . concode_field_sep String fName concode_elem_sep Vector fTests concode_field_sep void setName concode_elem_sep int testCount concode_elem_sep void addTestSuite concode_elem_sep String getName concode_elem_sep void addTestMethod concode_elem_sep void run con...
int function ( ) { int loc0 = 0 ; for ( Enumeration loc1 = tests ( ) ; loc1 . hasMoreElements ( ) ; ) { Test loc2 = ( Test ) loc1 . nextElement ( ) ; loc0 = loc0 + loc2 . countTestCases ( ) ; } return loc0 ; }
12,771
sets the value of the progress label . concode_field_sep boolean customProgress concode_elem_sep String labelPosition concode_elem_sep boolean customComplete concode_elem_sep String progressCompleteLabel concode_elem_sep String mode concode_elem_sep String progressLabel concode_field_sep boolean isCustomProgress concod...
void function ( String arg0 ) { progressLabel = arg0 ; }
12,772
gets the value of the descriptions property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep List<Tracked> tracked concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep St...
Descriptions function ( ) { return descriptions ; }
12,773
write the pager content . concode_field_sep List<Pair<String,Long>> references concode_elem_sep int MAX_OFFSET concode_elem_sep boolean enabled concode_field_sep void enable concode_elem_sep boolean isEnabled concode_elem_sep void addReference
void function ( OutputStream arg0 ) { for ( Pair < String , Long > loc0 : references ) { MToolKit . writeString ( arg0 , loc0 . key ) ; MToolKit . writeInt24 ( arg0 , loc0 . value . intValue ( ) ) ; } references . clear ( ) ; }
12,774
returns the date formatter for the x-values . concode_field_sep String formatString concode_elem_sep long serialVersionUID concode_elem_sep DateFormat yDateFormat concode_elem_sep NumberFormat yFormat concode_elem_sep DateFormat xDateFormat concode_elem_sep String nullYString concode_elem_sep NumberFormat xFormat conco...
DateFormat function ( ) { return this . xDateFormat ; }
12,775
appends len chars to this buffer from the given source char array buffer starting at index off . the capacity of the buffer is increased if necessary to accommodate all len chars . the chars are converted to bytes using simple cast . concode_field_sep int len concode_elem_sep byte[] buffer concode_elem_sep long serialV...
void function ( final CharArrayBuffer arg0 , int arg1 , int arg2 ) { if ( arg0 == null ) { return ; } append ( arg0 . buffer ( ) , arg1 , arg2 ) ; }
12,776
set a prompt to display on the capture screen , instead of using the default . concode_field_sep Class<?> captureActivity concode_elem_sep Activity activity concode_elem_sep Collection<String> DATA_MATRIX_TYPES concode_elem_sep String TAG concode_elem_sep Collection<String> QR_CODE_TYPES concode_elem_sep android.suppor...
IntentIntegrator function ( String arg0 ) { if ( arg0 != null ) { addExtra ( Intents . Scan . PROMPT_MESSAGE , arg0 ) ; } return this ; }
12,777
get the starting size of the core thread pool . concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep long keepAliveTime concode_elem_sep Log log concode_elem_sep ThreadPoolExecutor renderService concode_elem_sep int corePoolSize concode_elem_sep Schedul...
int function ( ) { return corePoolSize ; }
12,778
gets the location of the source connectionanchor of the faulthandlericon concode_field_sep BPELEditPart editPart concode_elem_sep List<PolylineConnection> handlerConnectionsList concode_elem_sep IFigure connLayer concode_field_sep IFigure getTHFigure concode_elem_sep Ray getFHRoutingStartConstraint concode_elem_sep int...
int function ( ) { return isHorizontalLayout ( ) ? CenteredConnectionAnchor . BOTTOM : CenteredConnectionAnchor . RIGHT ; }
12,779
gets the default mediaroutecontroller , creating it if necessary . concode_field_sep MediaRouteController mCurrentRouteController concode_elem_sep String DEFAULT_CASTING_MESSAGE concode_elem_sep Context mCastContextApplicationContext concode_elem_sep WeakReference<Activity> mChromeVideoActivity concode_elem_sep RemoteM...
List < MediaRouteController > function ( ) { return mMediaRouteControllers ; }
12,780
create an empty project if this project does not exist . concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concode_elem_sep boolean get...
boolean function ( IProject arg0 ) { if ( ! arg0 . exists ( ) ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; return true ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } } return false ; }
12,781
get metadata of routing nodes concode_field_sep boolean retryFailed concode_elem_sep boolean debugDecision concode_elem_sep RoutingNodes routingNodes concode_elem_sep IndexMetaDataUpdater indexMetaDataUpdater concode_elem_sep RoutingChangesObserver routingChangesObserver concode_elem_sep MetaData metaData concode_elem_...
MetaData function ( ) { return metaData ; }
12,782
gets the encryption dictionary associated with the document encryption handler . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean i...
EncryptionDictionary function ( ) { return encryptDictionary ; }
12,783
a list that contains the status of a specified delivery channel . concode_field_sep com.amazonaws.internal.SdkInternalList<DeliveryChannelStatus> deliveryChannelsStatus concode_field_sep int hashCode concode_elem_sep DescribeDeliveryChannelStatusResult withDeliveryChannelsStatus concode_elem_sep DescribeDeliveryChannel...
java . util . List < DeliveryChannelStatus > function ( ) { if ( deliveryChannelsStatus == null ) { deliveryChannelsStatus = new com . amazonaws . internal . SdkInternalList < DeliveryChannelStatus > ( ) ; } return deliveryChannelsStatus ; }
12,784
returns an optional instance with no contained reference.comparison to java.util.optional : this method is equivalent to java 8 's optional.empty . concode_field_sep long serialVersionUID concode_field_sep Iterable<T> presentInstances concode_elem_sep Optional<T> fromNullable concode_elem_sep Optional<V> transform conc...
Optional < T > function ( ) { return Absent . withType ( ) ; }
12,785
close this input stream and release any associated system resources . concode_field_sep int buffer concode_elem_sep int EOF concode_elem_sep int n concode_elem_sep BufferedInputStream in concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep double readDouble ...
void function ( ) { try { in . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; throw new RuntimeException ( "srini_string" ) ; } }
12,786
attempts to establish a connection to the given database url . concode_field_sep PrintStream thePrintStream concode_elem_sep PrintWriter thePrintWriter concode_elem_sep int loginTimeout concode_elem_sep SQLPermission logPermission concode_elem_sep List<Driver> theDrivers concode_field_sep boolean isClassFromClassLoader...
Connection function ( String arg0 , String arg1 , String arg2 ) { Properties loc0 = new Properties ( ) ; if ( arg1 != null ) { loc0 . setProperty ( "srini_string" , arg1 ) ; } if ( arg2 != null ) { loc0 . setProperty ( "srini_string" , arg2 ) ; } return getConnection ( arg0 , loc0 ) ; }
12,787
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 ) { return createClassLoader ( arg0 , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
12,788
returns the create date of this checkout . concode_field_sep Checkout _checkout concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_...
Date function ( ) { return _checkout . getCreateDate ( ) ; }
12,789
returns the minor http version that should be used for future requests on this connection . either 0 for http/1 .0 , or 1 for http/1 .1 . the default value is 1 for new connections . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs...
int function ( ) { return httpMinorVersion ; }
12,790
gets flink 's descriptor for the kafka partition . concode_field_sep KafkaTopicPartition partition concode_elem_sep KPH kafkaPartitionHandle concode_elem_sep long offset concode_elem_sep long OFFSET_NOT_SET concode_field_sep boolean isOffsetDefined concode_elem_sep int getPartition concode_elem_sep KPH getKafkaPartitio...
KafkaTopicPartition function ( ) { return partition ; }
12,791
returns a string representation of this object ; useful for testing and debugging . concode_field_sep CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList concode_field_sep CloudFrontOriginAccessIdentityList getCloudFrontOriginAccessIdentityList concode_elem_sep ListCloudFrontOriginAccessIdentitiesResu...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( cloudFrontOriginAccessIdentityList != null ) loc0 . append ( "srini_string" + cloudFrontOriginAccessIdentityList + "srini_string" ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
12,792
gets the content of this mapfield as a read-only map . concode_field_sep Iterator<E> delegate concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep MutabilityOracle mutabilityOracle concode_elem_sep MapFieldLite EMPTY_MAP_FIELD concode_field_sep E next concode_elem_sep i...
Map < K , V > function ( ) { return Collections . unmodifiableMap ( mapData ) ; }
12,793
creates a new mbeanserver implementation with the specifieddefault domain , delegate and outer server . the latter is the server passed to the mbeanregistration interface of management beans , allowing an mbeanserver implementation to wrap another in orderto provide additional checks , etc. . if this value is null , th...
MBeanServer function ( String arg0 , MBeanServer arg1 , MBeanServerDelegate arg2 ) { return new Server ( arg0 , arg1 , arg2 ) ; }
12,794
sets the value of the parametername property . concode_field_sep AttributeValueType attributeValue concode_elem_sep String parameterName concode_field_sep String getParameterName concode_elem_sep AttributeValueType getAttributeValue concode_elem_sep void setAttributeValue
void function ( String arg0 ) { this . parameterName = arg0 ; }
12,795
setter method concode_field_sep Integer customerType concode_elem_sep Integer callSource concode_elem_sep Date endDate concode_elem_sep Integer caseStatus concode_elem_sep long serialVersionUID concode_elem_sep Integer subCategoryId concode_elem_sep String circleID concode_elem_sep String circle concode_elem_sep Date s...
void function ( Integer arg0 ) { this . subCategoryId = arg0 ; }
12,796
overridable method to validate each line that is returned . concode_field_sep BufferedReader bufferedReader concode_elem_sep String cachedLine concode_elem_sep boolean finished concode_field_sep Object next concode_elem_sep String nextLine concode_elem_sep boolean hasNext concode_elem_sep void closeQuietly concode_elem...
boolean function ( String arg0 ) { return true ; }
12,797
gets the value of the privileges property . concode_field_sep GlobalPrivilegesType privileges concode_elem_sep Boolean isDefault concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Boolean isSuperUser concode_elem_s...
GlobalPrivilegesType function ( ) { return privileges ; }
12,798
sets the value of the description property . concode_field_sep DefaultsType policyDefaults concode_elem_sep String policyId concode_elem_sep ObligationsType obligations concode_elem_sep String description concode_elem_sep List<Object> combinerParametersOrRuleCombinerParametersOrVariableDefinition concode_elem_sep Strin...
void function ( String arg0 ) { this . description = arg0 ; }
12,799
read the configuration file configfilename if it exists . moreover , a thread will be created that will periodically check if configfilename has been created or modified . the period is determined by the delay argument . if a change or file creation is detected , then configfilename is read to configure log4j . concode...
void function ( final String arg0 , final long arg1 ) { }