idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
15,300
factory for creating lottery tickets ; concode_field_sep PlayerDetails playerDetails concode_elem_sep LotteryNumbers lotteryNumbers concode_field_sep PlayerDetails getPlayerDetails concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep LotteryNumbers getNumbers
LotteryTicket function ( PlayerDetails arg0 , LotteryNumbers arg1 ) { return new LotteryTicket ( arg0 , arg1 ) ; }
15,301
gets the qs_var value for this tc_source_attribute . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int id concode_elem_sep com.omniture.www.Tc_source_attribute_type type concode_elem_sep java.lang.S...
java . lang . String function ( ) { return qs_var ; }
15,302
set the host of the registry for the exported rmi service , i.e. rmi : / / host : port/name default is localhost . concode_field_sep Registry registry concode_elem_sep RMIClientSocketFactory clientSocketFactory concode_elem_sep Log logger concode_elem_sep int port concode_elem_sep String host concode_elem_sep RMIServer...
void function ( String arg0 ) { this . host = arg0 ; }
15,303
throw an exception to indicate that an unexpected execution state occurred . concode_field_sep PlaceHolder placeHolder concode_field_sep void condition concode_elem_sep void condition concode_elem_sep T nonNull concode_elem_sep T nonNull
T function ( String arg0 ) { throw new IllegalStateException ( arg0 ) ; }
15,304
returns true if the bit changed value . concode_field_sep long[] data concode_elem_sep long bitCount concode_field_sep void writeTo concode_elem_sep BitArray readFrom concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep long bitSize concode_elem_sep void putAll concode_elem_sep boolean equals con...
boolean function ( long arg0 ) { if ( ! get ( arg0 ) ) { data [ ( int ) ( arg0 >>> 6 ) ] |= ( 1L << arg0 ) ; bitCount ++ ; return true ; } return false ; }
15,305
checks if a topic is unique in the database . concode_field_sep List<Level> levels concode_elem_sep Map<String,List<ITopicNode>> topicsKeys concode_elem_sep Map<Integer,List<ITopicNode>> topics concode_field_sep void add concode_elem_sep void add concode_elem_sep List<SpecTopic> getAllSpecTopics concode_elem_sep List<I...
boolean function ( final SpecTopic arg0 ) { return topics . containsKey ( arg0 . getDBId ( ) ) ? topics . get ( arg0 . getDBId ( ) ) . size ( ) == 1 : false ; }
15,306
returns all headers emitted since they were last cleared , then clears the emitted headers . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> INITIAL_CLIENT_TO_SERVER_HEADER_TABLE concode_elem...
List < String > function ( ) { List < String > loc0 = new ArrayList < String > ( emittedHeaders ) ; emittedHeaders . clear ( ) ; return loc0 ; }
15,307
returns the set of strings accepted by this model of the given length . concode_field_sep EventTypeEncodings encodings concode_elem_sep Logger logger concode_elem_sep Automaton model concode_elem_sep State first concode_elem_sep State second concode_field_sep void minimize concode_elem_sep State getInitialState concode...
Set < String > function ( int arg0 ) { return SpecialOperations . getStrings ( this . model , arg0 ) ; }
15,308
write a collection of xmlwriteable objects . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeElementList concode_elem_sep void writeElementList concode_elem_sep void writeFileList concode_elem_sep void writeFileList
void function ( XMLOutput arg0 , Collection < ? extends XMLWriteable > arg1 ) { for ( XMLWriteable loc0 : arg1 ) { loc0 . writeXML ( arg0 ) ; } }
15,309
encodes the provided data as a sequence of hexadecimal characters . concode_field_sep char[] HEX_DIGITS concode_field_sep byte[] decode concode_elem_sep int toDigit
char [ ] function ( byte [ ] arg0 , int arg1 , int arg2 ) { char [ ] loc0 = new char [ arg2 * 2 ] ; for ( int loc1 = 0 ; loc1 < arg2 ; loc1 ++ ) { byte loc2 = arg0 [ arg1 + loc1 ] ; int loc3 = 2 * loc1 ; loc0 [ loc3 ] = ( HEX_DIGITS [ ( loc2 >>> 4 ) & 0x0f ] ) ; loc0 [ loc3 + 1 ] = ( HEX_DIGITS [ loc2 & 0x0f ] ) ; } re...
15,310
returns the shape associated with current shapedaction . concode_field_sep Cursor cursor concode_elem_sep StructureSource _oSource concode_elem_sep int zOrder concode_elem_sep Shape _sh concode_elem_sep Map<TriggerCondition,Action> _triggers concode_field_sep Action getActionForCondition concode_elem_sep void add conco...
Shape function ( ) { return _sh ; }
15,311
add and exclude pattern to the filter . classes matching this pattern will not match the filter concode_field_sep List<String> excludePatterns concode_elem_sep List<String> includePatterns concode_elem_sep AntPathMatcher matcher concode_field_sep void addIncludePatterns concode_elem_sep void addIncludePattern concode_e...
void function ( String arg0 ) { if ( excludePatterns == null ) { excludePatterns = new ArrayList < String > ( ) ; } excludePatterns . add ( arg0 ) ; }
15,312
returns the current width , or -1 if the width is not set . in that case the initial column width will be used . concode_field_sep String columnId concode_elem_sep int currentWidth concode_elem_sep boolean visible concode_elem_sep long serialVersionUID concode_elem_sep Entry[] stateArray concode_field_sep void setVisib...
int function ( ) { return currentWidth ; }
15,313
poll the controller for new data . this will also update events concode_field_sep PlaceHolder placeHolder concode_field_sep int getAxisCount concode_elem_sep float getRZAxisDeadZone concode_elem_sep float getZAxisDeadZone concode_elem_sep float getRYAxisDeadZone concode_elem_sep String getName concode_elem_sep int getI...
void function ( ) { }
15,314
examples : assertthat caughtexception , hasmessagethat is `` index : 9 , size : 9 '' ; assertthat caughtexception , hasmessagethat containsstring `` index : 9 '' ; / / using junitmatchers assertthat caughtexception , hasmessagethat containspattern `` index : \ \ d + '' ; / / using mockito 's find concode_field_sep Plac...
org . hamcrest . Matcher < T > function ( Matcher < String > arg0 ) { return new ExceptionMessageMatcher < T > ( arg0 ) ; }
15,315
matches the module regular expression against the given module name . concode_field_sep String m_description concode_elem_sep String m_name concode_elem_sep boolean m_checked concode_elem_sep Pattern m_modulesRegex concode_elem_sep int m_position concode_elem_sep List<String> m_dependencies concode_elem_sep String m_id...
boolean function ( String arg0 ) { return m_modulesRegex . matcher ( arg0 ) . matches ( ) ; }
15,316
sets the value of the operation property . concode_field_sep ForgotPasswdParamsType params concode_elem_sep String operation concode_field_sep String getOperation concode_elem_sep ForgotPasswdParamsType getParams concode_elem_sep void setParams
void function ( String arg0 ) { this . operation = arg0 ; }
15,317
returns the name of the parent parameter concode_field_sep boolean m_bIsMandatory concode_elem_sep String m_sParentParameterName concode_field_sep void setIsMandatory concode_elem_sep boolean getIsMandatory concode_elem_sep void setParentParameterName concode_elem_sep String getTextDescription
String function ( ) { return m_sParentParameterName ; }
15,318
this method creates a range of cell with the given value and style . concode_field_sep String encode concode_field_sep void addFormulaCellToRow concode_elem_sep void addFormulaCellToRow concode_elem_sep String getEncode concode_elem_sep String convertColumnNumberToChars concode_elem_sep void addCellToRow concode_elem_s...
void function ( HSSFRow arg0 , int arg1 , int arg2 , String arg3 , HSSFCellStyle arg4 ) { for ( int loc0 = 0 ; loc0 < arg2 ; loc0 ++ ) { HSSFCell loc1 = arg0 . createCell ( arg1 ++ , Cell . CELL_TYPE_STRING ) ; loc1 . setCellValue ( new HSSFRichTextString ( arg3 ) ) ; if ( arg4 != null ) { loc1 . setCellStyle ( arg4 ) ...
15,319
appends to the underlying data . concode_field_sep IOException exception concode_elem_sep boolean exceptionCleared concode_elem_sep boolean exceptionThrown concode_elem_sep boolean simulateUnknownLength concode_elem_sep byte[] data concode_elem_sep int length concode_elem_sep int bytesRead concode_elem_sep boolean open...
Builder function ( byte [ ] arg0 ) { Assertions . checkState ( arg0 != null && arg0 . length > 0 ) ; segments . add ( new Segment ( arg0 , null ) ) ; return this ; }
15,320
get the onfield . concode_field_sep List<String> parameterTypes concode_elem_sep Class<? extends java.lang.annotation.Annotation> annotationClass concode_elem_sep ClassLoader cl concode_elem_sep String memberName concode_elem_sep String className concode_elem_sep boolean onMethod concode_elem_sep boolean onField concod...
boolean function ( ) { return onField ; }
15,321
add a new component to the layout . the name can be used later to refer to the component . concode_field_sep int LAST concode_elem_sep int FIRST concode_elem_sep int MAX concode_elem_sep Hashtable tab concode_elem_sep long serialVersionUID concode_elem_sep int vgap concode_elem_sep int NEXT concode_elem_sep int MIN con...
void function ( String arg0 , Component arg1 ) { tab . put ( arg0 , arg1 ) ; arg1 . setVisible ( tab . size ( ) == 1 ) ; }
15,322
called when the element for this state is ending . concode_field_sep StringBuffer text concode_elem_sep String context concode_elem_sep String elementName concode_field_sep void endElement concode_elem_sep int getIntAttrib concode_elem_sep int getIntAttrib concode_elem_sep AbstractParseState startElement concode_elem_s...
void function ( ) { }
15,323
should be called during startup to fill in an appropriate default value e.g. if the store is completely new . concode_field_sep boolean dirty concode_elem_sep Ticker ticker concode_elem_sep boolean scheduled concode_elem_sep FileChannel channel concode_elem_sep Runnable writer concode_elem_sep boolean isNew concode_ele...
void function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < buffer . length ; loc0 ++ ) buffer [ loc0 ] = arg0 ; }
15,324
sets the last publish date of this message boards discussion . concode_field_sep MBDiscussion _mbDiscussion concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGr...
void function ( Date arg0 ) { _mbDiscussion . setLastPublishDate ( arg0 ) ; }
15,325
return the string representation that this tostringcreator built . concode_field_sep ToStringStyler DEFAULT_TO_STRING_STYLER concode_elem_sep StringBuilder buffer concode_elem_sep ToStringStyler styler concode_elem_sep boolean styledFirstField concode_elem_sep Object object concode_field_sep void printFieldSeparatorIfN...
String function ( ) { this . styler . styleEnd ( this . buffer , this . object ) ; return this . buffer . toString ( ) ; }
15,326
returns the date of the beginning of winter . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep Calendar getNextSeason conco...
void function ( Calendar arg0 ) { this . winter = arg0 ; }
15,327
calculate the cross product of 2 vectors . concode_field_sep double DISTANCE_DELTA concode_field_sep Point getPointOfStraightLine concode_elem_sep double absoluteValue concode_elem_sep double[] multiplyMatrixByVector concode_elem_sep double distance concode_elem_sep int getQuadrant concode_elem_sep int getQuadrant conc...
Vector function ( Vector arg0 , Vector arg1 ) { Vector loc0 = new Vector ( ) ; loc0 . setX ( ( arg0 . getY ( ) * arg1 . getZ ( ) ) - ( arg0 . getZ ( ) * arg1 . getY ( ) ) ) ; loc0 . setY ( ( arg0 . getZ ( ) * arg1 . getX ( ) ) - ( arg0 . getX ( ) * arg1 . getZ ( ) ) ) ; loc0 . setZ ( ( arg0 . getX ( ) * arg1 . getY ( )...
15,328
confirm that the equals method distinguishes the known values . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testHashCode
void function ( ) { assertEquals ( CategoryLabelWidthType . CATEGORY , CategoryLabelWidthType . CATEGORY ) ; assertEquals ( CategoryLabelWidthType . RANGE , CategoryLabelWidthType . RANGE ) ; }
15,329
this method resets the outgoing events . concode_field_sep boolean minus concode_elem_sep double plusAssign concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep double divAssign concode_elem_sep boolean e1 concode_elem_sep boolean equalOrGreater concode_e...
void function ( ) { }
15,330
this older version of this method is kept around for compatibility because downstream frameworks like spark and tez have been using it . downstream frameworks are expected to move off of it . concode_field_sep Pattern VAR_SUBBER concode_elem_sep String ID concode_elem_sep String APP concode_elem_sep Pattern VARVAL_SPLI...
void function ( Map < String , String > arg0 , String arg1 , String arg2 ) { addToEnvironment ( arg0 , arg1 , arg2 , File . pathSeparator ) ; }
15,331
get the next selector in the chain , for matching against elements along the appropriate axis concode_field_sep int CHILD_AXIS concode_elem_sep int HOVER_PSEUDOCLASS concode_elem_sep int selectorID concode_elem_sep Selector siblingSelector concode_elem_sep String _name concode_elem_sep int _axis concode_elem_sep int FO...
Selector function ( ) { return chainedSelector ; }
15,332
deletes the user tracker path with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep UserTrackerPathLocalService _userTrackerPathLocalService concode_field_sep void setWrappedService concode_elem_sep void setWrappedUserTrackerPathLocalService concode_elem_sep com.life...
com . liferay . portal . model . UserTrackerPath function ( long arg0 ) { return _userTrackerPathLocalService . deleteUserTrackerPath ( arg0 ) ; }
15,333
the method should read this object from the cdr input stream , but following the jdk 1.5 api it does not . concode_field_sep DynAny[] value concode_field_sep org.omg.CORBA.TypeCode _type concode_elem_sep void _write
void function ( InputStream arg0 ) { value = DynAnySeqHelper . read ( arg0 ) ; }
15,334
sets the night mode . changes to the night mode are only effective when the car or desk mode is enabled on a device . the mode can be one of : #mode_night_no - sets the device into notnight mode . #mode_night_yes - sets the device into night mode . #mode_night_auto - automatic night/notnight switching depending on the ...
void function ( int arg0 ) { if ( mService != null ) { try { mService . setNightMode ( arg0 ) ; } catch ( RemoteException loc0 ) { Log . loc0 ( TAG , "srini_string" , loc0 ) ; } } }
15,335
gets the reconciliationorderreportactiontype value for this reconciliationorderreportaction . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String reconciliationOrderReportActionType concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc conco...
java . lang . String function ( ) { return reconciliationOrderReportActionType ; }
15,336
getter id setiap makhluk . concode_field_sep char c concode_elem_sep Point p concode_elem_sep int deltatime concode_elem_sep int waktu concode_elem_sep int id concode_elem_sep int kekuatan concode_elem_sep int idcounter concode_elem_sep int worldSize concode_field_sep void move concode_elem_sep int getWorldSize concode...
int function ( ) { return id ; }
15,337
method to return a singleton instance of this class concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep Timer nightlyReset concode_elem_sep String LOG_...
LogBean function ( ) { if ( singleton == null ) { singleton = new LogBean ( ) ; } return ( singleton ) ; }
15,338
getter for metadatatable . concode_field_sep HashMap<String,IMetadataColumn> hashMetataColumns concode_elem_sep IMetadataTable metadataTable concode_field_sep IMetadataColumn getColumn
IMetadataTable function ( ) { return this . metadataTable ; }
15,339
not used . concode_field_sep int buttonGap concode_elem_sep int labelGap concode_elem_sep int vGap concode_elem_sep int[] colWidth concode_elem_sep long serialVersionUID concode_elem_sep int COLUMNS concode_elem_sep int[] rowHeight concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLayoutCompon...
void function ( final Component arg0 ) { }
15,340
get the barcode detector associated with this builder concode_field_sep CameraSource mCameraSource concode_elem_sep boolean mFlashEnabledByDefault concode_elem_sep int mScannerMode concode_elem_sep boolean mBleepEnabled concode_elem_sep BarcodeDetector mBarcodeDetector concode_elem_sep int mBarcodeFormats concode_elem_...
BarcodeDetector function ( ) { return mBarcodeDetector ; }
15,341
adds an array of bytes onto the array concode_field_sep int pos concode_elem_sep byte[] bytes concode_elem_sep int growSize concode_elem_sep int defaultGrowSize concode_field_sep void checkSize concode_elem_sep byte[] getBytes
void function ( byte [ ] arg0 ) { checkSize ( arg0 . length ) ; System . arraycopy ( arg0 , 0 , bytes , pos , arg0 . length ) ; pos += arg0 . length ; }
15,342
gets the target project . clients can call this method to determine how to save the results . concode_field_sep String targetProject concode_field_sep boolean isMergeable concode_elem_sep String getFormattedContent concode_elem_sep String getTargetPackage concode_elem_sep String toString concode_elem_sep String getFile...
String function ( ) { return targetProject ; }
15,343
allows changing the log level for task / am logging . adds the jvm system properties necessary to configure org.apache.hadoop.yarn.containerlogappender . concode_field_sep Logger LOG concode_field_sep void writeConfInPB concode_elem_sep UserPayload createUserPayloadFromConf concode_elem_sep Configuration createConfFrom...
void function ( String arg0 , List < String > arg1 ) { TezClientUtils . addLog4jSystemProperties ( arg0 , arg1 ) ; }
15,344
outputs a loglevel #error level message . concode_field_sep int mPriorityLevel concode_elem_sep boolean LOGV concode_elem_sep char[] mHexDigit concode_elem_sep char mPriorityLetter concode_elem_sep boolean LOGD concode_elem_sep ILogOutput sLogOutput concode_elem_sep String mStringValue concode_elem_sep char[] mSpaceLin...
void function ( String arg0 , String arg1 ) { println ( LogLevel . ERROR , arg0 , arg1 ) ; }
15,345
sets the value of the issn property . concode_field_sep String volume concode_elem_sep String pageRange concode_elem_sep String journal concode_elem_sep String publicationPlace concode_elem_sep String issue concode_elem_sep String issn concode_elem_sep ResponsibleParty publisher concode_field_sep void setPublicationPla...
void function ( String arg0 ) { this . issn = arg0 ; }
15,346
sets the resetperiod value . concode_field_sep String host concode_elem_sep int port concode_elem_sep Protocol protocol concode_elem_sep long minSeqNo concode_elem_sep Logger logger concode_elem_sep String remoteLogin concode_elem_sep PluginContext pluginContext concode_elem_sep TungstenProperties serverCapabilities co...
void function ( int arg0 ) { this . resetPeriod = arg0 ; }
15,347
get arrayarraynumber concode_field_sep List<List<BigDecimal>> arrayArrayNumber concode_field_sep String toIndentedString concode_elem_sep ArrayOfArrayOfNumberOnly addArrayArrayNumberItem concode_elem_sep ArrayOfArrayOfNumberOnly arrayArrayNumber concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem...
List < List < BigDecimal >> function ( ) { return arrayArrayNumber ; }
15,348
support to update the consumer 's lastid when starting the consumer concode_field_sep TwitterEndpoint endpoint concode_elem_sep long lastId concode_field_sep Twitter getTwitter concode_elem_sep List<Exchange> directConsume concode_elem_sep long getLastId concode_elem_sep void setLastIdIfGreater concode_elem_sep List<Ex...
void function ( long arg0 ) { lastId = arg0 ; }
15,349
returns true if the series contains no data items , and false otherwise . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listeners concode_elem_sep VetoableChangeSupport vetoableChangeSupport concode_elem_sep String description concode_elem_sep PropertyChangeSupport propertyChangeSupport con...
boolean function ( ) { return ( getItemCount ( ) == 0 ) ; }
15,350
handle multidimensional arrays . treat the square bracket pairs one after the other if necessary . concode_field_sep JSONObject originalJO concode_elem_sep Object temp concode_elem_sep String searchedfield concode_field_sep void initializeParser concode_elem_sep void find concode_elem_sep String cutBracket concode_elem...
void function ( String arg0 ) { List < String > loc0 = Arrays . asList ( arg0 . split ( "srini_string" ) ) ; ListIterator < String > loc1 = loc0 . listIterator ( ) ; temp = ( ( JSONObject ) temp ) . get ( loc1 . next ( ) ) ; while ( loc1 . hasNext ( ) ) { int loc2 = Integer . parseInt ( cutBracket ( loc1 . next ( ) ) )...
15,351
returns true if there is another postponed route to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_ele...
boolean function ( ) { return ! postponedRoutes . isEmpty ( ) ; }
15,352
tests that a valid property is not resolved if base is not map . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetValue01 concode_elem_sep void doNegativeTest concode_elem_sep void testIsReadOnly03 concode_elem_sep void testIsReadOnly02 concode_elem_sep void testIsReadOnly04 concode_elem_sep void...
void function ( ) { doNegativeTest ( new Object ( ) , new Object ( ) , MethodUnderTest . GET_VALUE , true ) ; }
15,353
utility method to build a standard content disposition header . it will concatenate the titles of the various layers in the map context , or generate `` geoserver '' instead in the event no layer title is set . the file name will be followed by the extension provided , for example , to generate layer.pdf extension will...
void function ( final WMSMapContent arg0 , final String arg1 , boolean arg2 ) { this . extension = arg1 ; this . disposition = arg2 ? Response . DISPOSITION_ATTACH : Response . DISPOSITION_INLINE ; }
15,354
returns the current segment id in hawq . concode_field_sep String resolver concode_elem_sep String filterString concode_elem_sep int dataFragment concode_elem_sep String remoteLogin concode_elem_sep int totalSegments concode_elem_sep String accessor concode_elem_sep boolean threadSafe concode_elem_sep byte[] userData c...
int function ( ) { return segmentId ; }
15,355
this method resets the outgoing events . concode_field_sep boolean event1 concode_elem_sep SCIMyInterfaceImpl sCIMyInterface concode_elem_sep int nextStateIndex concode_elem_sep long myInt concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void setMyInt concode_elem_sep void exitAction co...
void function ( ) { }
15,356
returns the split value concode_field_sep double m_splitValue concode_elem_sep int m_number concode_elem_sep int m_last concode_elem_sep int m_position concode_elem_sep double m_maxImpurity concode_elem_sep int m_splitAttr concode_elem_sep int m_first concode_field_sep double maxImpurity concode_elem_sep int splitAttr ...
double function ( ) { return m_splitValue ; }
15,357
unique identifier for the updated fleet . concode_field_sep String fleetId concode_field_sep void setFleetId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateFleetAttributesResult clone concode_elem_sep UpdateFleetAttributesResult withFleetId concode_elem_sep String toString
String function ( ) { return this . fleetId ; }
15,358
checks whether the given tile is adjacent to this one concode_field_sep HashMap<Class<? extends EntityTiled>,Integer> moveCosts concode_elem_sep List<EntityTiled> ents concode_elem_sep int moveCost concode_elem_sep LevelTiled level concode_elem_sep Sprite sprite concode_elem_sep int x concode_elem_sep int y concode_ele...
boolean function ( Tile arg0 ) { return this . getAdjacentTiles ( ) . contains ( arg0 ) ; }
15,359
set device name concode_field_sep String fProviderId concode_elem_sep String fDeviceName concode_elem_sep Path fPath concode_elem_sep DevicePeripherals fDevicePeripherals concode_field_sep boolean isValid concode_elem_sep Path getPath concode_elem_sep String toString concode_elem_sep String getDeviceName concode_elem_s...
void function ( String arg0 ) { this . fDeviceName = arg0 ; }
15,360
reset the action to start from the beginning . concode_field_sep int outputLevel concode_elem_sep int MAX_OUTPUT_LEVEL concode_elem_sep boolean completed concode_elem_sep int MIN_OUTPUT_LEVEL concode_elem_sep long startTime concode_field_sep void setOutputLevel concode_elem_sep int getNewValue concode_elem_sep void inc...
void function ( ) { startTime = 0 ; completed = false ; }
15,361
removes any edge between the two given nodes . concode_field_sep int number concode_elem_sep NodeRef[] nodeRef concode_elem_sep double[][] edges concode_elem_sep int nodeCount concode_field_sep int getNumber concode_elem_sep NodeRef getNeighbour concode_elem_sep NodeRef getNeighbour concode_elem_sep int getNodeCount co...
void function ( NodeRef arg0 , NodeRef arg1 ) { edges [ arg0 . getNumber ( ) ] [ arg1 . getNumber ( ) ] = - 1.0 ; edges [ arg1 . getNumber ( ) ] [ arg0 . getNumber ( ) ] = - 1.0 ; }
15,362
gets the amount of bandwidth . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep double mips concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler concode_elem_sep String uid concode_elem_sep lo...
long function ( ) { return bw ; }
15,363
returns the operating system the java vm runs in . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean is64BitJVM concode_elem_sep String getOperatingSystemName concode_elem_sep EOperatingSystem getOperatingSystem concode_elem_sep boolean isWindows concode_elem_sep String getJVMArchitectureName
EOperatingSystem function ( ) { String loc0 = getOperatingSystemName ( ) . toUpperCase ( ) ; for ( EOperatingSystem loc1 : values ( ) ) { if ( loc0 . startsWith ( loc1 . name ( ) ) ) { return loc1 ; } } return UNKNOWN ; }
15,364
resets #nextproxy to the first option . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns conc...
void function ( URI arg0 , Proxy arg1 ) { this . hasNextProxy = true ; if ( arg1 != null ) { this . userSpecifiedProxy = arg1 ; } else { List < Proxy > loc0 = proxySelector . select ( arg0 ) ; if ( loc0 != null ) { this . proxySelectorProxies = loc0 . iterator ( ) ; } } }
15,365
to use the amazoncloudwatch as the client concode_field_sep Integer proxyPort concode_elem_sep String unit concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String namespace concode_elem_sep AmazonCloudWatch amazonCwClient concode_elem_sep String name concode_elem_sep String amazonCwE...
void function ( AmazonCloudWatch arg0 ) { this . amazonCwClient = arg0 ; }
15,366
atomically sets the element at position i to the givenupdated value if the current value is bitwise equal to the expected value . concode_field_sep int base concode_elem_sep long[] array concode_elem_sep int shift concode_elem_sep long arrayOffset concode_elem_sep sun.misc.Unsafe unsafe concode_elem_sep long serialVers...
boolean function ( int arg0 , double arg1 , double arg2 ) { return compareAndSetRaw ( checkedByteOffset ( arg0 ) , doubleToRawLongBits ( arg1 ) , doubleToRawLongBits ( arg2 ) ) ; }
15,367
not-null value ; ensure this value is available before it is saved to the database . concode_field_sep LessonEntity lessonEntity concode_elem_sep Long lessonId concode_elem_sep Long lessonEntity__resolvedKey concode_elem_sep String definition concode_elem_sep Long id concode_elem_sep String word concode_elem_sep DaoSes...
void function ( String arg0 ) { this . word = arg0 ; }
15,368
escape table or schema patterns used for databasemetadata functions . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep ResultSet getGeneratedKeys concode_elem_sep void closeSilently concode_elem_sep void closeSilently concode...
String function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return arg0 ; } return StringUtils . replaceAll ( arg0 , "srini_string" , "srini_string" ) ; }
15,369
returns the bound on quantity at i-th position . concode_field_sep List<Integer> stepBoundsProb concode_elem_sep List<Integer> stepBounds concode_elem_sep List<Operator> relOps concode_elem_sep List<Double> boundsProb concode_elem_sep List<Operator> relOpsProb concode_elem_sep BitSet probNegated concode_elem_sep List<D...
double function ( int arg0 ) { return bounds . get ( arg0 ) ; }
15,370
test if a class has the provided annotation concode_field_sep ClassPool classPool concode_field_sep void createAnnotation concode_elem_sep void createAnnotation concode_elem_sep CtClass makeClass concode_elem_sep URL find concode_elem_sep boolean isAnon concode_elem_sep boolean isScala concode_elem_sep ClassPool newCla...
boolean function ( CtClass arg0 , String arg1 ) { for ( Object loc0 : arg0 . getAvailableAnnotations ( ) ) { Annotation loc1 = ( Annotation ) loc0 ; if ( loc1 . annotationType ( ) . getName ( ) . equals ( arg1 ) ) { return true ; } } return false ; }
15,371
retrieves the map object that represents the rights that have been granted on database objects . the map has keys and values with the following interpretation : the keys are generally but not limited to objects having an attribute or value equal to the name of an actual database object . specifically , the keys act as ...
IntValueHashMap function ( ) { return grantee . getRights ( ) ; }
15,372
gets the number of occurrences of this alert in its current state . states which are not alertstate #ok are aggregated such that transitioningbetween these states should not reset this value . for example , if an alert bounces between alertstate #warning and alertstate #critical , then it will not reset this value . co...
Long function ( ) { return occurrences ; }
15,373
check and return value . concode_field_sep Logger LOGGER concode_elem_sep Map<String,Map<String,Field>> nestedFieldMapping concode_elem_sep String DEFAULT_MIME_TYPE concode_elem_sep Map<String,List<Field>> fieldMapping concode_elem_sep Map<String,String> MIME_IMAGE_MAPPING concode_field_sep Field[] getAllFields concode...
String function ( final String arg0 ) { if ( StringUtils . isBlank ( arg0 ) ) { return "srini_string" ; } return arg0 ; }
15,374
quick access to the type -- base class defaults to error . concode_field_sep int SHIFT concode_elem_sep int NONASSOC concode_elem_sep int REDUCE concode_elem_sep int ERROR concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String toString
int function ( ) { return ERROR ; }
15,375
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep PrimarykeyjoinPackage modelPackage concode_field_sep T defaultCase concode_elem_sep T caseBody concode_elem_sep T caseHead
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; }
15,376
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSViewPK wsViewPK concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep or...
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 ) ; }
15,377
something readable concode_field_sep int duration concode_elem_sep String path concode_elem_sep String filename concode_elem_sep long serialVersionUID concode_elem_sep String artist concode_elem_sep String album concode_elem_sep long thumbID concode_elem_sep int disc concode_elem_sep int id concode_elem_sep String titl...
String function ( ) { return "srini_string" + track + "srini_string" + disc + "srini_string" + artist + "srini_string" + title ; }
15,378
deregisters an object so that it no longer receives notification of changes to the annotation . concode_field_sep boolean notify concode_elem_sep EventListenerList listenerList concode_field_sep boolean getNotify concode_elem_sep void writeObject concode_elem_sep void notifyListeners concode_elem_sep void setNotify con...
void function ( AnnotationChangeListener arg0 ) { this . listenerList . remove ( AnnotationChangeListener . class , arg0 ) ; }
15,379
returns the smallest integer greater than or equal to the specified float . this method will only properly ceil floats from - 2 ^ 14 to float.max _ value - 2 ^ 14 . concode_field_sep float INV_ATAN2_DIM_MINUS_1 concode_elem_sep double BIG_ENOUGH_FLOOR concode_elem_sep Random random concode_elem_sep float radToIndex con...
int function ( float arg0 ) { return ( int ) ( arg0 + BIG_ENOUGH_CEIL ) - BIG_ENOUGH_INT ; }
15,380
returns true if the given state is currently active otherwise false . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void reactMain_region_B concode_elem_sep void exitAction concod...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } }
15,381
override this method to do any setup needed before generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject conc...
void function ( GeneratorEntry arg0 ) { }
15,382
get an iterator over the child directories . concode_field_sep Directory parent concode_elem_sep Set childDirectories concode_elem_sep ArrayList files concode_elem_sep File directory concode_field_sep Directory getParent concode_elem_sep boolean isRoot concode_elem_sep int fileSize concode_elem_sep int hashCode concode...
Iterator function ( ) { return childDirectories . iterator ( ) ; }
15,383
add this index to the table . concode_field_sep boolean temporary concode_elem_sep Column[] primaryKeys concode_elem_sep Column[] columns concode_elem_sep ArrayList<Index> indexes concode_elem_sep String name concode_elem_sep TestSynth config concode_elem_sep boolean globalTemporary concode_field_sep Column getRandomCo...
void function ( Index arg0 ) { indexes . add ( arg0 ) ; }
15,384
sets new y coordinate after bounding and updates previous value concode_field_sep int HALF_FACTOR concode_elem_sep double myPrevY concode_elem_sep int PADDING concode_elem_sep int TURTLE_SIZE concode_elem_sep double myPrevX concode_elem_sep int PANE_SIZE concode_elem_sep double myY concode_elem_sep double myX concode_f...
void function ( double arg0 ) { myPrevY = myY ; myY = boundCoordinate ( arg0 ) ; }
15,385
create a new file object from two file paths . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists concode_elem_sep long getFreeSpaceInBytes
File function ( String arg0 , String arg1 ) { File loc0 ; if ( arg1 . startsWith ( arg0 ) ) { loc0 = new File ( arg1 ) ; } else { loc0 = new File ( arg0 + "srini_string" + arg1 ) ; } return loc0 ; }
15,386
retrieves a character from the alphabet . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep DataModel columnDataMo...
String function ( int arg0 ) { arg0 += ASCII_STARTING_POINT ; return String . valueOf ( ( char ) arg0 ) ; }
15,387
check that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEventNotification concode_elem_sep void testFindRangeBounds concode_elem_sep void testSerialization concode_elem_sep void testGetLegendItem concode_elem_sep void test...
void function ( ) { BarRenderer loc0 = new BarRenderer ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
15,388
sends the given request using the underlying packetsendmanager . concode_field_sep PacketReceiveManager packetReceiveManager concode_elem_sep PacketSendManager packetSendManager concode_field_sep EventPacket receiveEvent concode_elem_sep Response receiveResponse concode_elem_sep Request receiveRequest concode_elem_sep ...
void function ( Request arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } packetSendManager . sendPacket ( arg0 ) ; }
15,389
queue error or print it directly if queue was not started . concode_field_sep boolean ignore concode_elem_sep ErrorReporter instance concode_elem_sep HashMap<String,List<String>> fileErrors concode_elem_sep String currentFile concode_elem_sep int currentLine concode_field_sep int getCatchedAmount concode_elem_sep int g...
boolean function ( String arg0 , String arg1 ) { entry ( RMCChatColor . RED . toString ( ) + RMCChatColor . UNDERLINE + "srini_string" , arg0 , arg1 ) ; return false ; }
15,390
cancels all requests in this queue for which the given filter applies . concode_field_sep Map<String,Queue<Request<?>>> mWaitingRequests concode_elem_sep Set<Request<?>> mCurrentRequests concode_elem_sep PriorityBlockingQueue<Request<?>> mCacheQueue concode_elem_sep CacheDispatcher mCacheDispatcher concode_elem_sep Res...
void function ( RequestFilter arg0 ) { synchronized ( mCurrentRequests ) { for ( Request < ? > loc0 : mCurrentRequests ) { if ( arg0 . apply ( loc0 ) ) { loc0 . cancel ( ) ; } } } }
15,391
returns an unordered , possibly immutable set of the nodes that link to this node . concode_field_sep int INITIAL_HASHSET_CAPACITY concode_elem_sep int ARRAYLIST_THRESHOLD concode_elem_sep int hashCode concode_elem_sep T label concode_elem_sep Collection<Node<T>> succs concode_elem_sep Collection<Node<T>> preds concode...
Collection < Node < T >> function ( ) { if ( preds == null ) { return Collections . emptyList ( ) ; } else { return Collections . unmodifiableCollection ( preds ) ; } }
15,392
verifies that the given array contains the given subsequence of values possibly with other values between them . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep BooleanArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep Boolea...
void function ( AssertionInfo arg0 , boolean [ ] arg1 , boolean [ ] arg2 ) { arrays . assertContainsSubsequence ( arg0 , failures , arg1 , arg2 ) ; }
15,393
the re-encrypted data . if you are using the cli , the value is base64 encoded . otherwise , it is not encoded . bytebuffer s are stateful . calling their get methodschanges their position . we recommend using java.nio.bytebuffer #asreadonlybuffer to create a read-only viewof the buffer with an independent position , a...
java . nio . ByteBuffer function ( ) { return this . ciphertextBlob ; }
15,394
logs the given message instance using the ` error ' level concode_field_sep int TRACE concode_elem_sep int DEBUG concode_elem_sep int ERROR concode_elem_sep int INFO concode_elem_sep int FATAL concode_elem_sep int WARN concode_elem_sep StringBuffer bufferedLog concode_elem_sep boolean logLocationInfo concode_field_sep ...
void function ( Object arg0 ) { logInternal ( ERROR , arg0 , null ) ; }
15,395
this method resets the incoming events time events included . concode_field_sep boolean ev concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep InternalOperationCallback operationCallback concode_elem_sep int nextStateIndex concode_elem_sep SCIInterface1Impl sCIInterface1 concode_elem_sep State[] stateVector c...
void function ( ) { sCInterface . clearEvents ( ) ; }
15,396
clean up cache concode_field_sep ListeningScheduledExecutorService refreshExecutors concode_elem_sep LoadingCache<String,String[]> aliasIndexCache concode_elem_sep EsProvider provider concode_elem_sep Logger logger concode_field_sep String[] getIndexesFromEs concode_elem_sep String[] getIndexes concode_elem_sep String ...
void function ( IndexAlias arg0 ) { aliasIndexCache . invalidate ( arg0 . getWriteAlias ( ) ) ; aliasIndexCache . invalidate ( arg0 . getReadAlias ( ) ) ; }
15,397
called by blueprint when a service is bound , this method sets the id of the newly bound maskable service to the masked id if the mask id has been previously set , and adds the new service to the internally maintained list of maskable services . concode_field_sep List<Maskable> maskees concode_elem_sep boolean mask_set...
void function ( Maskable arg0 ) { synchronized ( this ) { if ( mask_set ) { if ( logger . isDebugEnabled ( ) ) { logger . debug ( "srini_string" + arg0 . getClass ( ) . getName ( ) + "srini_string" + arg0 . getId ( ) + "srini_string" + this . mask ) ; } arg0 . maskId ( this . mask ) ; } maskees . add ( arg0 ) ; } }
15,398
override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con...
void function ( GeneratorEntry arg0 ) { }
15,399
returns true if this setting was persisted . 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_VECTOR_SIZE concode_...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persisted & loc0 ) != 0 ; }