idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
11,800
obtains the package name . the package name identifies the module or informal unit . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease concode_elem_sep String PROPERTY_TIMESTAMP concode_elem_sep String infoPackage concode_elem_sep String infoModule concode_elem_sep String infoClassloader concode_...
String function ( ) { return infoPackage ; }
11,801
get aiservice object for making different data requests concode_field_sep AIDialogListener resultsListener concode_elem_sep TextView partialResultsTextView concode_elem_sep Dialog dialog concode_elem_sep Handler handler concode_elem_sep String TAG concode_elem_sep Context context concode_elem_sep AIConfiguration config...
AIService function ( ) { return aiButton . getAIService ( ) ; }
11,802
parses given wkt string to a geometry object concode_field_sep String PROJ_EPSG_3067 concode_elem_sep String PROJ_EPSG_4326 concode_elem_sep Logger log concode_field_sep Geometry transform concode_elem_sep String transform concode_elem_sep String getWKT concode_elem_sep String getBBOX concode_elem_sep CoordinateReferen...
Geometry function ( final String arg0 ) { final GeometryFactory loc0 = new GeometryFactory ( ) ; WKTReader loc1 = new WKTReader ( loc0 ) ; try { return loc1 . read ( arg0 ) ; } catch ( Exception loc2 ) { log . error ( loc2 , "srini_string" , arg0 ) ; } return null ; }
11,803
returns the z value . concode_field_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep double getX concode_elem_sep double getY concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep double dot concode_elem_sep Vector cross concode_elem_sep double getLength concod...
double function ( ) { return z ; }
11,804
gets the status value for this portafxs . concode_field_sep java.lang.String portaFisica concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String instancia concode_elem_sep com.gvt.www.ws.eai.configuradoronline.devicemanagement.types.SessionBorderControl sbc concode_elem_sep java...
java . lang . String function ( ) { return status ; }
11,805
set the exception of this future . this method will return true if theexception was set successfully , or false if the future has already beenset or cancelled . concode_field_sep boolean cancelled concode_elem_sep AtomicReference<Object> value concode_elem_sep SettableTask<T> settableTask concode_elem_sep Object NO_VAL...
boolean function ( Throwable arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; boolean loc0 = this . settableTask . setException ( arg0 ) ; if ( loc0 ) { this . listenableFuture . run ( ) ; } return loc0 ; }
11,806
sets the value of the showversionupgradeavailable property . concode_field_sep Boolean showVersionUpgradeAvailable concode_field_sep Boolean isShowVersionUpgradeAvailable
void function ( Boolean arg0 ) { this . showVersionUpgradeAvailable = arg0 ; }
11,807
returns a string representation of this object that is in the following format , rawconfiguration id = 1 , path = / foo/bar/raw.txt , sha256 = 13xcx9sd82e , configuration =] concode_field_sep String path concode_elem_sep String sha256 concode_elem_sep String contents concode_elem_sep Configuration configuration concode...
String function ( ) { return new StringBuilder ( ) . append ( this . getClass ( ) . getName ( ) . substring ( this . getClass ( ) . getName ( ) . lastIndexOf ( "srini_string" ) + 1 ) ) . append ( "srini_string" ) . append ( id ) . append ( "srini_string" ) . append ( path ) . append ( "srini_string" ) . append ( sha256...
11,808
constructs a random directory name . the directory is a string of 16 hex characters prefix . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRandomFilename concode_elem_sep T createCopy concode_elem_sep String getTempDir
String function ( ) { final char [ ] loc0 = { '0' , '1' , '2' , '3' , '4' , '5' , '6' , '7' , '8' , '9' , 'a' , 'b' , 'c' , 'd' , 'e' , 'f' } ; String loc1 = "srini_string" ; for ( int loc2 = 0 ; loc2 < 16 ; loc2 ++ ) { loc1 += loc0 [ ( int ) ( Math . random ( ) * loc0 . length ) ] ; } return loc1 ; }
11,809
asserts that two objects refer to the same object . if they are not the same an assertionfailederror is thrown . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep void assertFalse concode_elem_sep void ...
void function ( Object arg0 , Object arg1 ) { assertSame ( null , arg0 , arg1 ) ; }
11,810
gets the value of the type property . concode_field_sep Object linkEventXmlID concode_elem_sep String linkingEventIdentifierValue concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String linkingEventIdentifierType concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep ...
String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } }
11,811
gets the water mark . concode_field_sep String watermark concode_elem_sep ExchangeService service concode_elem_sep String id concode_field_sep boolean getUsesWatermark concode_elem_sep void loadFromXml concode_elem_sep void setWaterMark concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep Exchange...
String function ( ) { return this . watermark ; }
11,812
sorts the map 's records in place , spill them to disk , and returns an unsafekvexternalsorter note that the map will be reset for inserting new records , and the returned sorter can not be used to insert records . concode_field_sep UnsafeProjection groupingKeyProjection concode_elem_sep UnsafeRow currentAggregationBuf...
UnsafeKVExternalSorter function ( ) { return new UnsafeKVExternalSorter ( groupingKeySchema , aggregationBufferSchema , SparkEnv . get ( ) . blockManager ( ) , map . getPageSizeBytes ( ) , map ) ; }
11,813
return the value of the branchcontractedicon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper c...
String function ( ) { return branchContractedIcon ; }
11,814
returns the spring bean id for this bean . concode_field_sep LayoutBranchService _service concode_field_sep com.liferay.portal.model.LayoutBranch addLayoutBranch concode_elem_sep com.liferay.portal.model.LayoutBranch updateLayoutBranch concode_elem_sep void setService concode_elem_sep void deleteLayoutBranch concode_el...
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; }
11,815
gets the value of the routingnumber property . concode_field_sep String routingNumber concode_elem_sep String nameOnAccount concode_elem_sep String checkNumber concode_elem_sep EcheckTypeEnum echeckType concode_elem_sep BankAccountTypeEnum accountType concode_elem_sep String bankName concode_elem_sep String accountNumb...
String function ( ) { return routingNumber ; }
11,816
checks if an option is defined concode_field_sep Map table concode_field_sep void set concode_elem_sep void set concode_elem_sep int intValue concode_elem_sep void clear concode_elem_sep void refresh concode_elem_sep void unset concode_elem_sep String value
boolean function ( String arg0 ) { if ( table == null ) return false ; return ( table . get ( arg0 . toLowerCase ( ) ) != null ) ; }
11,817
returns the enumerated type which specifies cycling behavior . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceEnum SRGB concode_elem_sep Color...
CycleMethodEnum function ( ) { return cycleMethod ; }
11,818
adds the given exiftag to its default ifd and returns an existing exiftag with the same tid or null if none exist . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes...
ExifTag function ( ExifTag arg0 ) { if ( arg0 != null ) { int loc0 = arg0 . getIfd ( ) ; return addTag ( arg0 , loc0 ) ; } return null ; }
11,819
gets selected time zone display name . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_...
String function ( ) { return displayNameTokenizer ( selectedTimeZone . getDisplayName ( ) ) ; }
11,820
a live vdb may be loading or active concode_field_sep boolean dataRolesRequired concode_elem_sep SystemFunctionManager systemFunctionManager concode_elem_sep NavigableMap<VDBKey,CompositeVDB> vdbRepo concode_elem_sep String LIFECYCLE_CONTEXT concode_elem_sep boolean ADD_PG_METADATA concode_elem_sep int DEFAULT_TIMEOUT_...
VDBMetaData function ( String arg0 , int arg1 ) { CompositeVDB loc0 = this . vdbRepo . get ( new VDBKey ( arg0 , arg1 ) ) ; if ( loc0 != null ) { return loc0 . getVDB ( ) ; } return null ; }
11,821
setter method concode_field_sep Integer customerType concode_elem_sep Integer callSource concode_elem_sep Date endDate concode_elem_sep Integer caseStatus concode_elem_sep long serialVersionUID concode_elem_sep Integer subCategoryId concode_elem_sep String circleID concode_elem_sep String circle concode_elem_sep Date s...
void function ( Date arg0 ) { this . startDate = arg0 ; }
11,822
as of jdk 1.1 , replaced by #setbounds int , int , int , int . concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep boolean emulated1 concode_elem_sep boolean...
void function ( ) { }
11,823
close the slidingmenu and show the content view . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu co...
void function ( ) { mSlidingMenu . showContent ( ) ; }
11,824
get the other user 's color concode_field_sep JMenu mnConnection concode_elem_sep Drawarea canvas concode_elem_sep JMenuItem mntmConnectToServer concode_elem_sep ChattingList chattingList concode_elem_sep JMenuItem mntmAbout concode_elem_sep JLabel usernameLabel concode_elem_sep HashMap<String,Color> otherUserColor con...
HashMap < String , Color > function ( ) { return otherUserColor ; }
11,825
hibernate apis explicitly state that setfirstresult should be a zero-based offset . here we allow the dialect a chance to convert that value based on what the underlying db or driver will expect . note : what gets passed into abstractlimithandler #processsql string , org.hibernate.engine.spi.rowselection is the zero-ba...
int function ( int arg0 ) { return arg0 ; }
11,826
get name concode_field_sep Integer name concode_elem_sep String PropertyClass concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep String getPropertyClass concode_elem_sep void setPropertyClass concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Model200Res...
Integer function ( ) { return name ; }
11,827
sets the value of the code property . concode_field_sep JAXBElement<String> timeStamp concode_elem_sep JAXBElement<String> code concode_elem_sep JAXBElement<ServicePlanDetail> servicePlanDetail concode_elem_sep JAXBElement<EquipmentSku> equipmentSku concode_elem_sep JAXBElement<String> message concode_field_sep JAXBEle...
void function ( JAXBElement < String > arg0 ) { this . code = arg0 ; }
11,828
------------------------------------------------------------------------------ concode_field_sep int expire concode_elem_sep int timeout concode_elem_sep String password concode_elem_sep String hostsAndPorts concode_elem_sep RedisCluster redisCluster concode_field_sep void init concode_elem_sep void setPassword concode...
byte [ ] function ( byte [ ] arg0 , byte [ ] arg1 , int arg2 ) { redisCluster . set ( arg0 , arg1 ) ; if ( arg2 != 0 ) { redisCluster . arg2 ( arg0 , arg2 ) ; } return arg1 ; }
11,829
what is the step index of the start of the deterministic loop , if it exists ? concode_field_sep long loopStart concode_elem_sep boolean isLooping concode_elem_sep long loopEnd concode_field_sep void addStep concode_elem_sep boolean isLooping concode_elem_sep void removePrecedingStates concode_elem_sep void initialise ...
long function ( ) { return loopStart ; }
11,830
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; }
11,831
sets port range router will be allowed to try . note : zero-range means only user-specified port will be used . concode_field_sep boolean DFLT_TCP_NODELAY concode_elem_sep int DFLT_PORT_RANGE concode_elem_sep IgniteLogger log concode_elem_sep int DFLT_TCP_PORT concode_elem_sep int portRange concode_elem_sep boolean noD...
GridTcpRouterConfiguration function ( int arg0 ) { A . ensure ( arg0 >= 0 , "srini_string" ) ; this . portRange = arg0 ; return this ; }
11,832
called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished concode_elem_sep boolean...
void function ( ) { expectedBridgeSecret = - 1 ; }
11,833
write the management protocol header . concode_field_sep long lastMessageTime concode_field_sep Channel.Receiver next concode_elem_sep void handleEnd concode_elem_sep void handleError concode_elem_sep void handleMessage concode_elem_sep ManagementChannelReceiver createDelegating concode_elem_sep void handleChannelReset...
void function ( final ManagementProtocolHeader arg0 , final OutputStream arg1 ) { final FlushableDataOutput loc0 = FlushableDataOutputImpl . create ( arg1 ) ; arg0 . write ( loc0 ) ; }
11,834
close it and ignore any exceptions . concode_field_sep PlaceHolder placeHolder concode_field_sep void closeQuietly
void function ( Closeable arg0 , String arg1 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { throw SqlExceptionUtil . create ( "srini_string" + arg1 , loc0 ) ; } } }
11,835
exposes the type of the controller connection . concode_field_sep String type concode_elem_sep IpAddress ip concode_elem_sep int port concode_field_sep int port concode_elem_sep int hashCode concode_elem_sep IpAddress ip concode_elem_sep boolean equals concode_elem_sep String target
String function ( ) { return type ; }
11,836
encodes the given string into a sequence of bytes using the us-ascii charset , storing the result into a new byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep byte[] getBytesUtf16Le concode_elem_sep String newStringUsAscii concode_elem_sep String newStringUtf...
byte [ ] function ( String arg0 ) { return StringUtils . getBytesUnchecked ( arg0 , CharEncoding . US_ASCII ) ; }
11,837
gets xmlreader . concode_field_sep Logger LOG concode_field_sep SchematronProcessor newScehamtronEngine
XMLReader function ( ) { final SAXParserFactory loc0 = SAXParserFactory . newInstance ( ) ; loc0 . setValidating ( false ) ; final SAXParser loc1 = loc0 . newSAXParser ( ) ; XMLReader loc2 = loc1 . getXMLReader ( ) ; return loc2 ; }
11,838
create a new webapp builder . concode_field_sep boolean findPort concode_elem_sep boolean devMode concode_elem_sep int port concode_elem_sep HashMap<String,Object> attributes concode_elem_sep Configuration conf concode_elem_sep HashSet<ServletStruct> servlets concode_elem_sep String wsName concode_elem_sep String spec ...
Builder < T > function ( String arg0 , Class < T > arg1 , T arg2 ) { return new Builder < T > ( arg0 , arg1 , arg2 ) ; }
11,839
sets the buffer to the given value . concode_field_sep byte[] bytes concode_elem_sep int bytePtr concode_elem_sep int bitPtr concode_elem_sep int DEFAULT_BUFFER_SIZE concode_field_sep void init concode_elem_sep byte[] getBuffer concode_elem_sep int getBufferSize concode_elem_sep int unpack concode_elem_sep void pack co...
void function ( final byte [ ] arg0 ) { bytes = arg0 ; }
11,840
info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL...
void function ( String arg0 , String arg1 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; }
11,841
send an alert for a datetimetype . concode_field_sep ItemRegistry itemRegistry concode_elem_sep Agent agent concode_elem_sep boolean agentConnected concode_elem_sep OpenHabCommandProcessor sitewhere concode_elem_sep boolean configured concode_elem_sep Logger LOGGER concode_elem_sep String SERVICE_NAME concode_elem_sep ...
void function ( String arg0 , Item arg1 , DateTimeType arg2 ) { addDeviceAlert ( arg0 , arg1 , TYPE_OPENHAB_DATETIME , arg2 . toString ( ) ) ; }
11,842
returns the maximum level that the enchantment can have . concode_field_sep Enchantment flame concode_elem_sep Enchantment power concode_elem_sep EnumEnchantmentType type concode_elem_sep Enchantment infinity concode_elem_sep Enchantment smite concode_elem_sep int effectId concode_elem_sep Enchantment featherFalling co...
int function ( ) { return 1 ; }
11,843
return the qualifier set to this object . null if nothing is set concode_field_sep String schema concode_elem_sep String qualifier concode_elem_sep String element concode_field_sep int hashCode concode_elem_sep String getElement concode_elem_sep boolean equals concode_elem_sep void setQualifier concode_elem_sep String ...
String function ( ) { return qualifier ; }
11,844
adds the specified task to the tests setup . concode_field_sep Queue<Runnable> setups concode_elem_sep Queue<Runnable> teardowns concode_field_sep void runSetupTasks concode_elem_sep void chainTearDownTask concode_elem_sep void runTearDownTasks
void function ( Runnable arg0 ) { setups . offer ( arg0 ) ; }
11,845
ciphertext that contains the encrypted data key . you must store the blob and enough information to reconstruct the encryption context so that the data encrypted by using the key can later be decrypted . you must provide both the ciphertext blob and the encryption context to the decrypt api to recover the plaintext dat...
GenerateDataKeyResult function ( java . nio . ByteBuffer arg0 ) { setCiphertextBlob ( arg0 ) ; return this ; }
11,846
creates a new instance of org.gradle.api.plugins.osgi.osgimanifest . the returned object is preconfigured with : version : project.version name : project.archivesbasename symbolicname : project.group + '' . '' + project.archivesbasename see below for exceptions to this rule the symbolic name is usually the group + '' ....
OsgiManifest function ( ) { return osgiManifest ( null ) ; }
11,847
used by the framework . concode_field_sep List<Supplier<Matcher<? super R>>> result concode_elem_sep List<Supplier<T>> input concode_elem_sep Function<T,R> underTest concode_elem_sep List<Supplier<T>> tmpInput concode_elem_sep List<Supplier<String>> name concode_elem_sep List<Supplier<Matcher<? super R>>> tmpResult con...
List < Supplier < String >> function ( ) { return Collections . unmodifiableList ( name ) ; }
11,848
gets the value of the blddgm property . concode_field_sep CTAnimationDgmBuildProperties bldDgm concode_elem_sep CTAnimationChartBuildProperties bldChart concode_field_sep void setBldDgm concode_elem_sep CTAnimationChartBuildProperties getBldChart concode_elem_sep void setBldChart
CTAnimationDgmBuildProperties function ( ) { return bldDgm ; }
11,849
returns true if the given state is currently active otherwise false . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep SCInterface getSCInte...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; default : return false ; } }
11,850
sets the ip address or host name concode_field_sep int ping concode_elem_sep String ipAddress concode_elem_sep int retryPolling concode_field_sep String getIpAddress concode_elem_sep int getRetryPolling concode_elem_sep void setPing concode_elem_sep int getPing concode_elem_sep void setRetryPolling
void function ( String arg0 ) { this . ipAddress = arg0 ; }
11,851
checks to see if the location given is an absolute actual or relative path . concode_field_sep String FILE_PROTOCOL concode_elem_sep Log log concode_elem_sep ClassLoader classLoader concode_elem_sep String HTTPS_PROTOCOL concode_elem_sep String BUNDLE_RESOURCE_PROTOCOL concode_elem_sep String HTTP_PROTOCOL concode_elem...
boolean function ( String arg0 ) { boolean loc0 = false ; if ( arg0 . indexOf ( "srini_string" ) != - 1 ) { loc0 = true ; } else if ( arg0 . indexOf ( "srini_string" ) != - 1 ) { loc0 = true ; } else if ( arg0 . indexOf ( "srini_string" ) != - 1 ) { loc0 = true ; } return loc0 ; }
11,852
info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; }
11,853
gets the total allocated mips for a vm over all the pes . concode_field_sep List<? extends Pe> peList concode_elem_sep double availableMips concode_elem_sep Map<String,List<Double>> mipsMap concode_field_sep List<T> getPeList concode_elem_sep void setAvailableMips concode_elem_sep double getAvailableMips concode_elem_s...
double function ( Vm arg0 ) { double loc0 = 0 ; List < Double > loc1 = getAllocatedMipsForVm ( arg0 ) ; if ( loc1 != null ) { for ( double loc2 : loc1 ) { loc0 += loc2 ; } } return loc0 ; }
11,854
return the first collated query string . for convenience and backwards-compatibility . use getcollatedresults for full data . concode_field_sep int endOffset concode_elem_sep String original concode_elem_sep List<Collation> collations concode_elem_sep List<Integer> alternativeFrequencies concode_elem_sep String collati...
String function ( ) { return collations == null || collations . size ( ) == 0 ? null : collations . get ( 0 ) . collationQueryString ; }
11,855
streaming : client writes several packets with dn0 very slow . client finishes write successfully . concode_field_sep byte[] toRead concode_elem_sep short REPLICATION concode_elem_sep long BLOCKSIZE concode_elem_sep int PACKET_SIZE concode_elem_sep Configuration conf concode_elem_sep int MIN_N_PACKET concode_elem_sep i...
void function ( ) { final String loc0 = FiTestUtil . getMethodName ( ) ; FiTestUtil . LOG . info ( "srini_string" + loc0 + "srini_string" ) ; final DataTransferTest loc1 = ( DataTransferTest ) DataTransferTestUtil . initTest ( ) ; initSlowDatanodeTest ( loc1 , new SleepAction ( loc0 , 0 , MAX_SLEEP ) ) ; writeSeveralPa...
11,856
sets the class pk of this workflow instance link . concode_field_sep WorkflowInstanceLink _workflowInstanceLink concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void s...
void function ( long arg0 ) { _workflowInstanceLink . setClassPK ( arg0 ) ; }
11,857
gets the value of the rval property . concode_field_sep ExpressBusinessPage rval concode_field_sep void setRval
ExpressBusinessPage function ( ) { return rval ; }
11,858
sets the value of the version property . concode_field_sep String name concode_elem_sep String version concode_elem_sep String properties concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName concode_elem_sep String getProperties concode_elem_sep void setProperties
void function ( String arg0 ) { this . version = arg0 ; }
11,859
returns the category of the device . concode_field_sep List<Ability> abilities concode_elem_sep boolean configurationSynchronized concode_elem_sep String name concode_elem_sep String description concode_elem_sep Location location concode_elem_sep String id concode_elem_sep String category concode_elem_sep List<Schedule...
String function ( ) { return category ; }
11,860
set the capacity of this event repository . concode_field_sep int DEFAULT_CAPACITY concode_elem_sep int tail concode_elem_sep AuditEvent[] events concode_elem_sep Object monitor concode_field_sep void add concode_elem_sep List<AuditEvent> find concode_elem_sep List<AuditEvent> find concode_elem_sep List<AuditEvent> fin...
void function ( int arg0 ) { synchronized ( this . monitor ) { this . events = new AuditEvent [ arg0 ] ; } }
11,861
returns a color object given r , g , and b values . intended for use by subtypes so they do n't have to import or think about colors . concode_field_sep String name concode_field_sep String name
Color function ( int arg0 , int arg1 , int arg2 ) { return new Color ( arg0 , arg1 , arg2 ) ; }
11,862
sets the value of the url property . concode_field_sep String method concode_elem_sep String paramLocation concode_elem_sep String url concode_field_sep String getUrl concode_elem_sep void setMethod concode_elem_sep void setParamLocation concode_elem_sep String getParamLocation concode_elem_sep String getMethod
void function ( String arg0 ) { this . url = arg0 ; }
11,863
sets the xmlerrorlog this stream will use to log errors . concode_field_sep boolean swigCMemOwn concode_elem_sep long swigCPtr concode_field_sep String getVersion concode_elem_sep XMLToken next concode_elem_sep XMLErrorLog getErrorLog concode_elem_sep boolean isGood concode_elem_sep void skipPastEnd concode_elem_sep vo...
int function ( XMLErrorLog arg0 ) { return libsbmlJNI . XMLInputStream_setErrorLog ( swigCPtr , this , XMLErrorLog . getCPtr ( arg0 ) , arg0 ) ; }
11,864
make the variable accessible for read for replicated variables , when the site recovered , they needs to wait one write before accessible for read concode_field_sep Map<Integer,Integer> _commits concode_elem_sep int _value concode_elem_sep boolean _canRead concode_elem_sep String _vid concode_elem_sep int _lastCommitte...
void function ( ) { _canRead = true ; }
11,865
get an instance of the jdbcpersistencemanager . it implements a lazy initialization with double checked locking . concode_field_sep Log log concode_elem_sep JDBCPersistenceManager instance concode_elem_sep DataSource dataSource concode_field_sep Connection getDBConnection concode_elem_sep void initDataSource concode_el...
JDBCPersistenceManager function ( ) { if ( instance == null ) { synchronized ( JDBCPersistenceManager . class ) { if ( instance == null ) { instance = new JDBCPersistenceManager ( ) ; } } } return instance ; }
11,866
returns the runfiles path for this repository relative to the x.runfiles / main-repo / directory . concode_field_sep int hashCode concode_elem_sep PathFragment pkgName concode_elem_sep Interner<PackageIdentifier> INTERNER concode_elem_sep RepositoryName DEFAULT_REPOSITORY_NAME concode_elem_sep RepositoryName MAIN_REPOS...
PathFragment function ( ) { return getRepository ( ) . getRunfilesPath ( ) . getRelative ( getPackageFragment ( ) ) ; }
11,867
the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e...
void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; }
11,868
sets the value of the val property . concode_field_sep STTextboxTightWrap val concode_elem_sep Object parent concode_field_sep Object getParent concode_elem_sep STTextboxTightWrap getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent
void function ( STTextboxTightWrap arg0 ) { this . val = arg0 ; }
11,869
returns the mapped method for the specified message type . concode_field_sep Map<Class,Method> methods concode_elem_sep Logger log concode_elem_sep Class delegateType concode_elem_sep Class[] messageTypes concode_field_sep Class getMessageType concode_elem_sep Method findDelegate concode_elem_sep boolean isValidMethod ...
Method function ( Class arg0 ) { Method loc0 = methods . get ( arg0 ) ; return loc0 ; }
11,870
setter for billingaddress concode_field_sep PayerInfoType payerInfo concode_elem_sep AddressType billingAddress concode_field_sep boolean isWhitespaceNode concode_elem_sep AddressType getBillingAddress concode_elem_sep PayerInfoType getPayerInfo concode_elem_sep void setPayerInfo
void function ( AddressType arg0 ) { this . billingAddress = arg0 ; }
11,871
retrieve the portlet application deployment descriptor for the given servlet context . create it if it does not allready exist . concode_field_sep Map<String,DriverPortletContext> portletContexts concode_elem_sep Map<String,ClassLoader> classLoaders concode_elem_sep PlatformApiBrokerImpl platformApiBroker concode_elem_...
PortletApplicationDefinition function ( ServletContext arg0 , String arg1 , String arg2 ) { PortletApplicationDefinition loc0 = this . portletAppDefinitionCache . get ( arg0 ) ; if ( loc0 == null ) { loc0 = createDefinition ( arg0 , arg1 , arg2 ) ; this . portletAppDefinitionCache . put ( arg0 , loc0 ) ; } return loc0 ...
11,872
pops a class from the enclosing classes stack . concode_field_sep Set<MethodNode> methodsToBeVisited concode_elem_sep Set<Long> reportedErrors concode_elem_sep LinkedList<BinaryExpression> enclosingBinaryExpressions concode_elem_sep LinkedList<EnclosingClosure> enclosingClosures concode_elem_sep DelegationMetadata dele...
ClassNode function ( ) { return enclosingClassNodes . removeFirst ( ) ; }
11,873
creates an atomicreference instance with no initial value . concode_field_sep PlaceHolder placeHolder concode_field_sep AtomicReferenceArray<E> newReferenceArray concode_elem_sep AtomicReferenceArray<E> newReferenceArray
AtomicReference < V > function ( ) { return new AtomicReference < V > ( ) ; }
11,874
static function void return type single name concode_field_sep HashMap<Class<?>,Class<?>> primitiveWrappers concode_field_sep boolean isInstance concode_elem_sep void setField concode_elem_sep void setField concode_elem_sep void setField concode_elem_sep void set concode_elem_sep void set concode_elem_sep T get concode...
void function ( Class < ? > arg0 , String arg1 , Object ... arg2 ) { callMethod ( arg0 , null , new String [ ] { arg1 } , arg2 ) ; }
11,875
updates this item 's index in the list of most visited items . concode_field_sep String mUrl concode_elem_sep NewTabPageManager mManager concode_elem_sep int mTileType concode_elem_sep boolean mOfflineAvailable concode_elem_sep int mSource concode_elem_sep String mTitle concode_elem_sep View mView concode_elem_sep Stri...
void function ( int arg0 ) { mIndex = arg0 ; }
11,876
get output from linear function f x . concode_field_sep int output concode_elem_sep int index concode_elem_sep byte[] workingIV concode_elem_sep int[] nfsr concode_elem_sep byte[] workingKey concode_elem_sep boolean initialised concode_elem_sep int STATE_SIZE concode_elem_sep int[] lfsr concode_elem_sep byte[] out conc...
int function ( ) { int loc0 = lfsr [ 0 ] ; int loc1 = lfsr [ 0 ] >>> 13 | lfsr [ 1 ] << 3 ; int loc2 = lfsr [ 1 ] >>> 7 | lfsr [ 2 ] << 9 ; int loc3 = lfsr [ 2 ] >>> 6 | lfsr [ 3 ] << 10 ; int loc4 = lfsr [ 3 ] >>> 3 | lfsr [ 4 ] << 13 ; int loc5 = lfsr [ 3 ] >>> 14 | lfsr [ 4 ] << 2 ; return ( loc0 ^ loc1 ^ loc2 ^ loc...
11,877
sets whether the size column is displayed concode_field_sep List<SelectItem> _SKIN_FAMILIES concode_elem_sep int _DEFAULT_ROWS_SHOWN concode_elem_sep String _accessibilityMode concode_elem_sep boolean _displayDateColumn concode_elem_sep String REGULAR_BRANDING concode_elem_sep String MEDIUM_BRANDING concode_elem_sep Li...
void function ( boolean arg0 ) { _displaySizeColumn = arg0 ; }
11,878
gets the precision of the data type descriptor of this field . the precision is the precision for a numeric type , the length for a string type , or the start unit precision for an interval type . concode_field_sep SqlIntervalQualifier intervalQualifier concode_elem_sep Integer precision concode_elem_sep Boolean isNull...
Integer function ( ) { return precision ; }
11,879
sets the value of the mmyincr property . concode_field_sep BigInteger mmyIncrUnits concode_elem_sep String endMMY concode_elem_sep String startMMY concode_elem_sep BigInteger mmyFmt concode_elem_sep BigInteger mmyIncr concode_elem_sep String matRuleID concode_field_sep void setEndMMY concode_elem_sep void setMMYFmt con...
void function ( BigInteger arg0 ) { this . mmyIncr = arg0 ; }
11,880
returns the so dan of this ke hoach ve sinh . concode_field_sep KeHoachVeSinh _keHoachVeSinh 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 ...
long function ( ) { return _keHoachVeSinh . getSoDan ( ) ; }
11,881
the name of the blob container . concode_field_sep String container concode_elem_sep String blobName concode_elem_sep String imageId concode_elem_sep String directory concode_elem_sep JcloudsCommand command concode_elem_sep String hardwareId concode_elem_sep String nodeState concode_elem_sep String providerId concode_e...
void function ( String arg0 ) { this . container = arg0 ; }
11,882
get the name of the selector that represents the child . concode_field_sep SelectorName parentSelectorName concode_elem_sep SelectorName childSelectorName concode_elem_sep long serialVersionUID concode_elem_sep int hc concode_field_sep String getChildSelectorName concode_elem_sep String getParentSelectorName concode_el...
SelectorName function ( ) { return childSelectorName ; }
11,883
ensures that an object reference passed as a parameter to the calling method is not null . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkState concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep String format concode_elem_sep void checkArgument concode_elem_sep voi...
T function ( T arg0 , Object arg1 ) { if ( arg0 == null ) { throw new ElasticsearchNullPointerException ( String . valueOf ( arg1 ) ) ; } return arg0 ; }
11,884
get the underlying pullprovider concode_field_sep int currentEvent concode_elem_sep PipelineConfiguration pipe concode_elem_sep PullProvider base concode_field_sep int next concode_elem_sep CharSequence getStringValue concode_elem_sep AttributeCollection getAttributes concode_elem_sep int getTypeAnnotation concode_elem...
PullProvider function ( ) { return base ; }
11,885
get enuminteger concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep String toIndentedString concode_elem_sep EnumNumberEnum getEnumNumber concode_elem_sep void setEnumInteger concode_elem_sep ...
EnumIntegerEnum function ( ) { return enumInteger ; }
11,886
gets the value of the context property . concode_field_sep ActAsType actAs concode_elem_sep RenewingType renewing concode_elem_sep String requestType concode_elem_sep RenewTargetType renewTarget concode_elem_sep BinaryExchangeType binaryExchange concode_elem_sep Boolean delegatable concode_elem_sep LifetimeType lifetim...
String function ( ) { return context ; }
11,887
modifica el precio de la contenedora concode_field_sep double precio concode_elem_sep int ancho concode_elem_sep int alto concode_elem_sep int espesor concode_field_sep int getAlto concode_elem_sep int getEspesor concode_elem_sep double getPrecio concode_elem_sep void setEspesor concode_elem_sep void setAncho concode_e...
void function ( double arg0 ) { this . precio = arg0 ; }
11,888
creates an injector for the given set of modules . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Injector function ( Iterable < ? extends Module > arg0 ) { return createInjector ( Stage . DEVELOPMENT , arg0 ) ; }
11,889
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Job job concode_field_sep CreateJobResult withJob concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateJobResult clone concode_elem_sep void setJob concode_elem_sep Job getJob
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getJob ( ) != null ) loc0 . append ( "srini_string" + getJob ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
11,890
returns a protocoldetectionresult that signals the data was invalid for the protocol . concode_field_sep T result concode_elem_sep ProtocolDetectionResult NEEDS_MORE_DATE concode_elem_sep ProtocolDetectionResult INVALID concode_elem_sep ProtocolDetectionState state concode_field_sep T detectedProtocol concode_elem_sep ...
ProtocolDetectionResult < T > function ( ) { return INVALID ; }
11,891
add a widget to the index concode_field_sep SolrConnector store concode_field_sep SearchResults query concode_elem_sep SolrConnector getInstance concode_elem_sep List<Widget> moreLikeThis concode_elem_sep boolean delete concode_elem_sep SolrServer getLocalizedSolrServer
boolean function ( Widget arg0 , String arg1 ) { try { SolrServer loc0 = getLocalizedSolrServer ( arg1 ) ; loc0 . addBean ( arg0 ) ; loc0 . commit ( ) ; return true ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; return false ; } catch ( SolrServerException loc0 ) { loc0 . printStackTrace ( ) ; return fal...
11,892
sets the field_list value for this get_entry_list_result . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.sugarws.Entry_value[] entry_list concode_elem_sep org.talend.sugarws.Error_value error concode_elem_sep int result_count concode_elem_sep int nex...
void function ( org . talend . sugarws . Field [ ] arg0 ) { this . field_list = arg0 ; }
11,893
returns the author of the binding e.g. `` max mustermann '' . concode_field_sep String DEFAULT_SERVICE_ID_PREFIX concode_elem_sep URI configDescriptionURI concode_elem_sep String author concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String serviceId concode_...
String function ( ) { return this . author ; }
11,894
multiply a 4d vector by this matrix . note : src and dest must be different vectors . concode_field_sep float[] data concode_field_sep void set concode_elem_sep void set concode_elem_sep Mat4f mul concode_elem_sep void mul concode_elem_sep void setScale concode_elem_sep void getRotation concode_elem_sep void setTransla...
void function ( Vec4f arg0 , Vec4f arg1 ) { for ( int loc0 = 0 ; loc0 < 4 ; loc0 ++ ) { float loc1 = 0.0f ; for ( int loc2 = 0 ; loc2 < 4 ; loc2 ++ ) { loc1 += get ( loc0 , loc2 ) * arg0 . get ( loc2 ) ; } arg1 . set ( loc0 , loc1 ) ; } }
11,895
gets the description . concode_field_sep List allArticlesInGroup concode_elem_sep String groupName concode_elem_sep Integer groupId concode_elem_sep String description concode_field_sep void add concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep void setGroupId concode_elem_sep Integer getId...
String function ( ) { return description ; }
11,896
replace an attachment on this object if an existing attachment exists . concode_field_sep Map<AttachmentKey<?>,Object> attachments concode_field_sep Map<AttachmentKey<?>,?> getAttachments concode_elem_sep T getAttachment concode_elem_sep T putAttachmentIfAbsent concode_elem_sep void clearAttachments concode_elem_sep T ...
T function ( AttachmentKey < T > arg0 , T arg1 ) { if ( arg0 == null ) return null ; Assert . checkNotNullParam ( "srini_string" , arg1 ) ; final Map < AttachmentKey < ? > , Object > loc0 = this . attachments ; synchronized ( loc0 ) { return ( T ) ( loc0 . containsKey ( arg0 ) ? loc0 . put ( arg0 , arg1 ) : null ) ; } ...
11,897
create a match with two players concode_field_sep ArrayList<MatchPlayer> players concode_elem_sep Tournament tournament concode_elem_sep ArrayList<Round> rounds concode_field_sep void createData concode_elem_sep Tournament getTournament concode_elem_sep MatchPlayer createMatchPlayer
Match function ( int arg0 , int arg1 ) { Match loc0 = new Match ( ) ; loc0 . getMatchPlayer ( ) . add ( players . get ( arg0 - 1 ) ) ; loc0 . getMatchPlayer ( ) . add ( players . get ( arg1 - 1 ) ) ; return loc0 ; }
11,898
disposes cached object . concode_field_sep PlaceHolder placeHolder concode_field_sep byte getCacheId concode_elem_sep IoBuffer[] chunkBuffer
void function ( Object arg0 ) { if ( arg0 == null ) { return ; } final IoBuffer [ ] loc0 = ( IoBuffer [ ] ) arg0 ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] . free ( ) ; loc0 [ loc1 ] = null ; } }
11,899
produce a jsonarray of jsonobjects from a comma delimited text string , using the first row as a source of names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString concode_elem_sep...
JSONArray function ( JSONTokener arg0 ) { return toJSONArray ( rowToJSONArray ( arg0 ) , arg0 ) ; }