idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
600
overwrites the first header with the same name . the new header will be appended to the end of the list , if no header with the given name can be found . concode_field_sep List<HeaderItem> headers concode_elem_sep List<NameValuePair> queryStringParams concode_elem_sep String charset concode_elem_sep HttpEntity bodyEnti...
void function ( Header arg0 ) { if ( this . headers == null ) { this . headers = new ArrayList < HeaderItem > ( ) ; } this . headers . add ( new HeaderItem ( arg0 , true ) ) ; }
601
the total score weighted by my opponent 's scores concode_field_sep double[] totalScores concode_elem_sep int[] totalGames concode_elem_sep int size concode_elem_sep double[][] scores concode_elem_sep int[][] games concode_elem_sep IdentityHashMap<X,Integer> ids concode_elem_sep long totalEffort concode_field_sep void ...
double function ( X arg0 ) { int loc0 = ids . get ( arg0 ) ; double loc1 = 0.0 ; double loc2 = 0.0 ; for ( int loc3 = 0 ; loc3 < size ; ++ loc3 ) { double loc4 = averageScoreFor ( loc3 ) ; loc1 += loc4 * scores [ loc0 ] [ loc3 ] ; loc2 += loc4 * games [ loc0 ] [ loc3 ] ; } return loc2 == 0.0 ? 0.0 : loc1 / loc2 ; }
602
creates a picking ray from the coordinates given in screen coordinates . it is assumed that the viewport spans thewhole screen . the screen coordinates origin is assumed to be in the top left corner , its y-axis pointing down , the x-axis pointing to the right . the returned instance is not a new instance but an intern...
Ray function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 , float arg5 ) { unproject ( ray . origin . set ( arg0 , arg1 , 0 ) , arg2 , arg3 , arg4 , arg5 ) ; unproject ( ray . direction . set ( arg0 , arg1 , 1 ) , arg2 , arg3 , arg4 , arg5 ) ; ray . direction . sub ( ray . origin ) . nor ( ) ; retur...
603
returns blob data as a stream concode_field_sep byte[] blobData concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep void truncate concode_elem_sep long length concode_elem_sep OutputStream setBinaryStream concode_elem_sep long position concode_elem_sep long position concode_elem_sep byte[] get...
InputStream function ( ) { return new ByteArrayInputStream ( blobData ) ; }
604
specify if the beanname is the name of a bean that references the targetbean within a scoped proxy . concode_field_sep String TARGET_NAME_PREFIX concode_field_sep String getTargetBeanName concode_elem_sep BeanDefinitionHolder createScopedProxy
boolean function ( String arg0 ) { return ( arg0 != null && arg0 . startsWith ( TARGET_NAME_PREFIX ) ) ; }
605
this may be an expensive operation . in order to count the number of available definitions in ldap , this call will attempt to execute a search query to load services and the results will be counted . do not attempt to call this operation in a loop . concode_field_sep ConnectionFactory connectionFactory concode_elem_se...
long function ( ) { try { final Response < SearchResult > loc0 = getSearchResultResponse ( ) ; if ( LdapUtils . containsResultEntry ( loc0 ) ) { return loc0 . getResult ( ) . size ( ) ; } } catch ( final LdapException loc0 ) { LOGGER . error ( loc0 . getMessage ( ) , loc0 ) ; } return 0 ; }
606
resets the counter to 0 . concode_field_sep MaxCountExceededCallback maxCountCallback concode_elem_sep int count concode_elem_sep int maximalCount concode_field_sep void incrementCount concode_elem_sep void incrementCount concode_elem_sep int getMaximalCount concode_elem_sep void trigger concode_elem_sep int getCount c...
void function ( ) { count = 0 ; }
607
the name of the uri template policy group concode_field_sep String description concode_elem_sep String throttlingTier concode_elem_sep Integer policyGroupId concode_elem_sep String policyGroupName concode_elem_sep String allowAnonymousAccess concode_elem_sep List<String> policyPartialMapping concode_elem_sep List<Strin...
List < String > function ( ) { return userRoles ; }
608
cashposition updates our current bank balance . concode_field_sep Logger log concode_elem_sep double cash concode_elem_sep BrokerContext master concode_field_sep void initialize
void function ( CashPosition arg0 ) { cash = arg0 . getBalance ( ) ; log . info ( "srini_string" + cash ) ; }
609
sets value of the coreconnectionpnames #so_timeout parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep boolean getSoReuseaddr concode_elem_sep boolean ge...
void function ( final HttpParams arg0 , final int arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; arg0 . setIntParameter ( CoreConnectionPNames . SO_TIMEOUT , arg1 ) ; }
610
sets the value of ' _ rralist ' by setting it to the given vector . no type checking is performed . concode_field_sep boolean _has_step concode_elem_sep java.util.List<java.lang.String> _rraList concode_elem_sep int _step concode_field_sep java.lang.String getRra concode_elem_sep java.lang.String[] getRra concode_elem_...
void function ( final java . util . List < java . lang . String > arg0 ) { this . _rraList = arg0 ; }
611
this is setter method for userid concode_field_sep int subSubCatId concode_elem_sep List escalationTemplateDetails concode_elem_sep String subSubCategoryName concode_elem_sep long serialVersionUID concode_elem_sep int escRuleId concode_elem_sep String userLoginName concode_elem_sep List escalationTypeDetails concode_el...
void function ( String arg0 ) { this . userId = arg0 ; }
612
this method returns the event adapter dto for a specific event adapter type concode_field_sep Log log concode_elem_sep boolean startPollingTriggered concode_elem_sep Map<String,InputEventAdapterFactory> eventAdapterFactoryMap concode_elem_sep ConcurrentHashMap<Integer,ConcurrentHashMap<String,InputAdapterRuntime>> tena...
InputEventAdapterSchema function ( String arg0 ) { InputEventAdapterFactory loc0 = eventAdapterFactoryMap . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . getInputEventAdapterSchema ( ) ; } return null ; }
613
the test calls #dothejob configuration , string , long , short , boolean , enumset while requiring the semantic of syncflag #update_length . concode_field_sep String fName concode_field_sep void hSyncUpdateLength_00 concode_elem_sep void hSyncUpdateLength_02 concode_elem_sep void hFlush_01 concode_elem_sep void checkDa...
void function ( ) { doTheJob ( new HdfsConfiguration ( ) , fName , AppendTestUtil . BLOCK_SIZE , ( short ) 2 , true , EnumSet . of ( SyncFlag . UPDATE_LENGTH ) ) ; }
614
gets the assigntask value for this wsresumetask . concode_field_sep boolean assignTask concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String taskUUID concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setTaskUUID conco...
boolean function ( ) { return assignTask ; }
615
tell the manager that the federate with the given handle has unsuccessfully completed the federation restore successfully . once a notification has been received from all federates , the #isrestorecomplete method will return true . at thatpoint the #isrestorecompletesuccessful will return true if allfederates restored ...
void function ( int arg0 ) { if ( activeLabel == null ) throw new JRestoreNotRequested ( "srini_string" ) ; restoreStatus . put ( arg0 , SRStatus . NOT_COMPLETE ) ; }
616
get name concode_field_sep String m_curSymbol concode_elem_sep String m_description concode_elem_sep int MAX_LINES concode_elem_sep String m_name concode_elem_sep int m_PriceList_Version_ID concode_elem_sep boolean m_notAllPrices concode_elem_sep int m_PriceList_ID concode_elem_sep CCache<String,PriceList> s_cache conc...
String function ( ) { return m_name ; }
617
setting device type concode_field_sep PlatformType platformType concode_elem_sep CallsProvider callsProvider concode_elem_sep DeviceCategory deviceCategory concode_elem_sep boolean enableContactsLogging concode_elem_sep boolean enableNetworkLogging concode_elem_sep boolean isOnClientPrivacyEnabled concode_elem_sep Phon...
ConfigurationBuilder function ( @ NotNull DeviceCategory arg0 ) { this . deviceCategory = arg0 ; return this ; }
618
used by rest api to add acl rule concode_field_sep Map<String,Integer> dpid2FlowPriority concode_elem_sep int lastRuleId concode_elem_sep Logger logger concode_elem_sep Map<Integer,Set<String>> ruleId2FlowName concode_elem_sep List<ACLRule> ruleSet concode_elem_sep Map<Integer,Set<String>> ruleId2Dpid concode_elem_sep ...
boolean function ( ACLRule arg0 ) { if ( checkRuleMatch ( arg0 ) ) { return false ; } arg0 . setId ( lastRuleId ++ ) ; this . ruleSet . add ( arg0 ) ; logger . info ( "srini_string" , arg0 . getId ( ) ) ; enforceAddedRule ( arg0 ) ; return true ; }
619
verifies that the given array contains the given sequence of values , without any other values between them . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep IntArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep IntArrays ins...
void function ( AssertionInfo arg0 , int [ ] arg1 , int [ ] arg2 ) { arrays . assertContainsSequence ( arg0 , failures , arg1 , arg2 ) ; }
620
determines the system temporary directory . the path returned by this method always contains a trailing path separator . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isRunningMacOSX concode_elem_sep String getApplicationDataDirectory concode_elem_sep String getApplicationDataDirectory concode_ele...
String function ( ) { return FileUtils . ensureTrailingSlash ( System . getProperty ( "srini_string" ) ) ; }
621
creates and returns an instance of httpauthdatabase for the named file , and kicks-off background initialization of that database . concode_field_sep String HTTPAUTH_HOST_COL concode_elem_sep String ID_COL concode_elem_sep Object mInitializedLock concode_elem_sep String HTTPAUTH_PASSWORD_COL concode_elem_sep int DATABA...
HttpAuthDatabase function ( final Context arg0 , final String arg1 ) { final HttpAuthDatabase loc0 = new HttpAuthDatabase ( ) ; new Thread ( ) { @ Override public void run ( ) { loc0 . initOnBackgroundThread ( arg0 , arg1 ) ; } } . start ( ) ; return loc0 ; }
622
return the state of the block under construction . concode_field_sep BlockUCState blockUCState concode_elem_sep ReplicaUnderConstruction[] NO_REPLICAS concode_elem_sep int primaryNodeIndex concode_elem_sep long blockRecoveryId concode_elem_sep ReplicaUnderConstruction[] replicas concode_elem_sep Block truncateBlock con...
BlockUCState function ( ) { return blockUCState ; }
623
get a decimalformatmanager to resolve the names of decimal formats used in calls to the format-number function . concode_field_sep boolean backwardsCompatible concode_elem_sep String defaultElementNamespace concode_elem_sep String baseURI concode_elem_sep String defaultFunctionNamespace concode_elem_sep Configuration c...
DecimalFormatManager function ( ) { return null ; }
624
sets the name or text corresponding to a timebucket . concode_field_sep Map<String,TimeBucket> BUCKET_TO_TYPE concode_elem_sep TimeBucketComparator INSTANCE concode_elem_sep Pattern TIME_BUCKET_NAME_PATTERN concode_elem_sep Map<String,TimeBucket> SUFFIX_TO_TIME_BUCKET concode_elem_sep Map<TimeUnit,TimeBucket> TIME_UNIT...
void function ( String arg0 ) { Preconditions . checkNotNull ( arg0 ) ; this . text = arg0 ; }
625
determines if the user interface can show a detailed info view concode_field_sep int INTERRUPT_REINSERTION concode_elem_sep boolean wasSeen concode_elem_sep Position position concode_elem_sep String appearanceId concode_elem_sep AbstractLevel level concode_elem_sep boolean wasInterrupted concode_elem_sep long serialVer...
boolean function ( ) { return false ; }
626
this method is ued to retrieve federated identity providers concode_field_sep int TIMEOUT_IN_MILLIS concode_elem_sep boolean debugEnabled concode_elem_sep Log log concode_elem_sep IdentityApplicationManagementServiceStub identityApplicationManagementServiceStub concode_field_sep ServiceProvider getApplication concode_e...
IdentityProvider function ( String arg0 , String arg1 ) { Util . setAuthHeaders ( identityApplicationManagementServiceStub . _getServiceClient ( ) , arg1 ) ; return identityApplicationManagementServiceStub . getIdentityProvider ( arg0 ) ; }
627
stops all active sound playback . concode_field_sep int DEFAULT_STREAM_TYPE concode_elem_sep String RES_TYPE_ARRAY concode_elem_sep SparseIntArray mStreamTypeMap concode_elem_sep SparseArray<SoundPool> mSoundPoolStreams concode_elem_sep SparseIntArray mSoundPoolMap concode_elem_sep float DEFAULT_VOLUME concode_elem_sep...
void function ( ) { }
628
returns the elapsed time measured in nanoseconds . though in all cases this method will return a time in nanoseconds , its accuracy will depend on the underlying system . concode_field_sep long currentTime concode_elem_sep long startTime concode_field_sep long getMilliTime concode_elem_sep void stop concode_elem_sep vo...
long function ( ) { return currentTime ; }
629
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
630
add a segment to the polygon concode_field_sep Segment next concode_elem_sep Point2D P1 concode_elem_sep Point2D P2 concode_elem_sep Segment last concode_elem_sep double radius concode_elem_sep Segment first concode_field_sep double[] normal concode_elem_sep double[] cp2 concode_elem_sep double[] cp1 concode_elem_sep S...
void function ( Segment arg0 ) { arg0 . first = first ; last . next = arg0 ; last = last . next . last ; }
631
getter concode_field_sep String[] storageIDs concode_elem_sep String[] datanodeUuids concode_elem_sep BlockWithLocations[] blocks concode_elem_sep Block block concode_elem_sep StorageType[] storageTypes concode_field_sep Block getBlock concode_elem_sep StringBuilder appendString concode_elem_sep String[] getStorageIDs ...
BlockWithLocations [ ] function ( ) { return blocks ; }
632
get node object from nodeid concode_field_sep Map<String,RAS_Node> nodeMap concode_elem_sep Logger LOG concode_field_sep Map<String,RAS_Node> getAllNodesFrom concode_elem_sep void freeSlots concode_elem_sep Collection<RAS_Node> getNodes concode_elem_sep String toString
RAS_Node function ( String arg0 ) { return this . nodeMap . get ( arg0 ) ; }
633
adapt a org.knowm.xchange.bitcoinde.dto.marketdata.bitcoinderate object to a ticker object . concode_field_sep PlaceHolder placeHolder concode_field_sep LimitOrder createOrder concode_elem_sep OrderBook adaptOrderBook concode_elem_sep List<LimitOrder> createOrders concode_elem_sep Trades adaptTrades
Ticker function ( BitcoindeRate arg0 , CurrencyPair arg1 ) { BigDecimal loc0 = new BigDecimal ( arg0 . getRate_weighted ( ) ) ; return new Ticker . Builder ( ) . arg1 ( arg1 ) . loc0 ( loc0 ) . build ( ) ; }
634
sets the max number of threads the channel will use for processing messages . the channel will automatically allocate new worker threads as the queue size grows , up to the defined maximum . this lets the channel meet higher concurrency needs , but prevents too many threads from being allocated , which decreases overal...
void function ( int arg0 ) { executor . setMaximumPoolSize ( arg0 ) ; }
635
calls channelhandlercontext #disconnect channelpromise to forwardto the next channelhandler in the channelpipeline . sub-classes may override this method to change behavior . concode_field_sep boolean added concode_field_sep void channelReadComplete concode_elem_sep void read concode_elem_sep void deregister concode_el...
void function ( ChannelHandlerContext arg0 , ChannelPromise arg1 ) { arg0 . disconnect ( arg1 ) ; }
636
read from the inputstream into the given text . concode_field_sep int bufferLength concode_elem_sep byte[] recordDelimiterBytes concode_elem_sep int DEFAULT_BUFFER_SIZE concode_elem_sep Logger LOG concode_elem_sep InputStream in concode_elem_sep byte CR concode_elem_sep byte LF concode_elem_sep byte[] buffer concode_el...
int function ( Text arg0 ) { return readLine ( arg0 , Integer . MAX_VALUE , Integer . MAX_VALUE ) ; }
637
convert a cookie list into a jsonobject . a cookie list is a sequence of name/value pairs . the names are separated from the values by ' = ' . the pairs are separated by ' ; ' . the names and the values will be unescaped , possibly converting ' + ' and ' % ' sequences . to add a cookie to a cooklist , cookielistjsonobj...
JSONObject function ( String arg0 ) { JSONObject loc0 = new JSONObject ( ) ; JSONTokener loc1 = new JSONTokener ( arg0 ) ; while ( loc1 . more ( ) ) { String loc2 = Cookie . unescape ( loc1 . nextTo ( '=' ) ) ; loc1 . next ( '=' ) ; loc0 . put ( loc2 , Cookie . unescape ( loc1 . nextTo ( ';' ) ) ) ; loc1 . next ( ) ; }...
638
this method resets the outgoing events . concode_field_sep boolean equal concode_elem_sep boolean not concode_elem_sep boolean or concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean and concode_elem_sep int nextStateIndex concode_elem_sep boolean notequal concode_elem_sep boolean myBool2 concode_elem_...
void function ( ) { }
639
parses the date format yyyymmdd to localdate concode_field_sep Map<LocalDate,Set<String>> dateStats concode_elem_sep Collection<LocalDate> additions concode_elem_sep LocalDate endDate concode_elem_sep boolean[] days concode_elem_sep String id concode_elem_sep LocalDate startDate concode_elem_sep Collection<LocalDate> e...
LocalDate function ( String arg0 ) { return LocalDate . of ( Integer . parseInt ( arg0 . substring ( 0 , 4 ) ) , Integer . parseInt ( arg0 . substring ( 4 , 6 ) ) , Integer . parseInt ( arg0 . substring ( 6 , 8 ) ) ) ; }
640
the method creates times for the track based on the given maximum values . concode_field_sep float maxTime concode_elem_sep ArrayList<Vector3f> translations concode_elem_sep ArrayList<Vector3f> scales concode_elem_sep String name concode_elem_sep int maxFrame concode_elem_sep ArrayList<Quaternion> rotations concode_fie...
float [ ] function ( ) { float [ ] loc0 = new float [ maxFrame ] ; float loc1 = maxTime / maxFrame ; float loc2 = 0 ; for ( int loc3 = 0 ; loc3 < maxFrame ; ++ loc3 ) { loc0 [ loc3 ] = loc2 ; loc2 += loc1 ; } return loc0 ; }
641
comparison for coordinates relies on x , then y . if the x values are not the same , y values are used . concode_field_sep int x concode_elem_sep int y concode_field_sep boolean sameRow concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean sameColumn concode_elem_sep String toString
int function ( Coordinate arg0 ) { if ( this . x < arg0 . x || this . y < arg0 . y ) { return - 1 ; } else if ( this . x > arg0 . x || this . y > arg0 . y ) { return 1 ; } else { return 0 ; } }
642
a propertyeditor may choose to make available a full custom component that edits its property value . it is the responsibility of the propertyeditor to hook itself up to its editor component itself and to report property value changes by firing a propertychange event . the higher-level code that calls getcustomeditor m...
Component function ( ) { return null ; }
643
the properties for this processor . properties whose value is not set will only contain the property name . these properties are un marshalled differently since we need/want to control the ordering of the properties . the descriptors and metadata are used as a lookup when processing these properties . concode_field_sep...
Map < String , String > function ( ) { return properties ; }
644
if the input location is a grandparent of the specified location , then we are ok . concode_field_sep Location otherRegion concode_elem_sep Location otherZone concode_elem_sep Location host concode_elem_sep Location provider concode_elem_sep Location region concode_elem_sep Location orphanedZone concode_elem_sep Locati...
void function ( ) { NullEqualToIsParentOrIsGrandparentOfCurrentLocation loc0 = new NullEqualToIsParentOrIsGrandparentOfCurrentLocation ( Suppliers . ofInstance ( host ) ) ; Hardware loc1 = new HardwareBuilder ( ) . id ( "srini_string" ) . location ( host ) . build ( ) ; assertTrue ( loc0 . apply ( loc1 ) ) ; }
645
test method for org.geotools.arcsde.data.fidreader #getcolumnindex . concode_field_sep TestData testData concode_elem_sep ISession session concode_field_sep void setUpBeforeClass concode_elem_sep void testGetFidColumn concode_elem_sep void testSetColumnIndex concode_elem_sep void testReadFid concode_elem_sep FIDReader ...
void function ( ) { fail ( "srini_string" ) ; }
646
returns the localized name of this layout prototype in the language , optionally using the default language if no localization exists for the requested language . concode_field_sep LayoutPrototype _layoutPrototype concode_field_sep void setName concode_elem_sep void setName concode_elem_sep void setName concode_elem_se...
java . lang . String function ( java . lang . String arg0 , boolean arg1 ) { return _layoutPrototype . getName ( arg0 , arg1 ) ; }
647
save properties information in the file . concode_field_sep String xmlConfigConnections concode_elem_sep Properties properties concode_elem_sep Logger log concode_elem_sep HashMap<String,ConnectionModel> theZathuraConnections concode_field_sep ConnectionModel getTheZathuraConnectionModel concode_elem_sep void saveConne...
void function ( ) { properties . store ( new java . io . FileOutputStream ( xmlConfigConnections ) , "srini_string" ) ; }
648
make a copy of the selection state of the attributes , unselect all numerical attributes concode_field_sep int[] NO_ATTRIBUTES concode_elem_sep boolean complemented concode_elem_sep double minSplitNum concode_elem_sep double minVarianceProportion concode_elem_sep Data fullSet concode_elem_sep double EPSILON concode_ele...
boolean [ ] function ( Dataset arg0 , boolean [ ] arg1 ) { boolean [ ] loc0 = new boolean [ arg1 . length ] ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) { loc0 [ loc1 ] = ! arg0 . isNumerical ( loc1 ) && arg1 [ loc1 ] ; } loc0 [ arg0 . getLabelId ( ) ] = true ; return loc0 ; }
649
get the javacmessages instance for this context . concode_field_sep JavacMessages defaultMessages concode_elem_sep Map<Locale,SoftReference<List<ResourceBundle>>> bundleCache concode_elem_sep String defaultBundleName concode_elem_sep Locale currentLocale concode_elem_sep ResourceBundle defaultBundle concode_elem_sep Li...
JavacMessages function ( Context arg0 ) { JavacMessages loc0 = arg0 . get ( messagesKey ) ; if ( loc0 == null ) loc0 = new JavacMessages ( arg0 ) ; return loc0 ; }
650
tells you if copying is allowed . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isScreenReadersAllowed concode_elem_sep boolean isModifyContentsAllowed concode_elem_sep boolean isDegradedPrintingAllowed concode_elem_sep String getPermissionsVerbose concode_elem_sep boolean isFillInAllowed concode_...
boolean function ( int arg0 ) { return ( EncryptionConstants . ALLOW_COPY & arg0 ) == EncryptionConstants . ALLOW_COPY ; }
651
increases each of the passed answers ' vote counts by one and increases the total votes by one . concode_field_sep JedisPool redisPool concode_elem_sep String curWebKey concode_elem_sep String BBB_SERVER_FIELD concode_elem_sep String question concode_elem_sep ArrayList<String> pollsVoted concode_elem_sep String pollKey...
void function ( String [ ] arg0 ) { Jedis loc0 = dbConnect ( ) ; loc0 . hincrBy ( pollKey , "srini_string" , 1 ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . hincrBy ( pollKey , "srini_string" + arg0 [ loc1 ] , 1 ) ; } pollsVoted . add ( curWebKey ) ; }
652
on move base center . for better base planing and cashe update . concode_field_sep TBase owner concode_elem_sep AIFloat3 cashe_LastCanBuildPoint concode_elem_sep float containUnitSquare concode_elem_sep ArrayList<AIFloat3> cashe_MetalPoints concode_elem_sep float freeSpaceUsingK concode_elem_sep ArrayList<AIFloat3> cas...
void function ( ) { cashe_LastCanBuildPoint = null ; cashe_GeoPoints = null ; cashe_MetalPoints = null ; }
653
adds the cvss to the cvssbelow list . concode_field_sep String sha1 concode_elem_sep List<Float> cvssBelow concode_elem_sep String notes concode_elem_sep PropertyType filePath concode_elem_sep List<String> cwe concode_elem_sep PropertyType gav concode_elem_sep List<String> cve concode_elem_sep List<PropertyType> cpe co...
void function ( Float arg0 ) { this . cvssBelow . add ( arg0 ) ; }
654
return an array of t with length capacity . concode_field_sep int n concode_elem_sep int INITAL_BUCKET_CAPACITY concode_elem_sep AbstractEqualityComparator<? super T> comparator concode_elem_sep int currentPrime concode_elem_sep int initialBucketCapacity concode_elem_sep int INITAL_CAPACITY concode_elem_sep T[] data co...
T [ ] function ( int arg0 ) { return ( T [ ] ) new Object [ arg0 ] ; }
655
gets the interface on the receiving end of the circuit . concode_field_sep LocalReceiverImpl receiver concode_elem_sep ExceptionMonitor exceptionMonitor concode_elem_sep LocalPublisherImpl publisher concode_elem_sep ParsedProperties testProps concode_elem_sep Connection connection concode_elem_sep Logger log concode_el...
Receiver function ( ) { return receiver ; }
656
returns a bitmap representing the thumbnail of the specified bitmap . the size of the thumbnail is defined by the dimension android.rr.dimen.launcher _ application_icon_size . concode_field_sep int mLeading concode_elem_sep int sColors[] concode_elem_sep int MAX_LINES concode_elem_sep float mTextWidth concode_elem_sep ...
Bitmap function ( Bitmap arg0 , Context arg1 ) { synchronized ( sCanvas ) { if ( arg0 . getWidth ( ) == sIconWidth && arg0 . getHeight ( ) == sIconHeight ) { return arg0 ; } else { Bitmap loc0 = createIconBitmap ( new BitmapDrawable ( arg0 ) , arg1 ) ; arg0 . recycle ( ) ; return loc0 ; } } }
657
returns the address of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_...
Address function ( ) { return address ; }
658
escapes all regular expression patterns in a string so that when using the string itself in a regular expression , only an exact literal match will return true . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPassword concode_elem_sep boolean containsWildcard concode_elem_sep List<? extends Grant...
String function ( String arg0 , String arg1 ) { return arg0 . replaceAll ( arg1 , "srini_string" ) ; }
659
compares by string representation . concode_field_sep String patch concode_elem_sep String major concode_elem_sep String minor concode_elem_sep Boolean isRcVersion concode_elem_sep String originalRepresentation concode_field_sep String toStringWithDashes concode_elem_sep int hashCode concode_elem_sep String toString co...
boolean function ( Object arg0 ) { return toString ( ) . equals ( arg0 . toString ( ) ) ; }
660
returns the measure portion of the dimension . concode_field_sep String DOT_SEPARATOR_EXPRESSION concode_elem_sep NumberFormatter formatter concode_elem_sep Pattern commaSeparatorPattern concode_elem_sep double measure concode_elem_sep String units concode_elem_sep Pattern dotSeparatorPattern concode_elem_sep String DE...
double function ( ) { return measure ; }
661
gets lifetime . concode_field_sep Integer value_type concode_elem_sep Integer lastns concode_elem_sep String snmpv3_authprotocol concode_elem_sep String trapper_hosts concode_elem_sep Integer delta concode_elem_sep Integer lifetime concode_elem_sep Integer hostid concode_elem_sep String prevvalue concode_elem_sep Integ...
Integer function ( ) { return lifetime ; }
662
close on completion . concode_field_sep LensStatement statement concode_elem_sep boolean closed concode_elem_sep LensJdbcConnection connection concode_field_sep void cancel concode_elem_sep int getResultSetHoldability concode_elem_sep int getQueryTimeout concode_elem_sep SQLWarning getWarnings concode_elem_sep int getM...
void function ( ) { throw new SQLException ( "srini_string" ) ; }
663
flips bit i. concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void setRange concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep int getNextUnset concode_elem_sep void reverse concode_elem_sep boolean isRange concode_elem_sep int getSize concode_el...
void function ( int arg0 ) { bits [ arg0 >> 5 ] ^= 1 << ( arg0 & 0x1F ) ; }
664
creates an empty linkedblockingdeque with a capacity of integer #max_value . concode_field_sep PlaceHolder placeHolder concode_field_sep SynchronousQueue<E> newSynchronousQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_e...
LinkedBlockingDeque < E > function ( ) { return new LinkedBlockingDeque < E > ( ) ; }
665
determines whether or not two trees have the same topology . concode_field_sep PlaceHolder placeHolder concode_field_sep double getHeightSquaredDifference concode_elem_sep double getHeightSquaredDifference concode_elem_sep double getHeightSquaredDifference concode_elem_sep Tree flattenTree concode_elem_sep STITree<Doub...
boolean function ( Tree arg0 , Tree arg1 ) { return sameTopology ( arg0 . getRoot ( ) , arg1 . getRoot ( ) ) ; }
666
sets the service_log value for this placeorder_resulttype . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.Service_LogType service_Log concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.OrderStatusType orderStatus concode_elem_sep boolean __hashCodeCal...
void function ( uk . co . graydon . ws . GraydonDataService . types . Service_LogType arg0 ) { this . service_Log = arg0 ; }
667
called by camel when a camelcontext is being started . concode_field_sep Container container concode_elem_sep Logger LOG concode_elem_sep Set<CamelContext> CONTEXTS concode_field_sep void set concode_elem_sep Container get concode_elem_sep void manageCamelContext concode_elem_sep void unmanage
void function ( CamelContext arg0 ) { Container loc0 = container ; if ( loc0 != null ) { manageCamelContext ( loc0 , arg0 ) ; } else { CONTEXTS . add ( arg0 ) ; } }
668
iterates over the children and children 's children to check if a figure is a direct child or indirect child of the given parent . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_ele...
boolean function ( IFigure arg0 , IFigure arg1 ) { boolean loc0 = false ; for ( Object loc1 : arg0 . getChildren ( ) ) { if ( loc1 == arg1 ) { return true ; } if ( loc1 instanceof IFigure ) { loc0 = isChildFigure ( ( IFigure ) loc1 , arg1 ) ; if ( loc0 ) { break ; } } } return loc0 ; }
669
initializes this algorithmparameters with the specified algorithmparameterspec . concode_field_sep Provider provider concode_elem_sep Engine ENGINE concode_elem_sep AlgorithmParametersSpi spiImpl concode_elem_sep boolean initialized concode_elem_sep String SEVICE concode_elem_sep String algorithm concode_field_sep byte...
void function ( AlgorithmParameterSpec arg0 ) { if ( initialized ) { throw new InvalidParameterSpecException ( "srini_string" ) ; } spiImpl . engineInit ( arg0 ) ; initialized = true ; }
670
uses static final constants to detect if the device 's platform version is ics or later . concode_field_sep PlaceHolder placeHolder concode_field_sep void enableStrictMode concode_elem_sep boolean hasHoneycomb concode_elem_sep boolean hasGingerbread concode_elem_sep boolean hasHoneycombMR1
boolean function ( ) { return Build . VERSION . SDK_INT >= Build . VERSION_CODES . ICE_CREAM_SANDWICH ; }
671
calculates sample mean of percolation thresholds for all experiments concode_field_sep double[] thresholds concode_elem_sep int expTrials concode_field_sep double confidenceLo concode_elem_sep void performTests concode_elem_sep double confidenceHi concode_elem_sep double simulatePercolation concode_elem_sep void main c...
double function ( ) { return StdStats . mean ( thresholds ) ; }
672
gets protocol type concode_field_sep String PROTO_UDP concode_elem_sep int port concode_elem_sep String proto concode_elem_sep TransportListener listener concode_elem_sep UdpProvider udp_provider concode_field_sep void onServiceTerminated concode_elem_sep void halt concode_elem_sep void onReceivedPacket concode_elem_se...
String function ( ) { return PROTO_UDP ; }
673
return true if it is a humans turn to move . concode_field_sep int PLAYER_WHITE concode_elem_sep int TWO_COMPUTERS concode_elem_sep int PLAYER_BLACK concode_elem_sep int TWO_PLAYERS concode_elem_sep int ANALYSIS concode_elem_sep int modeNr concode_elem_sep int EDIT_GAME concode_field_sep boolean playerWhite concode_ele...
boolean function ( boolean arg0 ) { return arg0 ? playerWhite ( ) : playerBlack ( ) ; }
674
gets the value of the inactive property . concode_field_sep Boolean defaultEarning concode_elem_sep Boolean inactive concode_elem_sep String payRate concode_elem_sep Double defaultHours concode_elem_sep RecordRef payrollItem concode_elem_sep XMLGregorianCalendar effectiveDate concode_elem_sep Boolean primaryEarning con...
Boolean function ( ) { return inactive ; }
675
gets the value of the providerdto property . concode_field_sep ProviderDto providerDto concode_field_sep void setProviderDto
ProviderDto function ( ) { return providerDto ; }
676
returns a hash code value for the object . concode_field_sep Reference reference concode_elem_sep String property concode_elem_sep long serialVersionUID concode_elem_sep ResourceAdapter ra concode_field_sep void setResourceAdapter concode_elem_sep String getProperty concode_elem_sep void setReference concode_elem_sep v...
int function ( ) { int loc0 = 17 ; if ( property != null ) loc0 += 31 * loc0 + 7 * property . hashCode ( ) ; else loc0 += 31 * loc0 + 7 ; return loc0 ; }
677
set the compressioncodec to be used to compress job outputs . concode_field_sep PlaceHolder placeHolder concode_field_sep Path getTaskOutputPath concode_elem_sep void setWorkOutputPath concode_elem_sep RecordWriter<K,V> getRecordWriter concode_elem_sep boolean getCompressOutput concode_elem_sep void setCompressOutput c...
void function ( JobConf arg0 , Class < ? extends CompressionCodec > arg1 ) { setCompressOutput ( arg0 , true ) ; arg0 . setClass ( "srini_string" , arg1 , CompressionCodec . class ) ; }
678
the token to use to retrieve the next page of results . this value is null when there are no more results to return . . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<TagDescription> tags concode_field_sep DescribeTagsResult withTags concode_elem_sep DescribeTagsResult withTa...
String function ( ) { return this . nextToken ; }
679
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep JustSymbolEnum justSymbol concode_elem_sep List<ArrayEnumEnum> arrayEnum concode_elem_sep String value concode_field_sep EnumArrays arrayEnum concode_elem_sep JustSymbolEnum getJustSymbol concode_elem_sep En...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
680
one-shot initialization of jdk 1.2 + resourcebundle.getbundle method having classloader in the signature . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHand...
Method function ( ) { Class loc0 ; Class [ ] loc1 ; loc0 = ResourceBundle . class ; loc1 = new Class [ ] { String . class , Locale . class , ClassLoader . class } ; try { return loc0 . getMethod ( "srini_string" , loc1 ) ; } catch ( Exception loc2 ) { return null ; } }
681
sets the value of the collectionid property . concode_field_sep long m_nPageCount concode_elem_sep MockJAXBIssue.FirstPage m_aFirstPage concode_elem_sep long m_nCollectionID concode_elem_sep String m_sValue concode_elem_sep String m_sMenuLayout concode_elem_sep long m_nWidth concode_elem_sep BigDecimal m_aTitle concode...
void function ( final long arg0 ) { this . m_nCollectionID = arg0 ; }
682
main method . concode_field_sep String BASE_URI concode_field_sep HttpServer startServer
void function ( String [ ] arg0 ) { final HttpServer loc0 = startServer ( ) ; System . out . println ( String . format ( "srini_string" + "srini_string" , BASE_URI ) ) ; System . in . read ( ) ; loc0 . stop ( ) ; }
683
indicates whether the given character is in the unreserved set . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encodeBytes concode_elem_sep boolean isAllowed concode_elem_sep boolean isAllowed concode_elem_sep boolean isAllowed concode_elem_sep boolean isAllowed concode_elem_sep boolean isAllowed c...
boolean function ( int arg0 ) { return isAlpha ( arg0 ) || isDigit ( arg0 ) || '-' == arg0 || '.' == arg0 || '_' == arg0 || '~' == arg0 ; }
684
gets runnable s that are currently executed by a live thread . concode_field_sep Runnable item concode_elem_sep boolean queued concode_elem_sep ExecutorService executors concode_elem_sep Map<Runnable,QueueEntry> entries concode_elem_sep Set<QueueEntry> inProgress concode_elem_sep long submissionTime concode_field_sep v...
Set < Runnable > function ( ) { Set < Runnable > loc0 = new HashSet < Runnable > ( ) ; for ( QueueEntry loc1 : inProgress ) { loc0 . add ( loc1 . item ) ; } return loc0 ; }
685
returns an unmodifiable map of the index names to indexid in the repository . concode_field_sep String INDEX_ID concode_elem_sep Map<String,IndexId> indices concode_elem_sep String INDICES concode_elem_sep RepositoryData EMPTY concode_elem_sep String SNAPSHOTS concode_elem_sep List<SnapshotId> snapshotIds concode_elem_...
Map < String , IndexId > function ( ) { return indices ; }
686
set whether this polygon is visible to `` value '' . concode_field_sep int numberOfSides concode_elem_sep int lengthOfSide concode_elem_sep boolean visible concode_elem_sep Polygon polygon concode_elem_sep Color color concode_field_sep int getLengthOfSide concode_elem_sep void setPenState concode_elem_sep void setPenSt...
void function ( boolean arg0 ) { this . visible = arg0 ; }
687
gets the weight of an edge out of the calling process . concode_field_sep int[] sources concode_elem_sep int[] destinations concode_elem_sep int[] sourceWeights concode_elem_sep int[] destWeights concode_elem_sep boolean weighted concode_field_sep boolean isWeighted concode_elem_sep int getDestination concode_elem_sep ...
int function ( int arg0 ) { return destWeights [ arg0 ] ; }
688
sets the prefix that will be used when creating the tar filename . concode_field_sep File fileToDelete concode_elem_sep File parentDir concode_elem_sep String fileSuffix concode_elem_sep String filePrefix concode_elem_sep Logger LOG concode_elem_sep boolean preserveFolderStructure concode_elem_sep boolean useFilenameHe...
void function ( String arg0 ) { this . filePrefix = arg0 ; }
689
parse the html text , calling various methods in response to the occurence of the corresponding html constructions . concode_field_sep DTD dtd concode_elem_sep boolean strict concode_elem_sep gnu.javax.swing.text.html.parser.support.Parser gnu concode_field_sep String parseDTDMarkup concode_elem_sep void handleEmptyTag...
void function ( Reader arg0 ) { gnu . parse ( arg0 ) ; }
690
gets the slidingmenu associated with this activity . 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 SlidingMenu mSlidingMenu...
SlidingMenu function ( ) { return mSlidingMenu ; }
691
returns a string representation of this object ; useful for testing and debugging . concode_field_sep ApplicationVersionDescription applicationVersion concode_field_sep UpdateApplicationVersionResult withApplicationVersion concode_elem_sep void setApplicationVersion concode_elem_sep int hashCode concode_elem_sep boolea...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getApplicationVersion ( ) != null ) loc0 . append ( "srini_string" + getApplicationVersion ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
692
converts a long value into a full 64 bit string useful for debugging concode_field_sep PlaceHolder placeHolder concode_field_sep long encode concode_elem_sep long encodeCeil concode_elem_sep double decodeLongitude concode_elem_sep double decodeLatitude
String function ( long arg0 ) { StringBuilder loc0 = new StringBuilder ( 64 ) ; final int loc1 = Long . loc1 ( arg0 ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { loc0 . append ( '0' ) ; } if ( arg0 != 0 ) { loc0 . append ( Long . toBinaryString ( arg0 ) ) ; } return loc0 . toString ( ) ; }
693
returns the web d a v props with the primary key or returns null if it could not be found . concode_field_sep WebDAVPropsPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep WebDAVProps removeByC_C concode_elem_sep List<WebDAVProps>...
WebDAVProps function ( long arg0 ) { return getPersistence ( ) . fetchByPrimaryKey ( arg0 ) ; }
694
returns a mutable hashmap that is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNullOrEmpty concode_elem_sep String format concode_elem_sep String format concode_elem_sep Object format concode_elem_sep ConcurrentMap<K,V> newConcurrentHashMap concode_elem_sep WeakHashMap<K,V> newWeakHashM...
Map < K , V > function ( ) { return new HashMap < > ( ) ; }
695
update fields when a new registration request comes in . note that this does not update storageid . concode_field_sep String hostName concode_elem_sep int xferPort concode_elem_sep String datanodeUuid concode_elem_sep String peerHostName concode_elem_sep int infoPort concode_elem_sep int infoSecurePort concode_elem_sep...
void function ( DatanodeID arg0 ) { setIpAndXferPort ( arg0 . getIpAddr ( ) , arg0 . getXferPort ( ) ) ; hostName = arg0 . getHostName ( ) ; peerHostName = arg0 . getPeerHostName ( ) ; infoPort = arg0 . getInfoPort ( ) ; infoSecurePort = arg0 . getInfoSecurePort ( ) ; ipcPort = arg0 . getIpcPort ( ) ; }
696
error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; }
697
filter the child view at index and remove it if appropriate . concode_field_sep MenuView mMenuView concode_elem_sep int mMenuLayoutRes concode_elem_sep Context mSystemContext concode_elem_sep MenuBuilder mMenu concode_elem_sep LayoutInflater mSystemInflater concode_elem_sep int mItemLayoutRes concode_elem_sep int mId c...
boolean function ( ViewGroup arg0 , int arg1 ) { arg0 . removeViewAt ( arg1 ) ; return true ; }
698
create a patch route for the given path pattern . concode_field_sep Method actionMethod concode_elem_sep String method concode_elem_sep Pattern paramExtractor concode_elem_sep List<Route> routes concode_elem_sep String name concode_elem_sep PathBindable<?> pathBindable concode_elem_sep Object action concode_elem_sep St...
PathPatternMatcher function ( String arg0 ) { return new PathPatternMatcher ( "srini_string" , arg0 ) ; }
699
sets a cancel closure . concode_field_sep AtomicReferenceFieldUpdater<GridQueryCancel,Runnable> STATE_UPDATER concode_elem_sep Runnable clo concode_elem_sep Runnable CANCELLED concode_field_sep void cancel concode_elem_sep void run concode_elem_sep void checkCancelled
void function ( Runnable arg0 ) { assert arg0 != null ; while ( true ) { Runnable loc0 = this . clo ; if ( loc0 == CANCELLED ) throw new QueryCancelledException ( ) ; if ( STATE_UPDATER . compareAndSet ( this , loc0 , arg0 ) ) return ; } }