idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
34,100
if this is a local variable held on the local stack frame , return the corresponding slot number . in other cases , return -1 . concode_field_sep StructuredQName name concode_elem_sep int slotNumber concode_elem_sep SequenceType requiredType concode_field_sep SequenceType getRequiredType concode_elem_sep boolean isAssi...
int function ( ) { return slotNumber ; }
34,101
gets the value of the measuretype property . concode_field_sep String before concode_elem_sep int personId concode_elem_sep String after concode_elem_sep String measureType concode_field_sep int getPersonId concode_elem_sep String getAfter concode_elem_sep String getBefore concode_elem_sep void setMeasureType concode_e...
String function ( ) { return measureType ; }
34,102
apply any import customizations . this method will only be called if #matches returns true . concode_field_sep PlaceHolder placeHolder concode_field_sep void apply concode_elem_sep void applyDependencies concode_elem_sep boolean matches concode_elem_sep void applyToMainClass
void function ( ImportCustomizer arg0 ) { }
34,103
get the type of an attribute by name . concode_field_sep Vector types concode_elem_sep Vector names concode_elem_sep Vector values concode_field_sep String getValue concode_elem_sep String getValue concode_elem_sep String getName concode_elem_sep void addAttribute concode_elem_sep void clear concode_elem_sep int getLen...
String function ( String arg0 ) { return getType ( names . indexOf ( arg0 ) ) ; }
34,104
adds specified pattern from the set of containing patterns . concode_field_sep Logger LOG concode_elem_sep String ATTRIBUTE_NAME concode_elem_sep String ELEMENT_PATTERN concode_elem_sep String myName concode_elem_sep HashSet<TodoPattern> myTodoPatterns concode_elem_sep String ATTRIBUTE_INDEX concode_field_sep void setN...
void function ( TodoPattern arg0 ) { LOG . assertTrue ( myTodoPatterns . contains ( arg0 ) ) ; myTodoPatterns . remove ( arg0 ) ; }
34,105
gets the value of the version property . concode_field_sep List<LogItemType> logitem concode_elem_sep List<PageType> page concode_elem_sep String lang concode_elem_sep SiteInfoType siteinfo concode_elem_sep String version concode_field_sep List<LogItemType> getLogitem concode_elem_sep void setVersion concode_elem_sep S...
String function ( ) { return version ; }
34,106
returns the agreed id , delegating functionality to the #type . id . concode_field_sep PlaceHolder placeHolder concode_field_sep long[] extract concode_elem_sep long[] read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write
String function ( ) { try { return type ( ) . id ( ) ; } catch ( BadKind loc0 ) { throw new Error ( "srini_string" , loc0 ) ; } }
34,107
gets whether tap-to-retry is enabled . concode_field_sep boolean mTryCacheOnlyFirst concode_elem_sep Object mCallerContext concode_elem_sep boolean mAutoPlayAnimations concode_elem_sep DraweeController mOldController concode_elem_sep AtomicLong sIdCounter concode_elem_sep boolean mTapToRetryEnabled concode_elem_sep REQ...
boolean function ( ) { return mTapToRetryEnabled ; }
34,108
can we archive the document ? concode_field_sep CLogger log concode_elem_sep ArchiveEngine s_engine concode_field_sep ArchiveEngine get concode_elem_sep byte[] archive
boolean function ( LayoutEngine arg0 ) { return ( arg0 != null && Document . isValid ( ( Pageable ) arg0 ) && arg0 . getNumberOfPages ( ) > 0 ) ; }
34,109
even though this factory method helps us to hide the state and resolution of an open task , the problem is that the method still has four method parameters . nevertheless , it might make sense to use this if the method is used only by a few test classes and we do n't already a test data builder . concode_field_sep Stri...
Task function ( Long arg0 , Long arg1 , String arg2 , String arg3 ) { Task loc0 = new Task ( ) ; loc0 . setId ( arg0 ) ; loc0 . setAssignee ( null ) ; loc0 . setCloser ( null ) ; loc0 . setCreator ( new Creator ( arg1 ) ) ; loc0 . setTitle ( arg2 ) ; loc0 . setDescription ( arg3 ) ; loc0 . setStatus ( TaskStatus . OPEN...
34,110
entry point for the falcon cli when invoked from the command line . upon completion this method exits the jvm with ' 0 ' success or ' -1 ' failure . concode_field_sep String FILTER_BY_OPT concode_elem_sep AtomicReference<PrintStream> OUT concode_elem_sep String TYPE_OPT concode_elem_sep String STATUS_OPT concode_elem_s...
void function ( final String [ ] arg0 ) { System . exit ( new FalconCLI ( ) . run ( arg0 ) ) ; }
34,111
what were the failures . concode_field_sep int ignored concode_elem_sep int run concode_elem_sep Class<?> classUnderTest concode_elem_sep long serialVersionUID concode_elem_sep List<StepFailure> failures concode_field_sep void logIgnoredTest concode_elem_sep void logExecutedTest concode_elem_sep void logFailure concode...
List < StepFailure > function ( ) { return ImmutableList . copyOf ( failures ) ; }
34,112
sets the date creation . concode_field_sep String name concode_elem_sep String id concode_elem_sep long dateCreation concode_elem_sep Logger logger concode_elem_sep String description concode_field_sep void setName concode_elem_sep long getDateCreation concode_elem_sep String getName concode_elem_sep void setId concode...
void function ( long arg0 ) { this . dateCreation = arg0 ; }
34,113
filter out a list of specified type boxtypedobject 's from a collection concode_field_sep PlaceHolder placeHolder concode_field_sep void consumeHttpEntityQuietly concode_elem_sep String getContainerString concode_elem_sep String generateStateToken concode_elem_sep void consumeHttpEntity
List < T > function ( BoxCollection arg0 , Class < T > arg1 ) { List < T > loc0 = new ArrayList < T > ( ) ; List < BoxTypedObject > loc1 = arg0 . getEntries ( ) ; for ( BoxTypedObject loc2 : loc1 ) { if ( arg1 . isInstance ( loc2 ) ) { loc0 . add ( ( T ) loc2 ) ; } } return loc0 ; }
34,114
equivalent to property name , null concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double sysPropertyDouble concode_elem_sep double doubleProperty concode_elem_sep void setProperty concode_elem_sep void ...
String function ( String arg0 ) { return property ( arg0 , null ) ; }
34,115
configuring enable concode_field_sep String name concode_elem_sep boolean isControlOperation concode_elem_sep String enableMTOM concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setEnableMTOM concode_elem_sep void setControlOperation concode_elem_sep boolean isControlOperation
String function ( ) { return enableMTOM ; }
34,116
display as hex concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( byte arg0 ) { return "srini_string" + Integer . toHexString ( arg0 ) ; }
34,117
registers a core system concode_field_sep PlaceHolder placeHolder concode_field_sep T get concode_elem_sep void clear concode_elem_sep U put concode_elem_sep void remove
U function ( Class < T > arg0 , U arg1 ) { return org . terasology . registry . CoreRegistry . putPermanently ( arg0 , arg1 ) ; }
34,118
inserts the contents of another environmentcollection into this one . concode_field_sep Label environment concode_elem_sep ImmutableMultimap<EnvironmentGroup,Label> map concode_elem_sep EnvironmentGroup group concode_elem_sep EnvironmentCollection EMPTY concode_elem_sep ImmutableMultimap.Builder<EnvironmentGroup,Label>...
Builder function ( EnvironmentCollection arg0 ) { mapBuilder . putAll ( arg0 . map ) ; return this ; }
34,119
checks if cassandra error occur because of prepared statement created in one session was used in another session . concode_field_sep Pattern KEYSPACE_EXIST_ERROR3 concode_elem_sep Pattern KEYSPACE_EXIST_ERROR1 concode_elem_sep Pattern KEYSPACE_EXIST_ERROR2 concode_elem_sep String PREP_STATEMENT_CLUSTER_INSTANCE_ERROR c...
boolean function ( Throwable arg0 ) { while ( arg0 != null ) { if ( arg0 instanceof InvalidQueryException && arg0 . getMessage ( ) . contains ( PREP_STATEMENT_CLUSTER_INSTANCE_ERROR ) ) return true ; arg0 = arg0 . getCause ( ) ; } return false ; }
34,120
sets the lastmodifieddate . concode_field_sep Date createdDate concode_elem_sep String createdBy concode_elem_sep Date lastModifiedDate concode_elem_sep String lastModifiedBy concode_elem_sep byte[] configDoc concode_elem_sep String appCode concode_elem_sep Double version concode_field_sep Double getVersion concode_ele...
void function ( Date arg0 ) { this . lastModifiedDate = arg0 ; }
34,121
find out how much has been done . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem_se...
int function ( ) { return current ; }
34,122
sets the last update of the weather conditions . concode_field_sep Calendar lastUpdate concode_elem_sep String icon concode_elem_sep String commonId concode_elem_sep String text concode_elem_sep Calendar observationTime concode_elem_sep String id concode_field_sep void setIcon concode_elem_sep String getText concode_el...
void function ( Calendar arg0 ) { this . lastUpdate = arg0 ; }
34,123
returns the number of key-value mappings in this map for the third key . concode_field_sep HashMap<K1,HashMap<K2,HashMap<K3,V>>> map concode_field_sep Object set concode_elem_sep boolean containsKey concode_elem_sep boolean containsKey concode_elem_sep HashMap<K2,HashMap<K3,V>> get concode_elem_sep HashMap<K3,V> get co...
int function ( final K1 arg0 , final K2 arg1 ) { final HashMap < K2 , HashMap < K3 , V >> loc0 = map . get ( arg0 ) ; if ( loc0 == null ) { return 0 ; } final HashMap < K3 , V > loc1 = loc0 . get ( arg1 ) ; if ( loc1 == null ) { return 0 ; } return loc1 . size ( ) ; }
34,124
initialize relevant bits of the agent concode_field_sep String namedPipesBasename concode_elem_sep AbstractUI ui concode_elem_sep ALEPipes io concode_elem_sep ScreenConverter converter concode_elem_sep boolean useGUI concode_field_sep boolean wantsScreenData concode_elem_sep ColorPalette makePalette concode_elem_sep lo...
void function ( ) { if ( useGUI ) { ui = new AgentGUI ( ) ; } else { ui = new NullUI ( ) ; } initIO ( ) ; }
34,125
returns null if value is equal to `` all '' , or otherwise requests normal processing for the value . concode_field_sep PlaceHolder placeHolder concode_field_sep Boolean valueIsAll concode_elem_sep Object passThroughIfNotQQ concode_elem_sep Long hexStringToLong
Object function ( @ NotNull GdbMiValue arg0 ) { if ( valueIsAll ( arg0 ) ) { return null ; } return GdbMiMessageConverter . ValueProcessorPassThrough ; }
34,126
each timezonewrapper has one or more ids of components in the ui that correspond to its time zone . by this , if an event comes from a component in the web page , then this will return the relevant timezonewrapper . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep Arr...
TimeZoneWrapper function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < allTimeZoneList . size ( ) ; loc0 ++ ) { TimeZoneWrapper loc1 = ( TimeZoneWrapper ) allTimeZoneList . get ( loc0 ) ; if ( loc1 . isRelevantComponentId ( arg0 ) ) { return loc1 ; } } return null ; }
34,127
create an instance of getcitiesbycountryresponse concode_field_sep QName _String_QNAME concode_field_sep GetWeatherResponse createGetWeatherResponse concode_elem_sep GetWeather createGetWeather concode_elem_sep JAXBElement<String> createString concode_elem_sep GetCitiesByCountry createGetCitiesByCountry
GetCitiesByCountryResponse function ( ) { return new GetCitiesByCountryResponse ( ) ; }
34,128
start container stop detection . concode_field_sep long lastProcessedEventDate concode_elem_sep ExecutorService executorService concode_elem_sep Map<String,String> instances concode_elem_sep Logger LOG concode_elem_sep Cache<String,String> containersOomTimestamps concode_elem_sep DockerConnector dockerConnector concode...
void function ( String arg0 , String arg1 ) { instances . put ( arg0 , arg1 ) ; }
34,129
sets the stack call of the thread . concode_field_sep int mTid concode_elem_sep int mThreadId concode_elem_sep int mUtime concode_elem_sep int mStatus concode_elem_sep long mTraceTime concode_elem_sep int mStime concode_elem_sep StackTraceElement[] mTrace concode_elem_sep boolean mIsDaemon concode_elem_sep String mThre...
void function ( StackTraceElement [ ] arg0 ) { mTrace = arg0 ; mTraceTime = System . currentTimeMillis ( ) ; }
34,130
sets the parameter value . concode_field_sep String DEFAULT_VALUE_CLASS concode_elem_sep String valueClass concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Object value concode_field_sep String getValueClass concode_elem_sep void setName concode_elem_sep Object getValue concode_elem_...
void function ( final Object arg0 ) { this . value = arg0 ; }
34,131
method to represent the edge in the form x , y where x is the head of the arc and y is the tail of the arc concode_field_sep boolean active concode_elem_sep Vertex From concode_elem_sep Vertex To concode_elem_sep int tempWeight concode_elem_sep int Weight concode_elem_sep boolean seen concode_field_sep int compare conc...
String function ( ) { return "srini_string" + From + "srini_string" + To + "srini_string" ; }
34,132
determines if the specified task should be allowed or not . this version is static and is shared by this filter and its editor . concode_field_sep String FILTERED_OUT_PROJECTS concode_elem_sep String FILTER_OUT_TASKS_WITH_NO_DESCRIPTION concode_elem_sep List<String> filteredOutTaskNames concode_elem_sep String BASIC_PR...
boolean function ( TaskView arg0 , List < String > arg1 , boolean arg2 ) { if ( arg2 ) { if ( ! arg0 . hasDescription ( ) ) { return false ; } } return ! arg1 . contains ( arg0 . getName ( ) ) ; }
34,133
register an upload file . concode_field_sep Set<GpmUploadFile> uploadFiles concode_field_sep Iterator<GpmUploadFile> iterator concode_elem_sep void unregisterUploadFile concode_elem_sep void unregisterAll
void function ( final GpmUploadFile arg0 ) { uploadFiles . add ( arg0 ) ; }
34,134
exclusion of namespaces by a stylesheet does not extend to any stylesheet imported or included by the stylesheet . upon exiting the context of a stylesheet , a call to this method is needed to restore the set of excluded namespaces that was in effect prior to entering the context of the current stylesheet . concode_fie...
void function ( ) { _excludedURI = ( Hashtable ) _excludedURIStack . pop ( ) ; if ( _excludedURIStack . isEmpty ( ) ) { _excludedURIStack = null ; } }
34,135
accessor method for the parent key concode_field_sep boolean stateManageable concode_elem_sep boolean statisticsProvider concode_elem_sep boolean eventProvider concode_elem_sep String name concode_elem_sep String serverName concode_elem_sep MBeanServer mServer concode_elem_sep ObjectName mSelfObjectName concode_field_s...
String function ( ) { if ( serverName != null ) { return serverName ; } else { return "srini_string" ; } }
34,136
does nothing . look elsewhere . concode_field_sep AttributeResolver attributeResolver concode_field_sep void init concode_elem_sep IPersonAttributes getPerson concode_elem_sep Set<String> getPossibleUserAttributeNames concode_elem_sep Map<String,Object> getUserAttributes concode_elem_sep Map<String,Object> getUserAttri...
Set < String > function ( ) { throw new UnsupportedOperationException ( ) ; }
34,137
implements preserveaspectratiohandler #xmidymin . concode_field_sep PreserveAspectRatioHandler INSTANCE concode_field_sep void xMaxYMax concode_elem_sep void xMinYMin concode_elem_sep void none concode_elem_sep void endPreserveAspectRatio concode_elem_sep void xMaxYMid concode_elem_sep void xMaxYMin concode_elem_sep vo...
void function ( ) { }
34,138
resolve $ ... placeholders in the given text , replacing them with corresponding system property values . concode_field_sep String PLACEHOLDER_SUFFIX concode_elem_sep PropertyPlaceholderHelper strictHelper concode_elem_sep String VALUE_SEPARATOR concode_elem_sep PropertyPlaceholderHelper nonStrictHelper concode_elem_se...
String function ( String arg0 ) { return resolvePlaceholders ( arg0 , false ) ; }
34,139
returns the userid of the session . concode_field_sep long created concode_elem_sep String userId concode_elem_sep String token concode_field_sep String getToken concode_elem_sep long getCreated
String function ( ) { return userId ; }
34,140
get custom deserializer concode_field_sep java.lang.String country concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.Authentication_ParametersType authenication_Parameters concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDes...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
34,141
the description of the album . concode_field_sep String UPDATED_TIME concode_elem_sep User mFrom concode_elem_sep String MESSAGE concode_elem_sep String mName concode_elem_sep String NAME concode_elem_sep boolean mCanUpload concode_elem_sep String mLocation concode_elem_sep Privacy mPublishPrivacy concode_elem_sep Stri...
String function ( ) { return mDescription ; }
34,142
checks whether a header is part of the iteration . concode_field_sep String headerName concode_elem_sep List allHeaders concode_elem_sep int lastIndex concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep int findNext concode...
boolean function ( int arg0 ) { if ( this . headerName == null ) return true ; final String loc0 = ( ( Header ) this . allHeaders . get ( arg0 ) ) . getName ( ) ; return this . headerName . equalsIgnoreCase ( loc0 ) ; }
34,143
gets the value of the height property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String suffix concode_elem_sep String type concode_elem_sep Layout...
String function ( ) { return height ; }
34,144
returns the threshold value for alpha hashing concode_field_sep String PROPERTY_NAME concode_elem_sep int timeout concode_field_sep int hashCode concode_elem_sep ValidationTimeoutOption get concode_elem_sep boolean equals concode_elem_sep String getPropertyName
int function ( ) { return timeout ; }
34,145
sets the time port has been alive in seconds . concode_field_sep long bytesReceived concode_elem_sep long packetsRxDropped concode_elem_sep int port concode_elem_sep long packetsReceived concode_elem_sep long packetsTxDropped concode_elem_sep long packetsRxErrors concode_elem_sep long packetsTxErrors concode_elem_sep l...
Builder function ( long arg0 ) { durationSec = arg0 ; return this ; }
34,146
compare two atomicvalue objects according to the rules for their data type . untypedatomic values are compared as if they were strings ; if different semantics are wanted , the conversion must be done by the caller . concode_field_sep Comparator collator concode_elem_sep boolean canReturnCollationKeys concode_elem_sep ...
int function ( Object arg0 , Object arg1 ) { if ( arg0 == null ) { if ( arg1 == null ) { return 0 ; } else { return - 1 ; } } else if ( arg1 == null ) { return + 1 ; } return collator . compare ( ( ( AtomicValue ) arg0 ) . getStringValue ( ) , ( ( AtomicValue ) arg1 ) . getStringValue ( ) ) ; }
34,147
replaces the string at the given index with the given newstring concode_field_sep List<String> tuple concode_field_sep boolean add concode_elem_sep void readFields concode_elem_sep List<String> getEntries concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int length concode_elem_sep String s...
String function ( int arg0 , String arg1 ) { return tuple . set ( arg0 , arg1 ) ; }
34,148
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
34,149
convenience method to log an error concode_field_sep String BUNDLE_ID concode_field_sep void logOK concode_elem_sep void logOK concode_elem_sep void log concode_elem_sep void logWarning concode_elem_sep void logWarning concode_elem_sep void logInfo concode_elem_sep void logInfo
void function ( String arg0 , Throwable arg1 ) { log ( IStatus . ERROR , arg0 , arg1 ) ; }
34,150
returns the length of the word resulting from the stemming process . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j concode_elem_sep int k concode_field_sep void add concode_elem_sep void add concode_elem_sep void step6 concode_elem_sep void ...
int function ( ) { return i_end ; }
34,151
get dos path from long path concode_field_sep String path concode_elem_sep int FA_HIDDEN concode_elem_sep Pattern absolute concode_elem_sep int FA_DIRECTORY concode_elem_sep int FA_READONLY concode_field_sep void deleteFile concode_elem_sep void copyFile concode_elem_sep boolean isFile concode_elem_sep void getDirector...
ClarionString function ( String arg0 ) { return new ClarionString ( arg0 ) ; }
34,152
gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String width concode_elem_sep Label label concode_elem_sep String autoplay concode_elem_sep String height concode_field_sep void setSrc concode_elem_sep Label getLabel con...
Layout function ( ) { return layout ; }
34,153
create a new locationupdaterequester concode_field_sep PlaceHolder placeHolder concode_field_sep ILastLocationFinder getLastLocationFinder concode_elem_sep SharedPreferenceSaver getSharedPreferenceSaver concode_elem_sep IStrictMode getStrictMode
LocationUpdateRequester function ( LocationManager arg0 ) { return PlacesConstants . SUPPORTS_GINGERBREAD ? new GingerbreadLocationUpdateRequester ( arg0 ) : new FroyoLocationUpdateRequester ( arg0 ) ; }
34,154
the description of the archive that was specified in the initiate multipart upload request . returns a reference to this object so that method calls can be chained together . concode_field_sep String archiveDescription concode_elem_sep String creationDate concode_elem_sep String multipartUploadId concode_elem_sep Long ...
UploadListElement function ( String arg0 ) { this . archiveDescription = arg0 ; return this ; }
34,155
returns the www of this legacy office . concode_field_sep LegacyOffice _legacyOffice concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setFacilityId concode_elem_sep java...
java . lang . String function ( ) { return _legacyOffice . getWww ( ) ; }
34,156
get connection . support transaction if connection in threadlocal concode_field_sep int transactionLevel concode_elem_sep ICache cache concode_elem_sep Dialect dialect concode_elem_sep boolean devMode concode_elem_sep IContainerFactory containerFactory concode_elem_sep String name concode_elem_sep boolean showSql conco...
Connection function ( ) { Connection loc0 = threadLocal . get ( ) ; if ( loc0 != null ) return loc0 ; return showSql ? new SqlReporter ( dataSource . getConnection ( ) ) . getConnection ( ) : dataSource . getConnection ( ) ; }
34,157
gets the value of the uuidref property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep MXSupportFileType mxSupportFile concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_e...
String function ( ) { return uuidref ; }
34,158
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
34,159
releases all resources associated with this helper . this should be called whenever this helper is no longer needed . concode_field_sep int EGL_OPENGL_API concode_elem_sep boolean supportGL concode_elem_sep int EGL_OPENGL_ES_API concode_elem_sep EGLDisplay mDisplay concode_elem_sep int EGL_OPENGL_ES3_BIT_KHR concode_el...
void function ( ) { mEGL . eglTerminate ( mDisplay ) ; }
34,160
get number of controlpoints in u direction concode_field_sep int nU concode_elem_sep Vec4D[][] cps concode_elem_sep int nV concode_field_sep Vec3D computeCentroid concode_elem_sep void set concode_elem_sep Vec4D[][] getControlPoints concode_elem_sep void center concode_elem_sep Vec4D get concode_elem_sep int vLength
int function ( ) { return nU ; }
34,161
the status of an option , including when it was last updated and whether it is actively in use for searches . concode_field_sep String options concode_elem_sep OptionStatus status concode_field_sep AccessPoliciesStatus withStatus concode_elem_sep AccessPoliciesStatus withOptions concode_elem_sep int hashCode concode_el...
OptionStatus function ( ) { return status ; }
34,162
get the maximum y in this glyf concode_field_sep short minY concode_elem_sep short minX concode_elem_sep short maxY concode_elem_sep short maxX concode_elem_sep short numContours concode_elem_sep boolean isCompound concode_field_sep void setMinY concode_elem_sep void setData concode_elem_sep void setMinX concode_elem_s...
short function ( ) { return maxY ; }
34,163
sets the value of the y property . concode_field_sep double x concode_elem_sep double y concode_field_sep Double getX concode_elem_sep void setX concode_elem_sep Double getY concode_elem_sep org.oryxeditor.server.diagram.Point toDiagramPoint
void function ( double arg0 ) { this . y = arg0 ; }
34,164
returns true if timeouts are enabled for this query i.e. if shouldexit would ever return true concode_field_sep PlaceHolder placeHolder concode_field_sep boolean shouldExit
boolean function ( ) { return true ; }
34,165
not used . concode_field_sep long serialVersionUID concode_elem_sep int maxCompWidth concode_elem_sep boolean sizeUnknown concode_elem_sep int minHeight concode_elem_sep int preferredHeight concode_elem_sep int maxCompHeight concode_elem_sep int minWidth concode_elem_sep int preferredWidth concode_field_sep Dimension p...
void function ( final Component arg0 ) { }
34,166
builds an approximation of a perfect square wave by summing together harmonically related sine waves . concode_field_sep Wavetable SINE concode_elem_sep Wavetable SAW concode_elem_sep Wavetable PHASOR concode_elem_sep Wavetable SQUARE concode_elem_sep Wavetable TRIANGLE concode_elem_sep int tSby4 concode_elem_sep int t...
Wavetable function ( int arg0 ) { float [ ] loc0 = new float [ arg0 + 1 ] ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 += 2 ) { loc0 [ loc1 ] = ( float ) 1 / ( loc1 + 1 ) ; loc0 [ loc1 + 1 ] = 0 ; } return WavetableGenerator . gen10 ( tableSize , loc0 ) ; }
34,167
sets the disable output flag . concode_field_sep OutputStream output concode_elem_sep String LINE_SEPARATOR concode_elem_sep boolean disabled concode_field_sep void printLine concode_elem_sep void printLine concode_elem_sep void printLine concode_elem_sep void print concode_elem_sep void print concode_elem_sep void for...
void function ( boolean arg0 ) { disabled = arg0 ; }
34,168
get custom serializer concode_field_sep org.eclipse.birt.report.soapengine.api.BoundDataColumn[] boundDataColumn concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc ge...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
34,169
sets the value of the impact property . concode_field_sep String number concode_elem_sep XMLGregorianCalendar startDateTime concode_elem_sep StServiceRequestPriority urgency concode_elem_sep CtService service concode_elem_sep StServiceRequestPriority impact concode_elem_sep String groupId concode_elem_sep CtContact con...
void function ( StServiceRequestPriority arg0 ) { this . impact = arg0 ; }
34,170
gets the current id we send in pong responses concode_field_sep long connectionId concode_field_sep ManagementRequestHandler<?,?> resolveHandler concode_elem_sep void resetConnectionId concode_elem_sep void handleRequest
long function ( ) { return connectionId ; }
34,171
get tags concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep Pet addTagsItem concode_elem_sep Str...
List < Tag > function ( ) { return tags ; }
34,172
binds the specified session object into this sessionmanager 's active session registry . this method is typically called internally from database #connect string , string database.connect username , password as the final step , when a successful connection has been made . concode_field_sep IntKeyHashMap sessionMap conc...
Session function ( Database arg0 , User arg1 , boolean arg2 ) { Session loc0 = new Session ( arg0 , arg1 , true , arg2 , sessionIdCount ) ; sessionMap . put ( sessionIdCount , loc0 ) ; sessionIdCount ++ ; return loc0 ; }
34,173
gets the timezone id used to identify this time zone in the javacode . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean...
String function ( ) { return id ; }
34,174
gets the value of the activationcouponpin property . concode_field_sep String activationCouponPin concode_elem_sep long serialVersionUID concode_elem_sep String sourceTransactionId concode_field_sep void setSourceTransactionId concode_elem_sep void setActivationCouponPin concode_elem_sep String getSourceTransactionId
String function ( ) { return activationCouponPin ; }
34,175
filters bag resources by predicate . concode_field_sep ResourceBag LARGE concode_elem_sep Predicate<Map.Entry<ResourceType,Double>> IS_MESOS_REVOCABLE concode_elem_sep Predicate<Map.Entry<ResourceType,Double>> IS_POSITIVE concode_elem_sep ResourceBag EMPTY concode_elem_sep ResourceBag MEDIUM concode_elem_sep ResourceBa...
ResourceBag function ( Predicate < Map . Entry < ResourceType , Double >> arg0 ) { return new ResourceBag ( resourceVectors . entrySet ( ) . stream ( ) . filter ( arg0 ) . collect ( toMap ( Map . Entry :: getKey , Map . Entry :: getValue ) ) ) ; }
34,176
stores a string at the specified offset of the specified block . the method first obtains an xlock on the block . it then reads the current value at that offset , puts it into an update log record , and writes that record to the log . finally , it calls the buffer to store the value , passing in the lsn of the log reco...
void function ( Block arg0 , int arg1 , String arg2 ) { concurMgr . xLock ( arg0 ) ; Buffer loc0 = myBuffers . getBuffer ( arg0 ) ; int loc1 = recoveryMgr . setString ( loc0 , arg1 , arg2 ) ; loc0 . setString ( arg1 , arg2 , txnum , loc1 ) ; }
34,177
gets the value of the oid property . concode_field_sep String pluginClassName concode_elem_sep long oid concode_elem_sep String defaultName concode_elem_sep String defaultContentType concode_elem_sep String defaultExtension concode_field_sep String getDefaultContentType concode_elem_sep void setDefaultContentType conco...
long function ( ) { return oid ; }
34,178
return whether the aspect bean with the given name is eligible . concode_field_sep AspectJAdvisorFactory advisorFactory concode_elem_sep ListableBeanFactory beanFactory concode_elem_sep Map<String,MetadataAwareAspectInstanceFactory> aspectFactoryCache concode_elem_sep List<String> aspectBeanNames concode_elem_sep Map<S...
boolean function ( String arg0 ) { return true ; }
34,179
adds a column without dialect physical name canonicalization for directories . concode_field_sep Column primaryColumn concode_elem_sep Dialect dialect concode_elem_sep LinkedHashMap<String,Column> columns concode_elem_sep List<String[]> indexedColumns concode_elem_sep Map<String[],String> indexNames concode_elem_sep St...
Column function ( String arg0 , Column arg1 ) { if ( columns . containsKey ( arg0 ) ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } columns . put ( arg0 , arg1 ) ; return arg1 ; }
34,180
returns the socket that this connection uses , or null if the connection is not currently connected . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection c...
Socket function ( ) { return socket ; }
34,181
backtrack to another possibility . ordinary retoken can not do anything if this method is called . concode_field_sep int subIndex concode_elem_sep boolean unicodeAware concode_elem_sep REToken uncle concode_elem_sep REToken next concode_field_sep boolean next concode_elem_sep boolean chain concode_elem_sep int getMaxim...
REMatch function ( CharIndexed arg0 , REMatch arg1 , Object arg2 ) { throw new IllegalStateException ( "srini_string" ) ; }
34,182
debug 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; }
34,183
sets the value of the responderid property . concode_field_sep ResponderIDType responderID concode_elem_sep XMLGregorianCalendar producedAt concode_elem_sep String uri concode_field_sep void setProducedAt concode_elem_sep ResponderIDType getResponderID concode_elem_sep void setURI concode_elem_sep XMLGregorianCalendar ...
void function ( ResponderIDType arg0 ) { this . responderID = arg0 ; }
34,184
mutator for known status concode_field_sep RecoveringTransaction _transaction concode_elem_sep String _type concode_elem_sep int _attempts concode_elem_sep Uid _uid concode_elem_sep Status _knownStatus concode_field_sep void clearTransaction concode_elem_sep void resetAttemptCount concode_elem_sep RecoveringTransaction...
void function ( Status arg0 ) { _knownStatus = arg0 ; }
34,185
get the byte length of the range concode_field_sep long sequence concode_elem_sep long byteLen concode_elem_sep long byteStart concode_field_sep long getByteStart concode_elem_sep long getSequence
long function ( ) { return byteLen ; }
34,186
this method extracts the major and minor version of reqglesversion attribute and returns it as a string . say reqglesversion value of 0x00010002 is returned as 1.2 concode_field_sep Creator<ConfigurationInfo> CREATOR concode_elem_sep int INPUT_FEATURE_FIVE_WAY_NAV concode_elem_sep int reqTouchScreen concode_elem_sep in...
String function ( ) { int loc0 = ( ( reqGlEsVersion & 0xffff0000 ) >> 16 ) ; int loc1 = reqGlEsVersion & 0x0000ffff ; return String . valueOf ( loc0 ) + "srini_string" + String . valueOf ( loc1 ) ; }
34,187
gets a name object associated with the specified identifier in this scope , creating it if necessary . if the jsname does not exist yet , a new jsname is created . the identifier , short name , and original name of the newly created jsname are equal to the given identifier . concode_field_sep JsScope parent concode_ele...
JsName function ( @ NotNull String arg0 ) { JsName loc0 = findOwnName ( arg0 ) ; return loc0 != null ? loc0 : doCreateName ( arg0 ) ; }
34,188
icon resource id for the local notification . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatInterval...
int function ( ) { String loc0 = options . optString ( "srini_string" , "srini_string" ) ; int loc1 = assets . getResIdForDrawable ( loc0 ) ; if ( loc1 == 0 ) { loc1 = getSmallIcon ( ) ; } if ( loc1 == 0 ) { loc1 = android . R . drawable . ic_popup_reminder ; } return loc1 ; }
34,189
called by the system when the user grants permissions concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String...
void function ( int arg0 , String [ ] arg1 , int [ ] arg2 ) { if ( permissionResultCallback != null ) { permissionResultCallback . onRequestPermissionResult ( arg0 , arg1 , arg2 ) ; permissionResultCallback = null ; } }
34,190
writes a single zero 'd block . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSION concode_elem_sep File targetFile concode_elem_sep int G...
void function ( ) { writePadBlocks ( 1 ) ; }
34,191
when istruncated is true , this element is present and contains the value to use for the marker parameter in a subsequent pagination request . returns a reference to this object so that method calls can be chained together . constraints : length : 1 - 320 pattern : &#92; u0020 - &#92; u00ff + concode_field_sep Boolean ...
SimulatePrincipalPolicyResult function ( String arg0 ) { this . marker = arg0 ; return this ; }
34,192
change the agent string concode_field_sep String eid concode_elem_sep AgentImpl agent concode_elem_sep Logger log concode_elem_sep String agentString concode_elem_sep boolean accessViaUrl concode_elem_sep String displayIdString concode_elem_sep AgentHelper helper concode_elem_sep long serialVersionUID concode_elem_sep ...
void function ( String arg0 ) { agentString = arg0 ; }
34,193
sets the attrtype value for this attribute . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String attrValue concode_elem_sep java.lang.String attrName concode_elem_sep java.lang.String att...
void function ( java . lang . String arg0 ) { this . attrType = arg0 ; }
34,194
create an instance of jaxbelement concode_field_sep QName _DecipherResponse_QNAME concode_elem_sep QName _Decipher_QNAME concode_elem_sep QName _CipherResponse_QNAME concode_elem_sep QName _ArgumentException_QNAME concode_elem_sep QName _Cipher_QNAME concode_field_sep JAXBElement<CipherException> createArgumentExceptio...
JAXBElement < CipherResponse > function ( CipherResponse arg0 ) { return new JAXBElement < CipherResponse > ( _CipherResponse_QNAME , CipherResponse . class , null , arg0 ) ; }
34,195
sets the isnull attribute of the fieldbean object concode_field_sep boolean needEncode concode_elem_sep boolean isnull concode_elem_sep String defaultValue concode_elem_sep int precision concode_elem_sep String description concode_elem_sep String caption concode_elem_sep int DATA_TYPE_BOOLEAN concode_elem_sep String re...
void function ( boolean arg0 ) { this . isnull = arg0 ; }
34,196
a pagination token that can be used in a subsequent downloaddblogfileportion request . returns a reference to this object so that method calls can be chained together . concode_field_sep Boolean additionalDataPending concode_elem_sep String marker concode_elem_sep String logFileData concode_field_sep void setMarker con...
DownloadDBLogFilePortionResult function ( String arg0 ) { this . marker = arg0 ; return this ; }
34,197
returns the normalized path of a path . concode_field_sep String volume concode_elem_sep SimpleDateFormat format concode_elem_sep String TOBEDELETED concode_elem_sep String pathToBeDeleted concode_elem_sep String[] volumes concode_elem_sep FileSystem localFileSystem concode_elem_sep String originalPath concode_elem_sep...
String function ( String arg0 ) { return ( new Path ( arg0 ) ) . makeQualified ( this . localFileSystem ) . toUri ( ) . getPath ( ) ; }
34,198
xheight refers to the height of the lower case letters above the baseline . concode_field_sep int orientation concode_elem_sep int nomCharIncrement concode_elem_sep int ascender concode_elem_sep int descender concode_elem_sep int spaceIncrement concode_elem_sep int underscoreWidth concode_elem_sep int underscorePositio...
int function ( ) { return xHeight ; }
34,199
the name of the blob . concode_field_sep String container concode_elem_sep String blobName concode_elem_sep String imageId concode_elem_sep String directory concode_elem_sep JcloudsCommand command concode_elem_sep String hardwareId concode_elem_sep String nodeState concode_elem_sep String providerId concode_elem_sep St...
void function ( String arg0 ) { this . blobName = arg0 ; }