idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
38,100
set a default locale that this resolver will return if no other locale found . concode_field_sep Locale defaultLocale concode_field_sep Locale getDefaultLocale
void function ( Locale arg0 ) { this . defaultLocale = arg0 ; }
38,101
integer to specify the size of an ebs volume . concode_field_sep String volumeType concode_elem_sep Integer iops concode_elem_sep Boolean eBSEnabled concode_elem_sep Integer volumeSize concode_field_sep void setIops concode_elem_sep void setEBSEnabled concode_elem_sep Integer getVolumeSize concode_elem_sep EBSOptions w...
void function ( Integer arg0 ) { this . volumeSize = arg0 ; }
38,102
get float value . concode_field_sep Map<String,Object> mMap concode_field_sep JSONObject getObject concode_elem_sep Iterator<String> keys concode_elem_sep double getDouble concode_elem_sep JSONArray getArray concode_elem_sep String getString concode_elem_sep void put concode_elem_sep void writeJSON concode_elem_sep lon...
float function ( String arg0 , float arg1 ) { Object loc0 = mMap . get ( arg0 ) ; return loc0 != null && loc0 instanceof Number ? ( ( Number ) loc0 ) . floatValue ( ) : arg1 ; }
38,103
return the pid of the remote process . some data must have been received on the socket to do this . either setpasscred must be called on linux first , or recvcredentialbyte on bsd . concode_field_sep USOutputStream os concode_elem_sep USInputStream is concode_elem_sep int pid concode_elem_sep boolean blocking concode_e...
int function ( ) { if ( - 1 == pid ) pid = native_getPID ( sock ) ; return pid ; }
38,104
provide a short summary of the object . concode_field_sep BtNode mergedInto concode_elem_sep java.util.logging.Logger LOGGER concode_elem_sep int weight concode_field_sep BtNode getRepresentativeChild concode_elem_sep void updateChildren concode_elem_sep boolean canMergeIntoOne concode_elem_sep void setMergedInto conco...
String function ( ) { return "srini_string" + weight + ( hasBeenMerged ( ) ? "srini_string" : "srini_string" ) ; }
38,105
gets the value of the egcolortransform property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the egcolortransform property . for example , to add ...
List < JAXBElement < ? >> function ( ) { if ( egColorTransform == null ) { egColorTransform = new ArrayList < JAXBElement < ? >> ( ) ; } return this . egColorTransform ; }
38,106
method setrole . concode_field_sep String strFullName concode_elem_sep String strTypeOfView concode_elem_sep String strLoginName concode_elem_sep String __SESSION_INFOMATION_OBJECT_NAME concode_elem_sep SessionInfoBaseBean sessionExtObject concode_elem_sep String strStatus concode_elem_sep SessionInfoBaseBean sessionIn...
void function ( String arg0 ) { strRole = arg0 ; }
38,107
the method that prints the array to the screen concode_field_sep int[][] matrix1 concode_elem_sep int columnSize concode_elem_sep int[][] Matrix2 concode_elem_sep int[][] Matrix3 concode_elem_sep int rowSize concode_field_sep int[][] initializeArray concode_elem_sep void main concode_elem_sep int[][] addMatrices
void function ( int [ ] [ ] arg0 ) { int loc0 = arg0 [ 0 ] . length ; for ( int loc1 = 0 ; loc1 < arg0 . length ; ++ loc1 ) { for ( int loc2 = 0 ; loc2 < loc0 ; ++ loc2 ) { System . out . printf ( "srini_string" , arg0 [ loc1 ] [ loc2 ] ) ; } System . out . println ( ) ; } }
38,108
returns the typecode , corresponding the corba type that is stored using this holder . concode_field_sep String[] value concode_elem_sep ArrayTypeCode typecode concode_field_sep void _read concode_elem_sep void _write
TypeCode function ( ) { return typecode ; }
38,109
edmx : include elements that specify the schemas to include from the target document concode_field_sep List<EdmxReferenceIncludeAnnotation> edmxIncludeAnnotations concode_elem_sep List<EdmxReferenceInclude> edmxIncludes concode_elem_sep List<CsdlAnnotation> annotations concode_elem_sep URI uri concode_field_sep List<Ed...
List < EdmxReferenceInclude > function ( ) { return Collections . unmodifiableList ( edmxIncludes ) ; }
38,110
databinding method to get an xml representation of this object concode_field_sep com.salesforce.soap.partner.fault.InvalidQueryLocatorFault localInvalidQueryLocatorFault concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep void setInvalidQueryLocatorFault concode_elem_sep java.lang.String generatePrefi...
javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localInvalidQueryLocatorFault . getPullParser ( MY_QNAME ) ; }
38,111
close connection concode_field_sep ApiMgtDAO apiMgtDAO concode_elem_sep DataSource dataSource concode_field_sep Connection getConnection concode_elem_sep void closeStatement concode_elem_sep void closeAllConnections concode_elem_sep void initializeDB concode_elem_sep void closeResultSet
void function ( Connection arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( SQLException loc0 ) { loc0 . printStackTrace ( ) ; } } }
38,112
set addition settings simply by working directly against the settings builder . concode_field_sep Settings.Builder settings concode_field_sep Settings.Builder settings concode_elem_sep NodeBuilder settings concode_elem_sep NodeBuilder settings concode_elem_sep Node node concode_elem_sep NodeBuilder nodeBuilder concode_...
Settings . Builder function ( ) { return settings ; }
38,113
method called by a thread to acquire the lock . if there are no resources available this will wait until the lock has been released to re-attempt the acquire . concode_field_sep int licenses concode_elem_sep int counter concode_field_sep int getAvailableLicenses concode_elem_sep void release concode_elem_sep int getNum...
void function ( ) { while ( counter == 0 ) { wait ( ) ; } counter = counter - 1 ; }
38,114
insert the corba streamable into this any concode_field_sep long serialVersionUID concode_field_sep Any extract_any concode_elem_sep void insert_wchar concode_elem_sep TypeCode extract_TypeCode concode_elem_sep void insert_ushort concode_elem_sep void insert_boolean concode_elem_sep void type concode_elem_sep TypeCode ...
void function ( org . omg . CORBA . portable . Streamable arg0 ) { throw new NO_IMPLEMENT ( ) ; }
38,115
generate an authentication request . concode_field_sep Log log concode_field_sep NameIDPolicy buildNameIDPolicy concode_elem_sep Issuer buildIssuer
AuthnRequest function ( String arg0 , String arg1 ) { return buildAuthenticationRequest ( arg0 , arg1 , false ) ; }
38,116
invoke the example application with the given arguments concode_field_sep Class<?>[] paramTypes concode_elem_sep String description concode_elem_sep Method main concode_elem_sep Map<String,ProgramDescription> programs concode_field_sep void driver concode_elem_sep int run concode_elem_sep String getDescription concode_...
void function ( String [ ] arg0 ) { try { main . invoke ( null , new Object [ ] { arg0 } ) ; } catch ( InvocationTargetException loc0 ) { throw loc0 . getCause ( ) ; } }
38,117
delegate to all configured mediatypefileextensionresolver instances and aggregate the list of all file extensions found . concode_field_sep List<ContentNegotiationStrategy> contentNegotiationStrategies concode_elem_sep Set<MediaTypeFileExtensionResolver> fileExtensionResolvers concode_elem_sep List<MediaType> MEDIA_TYP...
List < String > function ( MediaType arg0 ) { Set < String > loc0 = new LinkedHashSet < String > ( ) ; for ( MediaTypeFileExtensionResolver loc1 : this . fileExtensionResolvers ) { loc0 . addAll ( loc1 . resolveFileExtensions ( arg0 ) ) ; } return new ArrayList < String > ( loc0 ) ; }
38,118
gets the value of the operatingsystemtargeting property . concode_field_sep OperatingSystemTargeting operatingSystemTargeting concode_elem_sep BrowserLanguageTargeting browserLanguageTargeting concode_elem_sep DeviceCategoryTargeting deviceCategoryTargeting concode_elem_sep MobileDeviceTargeting mobileDeviceTargeting c...
OperatingSystemTargeting function ( ) { return operatingSystemTargeting ; }
38,119
get the organization resource concode_field_sep String serverUrl concode_elem_sep ClientContext context concode_field_sep WebTarget getTarget concode_elem_sep ManagementResource management concode_elem_sep String getPath concode_elem_sep ClientContext getContext
OrganizationResource function ( final String arg0 ) { return new OrganizationResource ( arg0 , context , this ) ; }
38,120
helper to calculate the actionbar height concode_field_sep PlaceHolder placeHolder concode_field_sep int getThemeAttributeDimensionSize concode_elem_sep int getScreenWidth concode_elem_sep int getOptimalDrawerWidth concode_elem_sep void setBackground concode_elem_sep void setBackground concode_elem_sep Drawable getComp...
int function ( Context arg0 ) { int loc0 = UIUtils . getThemeAttributeDimensionSize ( arg0 , android . R . attr . actionBarSize ) ; if ( loc0 == 0 ) { loc0 = arg0 . getResources ( ) . getDimensionPixelSize ( R . dimen . abc_action_bar_default_height_material ) ; } return loc0 ; }
38,121
tostring . concode_field_sep String name concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return name ; }
38,122
gets the denominator of the rational concode_field_sep int mNumerator concode_elem_sep int mDenominator concode_field_sep int getNumerator concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep float toFloat concode_elem_sep int gcd concode_elem_sep boolean isInf concode_elem_sep boolean isNegIn...
int function ( ) { return mDenominator ; }
38,123
returns a string useful for debugging especially within a debugger . concode_field_sep int currentLinePos concode_elem_sep int MIME_CHUNK_SIZE concode_elem_sep int DEFAULT_BUFFER_SIZE concode_elem_sep int lineLength concode_elem_sep byte PAD_DEFAULT concode_elem_sep int ibitWorkArea concode_elem_sep int pos concode_ele...
String function ( ) { return String . format ( "srini_string" + "srini_string" , this . getClass ( ) . getSimpleName ( ) , Arrays . toString ( buffer ) , currentLinePos , eof , ibitWorkArea , lbitWorkArea , modulus , pos , readPos ) ; }
38,124
retrieves a 19 character string representation of the specified long value where the left-most characters not used to represent the value are set to the & quote ; 0 & quote ; character . concode_field_sep char[] CA_ZEROS concode_field_sep String getList concode_elem_sep String getList concode_elem_sep String getList co...
String function ( long arg0 ) { return _leftZeroPad ( arg0 , 19 ) ; }
38,125
called for entries that have reached the tail of the least recently used queue and are be removed . the default implementation does nothing . concode_field_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_field_sep void trimToSize concode_elem_sep void evictAll concode_elem_sep V get concode_elem_sep V c...
void function ( K arg0 , V arg1 ) { }
38,126
changes the program and arguments of this process builder . concode_field_sep Map<String,String> environment concode_elem_sep File directory concode_elem_sep boolean redirectErrorStream concode_elem_sep List<String> command concode_field_sep Map<String,String> environment concode_elem_sep Process start concode_elem_sep...
ProcessBuilder function ( String ... arg0 ) { return arg0 ( new ArrayList < String > ( Arrays . asList ( arg0 ) ) ) ; }
38,127
get current text concode_field_sep int maxCharLine concode_elem_sep ArrayList<Text> textList concode_elem_sep UserHud userHud concode_elem_sep ArrayList<String> stringList concode_elem_sep float weight concode_elem_sep String text concode_elem_sep float height concode_field_sep void checkText concode_elem_sep void setT...
String function ( ) { return new String ( text ) ; }
38,128
set the default and the unique field . concode_field_sep AnalyzerList analyzers concode_elem_sep ReadWriteLock rwl concode_elem_sep Map<String,PerFieldAnalyzer> langIndexAnalyzers concode_elem_sep Config config concode_elem_sep SchemaFieldList fieldList concode_elem_sep Map<String,PerFieldAnalyzer> langQueryAnalyzers c...
void function ( String arg0 , String arg1 ) { SchemaFieldList loc0 = getFieldList ( ) ; loc0 . setDefaultField ( arg0 ) ; loc0 . setUniqueField ( arg1 ) ; config . saveConfig ( ) ; }
38,129
sets the y-value for this data item . note that there is no corresponding method to change the x-value . concode_field_sep long serialVersionUID concode_elem_sep Number x concode_elem_sep Number y concode_field_sep Number getX concode_elem_sep Number getY concode_elem_sep double getYValue concode_elem_sep int hashCode ...
void function ( double arg0 ) { setY ( new Double ( arg0 ) ) ; }
38,130
returns the execution in which context this delegate is invoked . may be null concode_field_sep Object invocationResult concode_elem_sep BaseDelegateExecution contextExecution concode_elem_sep ResourceDefinitionEntity contextResource concode_field_sep void proceed concode_elem_sep ResourceDefinitionEntity getContextRes...
BaseDelegateExecution function ( ) { return contextExecution ; }
38,131
zeros accumulated running time and restarts this object . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessage concode_elem_se...
void function ( ) { total = 0 ; start ( ) ; }
38,132
gets the month value for this date . concode_field_sep java.lang.Integer month concode_elem_sep java.lang.Integer year concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer day concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_fiel...
java . lang . Integer function ( ) { return month ; }
38,133
test method for org.opendaylight.controller.liblldp.lldptlv #getcustomstring byte , int . concode_field_sep String CUSTOM_TLV_ULTIMATE concode_elem_sep byte[] CUSTOM_TLV_ULTIMATE_BIN concode_elem_sep Logger LOG concode_field_sep void testCreateCustomTLVValue
void function ( ) { byte [ ] loc0 = Bytes . concat ( new byte [ ] { 0x00 , 0x26 , ( byte ) 0xe1 , 0x00 } , CUSTOM_TLV_ULTIMATE_BIN ) ; String loc1 = LLDPTLV . getCustomString ( loc0 , loc0 . length ) ; LOG . debug ( "srini_string" , loc1 ) ; Assert . assertEquals ( CUSTOM_TLV_ULTIMATE , loc1 ) ; }
38,134
convert the given string to an array of bytes . concode_field_sep int BYTE_RANGE concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Map<String,SingleByteCharsetConverter> CONVERTER_MAP concode_elem_sep char[] byteToChars concode_elem_sep byte[] charToByteMap concode_elem_sep byte[] allBytes concode_elem_sep byte...
byte [ ] function ( String arg0 ) { if ( arg0 == null ) { return null ; } int loc0 = arg0 . loc0 ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = this . charToByteMap [ arg0 . charAt ( loc2 ) ] ; } return loc1 ; }
38,135
add/remove files backed by bundle resources to/from a directory . concode_field_sep Bundle bundle concode_field_sep void addOrRemoveFile concode_elem_sep void addOrRemoveDirectories concode_elem_sep void addOrRemoveDirectoryRecursive concode_elem_sep void addOrRemoveDirectory concode_elem_sep String formatBundleEntryPa...
void function ( File arg0 , String arg1 , String [ ] arg2 , boolean arg3 ) { for ( String loc0 : arg2 ) { addOrRemoveFile ( arg0 , arg1 , loc0 , arg3 ) ; } }
38,136
sets the executable concode_field_sep List<String> propertiesList concode_elem_sep Logger LOG concode_elem_sep File resharperReportFile concode_elem_sep VisualStudioSolution solution concode_elem_sep ArrayList<String> arguments concode_elem_sep File executable concode_field_sep Command toCommand concode_elem_sep void a...
void function ( File arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . executable = arg0 ; }
38,137
returns the size in bytes of the given e-ac-3 syncframe . concode_field_sep int AC3_SYNCFRAME_AUDIO_SAMPLE_COUNT concode_elem_sep int[] BITRATE_BY_HALF_FRMSIZECOD concode_elem_sep int[] SYNCFRAME_SIZE_WORDS_BY_HALF_FRMSIZECOD_44_1 concode_elem_sep int[] SAMPLE_RATE_BY_FSCOD2 concode_elem_sep int[] BLOCKS_PER_SYNCFRAME_...
int function ( byte [ ] arg0 ) { return 2 * ( ( ( arg0 [ 2 ] & 0x07 ) << 8 ) + ( arg0 [ 3 ] & 0xFF ) + 1 ) ; }
38,138
returns the illumination . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void setName concode_elem_sep int ge...
double function ( ) { return illumination ; }
38,139
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String timeZoneId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String serverTime concode_field_sep void setTimeZoneId concode_elem_sep o...
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 ) ; }
38,140
computes the dot product of the 3d vectors ab and cd . concode_field_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep double getX concode_elem_sep double getY concode_elem_sep double getZ concode_elem_sep Vector3D normalize concode_elem_sep Coordinate normalize concode_elem_sep double ...
double function ( Coordinate arg0 , Coordinate arg1 , Coordinate arg2 , Coordinate arg3 ) { double loc0 = arg1 . x - arg0 . x ; double loc1 = arg1 . y - arg0 . y ; double loc2 = arg1 . z - arg0 . z ; double loc3 = arg3 . x - arg2 . x ; double loc4 = arg3 . y - arg2 . y ; double loc5 = arg3 . z - arg2 . z ; return loc0 ...
38,141
gets the value of the columnname property . concode_field_sep GroupName groupName concode_elem_sep SqlType sqlType concode_elem_sep FieldName fieldName concode_elem_sep JdbcType jdbcType concode_elem_sep KeyGeneratorFactory keyGeneratorFactory concode_elem_sep ReadStrategy readStrategy concode_elem_sep VersionColumn ve...
ColumnName function ( ) { return columnName ; }
38,142
appends a flow rule remove to the current stage . concode_field_sep List<Set<FlowRuleOperation>> stages concode_elem_sep FlowRuleOperationsContext callback concode_elem_sep ImmutableSet.Builder<FlowRuleOperation> currentStage concode_elem_sep ImmutableList.Builder<Set<FlowRuleOperation>> listBuilder concode_field_sep B...
Builder function ( FlowRule arg0 ) { currentStage . add ( new FlowRuleOperation ( arg0 , REMOVE ) ) ; return this ; }
38,143
return the starting property delimiter concode_field_sep TextDecoder URL_DECODER concode_elem_sep char propertyDelimiter concode_elem_sep String repositoryPath concode_elem_sep String url concode_elem_sep Properties properties concode_field_sep void init concode_elem_sep void setProperties concode_elem_sep Properties g...
char function ( ) { return propertyDelimiter ; }
38,144
get node at the specified position in the list . the order is the same in which the nodes were entered . concode_field_sep Node finalNode concode_elem_sep ArrayList<Node> nodes concode_elem_sep Iterator<Node> nodeIterator concode_elem_sep Iterator<Edge> edgeIterator concode_elem_sep Node initialNode concode_elem_sep Ar...
Node function ( int arg0 ) { return nodes . get ( arg0 ) ; }
38,145
maximum number of bytes to be encrypted at a time when sasl encryption is used . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SPARK...
int function ( ) { return Ints . checkedCast ( JavaUtils . byteStringAsBytes ( conf . get ( "srini_string" , "srini_string" ) ) ) ; }
38,146
get the piece , which is set to tht square concode_field_sep Piece piece concode_field_sep boolean occupiedPoint concode_elem_sep void setPiece
Piece function ( ) { return this . piece ; }
38,147
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
38,148
starts the animation concode_field_sep Car[] cars concode_elem_sep int delay concode_elem_sep Field field concode_elem_sep int MANUFACTURED_CARS concode_field_sep void init
void function ( ) { while ( true ) { Thread . sleep ( delay ) ; Field . draw ( cars ) ; } }
38,149
returns the i-th int in this list . the first element , which is in location 0 , is the 0th element . assume i takes on the values 0 , length of list - 1 . concode_field_sep Comparable head concode_elem_sep SortedComparableList tail concode_field_sep void extend concode_elem_sep SortedComparableList subTail concode_ele...
Comparable function ( int arg0 ) { return null ; }
38,150
return the list of weightedphraseinfo . concode_field_sep LinkedList<WeightedPhraseInfo> phraseList concode_elem_sep int endOffset concode_elem_sep int startOffset concode_elem_sep int seqnum concode_elem_sep ArrayList<TermInfo> termsInfos concode_elem_sep float boost concode_elem_sep List<Toffs> termsOffsets concode_f...
List < WeightedPhraseInfo > function ( ) { return phraseList ; }
38,151
destroys the physical connection to the underlying resource manager . concode_field_sep ValidManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object...
void function ( ) { }
38,152
get the start time of overlay . concode_field_sep long mStartTimeMs concode_elem_sep Map<String,String> mUserAttributes concode_elem_sep String mUniqueId concode_elem_sep MediaItem mMediaItem concode_elem_sep long mDurationMs concode_field_sep void setDuration concode_elem_sep void setUserAttribute concode_elem_sep lon...
long function ( ) { return mStartTimeMs ; }
38,153
get readable database concode_field_sep Provider<CacheHelper> helperProvider concode_elem_sep String TAG concode_field_sep List<E> requestAndStore concode_elem_sep List<E> requestAndStore concode_elem_sep List<E> loadOrRequest concode_elem_sep List<E> loadFromDB concode_elem_sep SQLiteDatabase getWritable
SQLiteDatabase function ( SQLiteOpenHelper arg0 ) { try { return arg0 . getReadableDatabase ( ) ; } catch ( SQLiteException loc0 ) { try { return arg0 . getReadableDatabase ( ) ; } catch ( SQLiteException loc1 ) { return null ; } } }
38,154
sets the text of the alert instance . concode_field_sep String hostName concode_elem_sep AlertDefinitionEntity alertDefinition concode_elem_sep String alertLabel concode_elem_sep String alertInstance concode_elem_sep Long alertTimestamp concode_elem_sep Long alertId concode_elem_sep Long clusterId concode_elem_sep Stri...
void function ( String arg0 ) { this . alertText = arg0 ; }
38,155
converts a java array of blobs to a javascript array of blobs . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] toJavaArray concode_elem_sep byte[] toJavaArray
JsArray < Blob > function ( Blob [ ] arg0 ) { JsArray < Blob > loc0 = JavaScriptObject . createArray ( ) . cast ( ) ; for ( int loc1 = 0 , loc2 = arg0 . length ; loc1 < loc2 ; ++ loc1 ) { loc0 . set ( loc1 , arg0 [ loc1 ] ) ; } return loc0 ; }
38,156
get colors . get interpolated colors if created with pointsymbolizerfactory #pointsymbolizerfactory int , color , color or get colors from palette if created with pointsymbolizerfactory #pointsymbolizerfactory int , int concode_field_sep Color _color concode_elem_sep ArrayList<Integer> _sizes concode_elem_sep ArrayList...
ArrayList < Color > function ( ) { return _colors ; }
38,157
gets the id value for this reportmetric . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.omniture.www.ReportMetricType ...
java . lang . String function ( ) { return id ; }
38,158
execute . concode_field_sep ArrayList<SpellAbility> list concode_field_sep void add concode_elem_sep int size concode_elem_sep void addAll concode_elem_sep SpellAbility get concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void remove
void function ( ) { for ( int loc0 = 0 ; loc0 < size ( ) ; loc0 ++ ) { if ( ! ComputerUtil . canPayCost ( get ( loc0 ) ) ) throw new RuntimeException ( "srini_string" + get ( loc0 ) . getSourceCard ( ) + "srini_string" + get ( loc0 ) . getStackDescription ( ) ) ; ComputerUtil . playNoStack ( get ( loc0 ) ) ; } }
38,159
if key , value is currently in the map , this method removes it and returnstrue ; otherwise , this method returns false . concode_field_sep Map<K,Long> asMap concode_elem_sep ConcurrentHashMap<K,AtomicLong> map concode_field_sep long getAndIncrement concode_elem_sep long incrementAndGet concode_elem_sep Map<K,Long> cre...
boolean function ( K arg0 , long arg1 ) { AtomicLong loc0 = map . get ( arg0 ) ; if ( loc0 == null ) { return false ; } long loc1 = loc0 . get ( ) ; if ( loc1 != arg1 ) { return false ; } if ( loc1 == 0L || loc0 . compareAndSet ( loc1 , 0L ) ) { map . remove ( arg0 , loc0 ) ; return true ; } return false ; }
38,160
the code for a country geo location . the default location uses '' for the country code and will match all locations that are not matched by a geo location . the default geo location uses a for the country code . all other country codes follow the iso 3166 two-character code . concode_field_sep String countryCode conco...
String function ( ) { return this . countryCode ; }
38,161
isreadermtomaware concode_field_sep com.amazon.ec2.BundleInstanceType localBundleInstance concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void writeQNam...
boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc...
38,162
get all the groups on this server concode_field_sep EntityManagerFactory emf concode_field_sep T call concode_elem_sep List<GroupEntity> findGroupsForMember concode_elem_sep Set<MemberEntity> removeGroup concode_elem_sep GroupEntity getGroup concode_elem_sep boolean hasGroup concode_elem_sep Set<MemberEntity> updateGro...
List < GroupEntity > function ( ) { EntityManager loc0 = emf . createEntityManager ( ) ; Query loc1 = loc0 . createNamedQuery ( "srini_string" ) ; return ( List < GroupEntity > ) loc1 . getResultList ( ) ; }
38,163
convenience method to construct an interval containing a single point . concode_field_sep double hi concode_elem_sep double lo concode_field_sep double hi concode_elem_sep boolean interiorContains concode_elem_sep boolean interiorContains concode_elem_sep double getCenter concode_elem_sep double lo concode_elem_sep boo...
R1Interval function ( double arg0 ) { return new R1Interval ( arg0 , arg0 ) ; }
38,164
delegates to testcontextmanager #beforetestclass . concode_field_sep Namespace namespace concode_field_sep void beforeEach concode_elem_sep TestContextManager getTestContextManager concode_elem_sep ApplicationContext getApplicationContext concode_elem_sep void afterEach concode_elem_sep Object resolve concode_elem_sep ...
void function ( ContainerExtensionContext arg0 ) { getTestContextManager ( arg0 ) . beforeTestClass ( ) ; }
38,165
load property file . concode_field_sep Prop prop concode_field_sep void configHandler concode_elem_sep String getProperty concode_elem_sep String getProperty concode_elem_sep void configInterceptor concode_elem_sep void beforeJFinalStop concode_elem_sep void afterJFinalStart concode_elem_sep void configPlugin concode_e...
Properties function ( File arg0 ) { return loadPropertyFile ( arg0 , Const . DEFAULT_ENCODING ) ; }
38,166
clear the stored columngroup s for resuse . concode_field_sep String INDEX_TO_TABLE_CONF_PREFX concode_elem_sep String TABLE_SUFFIX concode_elem_sep String INDEX_GROUP_PREFIX concode_elem_sep List<ColumnGroup> groups concode_elem_sep String INDEX_GROUPS_COUNT_KEY concode_elem_sep String COUNT concode_elem_sep Map<Strin...
void function ( ) { this . groups . clear ( ) ; }
38,167
gets column the column to apply the filter . concode_field_sep String column concode_elem_sep DatabaseFilterType type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setColumn concode_elem_sep DatabaseFilterType getType concode_elem_sep void setValue concode_elem_sep void setType
String function ( ) { return this . column ; }
38,168
does the work for exporting data concode_field_sep Hashtable iso2simpleMappings concode_elem_sep char decimalSeparator concode_elem_sep String outputFileExtension concode_elem_sep int incompleteWaypoints concode_elem_sep String outputFileName concode_elem_sep int EXPORT_METHOD_NO_PARAMS concode_elem_sep int anzVisibleC...
void function ( ) { doItStart ( ) ; export ( ) ; doItEnd ( ) ; }
38,169
returns true if the request contains conditions that save the server from sending a response that the client has locally . when the caller adds conditions , this cache wo n't participate in the request . concode_field_sep boolean onlyIfCached concode_elem_sep RawHeaders headers concode_elem_sep String transferEncoding ...
boolean function ( ) { return ifModifiedSince != null || ifNoneMatch != null ; }
38,170
get the id for this agent . concode_field_sep String ag_name concode_elem_sep org.osid.shared.Type ag_type concode_elem_sep Vector ag_props concode_elem_sep org.osid.shared.Id ag_id concode_field_sep String getDisplayName concode_elem_sep org.osid.shared.Type getType concode_elem_sep org.osid.shared.PropertiesIterator ...
org . osid . shared . Id function ( ) { return ( org . osid . shared . Id ) ag_id ; }
38,171
get the certificate authority 's x509 certificate . concode_field_sep PrivateKey issuerPrivateKey concode_elem_sep X509Certificate issuerCert concode_elem_sep String SIGNATURE_ALGORITHM concode_field_sep ContentSigner getContentSigner concode_elem_sep KeyStore.PrivateKeyEntry sign concode_elem_sep void initialize conco...
X509Certificate function ( ) { return issuerCert ; }
38,172
inserts a structure element kid before a reference kid . concode_field_sep COSDictionary dictionary concode_field_sep List<Object> getKids concode_elem_sep void setKids concode_elem_sep void insertObjectableBefore concode_elem_sep String getType concode_elem_sep PDStructureNode create concode_elem_sep COSBase getCOSObj...
void function ( PDStructureElement arg0 , Object arg1 ) { this . insertObjectableBefore ( arg0 , arg1 ) ; }
38,173
determine if the supplied mongoiterable contains at least one element that satisfies the given predicate . concode_field_sep Pattern IPV6_ADDRESS_PATTERN concode_elem_sep Pattern ADDRESS_PATTERN concode_elem_sep String ADDRESS_DELIMITER concode_field_sep String replicaSetUsedIn concode_elem_sep void forEach concode_ele...
boolean function ( MongoIterable < T > arg0 , Predicate < T > arg1 ) { try ( MongoCursor < T > loc0 = arg0 . iterator ( ) ) { while ( loc0 . hasNext ( ) ) { if ( arg1 . test ( loc0 . next ( ) ) ) return true ; } } return false ; }
38,174
indicates whether a hyphenation file has been requested before but it was n't available . this is to avoid searching a second time for a hyphenation pattern file which is not available . concode_field_sep Hashtable hyphenTrees concode_elem_sep Set missingHyphenationTrees concode_field_sep void cache concode_elem_sep St...
boolean function ( String arg0 ) { return ( missingHyphenationTrees != null && missingHyphenationTrees . contains ( arg0 ) ) ; }
38,175
converts a numeric section into a full description string for an update message . concode_field_sep int PREREQ concode_elem_sep Mnemonic sections concode_elem_sep int QUESTION concode_elem_sep int UPDATE concode_elem_sep String[] updateSections concode_elem_sep int AUTHORITY concode_elem_sep int ANSWER concode_elem_sep...
String function ( int arg0 ) { sections . check ( arg0 ) ; return updateSections [ arg0 ] ; }
38,176
some text . concode_field_sep String fFirstName concode_elem_sep InnerClassWithAnnotations anon concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ...
String function ( String arg0 ) { return "srini_string" ; }
38,177
gets whether this opcode is commutative the order of its sources are unimportant or not . all commutative rops have exactly two sources and have no branchiness . concode_field_sep int BRANCH_RETURN concode_elem_sep int BRANCH_GOTO concode_elem_sep int BRANCH_IF concode_elem_sep TypeList sources concode_elem_sep int BRA...
boolean function ( ) { switch ( opcode ) { case RegOps . AND : case RegOps . OR : case RegOps . XOR : case RegOps . ADD : case RegOps . MUL : return true ; default : return false ; } }
38,178
gets the delivery channel . concode_field_sep String PM_PORT_NAME concode_elem_sep ArrayList<Mapper> _mappers concode_elem_sep ProcessStoreImpl _store concode_elem_sep ProcessManagement _processManagement concode_elem_sep Map<Endpoint,OdeService> _activeOdeServices concode_elem_sep OdeConfigProperties _config concode_e...
DeliveryChannel function ( ) { DeliveryChannel loc0 = null ; if ( _context != null ) { try { loc0 = _context . getDeliveryChannel ( ) ; } catch ( Exception loc1 ) { throw new RuntimeException ( loc1 ) ; } } return loc0 ; }
38,179
a convenience method . creates an empty parse instance , which returns this status . concode_field_sep short FAILED_MISSING_CONTENT concode_elem_sep String[] args concode_elem_sep byte NOTPARSED concode_elem_sep byte SUCCESS concode_elem_sep short FAILED_INVALID_FORMAT concode_elem_sep byte majorCode concode_elem_sep P...
Parse function ( Configuration arg0 ) { return new EmptyParseImpl ( this , arg0 ) ; }
38,180
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void configureViewResolvers concode_elem_sep void configureContentNegotiation concode_elem_sep void addFormatters concode_elem_sep void extendMessageConverters concode_elem_se...
void function ( List < HandlerMethodReturnValueHandler > arg0 ) { }
38,181
sets the value of the lvl property . concode_field_sep Long lvl concode_elem_sep STTLChartSubelementType type concode_field_sep long getLvl concode_elem_sep STTLChartSubelementType getType concode_elem_sep void setType
void function ( Long arg0 ) { this . lvl = arg0 ; }
38,182
gets the sourcepatientid value for this document . concode_field_sep java.lang.Integer documentType concode_elem_sep java.lang.String author concode_elem_sep java.lang.String documentUniqueId concode_elem_sep java.lang.String repositoryUniqueId concode_elem_sep java.lang.String createdOn concode_elem_sep java.lang.Stri...
java . lang . String function ( ) { return sourcePatientId ; }
38,183
normalizes the log10-based array . assumes that all array entries are < = 0 < = 1 in real-space . concode_field_sep boolean DEBUG_MODE_ENABLED concode_elem_sep double LOG10_P_OF_ZERO concode_field_sep int maxElementIndex concode_elem_sep int maxElementIndex concode_elem_sep double arrayMax concode_elem_sep List<List<T>...
double [ ] function ( double [ ] arg0 , boolean arg1 ) { return normalizeFromLog10 ( arg0 , arg1 , false ) ; }
38,184
clear current value concode_field_sep String XML_TAG concode_elem_sep boolean dirty concode_elem_sep Collection incomingConns concode_elem_sep float hintPosition concode_elem_sep Neuron neuron concode_elem_sep NeuronMetaDataPositionComparator instance concode_elem_sep ActivationFunction func concode_elem_sep NeuronType...
void function ( ) { value = 0.0d ; dirty = true ; }
38,185
creates a new runtime type adapter for basetype using `` type '' asthe type field name . concode_field_sep Map<String,Class<?>> labelToSubtype concode_elem_sep Map<Class<?>,String> subtypeToLabel concode_elem_sep String typeFieldName concode_elem_sep Class<?> baseType concode_field_sep TypeAdapter<R> create concode_ele...
RuntimeTypeAdapterFactory < T > function ( Class < T > arg0 ) { return new RuntimeTypeAdapterFactory < T > ( arg0 , "srini_string" ) ; }
38,186
toggle the slidingmenu . if it is open , it will be closed , and vice versa . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep...
void function ( ) { mSlidingMenu . toggle ( ) ; }
38,187
returns the value at position index . concode_field_sep long baseOffset concode_elem_sep MemoryBlock memory concode_elem_sep long WIDTH concode_elem_sep long length concode_elem_sep Object baseObj concode_field_sep void set concode_elem_sep long size concode_elem_sep Object getBaseObject concode_elem_sep MemoryBlock me...
long function ( int arg0 ) { assert arg0 >= 0 : "srini_string" + arg0 + "srini_string" ; assert arg0 < length : "srini_string" + arg0 + "srini_string" + length + "srini_string" ; return Platform . getLong ( baseObj , baseOffset + arg0 * WIDTH ) ; }
38,188
returns the file the chunk was read from . concode_field_sep Charset charset concode_elem_sep long dataOffset concode_elem_sep LiveFile file concode_elem_sep byte[] data concode_elem_sep int length concode_elem_sep boolean truncated concode_elem_sep String tag concode_elem_sep List<FileLine> lines concode_field_sep boo...
LiveFile function ( ) { return file ; }
38,189
save this state into the current thread 's local storage concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep UploadStateHolder take concode_elem_sep void setAsyn...
void function ( ) { holder . set ( this ) ; }
38,190
gets the actualdeliverypercentage value for this deliveryindicator . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Double actualDeliveryPercentage concode_elem_sep java.lang.Double expecte...
java . lang . Double function ( ) { return actualDeliveryPercentage ; }
38,191
sets the value of this asset tag property . concode_field_sep AssetTagProperty _assetTagProperty concode_field_sep void setTagPropertyId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.Expa...
void function ( java . lang . String arg0 ) { _assetTagProperty . setValue ( arg0 ) ; }
38,192
returns a hash code value for the object . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_se...
int function ( ) { int loc0 = 17 ; if ( name != null ) { loc0 += 31 * loc0 + 7 * name . hashCode ( ) ; } else { loc0 += 31 * loc0 + 7 ; } return loc0 ; }
38,193
tests whether we can get login user with conf in custom mode , when user name is provided by the application through configuration . concode_field_sep ExpectedException mThrown concode_field_sep void before concode_elem_sep void getSimpleLoginUser concode_elem_sep void getCustomLoginUser concode_elem_sep void getCustom...
void function ( ) { Configuration . set ( PropertyKey . SECURITY_AUTHENTICATION_TYPE , AuthType . CUSTOM . getAuthName ( ) ) ; Configuration . set ( PropertyKey . SECURITY_LOGIN_USERNAME , "srini_string" ) ; User loc0 = LoginUser . get ( ) ; Assert . assertNotNull ( loc0 ) ; Assert . assertEquals ( "srini_string" , loc...
38,194
request data in keyspace and ranges from specific node . concode_field_sep StreamCoordinator coordinator concode_elem_sep String description concode_elem_sep long repairedAt concode_elem_sep String[] EMPTY_COLUMN_FAMILIES concode_elem_sep List<StreamEventHandler> handlers concode_elem_sep UUID planId concode_elem_sep b...
StreamPlan function ( InetAddress arg0 , InetAddress arg1 , String arg2 , Collection < Range < Token >> arg3 ) { return requestRanges ( arg0 , arg1 , arg2 , arg3 , EMPTY_COLUMN_FAMILIES ) ; }
38,195
sets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep ShowType show concode_elem_sep ActuateType actuate concode_elem_sep String href concode_elem_sep TypeType type concode_elem_sep String title concode_field_sep String getHref concode_elem_sep void setHre...
void function ( String arg0 ) { this . title = arg0 ; }
38,196
create a failed future with the specified failure cause . concode_field_sep FutureFactory factory concode_field_sep T result concode_elem_sep Future<T> setHandler concode_elem_sep void fail concode_elem_sep void fail concode_elem_sep void compose concode_elem_sep Future<T> future concode_elem_sep Future<T> succeededFut...
Future < T > function ( Throwable arg0 ) { return factory . completedFuture ( arg0 ) ; }
38,197
subclasses may override this concode_field_sep long serialVersionUID concode_field_sep void bind concode_elem_sep boolean declaresWindows concode_elem_sep Configuration configuration concode_elem_sep void toSQL concode_elem_sep boolean declaresCTE concode_elem_sep boolean generatesCast concode_elem_sep int hashCode con...
boolean function ( ) { return false ; }
38,198
returns true if the acl of the navnode evaluates to true . returns false otherwise . concode_field_sep String mixins concode_elem_sep Map context concode_field_sep placeholderType placeHolder
boolean function ( NavNode arg0 , int arg1 ) { if ( arg0 == null ) { return true ; } String loc0 = arg0 . getAcl ( ) ; if ( loc0 == null || "srini_string" . equals ( loc0 ) ) { return true ; } Acl loc1 = AclFactory . getInstance ( ) . getAcl ( mixins ) ; boolean loc2 = loc1 . evalAcl ( context , loc0 ) ; return loc2 ; ...
38,199
see contentprovider #delete contentprovider.delete concode_field_sep IContentProvider mContentProvider concode_elem_sep ContentResolver mContentResolver concode_field_sep AssetFileDescriptor openAssetFile concode_elem_sep ParcelFileDescriptor openFile concode_elem_sep ContentProvider getLocalContentProvider concode_ele...
int function ( Uri arg0 , String arg1 , String [ ] arg2 ) { return mContentProvider . delete ( arg0 , arg1 , arg2 ) ; }