idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
37,700
comparisson method for longs . concode_field_sep long value concode_field_sep placeholderType placeHolder
boolean function ( long arg0 ) { return ( value == arg0 ) ; }
37,701
hashcode . concode_field_sep Map<String,String> metadata concode_elem_sep String NAME concode_elem_sep List<String> sideboard concode_elem_sep String DIFFICULTY concode_elem_sep String COMMENT concode_elem_sep List<String> main concode_elem_sep String DECK_TYPE concode_elem_sep String DESCRIPTION concode_elem_sep long ...
int function ( ) { return getName ( ) . hashCode ( ) ; }
37,702
returns the available up-regulation capacity in kwh . value is non-negative . concode_field_sep long id concode_elem_sep long subId concode_elem_sep Logger log concode_elem_sep double epsilon concode_elem_sep double downRegulationCapacity concode_elem_sep double upRegulationCapacity concode_field_sep long getId concode...
double function ( ) { return upRegulationCapacity ; }
37,703
get the name concode_field_sep String name concode_elem_sep Map<String,Version> MAP concode_field_sep List<LocalizedXsdString> getDescriptions concode_elem_sep Version getVersion concode_elem_sep Version forName concode_elem_sep ResourceAdapter getResourceadapter concode_elem_sep XsdString getVendorName concode_elem_se...
String function ( ) { return name ; }
37,704
get message type . concode_field_sep int type concode_elem_sep int clientID concode_elem_sep int length concode_elem_sep byte[] data concode_field_sep void setLength concode_elem_sep int getClientID concode_elem_sep void setData concode_elem_sep int getLength concode_elem_sep String toString concode_elem_sep void setTy...
int function ( ) { return type ; }
37,705
evaluate the json path expression against the supplied content and assert that a non-null value exists at the given path . if the json path expression is not @linkplain jsonpath #isdefinite definite , this method asserts that the value at the given path is not empty . concode_field_sep String expression concode_elem_se...
void function ( String arg0 ) { assertExistsAndReturn ( arg0 ) ; }
37,706
sets the significance used for confidence intervals . the default is 0.05 which corresponds to a 95 % ci . concode_field_sep int trialLength concode_elem_sep TerminalFunction tf concode_elem_sep int debugCode concode_elem_sep int plotRefresh concode_elem_sep boolean displayPlots concode_elem_sep int nTrials concode_ele...
void function ( double arg0 ) { this . plotCISignificance = arg0 ; if ( this . plotter != null ) { this . plotter . setSignificanceForCI ( arg0 ) ; } }
37,707
get ldap connection information . concode_field_sep LdapUserAndGroupAuthConfigurationDTO userAndGroupConfig concode_elem_sep String name concode_elem_sep String id concode_elem_sep LdapConnectionInfoDTO connectionInfo concode_elem_sep String url concode_field_sep void setConnectionInfo concode_elem_sep void setName con...
LdapConnectionInfoDTO function ( ) { return this . connectionInfo ; }
37,708
gets the value of the rid property . concode_field_sep String ptd concode_elem_sep String wtp concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String rid concode_elem_sep String pta concode_field_sep void setWta concode_elem_sep boolean isSetWtd concode_elem_sep String getPtd concode_elem_sep bo...
String function ( ) { return rid ; }
37,709
utility method for recalculateding the total inventory price . concode_field_sep double inventoryPriceTotal concode_elem_sep ArrayList inventory concode_elem_sep int inventoryUnitTotal concode_field_sep int getInventoryUnitTotal concode_elem_sep double getInventoryPriceTotal concode_elem_sep void addInventoryItem conco...
void function ( ) { inventoryPriceTotal = 0 ; inventoryUnitTotal = 0 ; InventoryItem loc0 ; for ( int loc1 = 0 , loc2 = inventory . size ( ) ; loc1 < loc2 ; loc1 ++ ) { loc0 = ( InventoryItem ) inventory . get ( loc1 ) ; inventoryPriceTotal += loc0 . getPrice ( ) * loc0 . getQuantity ( ) ; inventoryUnitTotal += loc0 . ...
37,710
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el...
void function ( java . io . InputStream arg0 , String arg1 , int arg2 , int arg3 , int arg4 ) { ReInit ( arg1 == null ? new java . io . InputStreamReader ( arg0 ) : new java . io . InputStreamReader ( arg0 , arg1 ) , arg2 , arg3 , arg4 ) ; }
37,711
this method is invoked by a copystreamevent source after copying a block of bytes from a stream . the copystreamevent will contain the total number of bytes transferred so far and the number of bytes transferred in the last write . the copystreamadapater will relay the event to all of its registered listeners , listing...
void function ( CopyStreamEvent arg0 ) { for ( EventListener loc0 : internalListeners ) { ( ( CopyStreamListener ) ( loc0 ) ) . bytesTransferred ( arg0 ) ; } }
37,712
method : poll concode_field_sep int QUEUE_BUFFER_SIZE concode_elem_sep WakeableLooper producer concode_elem_sep Communicator<Integer> communicator concode_elem_sep WakeableLooper consumer concode_field_sep void testRemainingCapacity concode_elem_sep void before concode_elem_sep void testIsEmpty concode_elem_sep void te...
void function ( ) { for ( int loc0 = 0 ; loc0 < QUEUE_BUFFER_SIZE ; loc0 ++ ) { communicator . offer ( loc0 ) ; } for ( int loc0 = 0 ; loc0 < QUEUE_BUFFER_SIZE ; loc0 ++ ) { Assert . assertEquals ( loc0 , communicator . poll ( ) . intValue ( ) ) ; } Assert . assertNull ( communicator . poll ( ) ) ; }
37,713
gets the value of the entry property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the entry property . for example , to add a new item , do as fol...
List < Reviewers . Entry > function ( ) { if ( entry == null ) { entry = new ArrayList < Reviewers . Entry > ( ) ; } return this . entry ; }
37,714
return the underlying target object . concode_field_sep boolean isResource concode_elem_sep Object target concode_field_sep boolean isResource
Object function ( ) { return target ; }
37,715
sets content . concode_field_sep ContentType content concode_field_sep ContentType getContent
void function ( ContentType arg0 ) { this . content = arg0 ; }
37,716
sets the key . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep void setValue
void function ( String arg0 ) { this . key = arg0 ; }
37,717
prepare the parser for a mirrored operation . this flag has effect only on the #readformatinformation and the #readversion . before proceeding with #readcodewords the #mirror method should be called . concode_field_sep boolean mirror concode_elem_sep BitMatrix bitMatrix concode_elem_sep Version parsedVersion concode_el...
void function ( boolean arg0 ) { parsedVersion = null ; parsedFormatInfo = null ; this . mirror = arg0 ; }
37,718
loads and initializes opencv library using opencv engine service . concode_field_sep String OPENCV_VERSION_2_4_4 concode_elem_sep String OPENCV_VERSION_2_4_8 concode_elem_sep String OPENCV_VERSION_3_0_0 concode_elem_sep String OPENCV_VERSION_2_4_3 concode_elem_sep String OPENCV_VERSION_2_4_7 concode_elem_sep String OPE...
boolean function ( String arg0 , Context arg1 , LoaderCallbackInterface arg2 ) { return AsyncServiceHelper . initOpenCV ( arg0 , arg1 , arg2 ) ; }
37,719
set vertical scroll value for entire scroll a display text concode_field_sep int JOYPAD_DOWN concode_elem_sep int SPRITE_CONFIG2_HORIZONTAL_FLIP concode_elem_sep int SPRITE_CONFIG2_PALETTE_2 concode_elem_sep int SPRITE_CONFIG2_PALETTE_1 concode_elem_sep int SPRITE_CONFIG2_VERTICAL_FLIP concode_elem_sep int SPRITE_CONFI...
void function ( int arg0 ) { }
37,720
return the underlying class . concode_field_sep Class<?> introspectedClass concode_field_sep boolean isAnnotation concode_elem_sep boolean isIndependent concode_elem_sep String getSuperClassName concode_elem_sep boolean isAbstract concode_elem_sep boolean isConcrete concode_elem_sep boolean hasSuperClass concode_elem_s...
Class < ? > function ( ) { return this . introspectedClass ; }
37,721
get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p...
IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; }
37,722
test of isestadodemonstracaoaprovada method , of class demonstracaostate . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetAbertaACandidaturas concode_elem_sep void testSetCandidaturaRetirada concode_elem_sep void testIsEstadoFechadaACandidaturas concode_elem_sep void testIsEstadoConflitosCandid...
void function ( ) { System . out . println ( "srini_string" ) ; DemonstracaoState loc0 = new DemonstracaoState ( ) ; boolean loc1 = false ; boolean loc2 = loc0 . isEstadoDemonstracaoAprovada ( ) ; assertEquals ( loc1 , loc2 ) ; }
37,723
serialize the given node and all its descendants to sax . concode_field_sep Logger LOG concode_elem_sep HashMap<String,String> namespaceDecls concode_elem_sep NamespaceSupport nsSupport concode_elem_sep ContentHandler contentHandler concode_elem_sep String[] prefixes concode_elem_sep LexicalHandler lexicalHandler conco...
void function ( Node arg0 ) { serialize ( arg0 , false ) ; }
37,724
configure the organization id concode_field_sep String organizationId concode_elem_sep String spaceQuotaDefinitionId concode_elem_sep List<String> auditorIds concode_elem_sep List<String> domainIds concode_elem_sep String name concode_elem_sep List<String> managerIds concode_elem_sep Boolean allowSsh concode_elem_sep L...
CreateSpaceRequest function ( String arg0 ) { this . organizationId = arg0 ; return this ; }
37,725
send a request to be handled , potentially blocking until there is room in the queue for the request concode_field_sep Request request concode_elem_sep int queueSize concode_elem_sep Logger logger concode_elem_sep ArrayList<BlockingQueue<Response>> responseQueues concode_elem_sep long startTimeInMs concode_elem_sep lon...
void function ( Request arg0 ) { requestQueue . put ( arg0 ) ; }
37,726
prints the ir , optionally including the cfg concode_field_sep OptimizationPlanAtomicElement container concode_elem_sep Object[] initargs concode_field_sep boolean printingEnabled concode_elem_sep String getName concode_elem_sep void reportAdditionalStats concode_elem_sep boolean shouldPerform concode_elem_sep Compiler...
void function ( IR arg0 , String arg1 ) { dumpIR ( arg0 , arg1 , false ) ; }
37,727
adds a string property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSON...
JSONBuilder function ( String arg0 , String arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 , false ) ; }
37,728
keep it simple , we do n't need to take arbitrary random for geo tests concode_field_sep PlaceHolder placeHolder concode_field_sep Rectangle nextBoxNear concode_elem_sep Polygon nextPolygonNear concode_elem_sep double nextLatitudeAround concode_elem_sep Polygon nextPolygon concode_elem_sep double nextLongitudeNear conc...
Random function ( ) { return RandomizedContext . current ( ) . getRandom ( ) ; }
37,729
sets the statement cr carriage return status for this display node concode_field_sep SimpleAttributeSet textAttribute concode_elem_sep boolean statementCROn concode_elem_sep boolean statementIndentOn concode_elem_sep int indentLevel concode_elem_sep boolean clauseIndentOn concode_elem_sep boolean clauseCROn concode_fie...
void function ( boolean arg0 ) { this . statementCROn = arg0 ; }
37,730
evaluate a path : counting semantics concode_field_sep PlaceHolder placeHolder concode_field_sep Iterator<Node> evalReverseN concode_elem_sep Iterator<Node> evalReverse1 concode_elem_sep Iterator<Node> eval concode_elem_sep Iterator<Node> eval1 concode_elem_sep Iterator<Node> evalReverse concode_elem_sep void eval$ con...
Iterator < Node > function ( Graph arg0 , Node arg1 , Path arg2 ) { return eval$ ( arg0 , arg1 , arg2 , new PathEngineN ( arg0 , true ) ) ; }
37,731
adds a listener to be notified when the contents of the list change . concode_field_sep PropertyChangeSupport propertyChangeSupport_ concode_elem_sep String copyright concode_elem_sep VNode root_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ concode_elem...
void function ( ListDataListener arg0 ) { listDataEventSupport_ . addListDataListener ( arg0 ) ; }
37,732
ascertains whether mapcommandbuttonid is a part of componentid . componentid might be a fully qualified id , with a prefix corresponding to container component s . concode_field_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getId concode_elem_sep String getMapCommandButtonId
boolean function ( String arg0 ) { boolean loc0 = arg0 . endsWith ( mapCommandButtonId ) ; return loc0 ; }
37,733
a simple check for the getvalue int , int method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testAddValue concode_elem_sep void testGetValue concode_elem_sep void testGetRowCount concode_elem_sep void testGetColumnCount concode_elem_sep void testCloning concode_elem_sep void testSerialization con...
void function ( ) { DefaultMultiValueCategoryDataset loc0 = new DefaultMultiValueCategoryDataset ( ) ; boolean loc1 = false ; try { loc0 . getValue ( 0 , 0 ) ; } catch ( IndexOutOfBoundsException loc2 ) { loc1 = true ; } assertTrue ( loc1 ) ; }
37,734
removes a page label . the first page label can not be removed , only changed . concode_field_sep int DECIMAL_ARABIC_NUMERALS concode_elem_sep int UPPERCASE_ROMAN_NUMERALS concode_elem_sep int LOWERCASE_LETTERS concode_elem_sep int EMPTY concode_elem_sep int LOWERCASE_ROMAN_NUMERALS concode_elem_sep PdfName numberingSt...
void function ( int arg0 ) { if ( arg0 <= 1 ) return ; map . remove ( new Integer ( arg0 ) ) ; }
37,735
call when the surface has been destroyed concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep boolean mF...
void function ( GL10 arg0 ) { if ( arg0 != null ) { if ( mState > STATE_NEW ) { int [ ] loc0 = new int [ 1 ] ; loc0 [ 0 ] = mTextureID ; arg0 . glDeleteTextures ( 1 , loc0 , 0 ) ; mState = STATE_NEW ; } } }
37,736
checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con...
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; }
37,737
sets whether this journal content search is private layout . concode_field_sep JournalContentSearch _journalContentSearch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep long getContentSear...
void function ( boolean arg0 ) { _journalContentSearch . setPrivateLayout ( arg0 ) ; }
37,738
adds +1 delay to all packets in the switch 's input and output queues . concode_field_sep ArrayList<NIC> outputNICs concode_elem_sep ArrayList<NIC> inputNICs concode_elem_sep int[] remainingSpeedup concode_elem_sep boolean outputQueue concode_elem_sep int startPos concode_elem_sep ArrayList<Boolean> usedOutputPorts con...
void function ( ) { for ( NIC loc0 : inputNICs ) { loc0 . addDelay ( ) ; } for ( NIC loc0 : outputNICs ) { loc0 . addDelay ( ) ; } }
37,739
loads the model from a file . the method load loads the complete model state with the specified name or default model-dependent name from the specified xml or yaml file . the previous model state is cleared by `` cvstatmodel.clear '' . concode_field_sep long nativeObj concode_field_sep void load_0 concode_elem_sep void...
void function ( String arg0 ) { load_1 ( nativeObj , arg0 ) ; return ; }
37,740
performs a dynamic query on the database and returns an ordered 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...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
37,741
gets the name . concode_field_sep String name concode_elem_sep String dimension concode_elem_sep Integer prog concode_elem_sep Date creationDate concode_elem_sep byte[] content concode_elem_sep Integer biobjId concode_elem_sep Integer binId concode_elem_sep Boolean active concode_elem_sep Integer id concode_elem_sep St...
String function ( ) { return name ; }
37,742
utility for creating a zoneddatetime object from a millisecond timestamp . concode_field_sep PlaceHolder placeHolder concode_field_sep TimeUnit toTimeUnit concode_elem_sep ChronoUnit toChronoUnit concode_elem_sep Date dateOf concode_elem_sep Date dateOf concode_elem_sep LocalDateTime localDateTimeOf concode_elem_sep Ti...
ZonedDateTime function ( final long arg0 ) { return zonedDateTimeOf ( arg0 , ZoneOffset . UTC ) ; }
37,743
getter method for status concode_field_sep String closeDate concode_elem_sep String customerType concode_elem_sep String ticketNo concode_elem_sep String loggedBy concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String msisdn concode_elem_sep String circle concode_elem_sep String logge...
String function ( ) { return status ; }
37,744
gets the username . concode_field_sep String SEQUENCE_NAME concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_SORTING_FIELD concode_elem_sep String loginToken concode_elem_sep Integer id concode_elem_sep String email concode_elem_sep...
String function ( ) { return this . username ; }
37,745
get custom deserializer concode_field_sep java.lang.String internalId concode_elem_sep java.lang.Boolean defaultBilling concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String label concode_el...
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 ) ; }
37,746
saves the last updated information to the properties file . concode_field_sep Logger LOGGER concode_elem_sep String MODIFIED concode_elem_sep String VERSION concode_elem_sep String LAST_CPE_UPDATE concode_elem_sep String LAST_CHECKED concode_elem_sep String LAST_UPDATED concode_elem_sep CveDB cveDB concode_elem_sep Str...
void function ( NvdCveInfo arg0 ) { if ( arg0 == null ) { return ; } save ( LAST_UPDATED_BASE + arg0 . getId ( ) , String . valueOf ( arg0 . getTimestamp ( ) ) ) ; }
37,747
removes a pan listener . concode_field_sep Pan mPan concode_elem_sep RectF zoomR concode_elem_sep float oldX concode_elem_sep float oldY concode_elem_sep GraphicalView graphicalView concode_elem_sep DefaultRenderer mRenderer concode_field_sep void addPanListener concode_elem_sep void addZoomListener concode_elem_sep vo...
void function ( PanListener arg0 ) { if ( mPan != null ) { mPan . removePanListener ( arg0 ) ; } }
37,748
true if the pool is active and serving records . concode_field_sep int code concode_elem_sep String name concode_elem_sep boolean probingEnabled concode_elem_sep String zoneId concode_elem_sep String id concode_elem_sep String dname concode_elem_sep int statusCode concode_elem_sep boolean failOverEnabled concode_field_...
boolean function ( ) { return failOverEnabled ; }
37,749
hook for blocking the launching of intents by the cordova application . this will be called when the webview will not navigate to a page , but could launch an intent to handle the url . return false to block this : if any plugin returns false , cordova will block the navigation . if all plugins return null , the defaul...
Boolean function ( String arg0 ) { return null ; }
37,750
remove node and any links that use node . if node not in graph , nothing happens . concode_field_sep Map<N,Set<N>> theNeighbors concode_elem_sep Set<N> theNodeSet concode_field_sep void add concode_elem_sep void add concode_elem_sep Set<N> neighbors concode_elem_sep Set<N> nodeSet
void function ( N arg0 ) { if ( ! theNeighbors . containsKey ( arg0 ) ) return ; for ( N loc0 : theNeighbors . get ( arg0 ) ) theNeighbors . get ( loc0 ) . remove ( arg0 ) ; theNeighbors . get ( arg0 ) . clear ( ) ; theNeighbors . remove ( arg0 ) ; }
37,751
reads the raw bytes following a type.bool code . concode_field_sep DataInput in concode_elem_sep ThreadLocal tbIn concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_sep double readDo...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ 2 ] ; loc0 [ 0 ] = ( byte ) Type . BOOL . code ; in . readFully ( loc0 , 1 , 1 ) ; return loc0 ; }
37,752
sets the infoinbound value for this twsqinfo . concode_field_sep AgentLibrary.TWSQInfoMail infoMail concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int cType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int QCode concode_elem_sep...
void function ( AgentLibrary . TWSQInfoInbound arg0 ) { this . infoInbound = arg0 ; }
37,753
sets the audio encoder . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep Session.Callback mCallback concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int AUDIO_AMRNB concode_elem_sep int mAudioEncoder concode_elem_sep ...
SessionBuilder function ( int arg0 ) { mAudioEncoder = arg0 ; return this ; }
37,754
the environmentinfodescription of the environment . note : this method appends the values to the existing list if any . use #setenvironmentinfo java.util.collection or #withenvironmentinfo java.util.collection if you want tooverride the existing values . concode_field_sep com.amazonaws.internal.SdkInternalList<Environm...
RetrieveEnvironmentInfoResult function ( EnvironmentInfoDescription ... arg0 ) { if ( this . environmentInfo == null ) { setEnvironmentInfo ( new com . amazonaws . internal . SdkInternalList < EnvironmentInfoDescription > ( arg0 . length ) ) ; } for ( EnvironmentInfoDescription loc0 : arg0 ) { this . environmentInfo . ...
37,755
put this fraction in its simplified form concode_field_sep int num concode_elem_sep int denom concode_field_sep Fraction recip concode_elem_sep int getNum concode_elem_sep int gcd concode_elem_sep Fraction sum concode_elem_sep String toString concode_elem_sep void main concode_elem_sep int getDenom concode_elem_sep Fra...
void function ( ) { int loc0 = gcd ( this . num , this . denom ) ; this . num /= loc0 ; this . denom /= loc0 ; }
37,756
load the user-displayed icon for this wallpaper . concode_field_sep String TAG concode_elem_sep int mThumbnailResource concode_elem_sep ResolveInfo mService concode_elem_sep Parcelable.Creator<WallpaperInfo> CREATOR concode_elem_sep int mAuthorResource concode_elem_sep String mSettingsActivityName concode_elem_sep int ...
Drawable function ( PackageManager arg0 ) { return mService . loadIcon ( arg0 ) ; }
37,757
restores the given value in the request map for the var name . concode_field_sep PlaceHolder placeHolder concode_field_sep void putIteratorToRequestParam concode_elem_sep void removeIteratorFromRequestParam concode_elem_sep String getVar concode_elem_sep Object saveRequestMapVarValue concode_elem_sep SelectItem createS...
void function ( Object arg0 ) { VariableManager . restoreRequestMapVarValue ( getVar ( ) , arg0 ) ; }
37,758
sets the artifacts version number . concode_field_sep String groupId concode_elem_sep String classifier concode_elem_sep String artifactId concode_elem_sep String type concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep void setGroupId concode_elem_sep void setArtifactId concode_elem_se...
void function ( String arg0 ) { this . version = arg0 ; }
37,759
creates and returns an instance of systemuihider that isappropriate for this device . the object will be either a systemuihiderbase or systemuihiderhoneycomb depending onthe device . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode...
SystemUiHider function ( Activity arg0 , View arg1 , int arg2 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . HONEYCOMB ) { return new SystemUiHiderHoneycomb ( arg0 , arg1 , arg2 ) ; } else { return new SystemUiHiderBase ( arg0 , arg1 , arg2 ) ; } }
37,760
extracts the first word from a timezone displayname . concode_field_sep DateFormat currentFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep String GMT7DAYLIGHTLOCATION concode_elem_sep String GMT9DAYLIGHTLOCATION concode_elem_sep String GMT8DAYLIGHTLOCATION concode_elem_sep String GMT10DAYLIGHTLOCA...
String function ( String arg0 ) { if ( arg0 == null ) { arg0 = "srini_string" ; } else { StringTokenizer loc0 = new StringTokenizer ( arg0 , "srini_string" ) ; if ( loc0 . hasMoreTokens ( ) ) { arg0 = loc0 . nextToken ( ) ; } } return arg0 ; }
37,761
the list name to consume activities from . concode_field_sep ActivityTypeRegistrationOptions activityTypeRegistrationOptions concode_elem_sep Map<String,Object> clientConfigurationParameters concode_elem_sep String stateResultType concode_elem_sep AmazonSimpleWorkflowClient amazonSWClient concode_elem_sep ActivitySched...
void function ( String arg0 ) { this . activityList = arg0 ; }
37,762
sets the starting point of the transition , a float between 0.0 and 1.0 . defaults to 0.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_ele...
void function ( float arg0 ) { this . from = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
37,763
sets the name of this w s r p consumer . concode_field_sep WSRPConsumer _wsrpConsumer concode_field_sep void setRegistrationContextString concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String g...
void function ( java . lang . String arg0 ) { _wsrpConsumer . setName ( arg0 ) ; }
37,764
sets the value of the placementactiontype property . concode_field_sep String placementActionType concode_field_sep String getPlacementActionType
void function ( String arg0 ) { this . placementActionType = arg0 ; }
37,765
sets the value of the updated property . concode_field_sep String cardName concode_elem_sep int cardExpMonth concode_elem_sep XMLGregorianCalendar created concode_elem_sep CardType cardType concode_elem_sep String remoteId concode_elem_sep int cardExpYear concode_elem_sep String instanceId concode_elem_sep int profileI...
void function ( XMLGregorianCalendar arg0 ) { this . updated = arg0 ; }
37,766
given a sequence , applies our patterns over the sequence and returns all non overlapping matches . when multiple patterns overlaps , matched patterns are selected to give the overall maximum score concode_field_sep SequencePatternTrigger<T> patternTrigger concode_elem_sep Collection<SequencePattern<T>> patterns concod...
List < SequenceMatchResult < T >> function ( List < ? extends T > arg0 ) { return findNonOverlappingMaxScore ( arg0 , SequenceMatchResult . SCORER ) ; }
37,767
if set to true the whole exchange will be transfered . if header or body contains not serializable objects , they will be skipped . concode_field_sep int pollTimeout concode_elem_sep String queueName concode_elem_sep int concurrentConsumers concode_elem_sep boolean transferExchange concode_elem_sep boolean transacted c...
void function ( boolean arg0 ) { this . transferExchange = arg0 ; }
37,768
retrieves the designated parameter 's sql type . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames concode_field_sep int g...
int function ( int arg0 ) { int loc0 ; checkRange ( arg0 ) ; loc0 = types [ -- arg0 ] ; return loc0 == Types . VARCHAR_IGNORECASE ? Types . VARCHAR : loc0 ; }
37,769
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<String> contextKeyNames concode_field_sep GetContextKeysForCustomPolicyResult withContextKeyNames concode_elem_sep GetContextKeysForCustomPolicyResult withContextKeyNames concode_...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getContextKeyNames ( ) != null ) loc0 . append ( "srini_string" + getContextKeyNames ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
37,770
returns feature vector concode_field_sep double[][] featureVector concode_elem_sep double[][] mfccFeature concode_elem_sep int noOfFrames concode_elem_sep int noOfFeatures concode_field_sep void setFeatureVector concode_elem_sep double[][] getMfccFeature concode_elem_sep void setNoOfFeatures concode_elem_sep int getNoO...
double [ ] [ ] function ( ) { return featureVector ; }
37,771
returns the integer at the given index , or 0 if it does not exist or is the wrong type . concode_field_sep ArrayList<Object> list concode_field_sep void add concode_elem_sep void add concode_elem_sep Json.Object getObject concode_elem_sep Json.Object getObject concode_elem_sep void set concode_elem_sep boolean isObjec...
int function ( int arg0 ) { return getInt ( arg0 , 0 ) ; }
37,772
sets the value of the status property . concode_field_sep Date date concode_elem_sep Integer activityObjectId concode_elem_sep Date approvalDate concode_elem_sep String approvalUserName concode_elem_sep String pendingActivityCodeName concode_elem_sep Integer pendingActivityCodeId concode_elem_sep Integer projectObjectI...
void function ( String arg0 ) { this . status = arg0 ; }
37,773
sets the pe status . concode_field_sep PlaceHolder placeHolder concode_field_sep void setStatusFailed concode_elem_sep void setStatusFailed concode_elem_sep double getMaxUtilizationAmongVmsPes concode_elem_sep Pe getById concode_elem_sep int getMips concode_elem_sep double getMaxUtilization concode_elem_sep int getNumb...
boolean function ( List < T > arg0 , int arg1 , int arg2 ) { Pe loc0 = getById ( arg0 , arg1 ) ; if ( loc0 != null ) { loc0 . setStatus ( arg2 ) ; return true ; } return false ; }
37,774
get the schema . concode_field_sep MetadataSchema metadataSchema concode_elem_sep String qualifier concode_elem_sep Integer id concode_elem_sep String element concode_elem_sep String scopeNote concode_field_sep String getElement concode_elem_sep String getScopeNote concode_elem_sep int hashCode concode_elem_sep void se...
MetadataSchema function ( ) { return metadataSchema ; }
37,775
set the current buffer with start tag element . concode_field_sep BufferedElement parent concode_elem_sep Collection<BufferedAttribute> dynamicAttributes concode_elem_sep Map<String,String> data concode_elem_sep BufferedEndTagElement endTagElement concode_elem_sep String startTagElementName concode_elem_sep String endT...
void function ( ) { this . currentTagElement = startTagElement ; }
37,776
returns the size of the left context for context dependent units . concode_field_sep Map<String,Unit> contextIndependentUnits concode_elem_sep float[][] transform concode_elem_sep UnitManager unitManager concode_elem_sep String location concode_elem_sep Pool<Senone> senonePool concode_elem_sep Properties modelPropertie...
int function ( ) { return 1 ; }
37,777
removed the mocked std-out printstream again from the system class concode_field_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep void testDisplayGiant concode_elem_sep void setUp
void function ( ) { System . setOut ( this . stdOutOrig ) ; }
37,778
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep ...
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
37,779
matches a linear way with the given parameters against this rendertheme . concode_field_sep int MATCHING_CACHE_SIZE concode_elem_sep float baseTextSize concode_elem_sep ArrayList<Rule> rulesList concode_elem_sep int RENDER_THEME_VERSION concode_elem_sep int mapBackground concode_elem_sep LRUCache<MatchingCacheKey,List<...
void function ( RenderCallback arg0 , List < Tag > arg1 , byte arg2 ) { matchWay ( arg0 , arg1 , arg2 , Closed . NO ) ; }
37,780
returns the number of urls in a given list . concode_field_sep long serialVersionUID concode_elem_sep ArrayList urlSeries concode_field_sep String generateURL concode_elem_sep int getListCount concode_elem_sep String getURL concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void addURLSeries
int function ( int arg0 ) { int loc0 = 0 ; List loc1 = ( List ) this . urlSeries . get ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . size ( ) ; } return loc0 ; }
37,781
uses keyczar client to encrypt the byte array . concode_field_sep Flag<String> rootPath concode_elem_sep Object crypterSync concode_elem_sep Crypter crypter concode_field_sep Crypter getCrypter concode_elem_sep byte[] decrypt
byte [ ] function ( byte [ ] arg0 ) { try { Crypter loc0 = getCrypter ( ) ; return loc0 . encrypt ( arg0 ) ; } catch ( KeyczarException loc0 ) { throw new EncryptionException ( loc0 ) ; } }
37,782
initializes this mac instance with the specified key . concode_field_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep boolean isInitMac concode_elem_sep MacSpi spiImpl concode_elem_sep String algorithm concode_field_sep int getMacLength concode_elem_sep String getAlgorithm concode_elem_sep Object c...
void function ( Key arg0 ) { if ( arg0 == null ) { throw new InvalidKeyException ( "srini_string" ) ; } try { spiImpl . engineInit ( arg0 , null ) ; isInitMac = true ; } catch ( InvalidAlgorithmParameterException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
37,783
all blocks are of same size which is same as default blocksize . then fast merge is possible concode_field_sep FastMergerDecisionMaker fastMergerDecisionMaker concode_elem_sep FileStatus status0 concode_elem_sep OutputFileMetadata fileMetadata concode_elem_sep FileStatus status1 concode_elem_sep FileSystem appFS concod...
void function ( ) { initializeMocks ( new long [ ] { DEFAULT_BLOCK_SIZE , DEFAULT_BLOCK_SIZE , DEFAULT_BLOCK_SIZE } , DEFAULT_REPLICATION ) ; Assert . assertTrue ( fastMergerDecisionMaker . isFastMergePossible ( fileMetadata ) ) ; }
37,784
return true if disk space is available on at least one of the configured redundant volumes , and all of the configured required volumes . concode_field_sep String volume concode_elem_sep DF df concode_elem_sep long duReserved concode_elem_sep Map<String,CheckedVolume> volumes concode_elem_sep Configuration conf concode...
boolean function ( ) { return NameNodeResourcePolicy . areResourcesAvailable ( volumes . values ( ) , minimumRedundantVolumes ) ; }
37,785
get a page object for page no . concode_field_sep int page_count concode_elem_sep int hand_val concode_field_sep int getPageCount concode_elem_sep int getPage concode_elem_sep int tell concode_elem_sep boolean writeable concode_elem_sep int GetOutlineNext concode_elem_sep float GetPageWidth concode_elem_sep int OpenStr...
Page function ( int arg0 ) { if ( hand_val == 0 ) return null ; int loc0 = getPage ( hand_val , arg0 ) ; if ( loc0 == 0 ) return null ; Page loc1 = new Page ( ) ; if ( loc1 != null ) loc1 . loc0 = loc0 ; return loc1 ; }
37,786
gets the sort columns . concode_field_sep StorageDescriptor sd concode_elem_sep int lastAccessTime concode_elem_sep int createTime concode_elem_sep List<HCatFieldSchema> columns concode_elem_sep List<String> values concode_elem_sep String dbName concode_elem_sep HCatTable hcatTable concode_elem_sep Map<String,String> p...
List < Order > function ( ) { return this . sd . getSortCols ( ) ; }
37,787
builds a new instance of the concode_field_sep ImmutableOpenLongMap EMPTY concode_elem_sep LongObjectOpenHashMap<VType> map concode_field_sep UnmodifiableIterator<Long> keysIt concode_elem_sep Builder<VType> fRemove concode_elem_sep VType getOrDefault concode_elem_sep boolean containsKey concode_elem_sep boolean contai...
ImmutableOpenLongMap < VType > function ( ) { LongObjectOpenHashMap < VType > loc0 = this . map ; this . map = null ; return new ImmutableOpenLongMap < > ( loc0 ) ; }
37,788
adds the password policy rel to the database . also notifies the appropriate model listeners . concode_field_sep PasswordPolicyRelLocalService _service concode_field_sep com.liferay.portal.model.PasswordPolicyRel updatePasswordPolicyRel concode_elem_sep void deletePasswordPolicyRels concode_elem_sep void deletePassword...
com . liferay . portal . model . PasswordPolicyRel function ( com . liferay . portal . model . PasswordPolicyRel arg0 ) { return getService ( ) . addPasswordPolicyRel ( arg0 ) ; }
37,789
convert from calendar to a gregoriancalendar . concode_field_sep PlaceHolder placeHolder concode_field_sep List<BigDecimal> doublesToDecs concode_elem_sep List<BigDecimal> toDecs concode_elem_sep List<GregorianCalendar> toDates concode_elem_sep String replace concode_elem_sep String getPathById concode_elem_sep String ...
GregorianCalendar function ( Calendar arg0 ) { if ( arg0 instanceof GregorianCalendar ) { return ( GregorianCalendar ) arg0 ; } else { GregorianCalendar loc0 = new GregorianCalendar ( ) ; loc0 . setTimeZone ( arg0 . getTimeZone ( ) ) ; loc0 . setTimeInMillis ( arg0 . getTimeInMillis ( ) ) ; return loc0 ; } }
37,790
stores this scale value into the given vector3f . if scale is null , a new vector3f is created to hold the value . the value , once stored , is returned . concode_field_sep Quaternion rot concode_elem_sep Vector3f translation concode_elem_sep Transform IDENTITY concode_elem_sep Vector3f scale concode_elem_sep long seri...
Vector3f function ( Vector3f arg0 ) { if ( arg0 == null ) arg0 = new Vector3f ( ) ; arg0 . set ( this . scale ) ; return arg0 ; }
37,791
starts the python script . concode_field_sep ServerSocket server concode_elem_sep Process process concode_elem_sep PythonReceiver receiver concode_elem_sep DataInputStream in concode_elem_sep Logger LOG concode_elem_sep int SIGNAL_BUFFER_REQUEST_G0 concode_elem_sep int SIGNAL_BUFFER_REQUEST_G1 concode_elem_sep Thread s...
void function ( ) { server = new ServerSocket ( 0 ) ; startPython ( ) ; }
37,792
return the integer log , base 2 , of n , or -1 if n is not an integral power of 2 . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] factor
int function ( int arg0 ) { int loc0 = 0 ; for ( int loc1 = 1 ; loc1 < arg0 ; loc1 *= 2 , loc0 ++ ) { ; } if ( arg0 != ( 1 << loc0 ) ) { return - 1 ; } return loc0 ; }
37,793
set the java bean instance the adapter should connect to concode_field_sep JavaBeanPropertyBuilderHelper helper concode_field_sep JavaBeanObjectPropertyBuilder getter concode_elem_sep JavaBeanObjectPropertyBuilder getter concode_elem_sep JavaBeanObjectProperty<T> build concode_elem_sep JavaBeanObjectPropertyBuilder bea...
JavaBeanObjectPropertyBuilder function ( Object arg0 ) { helper . arg0 ( arg0 ) ; return this ; }
37,794
sets the value of the userid property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep BigInteger id concode_elem_sep String userId concode_elem_sep String email concode_field_sep void setLastName concode_elem_sep void setPassword concode_elem_sep S...
void function ( String arg0 ) { this . userId = arg0 ; }
37,795
get parameter value from request scope . concode_field_sep Properties buildProperties concode_field_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep...
String function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; }
37,796
return a requestpredicate that matches if request 's http method is post and the given pattern matches against the request path . concode_field_sep ServerRequest request concode_elem_sep PathMatcher DEFAULT_PATH_MATCHER concode_elem_sep String pattern concode_elem_sep PathMatcher pathMatcher concode_elem_sep String sub...
RequestPredicate function ( String arg0 ) { return method ( HttpMethod . POST ) . and ( path ( arg0 ) ) ; }
37,797
method to trim the user message after it exceeds a maximum length the length cap is 150 characters concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String ...
String function ( String arg0 ) { if ( arg0 . length ( ) > 150 ) { arg0 = ( arg0 . substring ( 0 , 150 ) + "srini_string" ) ; } return arg0 ; }
37,798
test of set/get method , of class tlsmessagedigest . concode_field_sep int testAlgorithm3Length concode_elem_sep String testAlgorithm1 concode_elem_sep byte[] testarray2 concode_elem_sep int testAlgorithm1Length concode_elem_sep byte[] testarray concode_elem_sep int testAlgorithm2Length concode_elem_sep TlsMessageDiges...
void function ( ) { LOGGER . info ( "srini_string" ) ; byte [ ] loc0 = { 3 , 0 , 5 , 6 } ; digest1 . setRawBytes ( loc0 ) ; assertArrayEquals ( loc0 , digest1 . getRawBytes ( ) ) ; Exception loc1 = null ; try { digest1 . setRawBytes ( null ) ; } catch ( Exception loc2 ) { loc1 = loc2 ; } assertNull ( loc1 ) ; }
37,799
validate field-interdependency . concode_field_sep boolean breakOnError concode_elem_sep String realm concode_elem_sep Configuration cfg concode_elem_sep Logger logger concode_field_sep void setBreakOnError concode_elem_sep void setLogger concode_elem_sep Logger getLogger concode_elem_sep String getRealm concode_elem_s...
ISOComponent function ( ISOComponent arg0 ) { if ( arg0 . getComposite ( ) != arg0 ) throw new ISOException ( "srini_string" ) ; return arg0 ; }