idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
24,300
make sure the encountertype integer constructor sets the encountertypeid concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { EncounterType loc0 = new EncounterType ( 123 ) ; Assert . assertEquals ( 123 , loc0 . getEncounterTypeId ( ) . intValue ( ) ) ; }
24,301
this is getter method for service concode_field_sep String expiryDate concode_elem_sep String service concode_elem_sep String serviceStatus concode_elem_sep String customerId concode_elem_sep long serialVersionUID concode_field_sep String getServiceStatus concode_elem_sep void setService concode_elem_sep String getExpi...
String function ( ) { return service ; }
24,302
returns the value indicating whether the hand cursor should be displayed when the mouse is hovering over the icon . concode_field_sep int myWeight concode_field_sep AnAction getClickAction concode_elem_sep Alignment getAlignment concode_elem_sep AnAction getMiddleButtonClickAction concode_elem_sep ActionGroup getPopupM...
boolean function ( ) { return false ; }
24,303
writes repository metadata to stream output concode_field_sep Settings settings concode_elem_sep String name concode_elem_sep String type concode_field_sep Settings settings concode_elem_sep RepositoryMetaData readFrom concode_elem_sep String name concode_elem_sep String type
void function ( StreamOutput arg0 ) { arg0 . writeString ( name ) ; arg0 . writeString ( type ) ; ImmutableSettings . writeSettingsToStream ( settings , arg0 ) ; }
24,304
gets the shape this shape painter is associated with . concode_field_sep Shape shape concode_elem_sep int count concode_elem_sep ShapePainter[] painters concode_field_sep int getShapePainterCount concode_elem_sep Shape getPaintedArea concode_elem_sep Rectangle2D getSensitiveBounds2D concode_elem_sep ShapePainter getSha...
Shape function ( ) { return shape ; }
24,305
performs a dynamic query on the database and returns the matching rows . concode_field_sep keHoachVeSinhXaNewLocalService _keHoachVeSinhXaNewLocalService concode_field_sep void setWrappedService concode_elem_sep vn.dtt.sol.ns.vesinhmoitruong.dao.model.keHoachVeSinhXaNew fetchkeHoachVeSinhXaNew concode_elem_sep java.uti...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _keHoachVeSinhXaNewLocalService . arg0 ( arg0 ) ; }
24,306
trigger a broadcast . concode_field_sep PlaceHolder placeHolder concode_field_sep float[] getPositionExtras concode_elem_sep void startDatabaseLogging concode_elem_sep void startGpsService concode_elem_sep void stopGpsService concode_elem_sep GpsServiceStatus getGpsServiceStatus concode_elem_sep int[] getGpsStatusExtra...
void function ( Context arg0 ) { Intent loc0 = new Intent ( arg0 , GpsService . class ) ; loc0 . putExtra ( GPS_SERVICE_DO_BROADCAST , true ) ; arg0 . startService ( loc0 ) ; }
24,307
builds a csv list from the specified int , separator string and quote string . all arguments are assumed to be non-null . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . concode_field_sep PlaceHolder placeHolder concode_fiel...
String function ( int [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 8 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . append ( arg1 )...
24,308
add a new foldhander . concode_field_sep Map<String,FoldHandler> folds concode_field_sep String[] getFoldModes concode_elem_sep FoldHandler getFoldHandler
void function ( FoldHandler arg0 ) { folds . put ( arg0 . getName ( ) , arg0 ) ; }
24,309
metodo que reinicia la lista pos : la lista queda limpia de elementos concode_field_sep NodoDoble<T> primero concode_elem_sep NodoDoble<T> ultimo concode_elem_sep int longitud concode_field_sep NodoDoble<T> getIterador concode_elem_sep void print concode_elem_sep void eliminar concode_elem_sep void eliminar concode_ele...
void function ( ) { this . longitud = 0 ; this . primero = new NodoDoble < T > ( null ) ; this . ultimo = primero ; }
24,310
skip len number of bytes in input streamin concode_field_sep PlaceHolder placeHolder concode_field_sep int writeCompressedString concode_elem_sep String[] readCompressedStringArray concode_elem_sep int decodeVIntSize concode_elem_sep void writeStringArray concode_elem_sep int readVInt concode_elem_sep void writeEnum co...
void function ( DataInput arg0 , int arg1 ) { int loc0 = 0 ; int loc1 = 0 ; while ( ( loc0 < arg1 ) && ( ( loc1 = arg0 . skipBytes ( arg1 - loc0 ) ) > 0 ) ) { loc0 += loc1 ; } if ( loc0 < arg1 ) { throw new IOException ( "srini_string" + arg1 + "srini_string" + "srini_string" ) ; } }
24,311
get the end time of the event concode_field_sep DateTimeFormat dateformat_date24 concode_elem_sep Date start concode_elem_sep int index concode_elem_sep String caption concode_elem_sep String description concode_elem_sep String styleName concode_elem_sep boolean allDay concode_elem_sep boolean format24h concode_elem_se...
Date function ( ) { return endTime ; }
24,312
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 ; }
24,313
information about the dedicated hosts . returns a reference to this object so that method calls can be chained together . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<Host> hosts concode_elem_sep String nextToken concode_field_sep void setHosts concode_elem_sep void setNextToken concode_elem_sep i...
DescribeHostsResult function ( java . util . Collection < Host > arg0 ) { if ( arg0 == null ) { this . hosts = null ; } else { com . amazonaws . internal . ListWithAutoConstructFlag < Host > loc0 = new com . amazonaws . internal . ListWithAutoConstructFlag < Host > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; this . ...
24,314
returns a string value that is parsed from the flightgear output . if the value could not be found an empty string is returned . concode_field_sep HashMap<String,String> data concode_field_sep Boolean hasData concode_elem_sep double getDouble concode_elem_sep Boolean parse
String function ( String arg0 ) { String loc0 = ( String ) data . get ( arg0 ) ; if ( loc0 != null ) return loc0 ; else return "srini_string" ; }
24,315
initializes a specific contentencoder implementation based on theproperties of the given httpmessage . concode_field_sep HttpRequest request concode_elem_sep IOSession session concode_elem_sep boolean hasBufferedOutput concode_elem_sep ContentLengthStrategy outgoingContentStrategy concode_elem_sep boolean hasBufferedIn...
void function ( final HttpMessage arg0 ) { long loc0 = this . outgoingContentStrategy . determineLength ( arg0 ) ; this . contentEncoder = createContentEncoder ( loc0 , this . session . channel ( ) , this . outbuf , this . outTransportMetrics ) ; }
24,316
helper function to create tiles out of the given texture starting from the top left corner going to the left andending at the bottom right corner . only complete tiles will be returned so if the texture 's width or height are not a multiple of the tile width and height not all of the texture will be used . concode_fiel...
TextureRegion [ ] [ ] function ( Texture arg0 , int arg1 , int arg2 ) { TextureRegion loc0 = new TextureRegion ( arg0 ) ; return loc0 . split ( arg1 , arg2 ) ; }
24,317
returns a constant indicating desired accuracy of location accuracy may be #accuracy_fine if desired locationis fine , else it can be #accuracy_coarse . concode_field_sep int ACCURACY_COARSE concode_elem_sep int mPowerRequirement concode_elem_sep int POWER_HIGH concode_elem_sep int mHorizontalAccuracy concode_elem_sep ...
int function ( ) { if ( mHorizontalAccuracy >= ACCURACY_HIGH ) { return ACCURACY_FINE ; } else { return ACCURACY_COARSE ; } }
24,318
receives and records an axischangeevent . concode_field_sep double EPSILON concode_elem_sep AxisChangeEvent lastEvent concode_field_sep void testCloning concode_elem_sep void test1932146 concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEqualsWithLocale concode_elem_se...
void function ( AxisChangeEvent arg0 ) { this . lastEvent = arg0 ; }
24,319
determine if a classnode has one or more of the specified annotations onthe class or any of its methods . n.b. the type names are not normally fully qualified . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasAtLeastOneInterface concode_elem_sep List<ExpressionStatement> getExpressionStatements c...
boolean function ( ClassNode arg0 , String ... arg1 ) { if ( hasAtLeastOneAnnotation ( ( AnnotatedNode ) arg0 , arg1 ) ) { return true ; } for ( MethodNode loc0 : arg0 . getMethods ( ) ) { if ( hasAtLeastOneAnnotation ( loc0 , arg1 ) ) { return true ; } } return false ; }
24,320
opens a save dialog box when the user selects `` save as '' from the menu . concode_field_sep BufferedImage image concode_elem_sep String filename concode_elem_sep int width concode_elem_sep boolean isOriginUpperLeft concode_elem_sep JFrame frame concode_elem_sep int height concode_field_sep void set concode_elem_sep J...
void function ( ActionEvent arg0 ) { FileDialog loc0 = new FileDialog ( frame , "srini_string" , FileDialog . SAVE ) ; loc0 . setVisible ( true ) ; if ( loc0 . getFile ( ) != null ) { save ( loc0 . getDirectory ( ) + File . separator + loc0 . getFile ( ) ) ; } }
24,321
set the reference instance . concode_field_sep Reference reference concode_elem_sep ValidManagedConnectionFactory1 mcf concode_elem_sep ConnectionManager connectionManager concode_elem_sep long serialVersionUID concode_field_sep ValidConnection getConnection concode_elem_sep Reference getReference
void function ( Reference arg0 ) { this . reference = arg0 ; }
24,322
bandwidth of the connection . example : 1gbps for regular connections , or 500mbps for hosted connections default : none concode_field_sep Integer vlan concode_elem_sep String bandwidth concode_elem_sep String partnerName concode_elem_sep String connectionState concode_elem_sep String connectionId concode_elem_sep Stri...
void function ( String arg0 ) { this . bandwidth = arg0 ; }
24,323
execute the element-available function . concode_field_sep Hashtable m_extensionFunctionNamespaces concode_elem_sep StylesheetRoot m_sroot concode_field_sep void addExtensionNamespace concode_elem_sep ExtensionHandler get concode_elem_sep Object extFunction concode_elem_sep Object extFunction concode_elem_sep boolean f...
boolean function ( String arg0 , String arg1 ) { boolean loc0 = false ; if ( null != arg0 ) { ExtensionHandler loc1 = ( ExtensionHandler ) m_extensionFunctionNamespaces . get ( arg0 ) ; if ( loc1 != null ) loc0 = loc1 . isElementAvailable ( arg1 ) ; } return loc0 ; }
24,324
gets the value of the list property . concode_field_sep Set set concode_elem_sep Null _null concode_elem_sep Description description concode_elem_sep String index concode_elem_sep List list concode_elem_sep String type concode_elem_sep Object any concode_elem_sep Idref idref concode_elem_sep Ref refElement concode_elem...
List function ( ) { return this . list ; }
24,325
gets the value of the age variable stored in shared preferences concode_field_sep SharedPreferences preferences concode_field_sep void setPreferences concode_elem_sep void setPin concode_elem_sep void setLastName concode_elem_sep SharedPreferences getPreferences concode_elem_sep void setFirstName concode_elem_sep void ...
int function ( ) { return preferences . getInt ( "srini_string" , 0 ) ; }
24,326
gets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
String function ( ) { return password ; }
24,327
returns true if this policy has attempts remaining , false otherwise . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode...
boolean function ( ) { return mCurrentRetryCount <= mMaxNumRetries ; }
24,328
grabs the next frame from video file or capturing device . the methods/functions grab the next frame from video file or camera and return true non-zero in the case of success . the primary use of the function is in multi-camera environments , especially when the cameras do not have hardware synchronization . that is , ...
boolean function ( ) { boolean loc0 = n_grab ( nativeObj ) ; return loc0 ; }
24,329
generate motif-finding track and add it to igv concode_field_sep PlaceHolder placeHolder concode_field_sep void handleDialogResult concode_elem_sep void init concode_elem_sep List<Track> generateTracksForPatterns concode_elem_sep String run
List < Track > function ( String [ ] arg0 , String [ ] arg1 , String [ ] arg2 ) { List < Track > loc0 = generateTracksForPatterns ( arg0 , arg1 , arg2 ) ; IGV . getInstance ( ) . addTracks ( loc0 , PanelName . FEATURE_PANEL ) ; return loc0 ; }
24,330
adding words to the predictive text dictionary is not supported on the platform . returns false always concode_field_sep PTIterator iterator concode_elem_sep String language concode_field_sep PTIterator iterator
boolean function ( String arg0 ) { return false ; }
24,331
returns recipe panel without the editor part . concode_field_sep RecipesContainerView view concode_elem_sep RecipeEditorPanel editorStubPanel concode_elem_sep Map<RecipeWidget,RecipeEditorPanel> recipePanels concode_elem_sep EntityFactory entityFactory concode_field_sep void setVisible concode_elem_sep void addRecipePa...
RecipeEditorPanel function ( ) { return editorStubPanel ; }
24,332
get an image associated with the current color theme . concode_field_sep PreferencesMap defaults concode_elem_sep PreferencesMap table concode_field_sep void init concode_elem_sep void set concode_elem_sep Image imageFromSVG concode_elem_sep Color getColorCycleColor concode_elem_sep void setInteger concode_elem_sep int...
Image function ( String arg0 , Component arg1 , int arg2 , int arg3 ) { return getLibImage ( "srini_string" + arg0 , arg1 , arg2 , arg3 ) ; }
24,333
returns true if this assignment assigns values to every variable of vars . concode_field_sep Hashtable<Variable,Object> variableToValue concode_elem_sep List<Variable> variables concode_field_sep boolean hasAssignmentFor concode_elem_sep List<Variable> getVariables concode_elem_sep boolean isSolution concode_elem_sep S...
boolean function ( Variable [ ] arg0 ) { for ( Variable loc0 : arg0 ) { if ( ! hasAssignmentFor ( loc0 ) ) return false ; } return true ; }
24,334
f0 - > fieldsearch | searchtoken | parenthesissearch concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( BasicSearchType arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; }
24,335
sets the value of the conditions property . concode_field_sep TransformationsType transformations concode_elem_sep String id concode_elem_sep ConditionsType conditions concode_elem_sep ActionsType actions concode_field_sep void setActions concode_elem_sep void setId concode_elem_sep ConditionsType getConditions concode...
void function ( ConditionsType arg0 ) { this . conditions = arg0 ; }
24,336
puts the buffer back into the fifo without sending the packet . concode_field_sep long duration concode_elem_sep long mCacheSize concode_elem_sep float m concode_elem_sep int TRANSPORT_UDP concode_elem_sep DatagramPacket[] mPackets concode_elem_sep long mClock concode_elem_sep int mTotal concode_elem_sep int mSeq conco...
void function ( ) { if ( mThread == null ) { mThread = new Thread ( this ) ; mThread . start ( ) ; } if ( ++ mBufferIn >= mBufferCount ) mBufferIn = 0 ; mBufferCommitted . release ( ) ; }
24,337
does nothing concode_field_sep long serialVersionUID concode_field_sep Object advertise
void function ( final Object arg0 ) { }
24,338
returns name concode_field_sep String dashboardUrl concode_elem_sep Plan servicePlan concode_elem_sep Integer boundAppCount concode_elem_sep String provider concode_elem_sep Service service concode_elem_sep String lastOperation concode_elem_sep String name concode_elem_sep String id concode_elem_sep String label concod...
String function ( ) { return name ; }
24,339
compares this object with the specified object and indicates if they are equal . in order to be equal , object must be identical to thisenum constant . concode_field_sep BasicLruCache<Class<? extends Enum>,Object[]> sharedConstantsCache concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_se...
boolean function ( Object arg0 ) { return this == arg0 ; }
24,340
sets configuration to connect nodes in aws environment . null value indicates that no awsconfig should be used . concode_field_sep boolean redoOperation concode_elem_sep SSLConfig sslConfig concode_elem_sep int connectionAttemptPeriod concode_elem_sep DiscoveryConfig discoveryConfig concode_elem_sep SocketInterceptorCo...
ClientNetworkConfig function ( ClientAwsConfig arg0 ) { this . clientAwsConfig = arg0 ; return this ; }
24,341
returns the number of values that have been evicted . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount concode_fie...
int function ( ) { return evictionCount ; }
24,342
clear all content . concode_field_sep List<Vector> nodes concode_elem_sep int numberOfRecursiveCalls concode_elem_sep Set<Integer> visitedCells concode_elem_sep List<PortalCell> cells concode_elem_sep List<PortalEdge> edges concode_field_sep void addCell concode_elem_sep int getNumberOfNodes concode_elem_sep int getNum...
void function ( ) { edges . clear ( ) ; nodes . clear ( ) ; cells . clear ( ) ; }
24,343
disposes the associated resources . concode_field_sep int BUFFER_SIZE concode_elem_sep byte[] buffer concode_elem_sep int count concode_elem_sep InputStream inputStream concode_elem_sep int position concode_field_sep void charError concode_elem_sep void fillBuffer concode_elem_sep void endOfStreamError
void function ( ) { inputStream . close ( ) ; inputStream = null ; }
24,344
gets whether the effect should render new frames automatically which it does by default . if true , you can render frames manually by calling the render instance method of an effect . this is used by effect.parallel . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concod...
boolean function ( ) { return sync ; }
24,345
this method returns an element attribute . concode_field_sep String name concode_elem_sep ArrayList nodes concode_elem_sep ArrayList attributes concode_elem_sep String namespaceURI concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getAttributeValue conc...
RawAttribute function ( int arg0 ) { if ( attributes == null ) { throw new IndexOutOfBoundsException ( ) ; } else { return ( RawAttribute ) attributes . get ( arg0 ) ; } }
24,346
set the reference instance . concode_field_sep Reference reference concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep ConnectionManager connectionManager concode_elem_sep long serialVersionUID concode_elem_sep Logger log concode_field_sep MultipleConnection2 getConnection concode_elem_sep Reference...
void function ( Reference arg0 ) { log . trace ( "srini_string" ) ; this . reference = arg0 ; }
24,347
sets dump source mode on . default is off . concode_field_sep Filter mFilter concode_elem_sep boolean mVerbose concode_elem_sep boolean mDumpSource concode_elem_sep String mInputJarPath concode_elem_sep String mOutputJarPath concode_field_sep void addStringsFromFile concode_elem_sep void process concode_elem_sep void d...
void function ( ) { mDumpSource = true ; }
24,348
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 ) { }
24,349
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _addressLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
24,350
tests an object for equality with this instance . concode_field_sep List tickUnits concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep TickUnit getLargerTickUnit concode_elem_sep int size concode_elem_sep TickUnit getCeilingTickUnit concode_elem_sep TickUnit getCeilingTickUnit concode_ele...
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof TickUnits ) ) { return false ; } TickUnits loc0 = ( TickUnits ) arg0 ; return loc0 . tickUnits . equals ( this . tickUnits ) ; }
24,351
appends one sort definition to the list of sort criteria concode_field_sep List subqueries concode_elem_sep List beforeExpressions concode_elem_sep List sorts concode_elem_sep int BEFORE_FIRST_ROW concode_elem_sep List afterExpressions concode_elem_sep List filters concode_elem_sep int AFTER_LAST_ROW concode_elem_sep i...
void function ( SortDefinition arg0 ) { sorts . add ( arg0 ) ; }
24,352
retrieves the accumulated time this object has spent running since it was last zeroed . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_el...
long function ( ) { if ( running ) { return total + System . currentTimeMillis ( ) - startTime ; } else { return total ; } }
24,353
returns the oem name that will be written to the bootsector . concode_field_sep int DEFAULT_FAT_COUNT concode_elem_sep int sectorsPerCluster concode_elem_sep String DEFAULT_OEM_NAME concode_elem_sep int DEFAULT_SECTORS_PER_TRACK concode_elem_sep String label concode_elem_sep int MAX_DIRECTORY concode_elem_sep String oe...
String function ( ) { return oemName ; }
24,354
get the alias used to select a certificate for encryption concode_field_sep int keyIdentifierType concode_elem_sep List<String> acceptedKeyWrapAlgorithms concode_elem_sep String encryptionName concode_elem_sep String keyWrapAlgorithm concode_elem_sep List<String> acceptedEncryptionAlgorithms concode_elem_sep String enc...
String function ( ) { return encryptionName ; }
24,355
if a write would exceed the capacity of the direct buffers , it is set aside to be loaded by this function while the compressed data are consumed . concode_field_sep int userBufOff concode_elem_sep boolean finished concode_elem_sep boolean nativeSnappyLoaded concode_elem_sep Buffer uncompressedDirectBuf concode_elem_se...
void function ( ) { if ( 0 >= userBufLen ) { return ; } finished = false ; uncompressedDirectBufLen = Math . min ( userBufLen , directBufferSize ) ; ( ( ByteBuffer ) uncompressedDirectBuf ) . put ( userBuf , userBufOff , uncompressedDirectBufLen ) ; userBufOff += uncompressedDirectBufLen ; userBufLen -= uncompressedDir...
24,356
serialize this buffer . see ds.ov2.util.apdu _ serializable #to_byte_array apdu_serializable . to_byte_array . concode_field_sep short size concode_elem_sep byte[] buf concode_field_sep void set_size concode_elem_sep boolean is_compatible_with concode_elem_sep short size concode_elem_sep short from_byte_array
short function ( short arg0 , short arg1 , byte [ ] arg2 , short arg3 ) { Misc . myassert ( arg1 < size , ( short ) ( 0 ) ) ; short loc0 = ( short ) ( arg1 + arg0 ) <= size ? arg0 : ( short ) ( size - arg1 ) ; Misc . array_copy ( buf , arg1 , arg2 , arg3 , loc0 ) ; if ( ( short ) ( arg1 + arg0 ) == size ) return ( shor...
24,357
this method will be used to get the max value of all the columns this can be used in case of filter query concode_field_sep BTreeNode[] children concode_elem_sep BlockletLevelDeleteDeltaDataCache deleteDeltaDataCache concode_elem_sep List<IndexKey> listOfKeys concode_field_sep void setNextNode concode_elem_sep MeasureC...
byte [ ] [ ] function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
24,358
gets whether this time zone has is checked , and so should be displayed in the bottom table ui . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonI...
boolean function ( ) { return currentlyShowing ; }
24,359
attempts to halt the test and ignore it if throwable e is not null . similar to #assumenoexception throwable , but provides an additional message that can explain the details concerning the assumption . concode_field_sep PlaceHolder placeHolder concode_field_sep void assumeFalse concode_elem_sep void assumeFalse concod...
void function ( String arg0 , Throwable arg1 ) { assumeThat ( arg0 , arg1 , nullValue ( ) ) ; }
24,360
this method demonstrates the bug in cascading deletes . before this method , the ca table has 12 records . after , it should have 9 , but instead it has 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep void createDatabase concode_elem_sep void main concode_elem_sep void insertData concode_elem_sep void p...
void function ( Connection arg0 ) { Statement loc0 = arg0 . createStatement ( ) ; loc0 . executeUpdate ( "srini_string" ) ; loc0 . close ( ) ; }
24,361
returns the propertiescopy object concode_field_sep ImmutableMap<String,PropertyMapper> DEPRECATED concode_elem_sep EnumMap<ConstantValues,Long> artifactoryLongProperties concode_elem_sep EnumMap<ConstantValues,Boolean> artifactoryBooleanProperties concode_elem_sep EnumMap<ConstantValues,String> artifactoryProperties c...
Properties function ( ) { Properties loc0 = new Properties ( ) ; for ( Map . Entry < ConstantValues , String > loc1 : artifactoryProperties . entrySet ( ) ) { loc0 . put ( loc1 . getKey ( ) . getPropertyName ( ) , loc1 . getValue ( ) ) ; } loc0 . putAll ( nonEnumArtifactoryProperties ) ; return loc0 ; }
24,362
sets the saml token . concode_field_sep long serialVersionUID concode_elem_sep byte[] tokenSaml concode_elem_sep String country concode_elem_sep boolean fail concode_elem_sep String subStatusCode concode_elem_sep String destination concode_elem_sep String distinguishedName concode_elem_sep String alias concode_elem_sep...
void function ( final byte [ ] arg0 ) { if ( arg0 != null ) { this . tokenSaml = arg0 . clone ( ) ; } }
24,363
get the subversion url for the root flume directory . concode_field_sep Package myPackage concode_elem_sep VersionAnnotation version concode_field_sep String getVersion concode_elem_sep Package getPackage concode_elem_sep String getSrcChecksum concode_elem_sep String getUser concode_elem_sep String getDate concode_elem...
String function ( ) { return version != null ? version . url ( ) : "srini_string" ; }
24,364
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_field_sep void setName concode_elem_sep org.apache.a...
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 ) ; }
24,365
returns true if this is a spdy connection . such connections can be used in multiple http requests simultaneously . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection sp...
boolean function ( ) { return spdyConnection != null ; }
24,366
checks whether a character is a letter or digit ascii which are defined in the spec . concode_field_sep Map<String,S> services concode_elem_sep Class<S> clazz concode_field_sep S lookup concode_elem_sep Iterator<S> iterator concode_elem_sep void reload concode_elem_sep String getName concode_elem_sep Set<String> availa...
boolean function ( char arg0 ) { return ( 'a' <= arg0 && arg0 <= 'z' ) || ( 'A' <= arg0 && arg0 <= 'Z' ) || ( '0' <= arg0 && arg0 <= '9' ) ; }
24,367
writes a null type marker to the output . concode_field_sep ThreadLocal tbOut concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeVectorHeader concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep void writeEndOfRecord concode_elem_sep void writeFl...
void function ( ) { out . write ( Type . NULL . code ) ; }
24,368
check existence of the session participant concode_field_sep String extIDPSessionID concode_elem_sep LogoutRequestData logoutRequestData concode_elem_sep IDPConfig extIDPUsed concode_elem_sep Lock lock concode_elem_sep PrincipalId principalId concode_elem_sep Date expireDate concode_elem_sep AuthnMethod authnMethod con...
boolean function ( String arg0 ) { Validate . notNull ( arg0 ) ; return this . participants . containsKey ( arg0 ) ; }
24,369
returns the drools ruleexecutionset associated with this rulesession . concode_field_sep RuleExecutionSetImpl ruleExecutionSet concode_elem_sep RuleExecutionSetRepository repository concode_elem_sep Map properties concode_field_sep void checkRuleSessionValidity concode_elem_sep void release concode_elem_sep void setPro...
RuleExecutionSetImpl function ( ) { return this . ruleExecutionSet ; }
24,370
returns the report output folder . concode_field_sep ArrayList<String> reportTypes concode_elem_sep ArrayList<String> documentationTypes concode_elem_sep File zipFile concode_elem_sep File reportOutputFolder concode_elem_sep File cpsFile concode_elem_sep PathSettingsCLIInputBean pathSettingsCLIInputBean concode_field_s...
File function ( ) { return reportOutputFolder ; }
24,371
a regular state may be a dead end . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fi...
void function ( ) { prepareStateTest ( ) ; validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ; assertNoIssue ( diagnostics , ISSUE_STATE_WITHOUT_OUTGOING_TRANSITION ) ; }
24,372
returns the string value repository id . concode_field_sep String id concode_elem_sep TypeCode tString concode_field_sep String extract concode_elem_sep String read concode_elem_sep Serializable read_value concode_elem_sep void insert concode_elem_sep void write_value concode_elem_sep String id concode_elem_sep TypeCod...
String function ( ) { return id ; }
24,373
get properties of this iterator , as a bit-significant integer . concode_field_sep NodeInfo item concode_elem_sep int position concode_field_sep Item next concode_elem_sep CharSequence getStringValue concode_elem_sep SequenceIterator getReverseIterator concode_elem_sep GroundedValue materialize concode_elem_sep boolean...
int function ( ) { return GROUNDED | LAST_POSITION_FINDER | LOOKAHEAD ; }
24,374
sanitize the exception and all nested causes this will modify the stacktrace of the exception instance and all its causes irreversibly concode_field_sep String STACK_LOG_NAME concode_elem_sep String[] GROOVY_PACKAGES concode_elem_sep Logger STACK_LOG concode_elem_sep List<Closure> tests concode_field_sep boolean isAppl...
Throwable function ( Throwable arg0 ) { Throwable loc0 = arg0 ; while ( loc0 . getCause ( ) != null ) { loc0 = StackTraceUtils . sanitize ( loc0 . getCause ( ) ) ; } return StackTraceUtils . sanitize ( arg0 ) ; }
24,375
returns a throwingdoublesupplier throwing an exception of the given type if this supplier throws an exception.the original exception thrown by this supplier is the throwable #getcause cause of the thrown exception.the exception class must have a constructor accepting a single throwable as an argument . concode_field_se...
ThrowingDoubleSupplier function ( Class < ? extends RuntimeException > arg0 ) { Contract . checkArgument ( arg0 != null , "srini_string" ) ; return ( ) -> { try { return getAsDoubleThrowing ( ) ; } catch ( Exception loc0 ) { throw ReflectionUtils . createException ( arg0 , loc0 ) ; } } ; }
24,376
verifies a variable is not null . concode_field_sep String IDENTIFIER_PATTERN_STR concode_elem_sep Pattern IDENTIFIER_PATTERN concode_field_sep int gt0 concode_elem_sep long gt0 concode_elem_sep int ge0 concode_elem_sep long ge0 concode_elem_sep String validIdentifier concode_elem_sep String notEmpty concode_elem_sep L...
T function ( T arg0 , String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( arg1 + "srini_string" ) ; } return arg0 ; }
24,377
returns the byte value that is equal to value , if possible . concode_field_sep byte MAX_POWER_OF_TWO concode_field_sep byte saturatedCast concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep byte min concode_elem_sep byte max concode_elem_sep Comparator<byte[]> lexicographicalComparator concode_e...
byte function ( long arg0 ) { byte loc0 = ( byte ) arg0 ; checkArgument ( loc0 == arg0 , "srini_string" , arg0 ) ; return loc0 ; }
24,378
getter method concode_field_sep String pendingWith concode_elem_sep String subCategory concode_elem_sep String dateAndTime concode_elem_sep String ticketNo concode_elem_sep String subSubCategory concode_elem_sep String pendingWithUser concode_elem_sep String customerId concode_elem_sep String loggedBy concode_elem_sep ...
String function ( ) { return subCategory ; }
24,379
gets the value of the locale property . concode_field_sep String locale concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep void setLocale
String function ( ) { return locale ; }
24,380
transforms an array of argument objects into an array of argument types . for each argument being null the argument is null , too . an argument type being null means : accepts everything although this can be ambigous . concode_field_sep HashMap typeMapping concode_field_sep Method getMethod concode_elem_sep Constructor...
Class [ ] function ( Object [ ] arg0 ) { if ( arg0 == null ) return new Class [ 0 ] ; Class [ ] loc0 = new Class [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) loc0 [ loc1 ] = ( arg0 [ loc1 ] == null ) ? null : arg0 [ loc1 ] . getClass ( ) ; return loc0 ; }
24,381
gets the value of the componentname property . concode_field_sep String instanceId concode_elem_sep Integer repetitionCount concode_elem_sep String extTransactionId concode_elem_sep String sourceSystemId concode_elem_sep String componentName concode_elem_sep String enterpriseId concode_elem_sep String type concode_elem...
String function ( ) { return componentName ; }
24,382
return the time in seconds this task took . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep long startTimeMillis concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeMillis concode_elem_sep List<TaskInfo> taskList concode_elem_se...
double function ( ) { return ( this . timeMillis / 1000.0 ) ; }
24,383
makes sure that empty statement blocks fail with an error . concode_field_sep PlaceHolder placeHolder concode_field_sep void failsForEmptyWhileStatement concode_elem_sep void failsForEmptyIfStatement concode_elem_sep void failsForEmptyFinallyBlock concode_elem_sep void failsForEmptySwitchStatement concode_elem_sep void...
void function ( ) { this . validatePMD ( "srini_string" , Matchers . containsString ( "srini_string" ) ) ; }
24,384
sets the current profile used to generate the signature or its extension concode_field_sep DocumentSignatureService underlyingASiCService concode_elem_sep XAdESLevelBaselineB profile concode_elem_sep SignatureBuilder builder concode_elem_sep Operation operationKind concode_field_sep Operation getOperationKind concode_e...
void function ( XAdESLevelBaselineB arg0 ) { this . profile = arg0 ; }
24,385
this method provides functionality for tracking parser services . concode_field_sep RuleResourceBundleImporter rImporter concode_elem_sep BundleTracker<Bundle> bTracker concode_elem_sep List<AutomationResourceBundlesEventQueue> providerEventsQueue concode_elem_sep List<BundleEvent> queue concode_field_sep void addParse...
void function ( Parser < Rule > arg0 , Map < String , String > arg1 ) { rImporter . removeParser ( arg0 , arg1 ) ; }
24,386
gets the header length concode_field_sep long bytesWritten concode_elem_sep long timeTaken concode_elem_sep long offset concode_elem_sep long bytes concode_elem_sep Random rnd concode_elem_sep int HEADER_LENGTH concode_elem_sep long time concode_elem_sep ByteBuffer buffer concode_elem_sep long hashValue concode_elem_se...
int function ( ) { return HEADER_LENGTH ; }
24,387
fetch this user 's group affiliations all in this example concode_field_sep Log _log concode_elem_sep String FULL_ACCESS_GROUP concode_elem_sep String GUEST_ACCESS_GROUP concode_elem_sep String CONFIGURATION_XML concode_elem_sep String CATEGORIES_XML concode_field_sep void init concode_elem_sep String getConfigurationX...
List < String > function ( ) { ArrayList < String > loc0 = new ArrayList ( ) ; loc0 . add ( FULL_ACCESS_GROUP ) ; loc0 . add ( GUEST_ACCESS_GROUP ) ; return loc0 ; }
24,388
triggers the cause concode_field_sep Predicate<Properties> predicate concode_elem_sep Cause[] causes concode_elem_sep RawScript rawScript concode_elem_sep RawScript rawScript concode_elem_sep Consumer<Script> successConsumer concode_elem_sep Predicate<Properties> predicate concode_elem_sep Cause[] causes concode_elem_s...
void function ( ) { trigger ( null ) ; }
24,389
blocks until the value is #set object by another threadand returns the value . concode_field_sep ConcurrentHashMap<String,Object> core concode_elem_sep AtomicInteger loadFailure concode_elem_sep boolean set concode_elem_sep AtomicInteger totalQuery concode_elem_sep AtomicInteger weakRefLost concode_elem_sep AtomicInteg...
T function ( ) { try { while ( ! set ) wait ( ) ; return value ; } catch ( InterruptedException loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; return null ; } }
24,390
is the propertytype one which accepts multiple values ? concode_field_sep boolean internal concode_elem_sep Map<String,Property> properties concode_elem_sep PropertyType propertyType concode_elem_sep ValueType valueType concode_elem_sep Property primaryProperty concode_elem_sep Property[] secondaryExtractProperties con...
boolean function ( ) { if ( propertyType == PropertyType . BAG || propertyType == PropertyType . SEQ || propertyType == PropertyType . ALT ) { return true ; } else if ( propertyType == PropertyType . COMPOSITE ) { return primaryProperty . isMultiValuePermitted ( ) ; } return false ; }
24,391
metodo para obtener la fecha del pedido . concode_field_sep String fechaEnvioCopleto concode_elem_sep String EstadoPedido concode_elem_sep int codPedido concode_elem_sep String fechaPedido concode_elem_sep int precioTotal concode_elem_sep String codCliente concode_field_sep int getCodPedido concode_elem_sep void setCod...
String function ( ) { return fechaPedido ; }
24,392
returns a string that contains the previous operations performed starting with the initial value of 0 . it uses + , - , , and / to denote the operations that were performed . concode_field_sep int total concode_elem_sep String history concode_field_sep void add concode_elem_sep void subtract concode_elem_sep int getTot...
String function ( ) { return history ; }
24,393
returns the number of elements between the current position and the limit . concode_field_sep int cap concode_elem_sep RawData address concode_elem_sep int pos concode_elem_sep int limit concode_elem_sep int mark concode_field_sep void checkIfReadOnly concode_elem_sep boolean hasRemaining concode_elem_sep Buffer clear ...
int function ( ) { return limit - pos ; }
24,394
the tag filter key . concode_field_sep String type concode_elem_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep EC2TagFilter withValue concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_...
void function ( String arg0 ) { this . key = arg0 ; }
24,395
adds a header with name and value . prefer this method for multiply-valued headers like `` cookie '' . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_elem_sep URL url co...
Builder function ( String arg0 , String arg1 ) { headers . add ( arg0 , arg1 ) ; return this ; }
24,396
blocks until the executor service has processed all currently enqueued jobs . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP ...
void function ( ) { try { executorService . submit ( new Runnable ( ) { @ Override public void run ( ) { } } ) . get ( ) ; } catch ( Exception loc0 ) { throw new AssertionError ( ) ; } }
24,397
calculates the cost normalization . this is such that the normalized cost is lower bounded by 1 e.g. when each segment gets its own historical node . concode_field_sep double MILLIS_IN_HOUR concode_elem_sep double HALF_LIFE concode_elem_sep double MILLIS_FACTOR concode_elem_sep double LAMBDA concode_elem_sep double INV...
double function ( final List < ServerHolder > arg0 ) { double loc0 = 0 ; for ( ServerHolder loc1 : arg0 ) { for ( DataSegment loc2 : loc1 . getServer ( ) . getSegments ( ) . values ( ) ) { loc0 += computeJointSegmentsCost ( loc2 , loc2 ) ; } } return loc0 ; }
24,398
returns the command which currently claims this subsystem . concode_field_sep Command currentCommand concode_elem_sep Command defaultCommand concode_elem_sep boolean currentCommandChanged concode_elem_sep String name concode_elem_sep boolean initializedDefaultCommand concode_elem_sep ITable table concode_elem_sep Vecto...
Command function ( ) { return currentCommand ; }
24,399
get an executable instance of criteria to actually run the query . concode_field_sep CriteriaImpl impl concode_elem_sep Criteria criteria concode_field_sep DetachedCriteria add concode_elem_sep DetachedCriteria setFetchMode concode_elem_sep DetachedCriteria setProjection concode_elem_sep DetachedCriteria forEntityName ...
Criteria function ( Session arg0 ) { impl . setSession ( ( SessionImplementor ) arg0 ) ; return impl ; }