idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
23,700
call this if you want to establish collision that was previously disabled by b2contactfilter : : shouldcollide . concode_field_sep org.jbox2d.dynamics.Fixture fixture concode_elem_sep Object userData concode_elem_sep Shape shape concode_elem_sep Filter filter concode_elem_sep Vec2 tmp concode_elem_sep Body body concode...
void function ( ) { fixture . refilter ( ) ; }
23,701
an exit code appropriate for use in system.exit . concode_field_sep ExitStatus OK concode_elem_sep int code concode_elem_sep ExitStatus ERROR concode_elem_sep String name concode_elem_sep boolean hangup concode_field_sep String getName concode_elem_sep boolean isHangup concode_elem_sep String toString concode_elem_sep ...
int function ( ) { return this . code ; }
23,702
encodes a byte array into base64 notation . concode_field_sep String UTF_8 concode_elem_sep byte WHITE_SPACE_DEC concode_elem_sep byte[] DEC concode_elem_sep byte INVALID_DEC concode_elem_sep byte EQUALS_SIGN_DEC concode_elem_sep byte[] ENC concode_elem_sep byte EQUALS_SIGN concode_field_sep int decode4to3 concode_elem...
String function ( byte [ ] arg0 ) { return encodeBytes ( arg0 , 0 , arg0 . length ) ; }
23,703
set cluster dimensionality concode_field_sep int dimension concode_field_sep int getDimension concode_elem_sep void writeToText
void function ( int arg0 ) { this . dimension = arg0 ; }
23,704
indicates creation of an entry for this pool . the entry will not be added to the list of free entries , it is only recognized as belonging to this pool now . it can then be passed to #freeentry freeentry . concode_field_sep LinkedList<BasicPoolEntry> freeEntries concode_elem_sep HttpRoute route concode_elem_sep Log lo...
void function ( BasicPoolEntry arg0 ) { if ( ! route . equals ( arg0 . getPlannedRoute ( ) ) ) { throw new IllegalArgumentException ( "srini_string" + "srini_string" + route + "srini_string" + arg0 . getPlannedRoute ( ) ) ; } numEntries ++ ; }
23,705
this method allows the caller to delete the data represented by this object in a persistent store . concode_field_sep String iSequence concode_elem_sep Object[] iKeys concode_elem_sep String SOURCE concode_elem_sep String PROTEINID concode_elem_sep String CREATIONDATE concode_elem_sep String SEQUENCE concode_elem_sep l...
int function ( Connection arg0 ) { PreparedStatement loc0 = arg0 . prepareStatement ( "srini_string" ) ; loc0 . setLong ( 1 , iProteinid ) ; int loc1 = loc0 . executeUpdate ( ) ; loc0 . close ( ) ; return loc1 ; }
23,706
the name of a dhcp option . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> values concode_elem_sep String key concode_field_sep String getKey concode_elem_sep java.util.List<String> getValues concode_elem_sep void setValues concode_elem_sep int hashCode concode_elem_sep boolean equals concod...
void function ( String arg0 ) { this . key = arg0 ; }
23,707
sets a listener to handle failures of locks that were previously acquired . concode_field_sep IMetaStoreClient metaStoreClient concode_elem_sep Set<Table> sources concode_elem_sep int lockRetries concode_elem_sep int retryWaitSeconds concode_elem_sep Collection<Table> sinks concode_elem_sep Timer heartbeat concode_elem...
Options function ( LockFailureListener arg0 ) { checkNotNull ( arg0 ) ; this . listener = arg0 ; return this ; }
23,708
returns an iterator over all the service providers offered by this service loader . note that hasnext and next may throw if the configuration is invalid.each iterator will return new instances of the classes it iterates over , so callers may want to cache the results of a single call to this method rather than call it ...
Iterator < S > function ( ) { return new ServiceIterator ( this ) ; }
23,709
compress a size in bytes to 8 bits for efficient reporting of map output sizes . we do this by encoding the log base 1.1 of the size as an integer , which can support sizes up to 35 gb with at most 10 % error . concode_field_sep MapStatus$ MODULE$ concode_field_sep org.apache.spark.scheduler.MapStatus apply concode_ele...
byte function ( long arg0 ) { throw new RuntimeException ( ) ; }
23,710
a pagination token that can be used in a subsequent describedbclusters request . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<DBCluster> dBClusters concode_elem_sep String marker concode_field_sep void setDBClusters concode_elem_sep String getMarker concode_elem_sep int hashCode concode_elem_sep D...
void function ( String arg0 ) { this . marker = arg0 ; }
23,711
converts this object to a java.awt.geom.dimension2d.dimension . the floating point accuracy of the width and height are lost when converted to int . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void set concode_elem_sep void set concode_elem_sep String t...
Dimension function ( ) { return new Dimension ( ( int ) width , ( int ) height ) ; }
23,712
return the correct level based on name . concode_field_sep LogImpl impl concode_elem_sep String CATEGORY concode_field_sep boolean isLoggable concode_elem_sep boolean isLoggingSupported concode_elem_sep void setDefaultLevel concode_elem_sep Iterator levelIterator concode_elem_sep void log concode_elem_sep Level getDefa...
Level function ( String arg0 ) { return impl . parse ( arg0 ) ; }
23,713
semantically compare two values . this includes comparing numeric values of different types e.g. , an integer and long , and null and value #nullvalue references . concode_field_sep Function<Map.Entry<? extends CharSequence,Value>,Field> CONVERT_ENTRY_TO_FIELD concode_elem_sep Map<CharSequence,Value> fields concode_fie...
int function ( Value arg0 , Value arg1 ) { if ( arg0 == null ) return Value . isNull ( arg1 ) ? 0 : 1 ; return arg0 . comparable ( ) . compareTo ( arg1 . comparable ( ) ) ; }
23,714
javadoc for this public method is generated via the doc templates in the doc_src directory . concode_field_sep int dlen concode_elem_sep byte[] data concode_elem_sep int offset concode_elem_sep int size concode_elem_sep int doff concode_elem_sep boolean partial concode_field_sep boolean getPartial concode_elem_sep void...
int function ( ) { return size ; }
23,715
method to set the chat message log concode_field_sep MessageLog messageLog concode_elem_sep String password concode_elem_sep int maxParticipants concode_elem_sep boolean autoPlay concode_elem_sep String prefix concode_elem_sep Participant moderator concode_elem_sep String name concode_elem_sep List participants concode...
void function ( MessageLog arg0 ) { this . messageLog = arg0 ; }
23,716
setpluginconfig concode_field_sep String m_key concode_elem_sep long serialVersionUID concode_elem_sep String m_value concode_elem_sep PluginConfig m_parent concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Set<String> getAvailableParameterKeys concode_elem_sep int hashCode concode_elem_...
void function ( PluginConfig arg0 ) { m_parent = arg0 ; }
23,717
gets the snapshot id for the snapshot . concode_field_sep SnapshotId snapshotId concode_elem_sep int hashCode concode_elem_sep String repository concode_field_sep void writeTo concode_elem_sep int hashCode concode_elem_sep String getRepository concode_elem_sep boolean equals concode_elem_sep int computeHashCode concode...
SnapshotId function ( ) { return snapshotId ; }
23,718
writes the csv header fieldnames . should be called after construction one time . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep String toCsvValue concode_elem_sep void doWriteData concode_elem_sep void writeData co...
void function ( String [ ] arg0 ) { this . nbrCols = arg0 . length ; doWriteData ( arg0 ) ; }
23,719
sets the value of the itemnumber property . concode_field_sep String itemNumber concode_elem_sep BigInteger receivedQuantity concode_elem_sep String description concode_elem_sep String partNumber concode_field_sep BigInteger getReceivedQuantity concode_elem_sep String getPartNumber concode_elem_sep void setPartNumber c...
void function ( String arg0 ) { this . itemNumber = arg0 ; }
23,720
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Integer minSeconds concode_elem_sep Integer maxSeconds concode_field_sep DurationRange withMaxSeconds concode_elem_sep void setMaxSeconds concode_elem_sep int hashCode concode_elem_sep Integer getMaxSeconds concode_ele...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMinSeconds ( ) != null ) loc0 . append ( "srini_string" + getMinSeconds ( ) + "srini_string" ) ; if ( getMaxSeconds ( ) != null ) loc0 . append ( "srini_string" + getMaxSeconds ( ) ) ; loc0 . append ( "srini_st...
23,721
sets the country . 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 St...
void function ( final String arg0 ) { this . country = arg0 ; }
23,722
some checks for the getseriescount method . concode_field_sep double EPSILON concode_field_sep void testAddSeries concode_elem_sep void testPublicCloneable concode_elem_sep void testGetSeriesKey concode_elem_sep void testSerialization concode_elem_sep void testGetXValue concode_elem_sep void testGetItemCount concode_el...
void function ( ) { DefaultIntervalXYDataset loc0 = new DefaultIntervalXYDataset ( ) ; assertEquals ( 0 , loc0 . getSeriesCount ( ) ) ; loc0 = createSampleDataset1 ( ) ; assertEquals ( 2 , loc0 . getSeriesCount ( ) ) ; }
23,723
wakes up one signal_all = false or all signal_all = true blocked threads . usually called when the condition changed to true . concode_field_sep Lock lock concode_elem_sep java.util.concurrent.locks.Condition cond concode_field_sep void waitFor concode_elem_sep boolean waitFor
void function ( boolean arg0 ) { lock . lock ( ) ; try { if ( arg0 ) cond . signalAll ( ) ; else cond . signal ( ) ; } finally { lock . unlock ( ) ; } }
23,724
the org.hawkular.metrics.core.api.metrictype type of metric to which thetemplate applies . concode_field_sep Set<String> functions concode_elem_sep Interval interval concode_elem_sep MetricType type concode_field_sep Interval getInterval concode_elem_sep AggregationTemplate setInterval concode_elem_sep int hashCode con...
MetricType function ( ) { return type ; }
23,725
sets the value of the throttledspeedunit property . concode_field_sep BigInteger duration concode_elem_sep PassUsagePolicyEnum usagePolicy concode_elem_sep String coverageType concode_elem_sep BigDecimal normalSpeed concode_elem_sep String normalSpeedUnit concode_elem_sep BigDecimal throttledSpeed concode_elem_sep Stri...
void function ( String arg0 ) { this . throttledSpeedUnit = arg0 ; }
23,726
get movements concode_field_sep double[] movementMult concode_elem_sep double[] movements concode_elem_sep int moveRatesFlag concode_elem_sep String[] movementTypes concode_elem_sep String[] movementMultOp concode_elem_sep int movement concode_field_sep String getMovementMultOp concode_elem_sep String[] getMovementMult...
double [ ] function ( ) { return movements . clone ( ) ; }
23,727
flag indicating if product represents a subscription . concode_field_sep List<Image> images concode_elem_sep boolean collectible concode_elem_sep ActionPeriod actionPeriod concode_elem_sep int maxParallelAccess concode_elem_sep PricingData pricingData concode_elem_sep String description concode_elem_sep String id conco...
boolean function ( ) { return subscription . isSubscribable ( ) ; }
23,728
returns the amount of free memory in the cluster node 's vm in bytes . concode_field_sep ResourceBundle config concode_elem_sep long totalMem concode_elem_sep long freeMem concode_elem_sep long time concode_elem_sep Object result concode_elem_sep byte[] nodeId concode_elem_sep long maxMem concode_field_sep void writeEx...
long function ( ) { return freeMem ; }
23,729
returns the uri of the namespace of this node . concode_field_sep Node parent concode_elem_sep List children concode_elem_sep Stack replacementNodeStack concode_elem_sep Map attributeNamespaces concode_elem_sep String name concode_elem_sep Map attributes concode_elem_sep String namespaceURI concode_field_sep Node paren...
String function ( ) { return this . namespaceURI ; }
23,730
sets the value of the pobox property . concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String countryCd concode_elem_sep String stateProvince concode_elem_sep String isActive concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum concode_el...
void function ( String arg0 ) { this . poBox = arg0 ; }
23,731
returns the display label representing the conference room . concode_field_sep String password concode_elem_sep EntityBareJid jid concode_elem_sep boolean autoJoin concode_elem_sep String name concode_elem_sep Resourcepart nickname concode_elem_sep boolean isShared concode_field_sep void setName concode_elem_sep void s...
String function ( ) { return name ; }
23,732
set an alternative name for the setter . this can be omitted , if the name of the setter follows java bean naming conventions . concode_field_sep JavaBeanPropertyBuilderHelper helper concode_field_sep JavaBeanIntegerPropertyBuilder getter concode_elem_sep JavaBeanIntegerPropertyBuilder getter concode_elem_sep JavaBeanI...
JavaBeanIntegerPropertyBuilder function ( String arg0 ) { helper . setterName ( arg0 ) ; return this ; }
23,733
an array of sqlinjectionmatchsetsummary objects . concode_field_sep String nextMarker concode_elem_sep java.util.List<SqlInjectionMatchSetSummary> sqlInjectionMatchSets concode_field_sep String getNextMarker concode_elem_sep java.util.List<SqlInjectionMatchSetSummary> getSqlInjectionMatchSets concode_elem_sep int hashC...
ListSqlInjectionMatchSetsResult function ( java . util . Collection < SqlInjectionMatchSetSummary > arg0 ) { setSqlInjectionMatchSets ( arg0 ) ; return this ; }
23,734
creates a new entity that is exactly the same in terms of components and component-values , differing only in that it has a unique entity-id and that all its data is private , non-shared , of course ! concode_field_sep String internalName concode_elem_sep UUID entity concode_elem_sep EntityManager parentEntityManager c...
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; for ( Component loc1 : parentEntityManager . getAllComponentsOnEntity ( entity ) ) { if ( loc0 . length ( ) > 0 ) loc0 . append ( "srini_string" ) ; loc0 . append ( loc1 . toString ( ) ) ; } return "srini_string" + entity + "srini_string" + internalName +...
23,735
retrieves the version . concode_field_sep long signature1 concode_elem_sep int productID concode_elem_sep String manufacturer concode_elem_sep int vendorID concode_elem_sep long version concode_elem_sep long signature2 concode_elem_sep String productDescription concode_elem_sep String serialNumber concode_elem_sep int ...
long function ( ) { return version ; }
23,736
gets the creativeid value for this creativerenderingresult . concode_field_sep long renderingId concode_elem_sep long renderingVersion concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long creativeId co...
long function ( ) { return creativeId ; }
23,737
returns the framebuffer rgb color for a point in awt screen coordinates , formatted as a pick color code . the red , green , and blue components are each stored as an 8-bit unsigned integer , and packed into bits 0-23 of the returned integer as follows : bits 16-23 are red , bits 8-15 are green , and bits 0-7 are blue ...
int function ( DrawContext arg0 , Point arg1 ) { return arg1 != null ? arg0 . getPickColorAtPoint ( arg1 ) : 0 ; }
23,738
returns a brief description of this plugin . concode_field_sep ComponentManager componentManager concode_elem_sep String SERVICE_NAME concode_elem_sep Logger Log concode_field_sep String getName concode_elem_sep void handleDiscoInfo concode_elem_sep void sendPacket concode_elem_sep void handleSparkIQ concode_elem_sep v...
String function ( ) { return "srini_string" ; }
23,739
converts a numeric rcode into a string concode_field_sep int NOERROR concode_elem_sep int BADKEY concode_elem_sep Mnemonic tsigrcodes concode_elem_sep int REFUSED concode_elem_sep int SERVFAIL concode_elem_sep int BADTIME concode_elem_sep int NXRRSET concode_elem_sep int YXRRSET concode_elem_sep int NOTZONE concode_ele...
String function ( int arg0 ) { return rcodes . getText ( arg0 ) ; }
23,740
create an instance of userlistconversiontype concode_field_sep QName _ResponseHeader_QNAME concode_elem_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_field_sep SimilarUserList createSimilarUserList concode_elem_sep Rule createRule concode_elem_sep LogicalUserListOperand createLo...
UserListConversionType function ( ) { return new UserListConversionType ( ) ; }
23,741
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Volume volume concode_field_sep Volume getVolume concode_elem_sep CreateVolumeResult withVolume concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateVolumeResult clone concode_elem_sep v...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVolume ( ) != null ) loc0 . append ( "srini_string" + getVolume ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
23,742
adds the given logging preferences giving them precedence over existing preferences . concode_field_sep Map<String,Level> prefs concode_elem_sep long serialVersionUID concode_field_sep Level getLevel concode_elem_sep void enable concode_elem_sep Set<String> getEnabledLogTypes
LoggingPreferences function ( LoggingPreferences arg0 ) { if ( arg0 == null ) { return this ; } for ( String loc0 : arg0 . getEnabledLogTypes ( ) ) { enable ( loc0 , arg0 . getLevel ( loc0 ) ) ; } return this ; }
23,743
if currently asleep , stops sleeping ; if not asleep , will skip the next sleep cycle . concode_field_sep int period concode_elem_sep long MINIMAL_DELTA_FOR_LOGGING concode_elem_sep Stoppable stopper concode_elem_sep boolean triggerWake concode_elem_sep Object sleepLock concode_elem_sep Log LOG concode_field_sep void s...
void function ( ) { synchronized ( sleepLock ) { triggerWake = true ; sleepLock . notifyAll ( ) ; } }
23,744
deletes all files and subdirectories under dir . returns true if all deletions were successful . if a deletion fails , the method stops attempting to delete and returns false . concode_field_sep Log log concode_elem_sep int BYTE_ARRAY_SIZE concode_field_sep void copyDirectory concode_elem_sep void transform concode_ele...
boolean function ( File arg0 ) { if ( arg0 . isDirectory ( ) ) { String [ ] loc0 = arg0 . list ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { boolean loc2 = deleteDir ( new File ( arg0 , loc0 [ loc1 ] ) ) ; if ( ! loc2 ) { return false ; } } } return arg0 . delete ( ) ; }
23,745
adds a single channel to history , with the current time . concode_field_sep Settings settings concode_elem_sep String FAVORITES_SETTING concode_elem_sep int DAY concode_elem_sep String HISTORY_SETTING concode_field_sep List<String> favorites concode_elem_sep void favorites concode_elem_sep void removeChannelsFromFavor...
void function ( String arg0 ) { if ( ! settings . getBoolean ( "srini_string" ) ) { return ; } arg0 = prepareChannel ( arg0 ) ; if ( arg0 == null ) { return ; } settings . mapPut ( HISTORY_SETTING , arg0 , System . currentTimeMillis ( ) ) ; settings . setSettingChanged ( "srini_string" ) ; }
23,746
get long value . concode_field_sep List<Object> mArray concode_field_sep void add concode_elem_sep int getInt concode_elem_sep JSONObject getObject concode_elem_sep void addAll concode_elem_sep void addAll concode_elem_sep Object get concode_elem_sep int length concode_elem_sep double getDouble concode_elem_sep JSONArr...
long function ( int arg0 , long arg1 ) { Object loc0 = mArray . get ( arg0 ) ; return loc0 != null && loc0 instanceof Number ? ( ( Number ) loc0 ) . longValue ( ) : arg1 ; }
23,747
use to assume that an operation completes normally . if e is non-null , the test will halt and be ignored.for example : \ @test public void parsedatafile datafile file ; try file = datafile.open `` sampledata.txt '' ; catch ioexception e / / stop test and ignore if data ca n't be opened assumenoexception e ; / / ... co...
void function ( Throwable arg0 ) { assumeThat ( arg0 , nullValue ( ) ) ; }
23,748
calculates the extent to which selecting on the predicate reduces the number of records output by a query . for example if the reduction factor is 2 , then the predicate cuts the size of the output in half . concode_field_sep List<Term> terms concode_field_sep Constant equatesWithConstant concode_elem_sep void conjoinW...
int function ( Plan arg0 ) { int loc0 = 1 ; for ( Term loc1 : terms ) loc0 *= loc1 . reductionFactor ( arg0 ) ; return loc0 ; }
23,749
sets the working directory for a launched vm . concode_field_sep String fClassToLaunch concode_elem_sep String[] fVMArgs concode_elem_sep Map fVMSpecificAttributesMap concode_elem_sep boolean fResume concode_elem_sep String[] fClassPath concode_elem_sep String fWorkingDirectory concode_elem_sep String[] fBootClassPath ...
void function ( String arg0 ) { fWorkingDirectory = arg0 ; }
23,750
process error but do n't show alert to user concode_field_sep Thread mUiThread concode_elem_sep String TAG concode_elem_sep Handler mHandler concode_field_sep boolean checkLoggedInAndOnline concode_elem_sep boolean checkLoggedInAndOnline concode_elem_sep void error concode_elem_sep void error concode_elem_sep void erro...
void function ( String arg0 , String arg1 , Exception arg2 ) { processError ( arg0 , arg1 , arg2 , null , false ) ; }
23,751
provides the status of the db subnet group . concode_field_sep String vpcId concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Subnet> subnets concode_elem_sep String subnetGroupStatus concode_elem_sep String dBSubnetGroupName concode_elem_sep String dBSubnetGroupDescription concode_field_sep void setDBS...
void function ( String arg0 ) { this . subnetGroupStatus = arg0 ; }
23,752
sets the value of this object to the null value concode_field_sep double minB concode_elem_sep double minY concode_elem_sep double maxY concode_elem_sep double maxX concode_elem_sep double SQRT2 concode_elem_sep double minA concode_elem_sep double maxB concode_elem_sep double minX concode_elem_sep double maxA concode_f...
void function ( ) { minX = Double . NaN ; }
23,753
the current version of the distribution 's information . for example : e2qwruhapomqzl . concode_field_sep String eTag concode_elem_sep Distribution distribution concode_field_sep Distribution getDistribution concode_elem_sep GetDistributionResult withDistribution concode_elem_sep void setDistribution concode_elem_sep S...
void function ( String arg0 ) { this . eTag = arg0 ; }
23,754
root , does n't match , but children on various levels do . a / \ b c 1 / \ \ d 2 e f 3 concode_field_sep int NO_MATCH concode_elem_sep int id concode_elem_sep int MATCH concode_elem_sep Predicate<View> FIND_MATCH concode_field_sep ViewGroup mockViewGroup concode_elem_sep void itFindsTheRoot concode_elem_sep boolean ap...
void function ( ) { ViewGroup loc0 = match ( ) ; ViewGroup loc1 = ignore ( ) ; ViewGroup loc2 = match ( ) ; ViewGroup loc3 = ignore ( loc0 , loc1 ) ; ViewGroup loc4 = match ( loc2 ) ; ViewGroup loc5 = ignore ( loc3 , loc4 ) ; List < View > loc6 = searchViews ( loc5 ) ; assertFoundViews ( loc6 , loc4 , loc0 , loc2 ) ; }
23,755
set the header id . concode_field_sep byte[] centralData concode_elem_sep byte[] localData concode_elem_sep ZipShort headerId concode_field_sep ZipShort getLocalFileDataLength concode_elem_sep void parseFromLocalFileData concode_elem_sep byte[] getCentralDirectoryData concode_elem_sep void setLocalFileDataData concode_...
void function ( ZipShort arg0 ) { this . headerId = arg0 ; }
23,756
determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep boolean testFileExists
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; }
23,757
gets the value of the initparam 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 initparam property . for example , to add a new item , d...
List < ParamValueType > function ( ) { if ( initParam == null ) { initParam = new ArrayList < ParamValueType > ( ) ; } return this . initParam ; }
23,758
sets the state of the given jersey property . concode_field_sep JerseyClientConfiguration configuration concode_elem_sep List<Class<?>> providers concode_elem_sep Environment environment concode_elem_sep ObjectMapper objectMapper concode_elem_sep ExecutorService executorService concode_elem_sep Map<String,Boolean> feat...
JerseyClientBuilder function ( String arg0 , Object arg1 ) { properties . put ( arg0 , arg1 ) ; return this ; }
23,759
add an element only if it does n't exist . concode_field_sep Cache cache concode_elem_sep Pattern minutes concode_elem_sep Pattern days concode_elem_sep Log logger concode_elem_sep Pattern seconds concode_elem_sep Pattern hours concode_field_sep void cleanHolder concode_elem_sep void set concode_elem_sep void set conco...
void function ( String arg0 , Object arg1 , String arg2 ) { checkSerializable ( arg1 ) ; getCache ( ) . add ( arg0 , arg1 , parseDuration ( arg2 ) ) ; }
23,760
returns true if the given uri matches the pattern concode_field_sep URI uriPattern concode_field_sep String toString concode_elem_sep boolean matchNormalized
boolean function ( URI arg0 ) { return matchNormalized ( arg0 . normalize ( ) ) ; }
23,761
a test that verifies that dnsutil #isnamecoveredbypattern string , string does not find a match when botharguments have different values . concode_field_sep PlaceHolder placeHolder concode_field_sep void testZeroPriority concode_elem_sep void testDifferentPriorities concode_elem_sep void testJabberDotOrg concode_elem_s...
void function ( ) { final String loc0 = "srini_string" ; final String loc1 = "srini_string" ; final boolean loc2 = DNSUtil . isNameCoveredByPattern ( loc0 , loc1 ) ; Assert . assertFalse ( loc2 ) ; }
23,762
gets the value of the lowbalancewarning property . concode_field_sep Integer amountToGold concode_elem_sep Integer balance concode_elem_sep Integer subscriptionBalance concode_elem_sep Boolean lowBalanceWarning concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar expirationDate concode_field_sep...
Boolean function ( ) { return lowBalanceWarning ; }
23,763
sets the value of the fundrenewwaiv property . concode_field_sep BigDecimal comm concode_elem_sep FundRenewWaivEnumT fundRenewWaiv concode_elem_sep String ccy concode_elem_sep String commTyp concode_field_sep FundRenewWaivEnumT getFundRenewWaiv concode_elem_sep void setCcy concode_elem_sep void setComm concode_elem_sep...
void function ( FundRenewWaivEnumT arg0 ) { this . fundRenewWaiv = arg0 ; }
23,764
divide d by k and return the long value closest to the result . concode_field_sep PlaceHolder placeHolder concode_field_sep int divideByAndCeilToInt concode_elem_sep int divideByAndRoundToInt concode_elem_sep boolean isPowerOfTwo concode_elem_sep String bytesToHex concode_elem_sep int nextPowerOfTwo concode_elem_sep lo...
long function ( double arg0 , int arg1 ) { return ( long ) Math . rint ( arg0 / arg1 ) ; }
23,765
sets the value of the events property . concode_field_sep long serialVersionUID concode_elem_sep ListOfNameValuePairType additionalData concode_elem_sep ListOfEventType events concode_field_sep ListOfEventType getEvents concode_elem_sep ListOfNameValuePairType getAdditionalData concode_elem_sep void setAdditionalData
void function ( ListOfEventType arg0 ) { this . events = arg0 ; }
23,766
utility method , returns true if the options flag indicates that an ack is to be sent after the message has been received but not yet processed concode_field_sep boolean USE_SECURE_RANDOM_FOR_UUID concode_elem_sep ChannelData[] EMPTY_DATA_ARRAY concode_elem_sep Member address concode_elem_sep XByteBuffer message concod...
boolean function ( int arg0 ) { return ( ( Channel . SEND_OPTIONS_USE_ACK & arg0 ) == Channel . SEND_OPTIONS_USE_ACK ) && ( ( Channel . SEND_OPTIONS_SYNCHRONIZED_ACK & arg0 ) != Channel . SEND_OPTIONS_SYNCHRONIZED_ACK ) ; }
23,767
a static function used to convert 0 to 255 values or argb into an integer . concode_field_sep float A concode_elem_sep float R concode_elem_sep float B concode_elem_sep float G concode_field_sep GWColour add concode_elem_sep int toInt concode_elem_sep int convertColourToInt concode_elem_sep int getAlphaRGB concode_elem...
int function ( byte arg0 , byte arg1 , byte arg2 , byte arg3 ) { return ( arg0 << 24 ) | ( arg1 << 16 ) | ( arg2 << 8 ) | arg3 ; }
23,768
getter for #version . concode_field_sep String newDumpFile concode_elem_sep String oldDumpFile concode_elem_sep boolean ignoreFunctionWhitespace concode_elem_sep String outCharsetName concode_elem_sep boolean addDefaults concode_elem_sep boolean outputIgnoredStatements concode_elem_sep boolean addTransaction concode_el...
boolean function ( ) { return version ; }
23,769
returns a hash code for this object . concode_field_sep GradientPaintTransformType type concode_elem_sep long serialVersionUID concode_field_sep GradientPaint transform concode_elem_sep GradientPaintTransformType getType concode_elem_sep boolean equals concode_elem_sep Object clone
int function ( ) { return ( this . type != null ? this . type . hashCode ( ) : 0 ) ; }
23,770
returns a org.elasticsearch.common.bytes.bytesreference containing the toxcontent output in binary format.builds the request based on the default xcontenttype , either requests #content_type or provided as a constructor argument concode_field_sep XContentType defaultType concode_field_sep String toString
BytesReference function ( ) { return buildAsBytes ( defaultType ) ; }
23,771
sets the company id of this foo . concode_field_sep Foo _foo 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_sep boolean isCachedModel...
void function ( long arg0 ) { _foo . setCompanyId ( arg0 ) ; }
23,772
setter for the field contextmenuenabled . concode_field_sep boolean availEnabled concode_elem_sep boolean isUserAdmin concode_elem_sep boolean useSemaphore concode_elem_sep String defaultBackgroundColor concode_elem_sep List<Avail> avails concode_elem_sep boolean contextMenuEnabled concode_elem_sep List<Link> links con...
void function ( boolean arg0 ) { this . contextMenuEnabled = arg0 ; }
23,773
create a new terms aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep SignificantTextAggregationBuilder significantText concode_elem_sep AdjacencyMatrixAggregationBuil...
TermsAggregationBuilder function ( String arg0 ) { return new TermsAggregationBuilder ( arg0 , null ) ; }
23,774
get the y position of the character on the sheet concode_field_sep String setName concode_elem_sep ArrayList kerning concode_elem_sep String imageName concode_elem_sep int offset concode_elem_sep int yoffset concode_elem_sep ArrayList chars concode_elem_sep int second concode_elem_sep int xadvance concode_elem_sep Stri...
int function ( ) { return y ; }
23,775
reverse of #tostring . deserializes a guid from a previously serialized one . concode_field_sep int GUID_LENGTH concode_elem_sep Guid guid concode_elem_sep byte[] sha concode_field_sep Guid fromHasGuid concode_elem_sep Guid fromByteArrays concode_elem_sep Guid fromStrings concode_elem_sep Guid guid concode_elem_sep Str...
Guid function ( String arg0 ) { if ( arg0 . length ( ) != 2 * GUID_LENGTH ) { throw new IOException ( "srini_string" ) ; } try { return new Guid ( Hex . decodeHex ( arg0 . toCharArray ( ) ) , true ) ; } catch ( DecoderException loc0 ) { throw new IOException ( loc0 ) ; } }
23,776
sets whether this manager is dirty . when dirty , the list of contributions is not accurately reflected in the corresponding widgets . concode_field_sep int dynamicItems concode_elem_sep boolean isDirty concode_elem_sep List<IContributionItem> contributions concode_elem_sep IContributionManagerOverrides overrides conco...
void function ( boolean arg0 ) { isDirty = arg0 ; }
23,777
sets the company id of this expando table . concode_field_sep ExpandoTable _expandoTable concode_field_sep long getClassNameId concode_elem_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep vo...
void function ( long arg0 ) { _expandoTable . setCompanyId ( arg0 ) ; }
23,778
gets the value of the eventidentifier property . concode_field_sep String eventDateTime concode_elem_sep List<EventOutcomeInformationComplexType> eventOutcomeInformation concode_elem_sep List<LinkingObjectIdentifierComplexType> linkingObjectIdentifier concode_elem_sep List<LinkingAgentIdentifierComplexType> linkingAgen...
EventIdentifierComplexType function ( ) { return eventIdentifier ; }
23,779
get the last added table . concode_field_sep int KEYWORD concode_elem_sep long stopAt concode_elem_sep DbTableOrView lastMatchedTable concode_elem_sep HashMap<String,DbTableOrView> aliases concode_elem_sep DbTableOrView lastTable concode_elem_sep int FUNCTION concode_elem_sep String query concode_elem_sep String queryU...
DbTableOrView function ( ) { return lastTable ; }
23,780
implementation of graphnode interface . concode_field_sep HashSet<DF_Equation> defs concode_elem_sep int index concode_elem_sep HashSet<DF_Equation> uses concode_elem_sep int scratch concode_field_sep void addUse concode_elem_sep void addDef concode_elem_sep Iterator<DF_Equation> getUses concode_elem_sep void setIndex ...
int function ( ) { return index ; }
23,781
gets entrez gene id . concode_field_sep double score concode_elem_sep String gene concode_elem_sep int entrezGeneId concode_elem_sep GeneWithSpec aGeneWithSpec concode_field_sep String getGene concode_elem_sep void setaGeneWithSpec concode_elem_sep GeneWithSpec getaGeneWithSpec concode_elem_sep double getScore concode_...
int function ( ) { return entrezGeneId ; }
23,782
determine the charset name from the provided mime type . concode_field_sep PlaceHolder placeHolder concode_field_sep Charset getCharsetFromMimeType
String function ( @ Nullable final IMimeType arg0 ) { return arg0 == null ? null : arg0 . getParameterValueWithName ( CMimeType . PARAMETER_NAME_CHARSET ) ; }
23,783
log a finest message . concode_field_sep LogImpl impl concode_elem_sep String CATEGORY concode_field_sep boolean isLoggable concode_elem_sep boolean isLoggingSupported concode_elem_sep void setDefaultLevel concode_elem_sep Iterator levelIterator concode_elem_sep void log concode_elem_sep Level getDefaultLevel concode_e...
void function ( String arg0 ) { finest ( arg0 , null ) ; }
23,784
sets the value of the encoding property . concode_field_sep String id concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep List<Object> content concode_field_sep String getEncoding concode_elem_sep String getMimeType concode_elem_sep List<Object> getContent concode_elem_sep void setMimeTyp...
void function ( String arg0 ) { this . encoding = arg0 ; }
23,785
get object from queue . block if there are no objects to get . concode_field_sep Object[] elements concode_elem_sep int head concode_elem_sep Object lock concode_elem_sep int size concode_elem_sep int tail concode_elem_sep int maxSize concode_field_sep int size concode_elem_sep void clear concode_elem_sep int maxSize c...
Object function ( ) { synchronized ( lock ) { while ( size == 0 ) lock . wait ( ) ; Object loc0 = elements [ head ] ; elements [ head ] = null ; if ( ++ head == maxSize ) head = 0 ; if ( size == maxSize ) lock . notifyAll ( ) ; size -- ; return loc0 ; } }
23,786
writes the data from the stored stream into the provided output stream till the end of the input stream is reached . concode_field_sep InputStream stream concode_field_sep void _read concode_elem_sep TypeCode _type concode_elem_sep InputStream getInputStream
void function ( OutputStream arg0 ) { try { int loc0 = stream . read ( ) ; while ( loc0 >= 0 ) { arg0 . write ( loc0 ) ; loc0 = stream . read ( ) ; } } catch ( IOException loc0 ) { MARSHAL loc1 = new MARSHAL ( ) ; loc1 . initCause ( loc0 ) ; loc1 . minor = Minor . CDR ; throw loc1 ; } }
23,787
main starts the run method concode_field_sep ResourceManager mResourceManager concode_elem_sep EnergyManager mEnergyManager concode_elem_sep WorldManager mWorldManager concode_elem_sep UpgradeManager mUpgradeManager concode_elem_sep TradeManager mTradeManager concode_elem_sep GoalManager mGoalManager concode_elem_sep B...
void function ( String [ ] arg0 ) { new SimCity ( ) . run ( ) ; }
23,788
get the transaction status . concode_field_sep int lockCount concode_elem_sep byte[] lock concode_elem_sep TransactionManager transactionManager concode_elem_sep Thread lockingThread concode_elem_sep String LOCKS_MAP concode_field_sep void resume concode_elem_sep void rollback concode_elem_sep Transaction suspend conco...
int function ( ) { return transactionManager . getStatus ( ) ; }
23,789
returns the number of documents this term occurs in concode_field_sep long totalTermFreq concode_elem_sep BytesRef term concode_elem_sep long docFreq concode_field_sep long totalTermFreq concode_elem_sep BytesRef term
long function ( ) { return docFreq ; }
23,790
deletes the password policy rel from the database . also notifies the appropriate model listeners . concode_field_sep PasswordPolicyRelLocalService _passwordPolicyRelLocalService concode_field_sep com.liferay.portal.model.PasswordPolicyRel updatePasswordPolicyRel concode_elem_sep com.liferay.portal.model.PasswordPolicy...
com . liferay . portal . model . PasswordPolicyRel function ( com . liferay . portal . model . PasswordPolicyRel arg0 ) { return _passwordPolicyRelLocalService . deletePasswordPolicyRel ( arg0 ) ; }
23,791
gets the value of the datathrottled property . concode_field_sep Boolean unlimitedMinutes concode_elem_sep String unit concode_elem_sep BigDecimal balance concode_elem_sep Integer nonExpirableBalance concode_elem_sep Boolean unlimitedData concode_elem_sep BigDecimal limit concode_elem_sep Boolean unlimitedMessages conc...
Boolean function ( ) { return dataThrottled ; }
23,792
creates a new builder . concode_field_sep boolean useLastFrameForPreview concode_elem_sep boolean decodePreviewFrame concode_elem_sep ImageDecodeOptions DEFAULTS concode_elem_sep int backgroundColor concode_elem_sep int minDecodeIntervalMs concode_elem_sep boolean decodeAllFrames concode_elem_sep boolean forceOldAnimat...
ImageDecodeOptionsBuilder function ( ) { return new ImageDecodeOptionsBuilder ( ) ; }
23,793
sets institution entity . concode_field_sep Integer holdingsId concode_elem_sep String lastUpdatedBy concode_elem_sep Date lastUpdatedDate concode_elem_sep Date createdDate concode_elem_sep boolean isDeleted concode_elem_sep String createdBy concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_...
void function ( InstitutionEntity arg0 ) { this . institutionEntity = arg0 ; }
23,794
clear all messages recorded by this object . concode_field_sep HashMap messages concode_elem_sep int iCount concode_elem_sep String GLOBAL_MESSAGE concode_elem_sep String property concode_elem_sep int iOrder concode_elem_sep Comparator ACTION_ITEM_COMPARATOR concode_elem_sep List list concode_elem_sep boolean accessed ...
void function ( ) { messages . clear ( ) ; }
23,795
gets the value of the zscore property . concode_field_sep BigInteger numobs concode_elem_sep BigDecimal obsval concode_elem_sep BigDecimal mean concode_elem_sep BigDecimal mindiff concode_elem_sep BigDecimal zscore concode_elem_sep BigDecimal stdev concode_elem_sep String atoms concode_field_sep BigInteger getNumobs co...
BigDecimal function ( ) { return zscore ; }
23,796
lists up all the registered toolpropertydescriptor s in the system . concode_field_sep T tool concode_field_sep ToolPropertyDescriptor getDescriptor concode_elem_sep void setTool concode_elem_sep Class<T> type
DescriptorExtensionList < ToolProperty < ? > , ToolPropertyDescriptor > function ( ) { return ( DescriptorExtensionList ) Jenkins . getInstance ( ) . getDescriptorList ( ToolProperty . class ) ; }
23,797
get the base url the host name and port . concode_field_sep String acceptLanguage concode_elem_sep String sessionId concode_elem_sep String contentType concode_field_sep void setAcceptLanguage concode_elem_sep String upload concode_elem_sep String get concode_elem_sep String get concode_elem_sep String readSessionId co...
String function ( String arg0 ) { int loc0 = arg0 . indexOf ( "srini_string" ) ; loc0 = arg0 . indexOf ( "srini_string" , loc0 + 2 ) ; if ( loc0 >= 0 ) { return arg0 . substring ( 0 , loc0 ) ; } return arg0 ; }
23,798
return the encoding of this format . concode_field_sep int sampleSizeInBits concode_elem_sep Encoding encoding concode_elem_sep float sampleRate concode_elem_sep boolean bigEndian concode_elem_sep float frameRate concode_elem_sep int frameSize concode_elem_sep int channels concode_elem_sep Encoding ALAW concode_elem_se...
Encoding function ( ) { return encoding ; }
23,799
indicates whether the given color value describes the `` none '' color . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] clearSizeStyle concode_elem_sep String getHexString concode_elem_sep void restoreSizeStyle concode_elem_sep int getPreferredWidth concode_elem_sep Color getColor concode_elem_sep...
boolean function ( String arg0 ) { return getHexString ( arg0 , 8 ) . equals ( MockVisibleComponent . COLOR_NONE ) ; }