idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
17,200
return true if this write and other have the same type and are equal . concode_field_sep int CONSTANT_SIZE concode_elem_sep PrimaryKey record concode_elem_sep ByteBuffer bytes concode_elem_sep Action type concode_elem_sep Value value concode_elem_sep long version concode_elem_sep Text key concode_field_sep Write add co...
boolean function ( Write arg0 ) { return type == arg0 . type && equals ( arg0 ) ; }
17,201
serialize an instance , restore it , and check for equality . 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 testRemov...
void function ( ) { YIntervalSeries loc0 = new YIntervalSeries ( "srini_string" ) ; loc0 . add ( 1.0 , 0.5 , 1.5 , 2.0 ) ; YIntervalSeries loc1 = ( YIntervalSeries ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
17,202
sets the value of the content property . concode_field_sep String content concode_field_sep String getContent
void function ( final String arg0 ) { this . content = arg0 ; }
17,203
for most objects this method simply calls intersect other ; for triangles the orientation of the hit scalar product of ray and triangle 's normal vectors is stored as an additional coordinate concode_field_sep PointND min concode_elem_sep PointND max concode_elem_sep String name concode_elem_sep long serialVersionUID c...
ArrayList < PointND > function ( AbstractCurve arg0 ) { return intersect ( arg0 ) ; }
17,204
returns the iworkbenchpart this delegate is associated with concode_field_sep IWorkbenchPart fPart concode_elem_sep IStructuredSelection fSelection concode_elem_sep IAction fAction concode_field_sep void breakpointsAdded concode_elem_sep void setAction concode_elem_sep IBreakpointManager getBreakpointManager concode_el...
IWorkbenchPart function ( ) { return fPart ; }
17,205
set the signatureproperties to use . concode_field_sep CallbackHandler callbackHandler concode_elem_sep Crypto signatureCrypto concode_elem_sep SignatureProperties signatureProperties concode_elem_sep Logger LOG concode_elem_sep String callbackHandlerClass concode_elem_sep String name concode_elem_sep Object signatureC...
void function ( SignatureProperties arg0 ) { this . signatureProperties = arg0 ; }
17,206
this method will always be called before releasing the operator reference . concode_field_sep ListenableFuture<?> NOT_BLOCKED concode_field_sep boolean needsInput concode_elem_sep void addInput concode_elem_sep ListenableFuture<?> isBlocked concode_elem_sep void finish concode_elem_sep List<Type> getTypes concode_elem_...
void function ( ) { }
17,207
look for @transient annotation concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isEntityClass concode_elem_sep boolean doDirtyCheckingInline concode_elem_sep boolean hasLazyLoadableAttributes concode_elem_sep boolean isCompositeClass concode_elem_sep boolean doExtendedEnhancement concode_elem_sep boo...
boolean function ( UnloadedField arg0 ) { return ! arg0 . hasAnnotation ( Transient . class ) ; }
17,208
reset the status . needs to be called before each set of tests that could fail concode_field_sep String NO_ERRORS concode_elem_sep String NOT_RUN concode_elem_sep boolean s_processorRan concode_elem_sep String s_errorStatus concode_field_sep void fail concode_elem_sep boolean hasErrors concode_elem_sep void setProcesso...
void function ( ) { s_errorStatus = NOT_RUN ; s_processorRan = false ; }
17,209
get the value of cvssbelow . concode_field_sep String sha1 concode_elem_sep PropertyType filePath concode_elem_sep List<Float> cvssBelow concode_elem_sep PropertyType gav concode_elem_sep List<String> cve concode_elem_sep List<String> cwe concode_elem_sep List<PropertyType> cpe concode_elem_sep boolean base concode_fie...
List < Float > function ( ) { return cvssBelow ; }
17,210
sets a new sameness threshold for comparing cost values ; default is is double #min_value . concode_field_sep double samenessThreshold concode_elem_sep V dst concode_elem_sep V src concode_elem_sep Map<V,Set<E>> parents concode_elem_sep Map<V,Double> costs concode_elem_sep int maxPaths concode_elem_sep Set<Path<V,E>> p...
void function ( double arg0 ) { samenessThreshold = arg0 ; }
17,211
adds the given components to this vector concode_field_sep Vector2 tmp concode_elem_sep float x concode_elem_sep float y concode_field_sep Vector2 sub concode_elem_sep Vector2 sub concode_elem_sep float dst2 concode_elem_sep Vector2 set concode_elem_sep Vector2 set concode_elem_sep float dst concode_elem_sep float dst ...
Vector2 function ( float arg0 , float arg1 ) { this . x += arg0 ; this . y += arg1 ; return this ; }
17,212
returns the selected parameter . concode_field_sep Logger log4j concode_elem_sep Vector<String> parameters concode_elem_sep ConnectionProvider pool concode_elem_sep String sql concode_field_sep void setPool concode_elem_sep String getSQL concode_elem_sep void setParameters concode_elem_sep FieldProvider[] select concod...
String function ( int arg0 ) { if ( this . parameters == null || this . parameters . size ( ) < arg0 ) return "srini_string" ; else return this . parameters . elementAt ( arg0 ) ; }
17,213
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String conceptName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String injectedXpath concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSDataClus...
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 ) ; }
17,214
accessor for the action property . concode_field_sep List<QName> mustUnderstand concode_elem_sep EndpointReferenceType replyTo concode_elem_sep EndpointReferenceType faultTo concode_elem_sep AttributedURIType messageID concode_elem_sep AttributedURIType action concode_elem_sep EndpointReferenceType from concode_elem_se...
AttributedURIType function ( ) { return action ; }
17,215
sets the value of the responsetype property . concode_field_sep String responseType concode_field_sep String getResponseType
void function ( String arg0 ) { this . responseType = arg0 ; }
17,216
is ` a ` a prefix of ` b ` concode_field_sep int lastPrefixMatchIdx concode_elem_sep java.util.Comparator<? super K> comparator concode_elem_sep List<Map.Entry<K,V>> entries concode_elem_sep int offset concode_elem_sep int lastPrefixMatch concode_field_sep void next concode_elem_sep void java_vs_cpp_bytewiseComparator ...
int function ( final byte [ ] arg0 , final byte [ ] arg1 ) { if ( arg1 . length >= arg0 . length ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] != arg1 [ loc0 ] ) { return loc0 ; } } return arg0 . length ; } else { return 0 ; } }
17,217
sets the description . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep Obj...
void function ( String arg0 ) { this . description = arg0 ; }
17,218
evaluates the predicate returning false always . concode_field_sep long serialVersionUID concode_elem_sep Predicate INSTANCE concode_field_sep Predicate getInstance
boolean function ( Object arg0 ) { return false ; }
17,219
returns the alignment of the lines of text within the block . concode_field_sep long serialVersionUID concode_elem_sep List lines concode_elem_sep HorizontalAlignment lineAlignment concode_field_sep void addLine concode_elem_sep void addLine concode_elem_sep void setLineAlignment concode_elem_sep float[] calculateOffse...
HorizontalAlignment function ( ) { return this . lineAlignment ; }
17,220
set the default cost for an u-turn in seconds . default is 40s . should be that high to avoid ` tricking ' other turn costs or restrictions . concode_field_sep double defaultUTurnCost concode_elem_sep TurnCostExtension turnCostExt concode_elem_sep TurnCostEncoder turnCostEncoder concode_elem_sep Weighting superWeightin...
TurnWeighting function ( double arg0 ) { this . defaultUTurnCost = arg0 ; return this ; }
17,221
set graph object associated tag object concode_field_sep String name concode_elem_sep String id concode_elem_sep String desc concode_elem_sep Object tag concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getLabel concode_elem_sep String getId concode_elem_sep void setDescription conc...
void function ( Object arg0 ) { this . tag = arg0 ; }
17,222
test indirect validation . concode_field_sep String TASKDEFS_DIR concode_elem_sep BuildFileRule buildRule concode_field_sep void testUtf8 concode_elem_sep void testXmlCatalogNested concode_elem_sep void testXmlCatalogFiles concode_elem_sep void testXmlCatalog concode_elem_sep void testXmlSchemaGood concode_elem_sep voi...
void function ( ) { buildRule . executeTarget ( "srini_string" ) ; }
17,223
ensures this big array is at least the specified length . if the array is smaller , segments are added until the array is larger then the specified length . concode_field_sep Object[][] array concode_elem_sep long SIZE_OF_SEGMENT concode_elem_sep Object initialValue concode_elem_sep int capacity concode_elem_sep int se...
void function ( long arg0 ) { if ( capacity > arg0 ) { return ; } grow ( arg0 ) ; }
17,224
returns the value converted to pixels . concode_field_sep float emBase concode_elem_sep boolean isFontEMRelative concode_elem_sep boolean isFontEXRelative concode_elem_sep float exBase concode_elem_sep float floatValue concode_elem_sep boolean isPercentage concode_elem_sep String value concode_field_sep boolean isFontE...
float function ( ) { return floatValue ; }
17,225
gets the hair colour . concode_field_sep int feet concode_elem_sep int legColour concode_elem_sep int chest concode_elem_sep int hands concode_elem_sep int gender concode_elem_sep int beard concode_elem_sep int hairColour concode_elem_sep int feetColour concode_elem_sep int skinColour concode_elem_sep int torsoColour c...
int function ( ) { return hairColour ; }
17,226
test adding map object with null points concode_field_sep PlaceHolder placeHolder concode_field_sep void creatingWithNullDatabasePathTest concode_elem_sep void addingMapObjectWithNullIdTest concode_elem_sep void addingMapObjectWithEmptyPointsTest concode_elem_sep void addingMapObjectWithNullTagsTest concode_elem_sep vo...
void function ( ) { }
17,227
returns the listing details for an in-app product . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void addSkuDetails con...
SkuDetails function ( String arg0 ) { return mSkuMap . get ( arg0 ) ; }
17,228
returns the cities , ordered by offset , accounting for summer/daylight savings time . this does not require reading the time zone database since the cities are pre-sorted . concode_field_sep Map<String,City> cities concode_elem_sep String timeZoneID concode_elem_sep TimeZone timeZone concode_elem_sep int rawOffset con...
City [ ] function ( ) { return citiesByRawOffset ; }
17,229
returns the time difference between the first and last events in this log . concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_elem_sep String name concode_elem_sep boolean DEBUG concode_elem_sep List<Marker> mMarkers concode_elem_sep long thread concode_elem_sep lo...
long function ( ) { if ( mMarkers . size ( ) == 0 ) { return 0 ; } long loc0 = mMarkers . get ( 0 ) . time ; long loc1 = mMarkers . get ( mMarkers . size ( ) - 1 ) . time ; return loc1 - loc0 ; }
17,230
list properties . concode_field_sep String description concode_elem_sep String name concode_elem_sep NamingResources resources concode_elem_sep HashMap properties concode_elem_sep String type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Object getProperty concode_elem_sep String getTy...
Iterator function ( ) { return properties . keySet ( ) . iterator ( ) ; }
17,231
default implementation of iresourcerulefactory #copyrule . this default implementation always returns the parent of the destination resource . subclasses may override this method . the rule provided by an overriding method must at least contain the rule from this default implementation . concode_field_sep IWorkspace wo...
ISchedulingRule function ( IResource arg0 , IResource arg1 ) { return parent ( arg1 ) ; }
17,232
gets the saml core properties . concode_field_sep String MODULE_SIGN_CONF concode_elem_sep String SAML_ENGINE_CONF concode_elem_sep Map<String,Map<String,Object>> instances concode_elem_sep javax.xml.parsers.DocumentBuilderFactory dbf concode_elem_sep STORKSAMLCore samlCore concode_elem_sep Logger LOG concode_elem_sep ...
STORKSAMLCore function ( ) { return samlCore ; }
17,233
custom algorithm used to generate an int from a series of bytes . note : this is different than interpreting the incoming bytes as an int value ! concode_field_sep PlaceHolder placeHolder concode_field_sep long asLong concode_elem_sep byte[] fromShort concode_elem_sep String toBinaryString concode_elem_sep String toBin...
int function ( byte [ ] arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) { loc0 = ( loc0 << 8 ) - Byte . MIN_VALUE + ( int ) arg0 [ loc1 ] ; } return loc0 ; }
17,234
sends control message to the consumer . concode_field_sep Logger logger concode_elem_sep MessageBuilder builder concode_elem_sep MessageConsummer consummer concode_field_sep Message SendNewMessge
Message function ( final int arg0 , final long arg1 , final Message . MESSAGE_TYPE arg2 ) { final Message loc0 = builder . createMessage ( arg0 , arg1 , arg2 ) ; try { consummer . consumme ( loc0 ) ; } catch ( GroupTerminatedException loc1 ) { logger . error ( loc1 . getMessage ( ) ) ; } return loc0 ; }
17,235
gets an int specified by the key in the dictionary entries . if the value is a reference , the int value that the reference points to is returned . concode_field_sep Name LENGTH_KEY concode_elem_sep Name FORM_TYPE_KEY concode_elem_sep HashMap entries concode_elem_sep Library library concode_elem_sep boolean inited conc...
int function ( Name arg0 ) { return library . getInt ( entries , arg0 ) ; }
17,236
this method returns the maincontroller . concode_field_sep MainController mCtrl concode_elem_sep AccessManager am concode_elem_sep MaintenancePanel mpanel concode_field_sep void displayDrinks concode_elem_sep void logoutMaintainer concode_elem_sep void changeStoreQty concode_elem_sep void displayCoin concode_elem_sep v...
MainController function ( ) { return mCtrl ; }
17,237
by default , do n't exclude any objects from the copy operation . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Stri...
Collection function ( Set arg0 ) { return Collections . EMPTY_SET ; }
17,238
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean handleTimeout concode_elem_sep void beforeConcurrentHandling concode_elem_sep void preProcess concode_elem_sep void postProcess
void function ( NativeWebRequest arg0 , DeferredResult < T > arg1 ) { }
17,239
estimation of the memory usage by index writer concode_field_sep String INDEX_WRITER_MEMORY_IN_BYTES concode_elem_sep String SIZE concode_elem_sep long storedFieldsMemoryInBytes concode_elem_sep String TERM_VECTORS_MEMORY_IN_BYTES concode_elem_sep String POINTS_MEMORY_IN_BYTES concode_elem_sep String FIXED_BIT_SET conc...
long function ( ) { return this . indexWriterMemoryInBytes ; }
17,240
retrieves the content from an input stream . concode_field_sep int DEFAULT_SIZE concode_field_sep BufferedReader getBufferedReader
String function ( InputStream arg0 ) { return readContent ( arg0 , null ) ; }
17,241
requests to emit a tuple to the output collector . concode_field_sep String VAL_PREFIX concode_elem_sep int CNT concode_elem_sep TreeMap<Integer,String> keyValMap concode_elem_sep String IGNITE_TUPLE_FIELD concode_elem_sep SpoutOutputCollector collector concode_field_sep Map<String,Object> getComponentConfiguration con...
void function ( ) { }
17,242
gets the driver 's minor version number . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep int getMajorVersion concode_elem_sep boolean jdbcCompliant concode_elem_sep Connection connect concode_elem_sep boolean acceptsURL concode_elem_sep DriverPropertyInfo[] getProp...
int function ( ) { return HsqlDatabaseProperties . MINOR ; }
17,243
create an instance of frequencytype concode_field_sep PlaceHolder placeHolder concode_field_sep ChargeInfoType createChargeInfoType concode_elem_sep PayPeriodicType createPayPeriodicType concode_elem_sep ScheduleChargeInfoType.PeriodicChargeInfo createScheduleChargeInfoTypePeriodicChargeInfo concode_elem_sep PeriodicCh...
FrequencyType function ( ) { return new FrequencyType ( ) ; }
17,244
returns the current value of the reference . concode_field_sep T reference concode_elem_sep boolean mark concode_elem_sep Pair<V> pair concode_field_sep void set concode_elem_sep boolean weakCompareAndSet concode_elem_sep boolean compareAndSet concode_elem_sep boolean casPair concode_elem_sep Pair<T> of concode_elem_se...
V function ( ) { return pair . reference ; }
17,245
deletes objects from the database . concode_field_sep Logger log concode_elem_sep SessionFactory sessionFactory concode_elem_sep HibernateTemplate hibernateTemplate concode_field_sep Object get concode_elem_sep Object get concode_elem_sep List<?> query concode_elem_sep List<?> query concode_elem_sep Serializable create...
void function ( Object [ ] arg0 ) { try { if ( arg0 != null ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) delete ( arg0 [ loc0 ] ) ; } } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
17,246
compares this rowid to the specified object . the result is true if and only if the argument is not null and is a rowid object that represents the same rowid as this object . it is important to consider both the origin and the valid lifetime of a rowid when comparing it to another rowid . if both are valid , and both a...
boolean function ( Object arg0 ) { return ( arg0 instanceof JDBCRowId ) && Arrays . equals ( this . id , ( ( JDBCRowId ) arg0 ) . id ) ; }
17,247
returns the awt font object that matches this font most closely . concode_field_sep int size concode_elem_sep String name concode_elem_sep boolean bold concode_elem_sep boolean italic concode_field_sep boolean isItalic concode_elem_sep int getSize concode_elem_sep String getName concode_elem_sep int getAwtFontStyle con...
Font function ( ) { return new Font ( name , getAwtFontStyle ( ) , size ) ; }
17,248
registers the unsubscribe action for the given subscriber . concode_field_sep Action1<SubjectObserver<T>> onTerminated concode_elem_sep Observer<? super T> actual concode_elem_sep boolean emitting concode_elem_sep boolean caughtUp concode_elem_sep NotificationLite<T> nl concode_elem_sep SubjectObserver[] NO_OBSERVERS c...
void function ( Subscriber < ? super T > arg0 , final SubjectObserver < T > arg1 ) { arg0 . add ( Subscriptions . create ( new Action0 ( ) { @ Override public void call ( ) { remove ( arg1 ) ; } } ) ) ; }
17,249
this method is used to isnumbernegative concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isStringNullOrEmpty concode_elem_sep boolean isInteger concode_elem_sep boolean isNumberPositive concode_elem_sep boolean isNumberZero concode_elem_sep boolean isNull concode_elem_sep boolean isDouble
boolean function ( String arg0 ) { return ! isNumberPositive ( arg0 ) ; }
17,250
retrieve the given messagesourceresolvable e.g. an objecterror instance in the default locale . concode_field_sep Locale defaultLocale concode_elem_sep MessageSource messageSource concode_field_sep Locale getDefaultLocale
String function ( MessageSourceResolvable arg0 ) { return this . messageSource . getMessage ( arg0 , getDefaultLocale ( ) ) ; }
17,251
write tag value , with or without prefix . concode_field_sep String name concode_elem_sep int tagType concode_elem_sep int tagNumber concode_elem_sep boolean constructed concode_elem_sep boolean optional concode_elem_sep int tagClass concode_elem_sep boolean explicit concode_field_sep void readTag concode_elem_sep void...
void function ( ByteBuffer arg0 ) { if ( ! isMustBeWritten ( ) ) return ; if ( explicit ) { BerType loc0 = new BerType ( tagClass , true , tagNumber ) ; writeBerType ( arg0 , loc0 ) ; arg0 . writeBerLength ( calculateLength ( ) ) ; writeTagValue ( arg0 ) ; } else { writeTagValue ( arg0 ) ; } }
17,252
escape quotes , \ , / , \ r , \ n , \ b , \ f , \ t and other control characters u +0000 through u +001 f . concode_field_sep PlaceHolder placeHolder concode_field_sep String toJSONString concode_elem_sep Object parseWithException concode_elem_sep Object parseWithException concode_elem_sep void writeJSONString concode_...
String function ( String arg0 ) { if ( arg0 == null ) return null ; StringBuffer loc0 = new StringBuffer ( ) ; escape ( arg0 , loc0 ) ; return loc0 . toString ( ) ; }
17,253
tests that mutationdetectors #forvaluewithcoder does not false positive on an iterable that is not known to be bounded ; after coder-based cloning the boundwill be known and it will be a list so it will encode more compactly the secondtime around . concode_field_sep ExpectedException thrown concode_field_sep void testU...
void function ( ) { Iterable < Integer > loc0 = FluentIterable . from ( Arrays . asList ( 1 , 2 , 3 , 4 ) ) . cycle ( ) . limit ( 50 ) ; MutationDetector loc1 = MutationDetectors . forValueWithCoder ( loc0 , IterableCoder . of ( VarIntCoder . of ( ) ) ) ; loc1 . verifyUnmodified ( ) ; }
17,254
visits information about an inner class . this inner class is not necessarily a member of the class being visited . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep FieldVisitor visitField concode_elem_sep AnnotationVisitor visitTypeAnnotation concode_elem_sep void visitEnd concode_elem_sep ...
void function ( String arg0 , String arg1 , String arg2 , int arg3 ) { if ( cv != null ) { cv . visitInnerClass ( arg0 , arg1 , arg2 , arg3 ) ; } }
17,255
get the value of balance concode_field_sep long balance concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep String toString concode_elem_sep void setBalance
long function ( ) { return balance ; }
17,256
gets the value of the status property . concode_field_sep String wDay concode_elem_sep String typeReminder concode_elem_sep String sDate concode_elem_sep Long idReminder concode_elem_sep String description concode_elem_sep String mDay concode_elem_sep String dateRegistered concode_elem_sep String status concode_field_s...
String function ( ) { return status ; }
17,257
gets the id . concode_field_sep String projectUrl concode_elem_sep String name concode_elem_sep String description concode_elem_sep List<Integer> configurationIds concode_elem_sep Integer id concode_elem_sep Integer licenseId concode_elem_sep String issueTrackerUrl concode_field_sep void setName concode_elem_sep void s...
Integer function ( ) { return id ; }
17,258
reset the friction mixture to the default value . concode_field_sep World world concode_elem_sep WorldManifold worldManifold concode_elem_sep long addr concode_elem_sep float[] tmp concode_field_sep boolean jniIsTouching concode_elem_sep float getRestitution concode_elem_sep float jniGetRestitution concode_elem_sep voi...
void function ( ) { jniResetFriction ( addr ) ; }
17,259
get servlet context . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep void addWarnMessage conc...
ServletContext function ( ) { return ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; }
17,260
create an instance of jaxbelement concode_field_sep QName _EsiCancelEIPOrderAsyncResponse_QNAME concode_elem_sep QName _EsiCancelEIPOrderAsyncRequest_QNAME concode_field_sep CancelEIPOrderRequest createCancelEIPOrderRequest concode_elem_sep ESICancelEIPOrderAsyncResponseType createESICancelEIPOrderAsyncResponseType con...
JAXBElement < ESICancelEIPOrderAsyncResponseType > function ( ESICancelEIPOrderAsyncResponseType arg0 ) { return new JAXBElement < ESICancelEIPOrderAsyncResponseType > ( _EsiCancelEIPOrderAsyncResponse_QNAME , ESICancelEIPOrderAsyncResponseType . class , null , arg0 ) ; }
17,261
retorna lista de recursos concode_field_sep Recurso recurso concode_elem_sep CentroExposicoes centroExposicoes concode_elem_sep ListaRecursos registoRecursos concode_field_sep Recurso newRecurso concode_elem_sep ListaRecursos getRegistoRecursos concode_elem_sep void addRecurso
List function ( ) { return registoRecursos . getListaRecursos ( ) ; }
17,262
resultout is reused to trasmit all remote calls for session management . here the structure is preset for sending attributes . concode_field_sep RowInputBinary rowIn concode_elem_sep int sessionID concode_elem_sep byte[] mainBuffer concode_elem_sep boolean isTLS concode_elem_sep RowOutputBinary rowOut concode_elem_sep ...
void function ( ) { rowOut = new RowOutputBinary ( mainBuffer ) ; rowIn = new RowInputBinary ( rowOut ) ; resultOut = Result . newSessionAttributesResult ( ) ; resultOut . add ( new Object [ 7 ] ) ; }
17,263
gets a hexadecimal stringbuffer representation of this object 's data , which is in fact the raw data contained in this object . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString...
StringBuilder function ( ) { return stringData ; }
17,264
obtain the transaction which conn is currently bound to . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isImplicitLockingUsed concode_elem_sep boolean isInsertVerified concode_elem_sep OTMConnection acquireConnection concode_elem_sep TransactionFactory getTransactionFactory concode_elem_sep LockMa...
Transaction function ( OTMConnection arg0 ) { TransactionFactory loc0 = getTransactionFactory ( ) ; Transaction loc1 = loc0 . getTransactionForConnection ( arg0 ) ; loc1 . setKit ( this ) ; return loc1 ; }
17,265
sets an optional parameter by checking if the tag already exists in our list of optional parameters . if it already exists , will replace the old value with the new value . concode_field_sep FastList<Tlv> optionalParameters concode_elem_sep String TLV concode_elem_sep XMLFormat<TlvSet> TLV_SET_XML concode_field_sep Fas...
Tlv function ( Tlv arg0 ) { int loc0 = this . findOptionalParameter ( arg0 . getTag ( ) ) ; if ( loc0 < 0 ) { this . addOptionalParameter ( arg0 ) ; return null ; } else { return this . optionalParameters . set ( loc0 , arg0 ) ; } }
17,266
converts path to unix convention and adds a terminating slash if it was omitted concode_field_sep Logger logger concode_field_sep void downloadFile concode_elem_sep boolean ping concode_elem_sep String getFilePrefix concode_elem_sep String getFileExtension concode_elem_sep void main concode_elem_sep void copy concode_e...
String function ( String arg0 ) { String loc0 = arg0 ; if ( loc0 . contains ( "srini_string" ) ) { loc0 = loc0 . replaceAll ( "srini_string" , "srini_string" ) ; } if ( loc0 . endsWith ( "srini_string" ) ) { loc0 = loc0 . substring ( 0 , loc0 . length ( ) - 1 ) ; } if ( ! loc0 . endsWith ( "srini_string" ) ) { loc0 = l...
17,267
determines if the socket can be written to . this method tests the writability of the socket by writing to the socket , so it should only be used immediately before closing the socket . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isSocketReadyToRead concode_elem_sep void writeStringToSocket conc...
boolean function ( Socket arg0 ) { OutputStream loc0 = arg0 . getOutputStream ( ) ; try { loc0 . write ( 0 ) ; loc0 . flush ( ) ; loc0 . write ( 0 ) ; loc0 . flush ( ) ; } catch ( SocketException loc1 ) { return false ; } return true ; }
17,268
sets this bean 's response queue length . concode_field_sep String BEAN_LABEL concode_elem_sep String server concode_elem_sep Integer heartbeatInterval concode_elem_sep Integer updatedBy concode_elem_sep Date createdDateTime concode_elem_sep String activationStatus concode_elem_sep String version concode_elem_sep Strin...
void function ( Integer arg0 ) { this . responseQueueLength = arg0 ; }
17,269
returns the owner id of this portal preferences . concode_field_sep PortalPreferences _portalPreferences concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep bool...
long function ( ) { return _portalPreferences . getOwnerId ( ) ; }
17,270
converts an array of decimal degrees float lat/lons to float radians in place . concode_field_sep double DATELINE_D concode_elem_sep float SOUTH_POLE_F concode_elem_sep float LON_RANGE_F concode_elem_sep double NORTH_POLE_DEG_D concode_elem_sep double DATELINE_DEG_D concode_elem_sep double SOUTH_POLE_D concode_elem_sep...
float [ ] function ( float [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { arg0 [ loc0 ] = degToRad ( arg0 [ loc0 ] ) ; } return arg0 ; }
17,271
one or more container overrides sent to a task . concode_field_sep com.amazonaws.internal.SdkInternalList<ContainerOverride> containerOverrides concode_field_sep void setContainerOverrides concode_elem_sep int hashCode concode_elem_sep TaskOverride withContainerOverrides concode_elem_sep TaskOverride withContainerOverr...
java . util . List < ContainerOverride > function ( ) { if ( containerOverrides == null ) { containerOverrides = new com . amazonaws . internal . SdkInternalList < ContainerOverride > ( ) ; } return containerOverrides ; }
17,272
get propagation parameter type . concode_field_sep OrbitType orbitType concode_elem_sep double mu concode_elem_sep AttitudeProvider attitudeProvider concode_elem_sep AbsoluteDate referenceDate concode_elem_sep PositionAngle angleType concode_elem_sep Frame frame concode_field_sep SpacecraftState mapArrayToState concode...
PositionAngle function ( ) { return angleType ; }
17,273
set the row number for this sub task concode_field_sep double[] m_weightingAttsValues concode_elem_sep double m_pixHeight concode_elem_sep boolean[] m_attsToWeightOn concode_elem_sep double m_pixWidth concode_elem_sep int m_yAttribute concode_elem_sep double m_samplesBase concode_elem_sep Instance m_predInst concode_el...
void function ( int arg0 ) { m_rowNumber = arg0 ; }
17,274
initializes the sparkclient library . must be called before creating client instances . concode_field_sep String CONF_CLIENT_ID concode_elem_sep RpcServer server concode_elem_sep String CONF_KEY_IN_PROCESS concode_elem_sep String CONF_KEY_SECRET concode_field_sep SparkClient createClient concode_elem_sep void stop
void function ( Map < String , String > arg0 ) { if ( server == null ) { try { server = new RpcServer ( arg0 ) ; } catch ( InterruptedException loc0 ) { throw Throwables . propagate ( loc0 ) ; } } }
17,275
sets value of the coreprotocolpnames #http_malformed_input_action parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep ProtocolVersion getVersion concode_elem_sep CodingErrorAction getUnmappableInputAction concode_elem_sep void setUnmappableInputAction concode_elem_sep void setVersion concode_elem_se...
void function ( final HttpParams arg0 , final CodingErrorAction arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; arg0 . setParameter ( CoreProtocolPNames . HTTP_MALFORMED_INPUT_ACTION , arg1 ) ; }
17,276
returns true if a value has been assigned for the setting id . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VE...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( set & loc0 ) != 0 ; }
17,277
encrypts the given array of bytes and writes the encrypted message to the given stream . the buffer must contain a multiple of 8 bytes to fit encryption . concode_field_sep int delta concode_elem_sep int rounds concode_elem_sep int decryptSum concode_elem_sep int keySize concode_elem_sep long[] key concode_elem_sep int...
void function ( OutputStream arg0 , byte [ ] arg1 , int arg2 ) { InputStream loc0 = new ByteArrayInputStream ( arg1 , arg2 , arg1 . length - arg2 ) ; encrypt ( loc0 , arg0 ) ; }
17,278
gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Object parent concode_elem_sep CTTrackChange del concode_elem_sep CTTrackChange moveFrom concode_elem_sep List<Object> egrPrBase concode_elem_sep CTTrackChange ins concode_elem_sep CTTrackChange moveTo concode_field...
Object function ( ) { return this . parent ; }
17,279
a valid regular state must produce no issues . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertTrue ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertIssueCount ( diagnostics , 0 ) ; }
17,280
set the character encoding , if known . the encoding must be a string acceptable for an xml encoding declaration see section 4.3.3 of the xml 1.0 recommendation . this method has no effect when the application provides a character stream . concode_field_sep String systemId concode_elem_sep Reader characterStream concod...
void function ( String arg0 ) { this . encoding = arg0 ; }
17,281
setter for property minkern . concode_field_sep float maxKern concode_elem_sep float maxPointSize concode_elem_sep int degree concode_elem_sep float minKern concode_elem_sep float minPointSize concode_field_sep float getMinKern concode_elem_sep float getMinPointSize concode_elem_sep void setMaxKern concode_elem_sep int...
void function ( float arg0 ) { minKern = arg0 ; }
17,282
verifies that specifying consumer index which is not supported by the given profile will fail . the referred index uses http-post binding without support for hok . concode_field_sep ServletOutputStream output concode_elem_sep SAMLMessageContext samlContext concode_elem_sep HttpServletRequest request concode_elem_sep Me...
void function ( ) { options . setAssertionConsumerIndex ( 0 ) ; storage . storeMessage ( ( String ) notNull ( ) , ( XMLObject ) notNull ( ) ) ; replyMock ( ) ; profile . sendAuthenticationRequest ( samlContext , options ) ; verifyMock ( ) ; }
17,283
does this node have any children ? concode_field_sep Node parent concode_elem_sep int level concode_elem_sep SortedSet<Node> children concode_elem_sep SortedSet<Node> EMPTY_SET concode_elem_sep String name concode_field_sep void checkChildren concode_elem_sep int getLevel concode_elem_sep Set<Node> getChildren concode_...
boolean function ( ) { return children != null && ! children . isEmpty ( ) ; }
17,284
sets the group array format . concode_field_sep boolean isArray concode_elem_sep HashSet<IndicatorGroup> childGroups concode_elem_sep int totalChildren concode_elem_sep IndicatorGroup parent concode_elem_sep String key concode_field_sep int getTotalChildren concode_elem_sep String getKey concode_elem_sep HashSet<Indica...
IndicatorGroup function ( boolean arg0 ) { this . isArray = arg0 ; return this ; }
17,285
get the current language . concode_field_sep Language instance concode_elem_sep HashMap<String,String> languages concode_elem_sep String PREF_FILE concode_elem_sep File prefFile concode_elem_sep String language concode_elem_sep LanguageBundle bundle concode_elem_sep Map<String,String> table concode_field_sep Language i...
String function ( ) { return init ( ) . language ; }
17,286
set the model object concode_field_sep DiagramModelNode parent concode_elem_sep boolean heightFixed concode_elem_sep int x concode_elem_sep int width concode_elem_sep String name concode_elem_sep int y concode_elem_sep int fixedHeight concode_elem_sep Image firstOverlayImage concode_elem_sep Image secondOverlayImage co...
void function ( EObject arg0 ) { }
17,287
sets the referrer of this akismet data . concode_field_sep AkismetData _akismetData concode_field_sep long getClassNameId concode_elem_sep void setAkismetDataId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem...
void function ( java . lang . String arg0 ) { _akismetData . setReferrer ( arg0 ) ; }
17,288
deletes the org labor with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep OrgLaborLocalService _service concode_field_sep com.liferay.portal.kernel.model.OrgLabor getOrgLabor concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.po...
com . liferay . portal . kernel . model . OrgLabor function ( long arg0 ) { return getService ( ) . deleteOrgLabor ( arg0 ) ; }
17,289
gets the timezone id used to identify this time zone in the javacode . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep Polygon getMapPolygon concode_elem_sep String getMapCommandButtonId
String function ( ) { return id ; }
17,290
performs a dynamic query on the database and returns the matching rows . concode_field_sep ServiceTracker<MeetupsRegistrationLocalService,MeetupsRegistrationLocalService> _serviceTracker concode_field_sep com.liferay.social.networking.model.MeetupsRegistration addMeetupsRegistration concode_elem_sep java.lang.String ge...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; }
17,291
sets the value of the sid property . concode_field_sep OfferForGetSavedRetention offer concode_elem_sep XMLGregorianCalendar created concode_elem_sep List<Long> cfsId concode_elem_sep GetSavedRetentionResponse2.CfsIds cfsIds concode_elem_sep String sid concode_field_sep String getSid concode_elem_sep void setCfsIds con...
void function ( String arg0 ) { this . sid = arg0 ; }
17,292
returns an array type whose elements are all instances of componenttype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep Pa...
GenericArrayType function ( Type arg0 ) { return new GenericArrayTypeImpl ( arg0 ) ; }
17,293
gets the value of the datausedafterthrottle property . concode_field_sep boolean topPriorityHighSpeedData concode_elem_sep DataBalanceType throttledAt concode_elem_sep DataBalanceType remainingData concode_elem_sep Boolean unlimitedData concode_elem_sep DataBalanceType usedData concode_elem_sep DataBalanceType dataRema...
DataBalanceType function ( ) { return dataUsedAfterThrottle ; }
17,294
returns a class object that identifies the declared type for the field . concode_field_sep java.lang.reflect.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 set concode_elem_sep void setAcces...
Class function ( ) { return field . getType ( ) ; }
17,295
executes a process in a thread-safe way . concode_field_sep int returnCode concode_elem_sep String stdout concode_elem_sep boolean normalTermination concode_elem_sep String stderr concode_field_sep boolean waitForProcess concode_elem_sep boolean isNormalTermination concode_elem_sep String getStdout concode_elem_sep Str...
ExecutionResult function ( String [ ] arg0 ) { return execute ( arg0 , null ) ; }
17,296
hashes bytes in part of an array . concode_field_sep PlaceHolder placeHolder concode_field_sep long hash64A concode_elem_sep long hash64A concode_elem_sep long hash64A
int function ( byte [ ] arg0 , int arg1 , int arg2 , int arg3 ) { return hash ( ByteBuffer . wrap ( arg0 , arg1 , arg2 ) , arg3 ) ; }
17,297
returns and consumes the content of the stream until the next occurrence of delim , or the entire remainder of the stream if delim does not appear inthe stream . if the stream is empty , it will return the empty string . concode_field_sep int mPos concode_elem_sep char[] HEX_CHARS concode_elem_sep String mBuffer concod...
String function ( char arg0 ) { if ( isEmpty ( ) ) { return "srini_string" ; } int loc0 = mBuffer . substring ( mPos ) . indexOf ( arg0 ) ; if ( loc0 == - 1 ) { return rest ( ) ; } else { loc0 += mPos ; String loc1 = mBuffer . substring ( mPos , loc0 ) ; mPos = loc0 + 1 ; return loc1 ; } }
17,298
verify that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testGetLegendItemSeriesIndex concode_elem_sep void testEquals
void function ( ) { XYDifferenceRenderer loc0 = new XYDifferenceRenderer ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
17,299
resumes engine work . paused `` load & display '' tasks will continue its work . concode_field_sep Map<String,ReentrantLock> uriLocks concode_elem_sep AtomicBoolean networkDenied concode_elem_sep AtomicBoolean slowNetwork concode_elem_sep ImageLoaderConfiguration configuration concode_elem_sep Object pauseLock concode_...
void function ( ) { paused . set ( false ) ; synchronized ( pauseLock ) { pauseLock . notifyAll ( ) ; } }