idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
5,800
make this stateset an exact copy of the given stateset . concode_field_sep boolean onExceptionPath concode_elem_sep ObligationFactory factory concode_elem_sep boolean isTop concode_elem_sep Map<ObligationSet,State> stateMap concode_elem_sep boolean isBottom concode_field_sep void addObligation concode_elem_sep boolean ...
void function ( StateSet arg0 ) { this . isTop = arg0 . isTop ; this . isBottom = arg0 . isBottom ; this . onExceptionPath = arg0 . onExceptionPath ; this . stateMap . clear ( ) ; for ( State loc0 : arg0 . stateMap . values ( ) ) { State loc1 = loc0 . duplicate ( ) ; this . stateMap . put ( loc1 . getObligationSet ( ) ...
5,801
returns the string representation of this buttonlayout 's values . concode_field_sep int vgap concode_elem_sep ALIGNMENT align concode_elem_sep int hgap concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLayoutComponent concode_elem_sep Dimension minimumLayoutSize concode_elem_sep void moveComp...
String function ( ) { String loc0 = "srini_string" ; if ( align == ALIGNMENT . LEFT ) { loc0 = "srini_string" ; } else if ( align == ALIGNMENT . RIGHT ) { loc0 = "srini_string" ; } else if ( align == ALIGNMENT . CENTER ) { loc0 = "srini_string" ; } return getClass ( ) . getName ( ) + "srini_string" + hgap + "srini_stri...
5,802
set the jmstemplate for the gateway . concode_field_sep JmsTemplate jmsTemplate concode_elem_sep Log logger concode_field_sep JmsTemplate getJmsTemplate concode_elem_sep void afterPropertiesSet concode_elem_sep JmsTemplate createJmsTemplate concode_elem_sep ConnectionFactory getConnectionFactory concode_elem_sep void i...
void function ( JmsTemplate arg0 ) { this . jmsTemplate = arg0 ; }
5,803
customize the log tag for your application , so that other apps using volley do n't mix their logs with yours . enable the log property for your tag before starting your app : adb shell setprop log.tag . < tag > concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_ele...
void function ( String arg0 ) { d ( "srini_string" , arg0 ) ; TAG = arg0 ; DEBUG = Log . isLoggable ( TAG , Log . VERBOSE ) ; }
5,804
returns the working copy for the given editor input concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
IJavaScriptUnit function ( IEditorInput arg0 , boolean arg1 ) { return ( ( WorkingCopyManager ) JavaScriptUI . getWorkingCopyManager ( ) ) . getWorkingCopy ( arg0 , arg1 ) ; }
5,805
sets the value of the deliveredunits property . concode_field_sep UnitType unitType concode_elem_sep List<ContendingLineItem> contendingLineItems concode_elem_sep Long availableUnits concode_elem_sep Long reservedUnits concode_elem_sep Long lineItemId concode_elem_sep Long orderId concode_elem_sep Long deliveredUnits c...
void function ( Long arg0 ) { this . deliveredUnits = arg0 ; }
5,806
get if clustering is enabled concode_field_sep AMQPConstructStore AMQPConstructStore concode_elem_sep ClusteringAgent clusteringAgent concode_elem_sep AndesContextStore andesContextStore concode_elem_sep boolean isClusteringEnabled concode_elem_sep SubscriptionStore subscriptionStore concode_elem_sep AndesContext insta...
boolean function ( ) { return isClusteringEnabled ; }
5,807
sends 1 registration request , bypassing the retry logic and the proxy already registered check . use only for testing . concode_field_sep Logger log concode_elem_sep HttpClientFactory httpClientFactory concode_elem_sep SeleniumServer server concode_elem_sep RegistrationRequest nodeConfig concode_field_sep JsonObject e...
void function ( ) { registerToHub ( false ) ; }
5,808
get the locationid of an attribute by position concode_field_sep TinyTree tree concode_elem_sep int firstAttribute concode_elem_sep int element concode_field_sep String getSystemId concode_elem_sep String getPrefix concode_elem_sep int getIndex concode_elem_sep int getTypeAnnotation concode_elem_sep int getIndexByFinge...
int function ( int arg0 ) { return 0 ; }
5,809
set e to the given value . concode_field_sep double[] doubles concode_elem_sep Class<E> enumClass concode_field_sep void add concode_elem_sep void add concode_elem_sep void negation concode_elem_sep int hashCode concode_elem_sep double get concode_elem_sep void subtract concode_elem_sep void subtract concode_elem_sep b...
void function ( final E arg0 , final double arg1 ) { doubles [ arg0 . ordinal ( ) ] = arg1 ; }
5,810
sets the user id of this k b folder . concode_field_sep KBFolder _kbFolder concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep l...
void function ( long arg0 ) { _kbFolder . setUserId ( arg0 ) ; }
5,811
returns the number of rows matching the dynamic query . concode_field_sep AnnouncementsFlagLocalService _service concode_field_sep com.liferay.announcements.kernel.model.AnnouncementsFlag getAnnouncementsFlag concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deleteFlags concode_elem_sep c...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
5,812
gets the error distance that specifies how precise the query shape is . this looks at #getdisterr , #getdisterrpct , and defaultdisterrpct . concode_field_sep Shape shape concode_elem_sep Double distErrPct concode_elem_sep Double distErr concode_elem_sep double DEFAULT_DISTERRPCT concode_elem_sep SpatialOperation opera...
double function ( SpatialContext arg0 , double arg1 ) { if ( distErr != null ) return distErr ; double loc0 = ( this . distErrPct != null ? this . distErrPct : arg1 ) ; return calcDistanceFromErrPct ( shape , loc0 , arg0 ) ; }
5,813
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 function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
5,814
gets the value of the supplement 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 supplement property . for example , to add a new item ,...
List < XMLDataObjectAssociationType > function ( ) { if ( supplement == null ) { supplement = new ArrayList < XMLDataObjectAssociationType > ( ) ; } return this . supplement ; }
5,815
gets the value of the selectedfacts property . concode_field_sep SelectedFacts selectedFacts concode_elem_sep long serialVersionUID concode_elem_sep Query.Cube cube concode_elem_sep List<Dimension> dimension concode_elem_sep String cubeID concode_elem_sep Query.Dimensions dimensions concode_field_sep Query.Dimensions g...
SelectedFacts function ( ) { return selectedFacts ; }
5,816
note : the cache config should have already been created in the cache service before invoking this method . concode_field_sep NodeEngineImpl nodeEngine concode_field_sep RingbufferConfig toRingbufferConfig concode_elem_sep RingbufferService getRingbufferService concode_elem_sep RingbufferContainer<InternalEventJournalC...
boolean function ( ObjectNamespace arg0 ) { return getEventJournalConfig ( arg0 ) != null ; }
5,817
the activity has been resumed on the current thread . concode_field_sep Class<?> CONTEXT_IMPLE_CLASS concode_elem_sep String coordinationType concode_elem_sep CoordinatorControl _coordManager concode_elem_sep boolean initialised concode_elem_sep CoordinatorServiceImple _coordinatorService concode_elem_sep String servic...
void function ( ) { _coordManager . resume ( ) ; }
5,818
gets the value of the extension 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 extension property . for example , to add a new item , d...
List < ExtensionType > function ( ) { if ( extension == null ) { extension = new ArrayList < ExtensionType > ( ) ; } return this . extension ; }
5,819
star test concode_field_sep int mVar1 concode_elem_sep int i1 concode_elem_sep int i concode_elem_sep int i2 concode_elem_sep int i3 concode_elem_sep int i4 concode_elem_sep int i5 concode_elem_sep int mVar4 concode_elem_sep int i6 concode_elem_sep int mVar3 concode_elem_sep int mVar2 concode_field_sep void divTest con...
void function ( ) { int loc0 = 2 * 3 * 4 ; }
5,820
set the name of the database . defaults to @value #default_database_name . will be overridden if the generateuniquedatabasename flaghas been set to true . concode_field_sep boolean generateUniqueDatabaseName concode_elem_sep DataSourceFactory dataSourceFactory concode_elem_sep String DEFAULT_DATABASE_NAME concode_elem_...
void function ( String arg0 ) { Assert . hasText ( arg0 , "srini_string" ) ; this . databaseName = arg0 ; }
5,821
create relevant keystores for test cluster concode_field_sep MiniTezCluster miniTezCluster concode_elem_sep int resultWithTezSSL concode_elem_sep boolean asyncHttp concode_elem_sep int resultWithoutTezSSL concode_elem_sep Configuration conf concode_elem_sep String TEST_ROOT_DIR concode_elem_sep boolean enableSSLInClust...
void function ( ) { keysStoresDir . mkdirs ( ) ; String loc0 = KeyStoreTestUtil . getClasspathDir ( TestSecureShuffle . class ) ; KeyStoreTestUtil . setupSSLConfig ( keysStoresDir . getAbsolutePath ( ) , loc0 , conf , true ) ; }
5,822
returns the content of this k b template . concode_field_sep KBTemplate _kbTemplate concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_se...
java . lang . String function ( ) { return _kbTemplate . getContent ( ) ; }
5,823
test argument with invalid dimension . concode_field_sep ContinuousFunction function concode_field_sep void testEvaluate concode_elem_sep void instantiate
void function ( ) { function . apply ( Vector . of ( 1.0 ) ) ; }
5,824
get the defaultselect . concode_field_sep String name concode_elem_sep boolean defaultSelect concode_elem_sep long serialVersionUID concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep void setDefaultSelect concode_elem_sep String getName concode_elem_sep int ha...
boolean function ( ) { return defaultSelect ; }
5,825
retrieves the publickey concode_field_sep X509Certificate signingCert concode_elem_sep PublicKey publicKey concode_field_sep Collection<X509CRL> getCRLs concode_elem_sep CredentialContextSet getCredentalContextSet concode_elem_sep SecretKey getSecretKey concode_elem_sep X509Certificate getEntityCertificate concode_elem...
PublicKey function ( ) { return publicKey ; }
5,826
gets value mapped to key , returning defaultvalue if unmapped . concode_field_sep Map<String,String> parameters concode_field_sep Long getLong concode_elem_sep Long getLong concode_elem_sep ImmutableMap<String,String> getSubProperties concode_elem_sep void putAll concode_elem_sep String get concode_elem_sep String get ...
Integer function ( String arg0 , Integer arg1 ) { String loc0 = get ( arg0 ) ; if ( loc0 != null ) { return Integer . parseInt ( loc0 . trim ( ) ) ; } return arg1 ; }
5,827
returns the suffix component of the log dir . concode_field_sep String TMP_FILE_SUFFIX concode_field_sep Path getRemoteAppLogDir concode_elem_sep Path getRemoteNodeLogFileForApp concode_elem_sep Path getRemoteLogUserDir concode_elem_sep String getNodeString concode_elem_sep String getNodeString concode_elem_sep Path ge...
String function ( Configuration arg0 ) { return arg0 . get ( YarnConfiguration . NM_REMOTE_APP_LOG_DIR_SUFFIX , YarnConfiguration . DEFAULT_NM_REMOTE_APP_LOG_DIR_SUFFIX ) ; }
5,828
implements value #item int . concode_field_sep Value computedValue concode_elem_sep Value cascadedValue concode_field_sep String getStringValue concode_elem_sep Value getBottom concode_elem_sep Value getComputedValue concode_elem_sep Value getBlue concode_elem_sep Value getCascadedValue concode_elem_sep short getCssVal...
Value function ( int arg0 ) { return computedValue . item ( arg0 ) ; }
5,829
returns the built-in hyperlink target , or hyperlinktargetenum #custom hyperlinktargetenum.custom if the target name is not a built-in one . concode_field_sep PlaceHolder placeHolder concode_field_sep String getLinkType concode_elem_sep String getLinkType concode_elem_sep HyperlinkTargetEnum getHyperlinkTargetValue con...
byte function ( JRHyperlink arg0 ) { return getHyperlinkTarget ( arg0 . getLinkTarget ( ) ) ; }
5,830
transforms the field set into an array of field ids . whether the ids are ordered or unordered depends on the specific subclass of the field set . concode_field_sep FieldSet EMPTY_SET concode_elem_sep Collection<Integer> collection concode_field_sep FieldSet addFields concode_elem_sep FieldSet addFields concode_elem_se...
int [ ] function ( ) { int [ ] loc0 = new int [ this . collection . size ( ) ] ; int loc1 = 0 ; for ( int loc2 : this . collection ) { loc0 [ loc1 ++ ] = loc2 ; } return loc0 ; }
5,831
get group contact by id . concode_field_sep ContactGroup parent concode_elem_sep ProtocolProviderServiceIrcImpl provider concode_elem_sep String name concode_elem_sep ArrayList<ContactIrcImpl> contacts concode_elem_sep boolean persistent concode_elem_sep ArrayList<ContactGroupIrcImpl> subgroups concode_field_sep void r...
ContactIrcImpl function ( final String arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return null ; } for ( ContactIrcImpl loc0 : this . contacts ) { if ( arg0 . equals ( loc0 . getAddress ( ) ) ) { return loc0 ; } } return null ; }
5,832
removes all of the elements from this set . concode_field_sep Object PRESENT concode_elem_sep boolean hcip concode_elem_sep Hashtable map concode_field_sep boolean add concode_elem_sep boolean containsAll concode_elem_sep boolean isEmpty concode_elem_sep boolean remove concode_elem_sep boolean contains concode_elem_sep...
void function ( ) { map . clear ( ) ; }
5,833
return a currency time limit for this attribute . concode_field_sep String description concode_elem_sep int currencyTimeLimit concode_field_sep void setCurrencyTimeLimit concode_elem_sep void setDescription concode_elem_sep String getDescription
int function ( ) { return this . currencyTimeLimit ; }
5,834
create an instance of jaxbelement concode_field_sep QName _Close_QNAME concode_elem_sep QName _Closed_QNAME concode_elem_sep QName _NotCompleted_QNAME concode_elem_sep QName _CannotComplete_QNAME concode_elem_sep QName _Completed_QNAME concode_elem_sep QName _Compensate_QNAME concode_elem_sep QName _Complete_QNAME conc...
JAXBElement < NotificationType > function ( NotificationType arg0 ) { return new JAXBElement < NotificationType > ( _Closed_QNAME , NotificationType . class , null , arg0 ) ; }
5,835
execute hibernate returning work concode_field_sep String OPERATION_DELETE concode_elem_sep GenericJPAService genericJPAService concode_elem_sep String OPERATION_MERGE concode_field_sep List<T> mergeList concode_elem_sep boolean deleteList concode_elem_sep PageInfo searchByQl concode_elem_sep PageInfo searchByQl concod...
T function ( ReturningWork < T > arg0 ) { return genericJPAService . doReturningWork ( arg0 ) ; }
5,836
sets the schema . concode_field_sep Schema schema concode_elem_sep boolean validating concode_elem_sep boolean xIncludeAware concode_elem_sep boolean namespaceAware concode_field_sep String getFactoryClassName concode_elem_sep boolean isNamespaceAware concode_elem_sep void setFeature concode_elem_sep void setNamespaceA...
void function ( Schema arg0 ) { this . schema = arg0 ; }
5,837
action event method which is triggered when a user clicks on the upload file button . uploaded files are added to a list so that user have the option to delete them programatically . any errors that occurs during the file uploaded are added the messages output . concode_field_sep long MEGABYTE_LENGTH_BYTES concode_elem...
void function ( ActionEvent arg0 ) { InputFile loc0 = ( InputFile ) arg0 . getSource ( ) ; if ( loc0 . getStatus ( ) == InputFile . SAVED ) { currentFile = new InputFileData ( loc0 . getFileInfo ( ) , loc0 . getFile ( ) ) ; synchronized ( fileList ) { fileList . add ( currentFile ) ; } } }
5,838
sets the value of the logmessage property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep DataHandler dsContent concode_elem_sep String checksumType concode_elem_sep String checksum concode_elem_sep String pid concode_elem_sep boolean force conco...
void function ( String arg0 ) { this . logMessage = arg0 ; }
5,839
a list of dbinstance instances . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<DBInstance> dBInstances concode_elem_sep String marker concode_field_sep void setDBInstances concode_elem_sep String getMarker concode_elem_sep void setMarker concode_elem_sep DescribeDBInstancesResult withDBInstances co...
java . util . List < DBInstance > function ( ) { if ( dBInstances == null ) { dBInstances = new com . amazonaws . internal . ListWithAutoConstructFlag < DBInstance > ( ) ; dBInstances . setAutoConstruct ( true ) ; } return dBInstances ; }
5,840
sets the price of this shopping item price . concode_field_sep ShoppingItemPrice _shoppingItemPrice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCache...
void function ( double arg0 ) { _shoppingItemPrice . setPrice ( arg0 ) ; }
5,841
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c...
boolean function ( String arg0 , CordovaArgs arg1 , CallbackContext arg2 ) { return false ; }
5,842
sets the class name id of this ratings stats . concode_field_sep RatingsStats _ratingsStats concode_field_sep long getClassNameId concode_elem_sep void setAverageScore concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep double getAverageScore concode_elem_sep int ge...
void function ( long arg0 ) { _ratingsStats . setClassNameId ( arg0 ) ; }
5,843
end an object . this method most be called to balance calls to object . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concod...
JSONWriter function ( ) { return this . end ( 'k' , '}' ) ; }
5,844
throws an illegalargumentexception if value is negative . concode_field_sep PlaceHolder placeHolder concode_field_sep void nullNotPermitted
void function ( int arg0 , String arg1 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" + arg1 + "srini_string" + arg0 + "srini_string" ) ; } }
5,845
is called when is task is terminated with a new status . concode_field_sep Actor actor concode_elem_sep Node node concode_elem_sep Task parent concode_elem_sep Status status concode_elem_sep Interpreter interpreter concode_field_sep void setActor concode_elem_sep Task getParent concode_elem_sep void onInitialize concod...
void function ( Status arg0 ) { }
5,846
load the url into the webview . concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebView concode_elem_sep Cordov...
void function ( final String arg0 , boolean arg1 ) { webView . loadUrl ( arg0 ) ; }
5,847
sets the value of the addresstype property . concode_field_sep String country concode_elem_sep String address concode_elem_sep String stateOrProvince concode_elem_sep String city concode_elem_sep String addressType concode_elem_sep String postCode concode_field_sep void setCountry concode_elem_sep String getPostCode co...
void function ( String arg0 ) { this . addressType = arg0 ; }
5,848
returns whether this layer is visible . concode_field_sep int ROTATE_180 concode_elem_sep int ROTATE_90 concode_elem_sep int MIRROR_HORIZONTAL concode_elem_sep Properties properties concode_elem_sep int ROTATE_270 concode_elem_sep String name concode_elem_sep Map myMap concode_elem_sep Rectangle bounds concode_elem_sep...
boolean function ( ) { return isVisible ; }
5,849
returns a correctly capitalized ieft bcp 47 language tag if the language tag is supported by ums , or returns null . concode_field_sep String[] UMS_LANGUAGES concode_elem_sep String[] UMS_BCP47_CODES concode_field_sep Locale toLocale concode_elem_sep Locale toLocale concode_elem_sep String languageCodeToLanguageCode co...
String function ( String arg0 ) { if ( arg0 != null && ! arg0 . isEmpty ( ) ) { arg0 = languageCodeToLanguageCode ( arg0 ) ; for ( String loc0 : UMS_BCP47_CODES ) { if ( loc0 . equalsIgnoreCase ( arg0 ) ) { return loc0 ; } } } return null ; }
5,850
`` sys_idx _ '' is used for auto-indexes on referring fk columns or unique constraints . `` sys_pk _ '' is for the primary key indexes . `` sys_ref _ '' is for fk constraints in referenced tables concode_field_sep HsqlNameManager staticManager concode_elem_sep String statementName concode_elem_sep int sysNumber concode...
boolean function ( String arg0 ) { return ( arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) ) ; }
5,851
create an instance of jaxbelement concode_field_sep QName _Solution_QNAME concode_elem_sep QName _IssueSearch_QNAME concode_elem_sep QName _SupportCaseType_QNAME concode_elem_sep QName _SupportCaseIssue_QNAME concode_elem_sep QName _SolutionSearch_QNAME concode_elem_sep QName _SupportCase_QNAME concode_elem_sep QName _...
JAXBElement < SupportCase > function ( SupportCase arg0 ) { return new JAXBElement < SupportCase > ( _SupportCase_QNAME , SupportCase . class , null , arg0 ) ; }
5,852
get applicationcontext version . if oid is bad 0 will be received concode_field_sep MAPApplicationContextName contextName concode_elem_sep long[] res concode_elem_sep FastMap<MAPApplicationContextName,FastMap<MAPApplicationContextVersion,MAPApplicationContext>> appContextCache concode_elem_sep MAPApplicationContextVers...
int function ( long [ ] arg0 ) { if ( arg0 == null || arg0 . length != 8 ) return 0 ; else return ( int ) arg0 [ 7 ] ; }
5,853
test of addattachment method , of class splistitem . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetOwshiddenversion concode_elem_sep void testLoadFromXml concode_elem_sep void setUpClass concode_elem_sep void testGetWebAbsluteUrl concode_elem_sep void testGetLinkTitle concode_elem_sep void tes...
void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; byte [ ] loc1 = null ; SPListItem loc2 = null ; SPAttachment loc3 = null ; SPAttachment loc4 = loc2 . addAttachment ( loc0 , loc1 ) ; assertEquals ( loc3 , loc4 ) ; fail ( "srini_string" ) ; }
5,854
adds the given chordstampings belonging to the given chord with the given tuplet to the cache . concode_field_sep HashMap<Tuplet,HashMap<Chord,ChordStampings>> openChords concode_field_sep Iterator<Tuplet> iterator concode_elem_sep ChordStampings getChord
void function ( Chord arg0 , Tuplet arg1 , ChordStampings arg2 ) { HashMap < Chord , ChordStampings > loc0 = openChords . get ( arg1 ) ; if ( loc0 == null ) { loc0 = new HashMap < Chord , ChordStampings > ( ) ; openChords . put ( arg1 , loc0 ) ; } loc0 . put ( arg0 , arg2 ) ; }
5,855
returns the list of all activities in gauteng . concode_field_sep ArrayList<Chain> chains concode_elem_sep int averageChainDistance concode_elem_sep ArrayList<Activity> homeLocation concode_elem_sep int averageChainDuration concode_elem_sep ArrayList<Activity> studyAreaActivities concode_elem_sep int averageActivitesPe...
ArrayList < Activity > function ( ) { return studyAreaActivities ; }
5,856
return my unqualified idl name . concode_field_sep String idlName concode_elem_sep String javaName concode_field_sep void setIDLName concode_elem_sep String getJavaName
String function ( ) { return idlName ; }
5,857
get disconnect cause generated by the ril concode_field_sep int PRECISE_CALL_STATE_DISCONNECTING concode_elem_sep int PRECISE_CALL_STATE_ACTIVE concode_elem_sep int PRECISE_CALL_STATE_INCOMING concode_elem_sep int mRingingCallState concode_elem_sep int PRECISE_CALL_STATE_ALERTING concode_elem_sep int PRECISE_CALL_STATE...
int function ( ) { return mPreciseDisconnectCause ; }
5,858
returns the ` body ' of an object of this class . concode_field_sep Set<Header> headers concode_elem_sep Long requestId concode_elem_sep String body concode_elem_sep Integer statusCode concode_field_sep void setHeaders concode_elem_sep Integer getStatusCode concode_elem_sep void setStatusCode concode_elem_sep Set<Heade...
String function ( ) { return this . body ; }
5,859
the status of parameter updates . concode_field_sep String dBParameterGroupName concode_elem_sep String parameterApplyStatus concode_field_sep String getDBParameterGroupName concode_elem_sep String getParameterApplyStatus concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DBParameterGroupSta...
void function ( String arg0 ) { this . parameterApplyStatus = arg0 ; }
5,860
stops the animation . contrary to #forcefinished boolean , aborting the animating cause the scroller to move to the final x and y position concode_field_sep long mDuration concode_elem_sep float mDeltaAngle concode_elem_sep boolean mFinished concode_elem_sep float mCoeffVelocity concode_elem_sep long mStartTime concode...
void function ( ) { mFinished = true ; }
5,861
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<VirtualGateway> virtualGateways concode_field_sep java.util.List<VirtualGateway> getVirtualGateways concode_elem_sep void setVirtualGateways concode_elem_sep int hashCode concode_...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVirtualGateways ( ) != null ) loc0 . append ( "srini_string" + getVirtualGateways ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
5,862
returns the optimal value of this linear program . concode_field_sep double[][] a concode_elem_sep double EPSILON concode_elem_sep int[] basis concode_elem_sep int M concode_elem_sep int N concode_field_sep void test concode_elem_sep boolean isDualFeasible concode_elem_sep double[] primal concode_elem_sep void show con...
double function ( ) { return - a [ M ] [ M + N ] ; }
5,863
update must always be called via ankidb in order to mark the db as changed concode_field_sep String[] MOD_SQLS concode_elem_sep boolean mMod concode_elem_sep SQLiteDatabase mDatabase concode_field_sep ArrayList<T> queryColumn concode_elem_sep void setMod concode_elem_sep boolean getMod concode_elem_sep String getCursor...
int function ( String arg0 , ContentValues arg1 , String arg2 , String [ ] arg3 ) { mMod = true ; return getDatabase ( ) . update ( arg0 , arg1 , arg2 , arg3 ) ; }
5,864
set the maximum trace file size in bytes . concode_field_sep String fileName concode_elem_sep boolean writingErrorLogged concode_elem_sep SimpleDateFormat dateFormat concode_elem_sep TraceWriter writer concode_elem_sep int DEBUG concode_elem_sep int CHECK_SIZE_EACH_WRITES concode_elem_sep int checkSize concode_elem_sep...
void function ( int arg0 ) { this . maxFileSize = arg0 ; }
5,865
for statistics and warn concode_field_sep int festnetzTakt1 concode_elem_sep double nochFestnetzFreiminuten concode_elem_sep int festnetzTakt2 concode_elem_sep int warnFreiminuten concode_elem_sep double totalCosts concode_elem_sep boolean active concode_elem_sep double mobileKosten concode_elem_sep double festnetzKost...
double function ( ) { return nochMobileFreiminuten ; }
5,866
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterIfStmt concode_elem_sep void enterWhileStmt concode_elem_sep void exitBlockStmt concode_elem_sep void enterProg concode_elem_sep void enterIntExpr concode_elem_sep void enterPrintStmt concode_elem_sep void ex...
void function ( CalcLangParser . VarExprContext arg0 ) { }
5,867
sets the value of the featuretypename property . concode_field_sep List<String> semanticTypeIdentifier concode_elem_sep String name concode_elem_sep String featureTypeName concode_elem_sep List<Rule> rule concode_elem_sep String title concode_elem_sep String _abstract concode_field_sep void setName concode_elem_sep Str...
void function ( String arg0 ) { this . featureTypeName = arg0 ; }
5,868
getjinitransaction returns a transaction manager proxy . concode_field_sep TransactionManager trManager concode_elem_sep TransactionHelper me concode_elem_sep String uri concode_field_sep TransactionHelper getInstance concode_elem_sep TransactionManager findTransactionManager
Transaction . Created function ( long arg0 ) { if ( null == trManager ) { trManager = findTransactionManager ( uri ) ; } Transaction . Created loc0 = TransactionFactory . create ( trManager , arg0 ) ; return loc0 ; }
5,869
returns an enumeration of the users in this database . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_...
Enumeration function ( ) { return users . keys ( ) ; }
5,870
sets the primary key of this user and event . concode_field_sep UserAndEvent _userAndEvent concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel co...
void function ( es . eina . tfg . service . persistence . UserAndEventPK arg0 ) { _userAndEvent . setPrimaryKey ( arg0 ) ; }
5,871
returns index parent of parent specified by index concode_field_sep long serialVersionUID concode_elem_sep int[] m_nParents concode_elem_sep int m_nCardinalityOfParents concode_elem_sep int m_nNrOfParents concode_field_sep int[] getParents concode_elem_sep int getFreshCardinalityOfParents concode_elem_sep boolean conta...
int function ( int arg0 ) { return m_nParents [ arg0 ] ; }
5,872
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep RelationshipsPackage modelPackage concode_field_sep T caseAssociationEnd concode_elem_sep T caseModelElement concode_elem_sep T caseFeature concode_elem_sep T caseStructuralFeature concode_elem_sep ...
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; }
5,873
gets the value of the name property . concode_field_sep String name concode_elem_sep Object value concode_elem_sep String NL concode_field_sep void setName concode_elem_sep Object getValue concode_elem_sep void setValue concode_elem_sep String toString
String function ( ) { return name ; }
5,874
reads the contents of a file . concode_field_sep File file concode_elem_sep File gz concode_elem_sep Logger LOGGER concode_elem_sep ExecutorService compressionThread concode_field_sep String loadAsString concode_elem_sep void compress concode_elem_sep OutputStream write
InputStream function ( ) { if ( file . exists ( ) ) return new FileInputStream ( file ) ; if ( gz . exists ( ) ) return new GZIPInputStream ( new FileInputStream ( gz ) ) ; throw new FileNotFoundException ( file . getName ( ) ) ; }
5,875
it adds an item in the specified itemset of the sequence concode_field_sep int numberOfItems concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_field_sep Sequence cloneSequenceMinusItems concode_elem_sep int size concode_elem_sep Itemset get concode_elem_sep int length concode_elem_sep void setID c...
void function ( int arg0 , Item arg1 ) { itemsets . get ( arg0 ) . addItem ( arg1 ) ; numberOfItems ++ ; }
5,876
appends the specified value to the end of this list . concode_field_sep double[] data concode_elem_sep int size concode_elem_sep int DEFAULT_CAPACITY concode_field_sep void trimToSize concode_elem_sep void set concode_elem_sep int size concode_elem_sep double get concode_elem_sep boolean isEmpty concode_elem_sep void c...
void function ( double arg0 ) { ensureCapacity ( size + 1 ) ; data [ size ++ ] = arg0 ; }
5,877
should only be called by xmodehandler . concode_field_sep Matcher firstlineMatcher concode_elem_sep String electricKeys concode_elem_sep TokenMarker marker concode_elem_sep Matcher filepathMatcher concode_elem_sep String name concode_elem_sep boolean isUserMode concode_elem_sep List<IndentRule> indentRules concode_elem...
void function ( Map arg0 ) { if ( arg0 == null ) return ; ignoreWhitespace = ! "srini_string" . equalsIgnoreCase ( ( String ) arg0 . get ( "srini_string" ) ) ; this . props . putAll ( arg0 ) ; }
5,878
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
5,879
calls indexwriter #adddocument iterable and returns the generation that reflects this change . concode_field_sep AtomicLong indexingGen concode_elem_sep IndexWriter writer concode_field_sep long deleteDocuments concode_elem_sep long deleteDocuments concode_elem_sep long deleteDocuments concode_elem_sep long deleteDocum...
long function ( Iterable < ? extends IndexableField > arg0 ) { writer . addDocument ( arg0 ) ; return indexingGen . get ( ) ; }
5,880
build the instance with the suitable instancebuilder . concode_field_sep InstanceBuilder instanceBuilder concode_elem_sep Log LOG concode_elem_sep SpotlightFactory spotlightFactory concode_elem_sep Instances header concode_elem_sep OccurrenceDataProvider dataProvider concode_elem_sep List<Filter> filters concode_field_...
Instance function ( AnnotatedSurfaceFormOccurrence arg0 ) { DenseInstance loc0 = new DenseInstance ( buildAttributeList ( ) . size ( ) ) ; loc0 . setDataset ( header ) ; return instanceBuilder . buildInstance ( arg0 , loc0 ) ; }
5,881
return the proxy web site providing the data . is only here for information purpose . unreferenced method , but called with reflection . concode_field_sep String xmlName concode_elem_sep String streamBaseUrl concode_elem_sep Map<String,Map<String,String>> aliases concode_elem_sep List<UrlTokenizer> streams concode_elem...
String function ( ) { return home ; }
5,882
returns a new builder to help with hostssniffer creation . concode_field_sep long sniffRequestTimeoutMillis concode_elem_sep Scheme scheme concode_elem_sep Scheme scheme concode_elem_sep Map<String,String> sniffRequestParams concode_elem_sep JsonFactory jsonFactory concode_elem_sep String name concode_elem_sep RestClie...
Builder function ( RestClient arg0 ) { return new Builder ( arg0 ) ; }
5,883
associates a stream with a single client connection , which is guaranteed to be the only reader of the stream . the getchunk method will be called serially on this connection and once the connection is closed , the stream will never be used again , enabling cleanup . this must be called before the first getchunk on the...
void function ( Channel arg0 , long arg1 ) { }
5,884
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
5,885
returns the current selection in the active part , possibly and empty selection , but never null . concode_field_sep IWorkbenchPart fActivePart concode_elem_sep Object fTargetAdapter concode_elem_sep ISelection EMPTY_SELECTION concode_elem_sep IAction fAction concode_elem_sep IWorkbenchWindow fWindow concode_field_sep ...
ISelection function ( ) { if ( fActivePart != null ) { ISelectionProvider loc0 = fActivePart . getSite ( ) . getSelectionProvider ( ) ; if ( loc0 != null ) { return loc0 . getSelection ( ) ; } } return EMPTY_SELECTION ; }
5,886
a complex type that contains the http methods that you want cloudfront to cache responses to . returns a reference to this object so that method calls can be chained together . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> items concode_field_sep java.util....
CachedMethods function ( Method ... arg0 ) { java . util . ArrayList < String > loc0 = new java . util . ArrayList < String > ( arg0 . length ) ; for ( Method loc1 : arg0 ) { loc0 . add ( loc1 . toString ( ) ) ; } if ( getItems ( ) == null ) { setItems ( loc0 ) ; } else { getItems ( ) . addAll ( loc0 ) ; } return this ...
5,887
jre configuration concode_field_sep String DOWNLOAD_URL concode_elem_sep String errTitle concode_elem_sep String STAY_ALIVE concode_elem_sep File outfile concode_elem_sep String downloadUrl concode_elem_sep String supportUrl concode_elem_sep File icon concode_elem_sep String ICON concode_elem_sep String GUI_HEADER conc...
Jre function ( ) { return jre ; }
5,888
the quote character used in delineated formats . defaults to @value #default_quote_char concode_field_sep String DEFAULT_TIME_FIELD concode_elem_sep String m_TimeFieldName concode_elem_sep String DEPRECATED_DELINEATED concode_elem_sep String EPOCH_MS concode_elem_sep DataFormat m_DataFormat concode_elem_sep String FIEL...
char function ( ) { return m_QuoteCharacter ; }
5,889
one or more spot instance requests . note : this method appends the values to the existing list if any . use #setspotinstancerequests java.util.collection or #withspotinstancerequests java.util.collection if you want tooverride the existing values . concode_field_sep com.amazonaws.internal.SdkInternalList<SpotInstanceR...
DescribeSpotInstanceRequestsResult function ( SpotInstanceRequest ... arg0 ) { if ( this . spotInstanceRequests == null ) { setSpotInstanceRequests ( new com . amazonaws . internal . SdkInternalList < SpotInstanceRequest > ( arg0 . length ) ) ; } for ( SpotInstanceRequest loc0 : arg0 ) { this . spotInstanceRequests . a...
5,890
getreference method comment . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void setPassword co...
Reference function ( ) { String loc0 = "srini_string" ; Reference loc1 = new Reference ( getClass ( ) . getName ( ) , loc0 , null ) ; loc1 . add ( new StringRefAddr ( "srini_string" , getDatabase ( ) ) ) ; loc1 . add ( new StringRefAddr ( "srini_string" , getUser ( ) ) ) ; loc1 . add ( new StringRefAddr ( "srini_string...
5,891
by default , there are no collisions in pasting . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName conco...
PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; }
5,892
check if the current user has the given permission . an exception-safe alternative to #checkpermission tablepermission concode_field_sep CallingContext cc concode_elem_sep Set<TablePermission> permissions concode_elem_sep TablesUserPermissions userPermissions concode_elem_sep TableAclManager am concode_field_sep void c...
boolean function ( TablePermission arg0 ) { return true ; }
5,893
sets the definition . concode_field_sep boolean rangeType concode_elem_sep String name concode_elem_sep String definition concode_elem_sep boolean expressionType concode_elem_sep String baseCellAddress concode_field_sep String getDefinition concode_elem_sep String getName concode_elem_sep String getBaseCellAddress conc...
void function ( String arg0 ) { definition = arg0 ; }
5,894
handle the initial reading and preparsing of the list returned by the server . after this method has completed , this object will contain a list of unparsed entries strings each referring to a unique file on the server . concode_field_sep List<String> entries concode_elem_sep FTPFileEntryParser parser concode_elem_sep ...
void function ( InputStream arg0 , String arg1 ) { this . entries = new LinkedList < String > ( ) ; readStream ( arg0 , arg1 ) ; this . parser . preParse ( this . entries ) ; resetIterator ( ) ; }
5,895
gets the controller listener concode_field_sep boolean mTryCacheOnlyFirst concode_elem_sep Object mCallerContext concode_elem_sep boolean mAutoPlayAnimations concode_elem_sep DraweeController mOldController concode_elem_sep AtomicLong sIdCounter concode_elem_sep boolean mTapToRetryEnabled concode_elem_sep REQUEST[] mMu...
ControllerListener < ? super INFO > function ( ) { return mControllerListener ; }
5,896
an authentication entry point that can handle unsuccessful authentication . defaults to an oauth2authenticationentrypoint . concode_field_sep AuthenticationManager authenticationManager concode_elem_sep AuthenticationEntryPoint authenticationEntryPoint concode_elem_sep OAuth2RequestFactory oAuth2RequestFactory concode_...
void function ( AuthenticationEntryPoint arg0 ) { this . authenticationEntryPoint = arg0 ; }
5,897
gets all the enabled notification types for this filter . the returned collection can not be modified concode_field_sep Map regExps concode_field_sep boolean isNotificationEnabled concode_elem_sep void disableAllTypes concode_elem_sep void enableType concode_elem_sep void disableType
Collection function ( ) { synchronized ( this . regExps ) { return Collections . unmodifiableSet ( this . regExps . keySet ( ) ) ; } }
5,898
potentially replaces the top-level tombstone with another , keeping whichever has the higher markedfordeleteat timestamp . concode_field_sep ClusteringComparator comparator concode_elem_sep DeletionTime partitionDeletion concode_elem_sep long EMPTY_SIZE concode_elem_sep RangeTombstoneList ranges concode_elem_sep Mutabl...
void function ( DeletionTime arg0 ) { if ( arg0 . supersedes ( partitionDeletion ) ) partitionDeletion = arg0 ; }
5,899
prefix to apply to all output metrics . a period will be appended if not present in the provided value . concode_field_sep String keyPattern concode_elem_sep MetricReader source concode_elem_sep String prefix concode_field_sep void setKeyPattern concode_elem_sep Metric<?> findOne concode_elem_sep long count concode_ele...
void function ( String arg0 ) { if ( StringUtils . hasText ( arg0 ) && ! arg0 . endsWith ( "srini_string" ) ) { arg0 = arg0 + "srini_string" ; } this . prefix = arg0 ; }