idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
4,700
specifies the status of the ip range . status can be `` authorizing '' , `` authorized '' , `` revoking '' , and `` revoked '' . concode_field_sep String status concode_elem_sep String cIDRIP concode_field_sep IPRange withStatus concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep IPRange clon...
String function ( ) { return status ; }
4,701
this method returns the list of all active region concode_field_sep PlaceHolder placeHolder concode_field_sep List findAllCircle concode_elem_sep boolean editAgent concode_elem_sep List findAllDepartment concode_elem_sep List findAllDepartment concode_elem_sep List findHubs concode_elem_sep List findAllLevel concode_el...
List function ( ) { List loc0 = new ArrayList ( ) ; AgentUtilityDAO loc1 = new AgentUtilityDAO ( ) ; loc0 = loc1 . findCircle ( ) ; return loc0 ; }
4,702
called when a crc error happens on the parser concode_field_sep int receivedPacketCount concode_elem_sep int lostPacketCount concode_elem_sep int lastPacketSeq concode_elem_sep int crcErrorCount concode_field_sep boolean hasLostPackets concode_elem_sep void newPacket concode_elem_sep void advanceLastPacketSequence conc...
void function ( ) { crcErrorCount ++ ; }
4,703
system #out is piped into this stream . concode_field_sep StringListOutputStream systemErrorStream concode_elem_sep StringListOutputStream systemOutputStream concode_elem_sep PrintStream originOutStream concode_elem_sep Properties originProperties concode_elem_sep PrintStream originErrStream concode_field_sep StringLis...
StringListOutputStream function ( ) { return systemOutputStream ; }
4,704
determine the relative order of this and that , as specified by comparable . the timestamp is most significant ; that is , if the timestamps are different , return 1 or -1 . if this contains only a timestamp with no nonce etc. , return -1 or 0 . the treatment of the nonce etc. is murky , although 0 is returned only if ...
int function ( UsedNonce arg0 ) { return ( arg0 == null ) ? 1 : sortKey . compareTo ( arg0 . sortKey ) ; }
4,705
returns true if any right at all has been granted to this user object on the database object identified by the dbobject argument . concode_field_sep HsqlName initialSchema concode_elem_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSys concode_elem_sep Str...
boolean function ( String arg0 ) { return grantee . isAccessible ( arg0 ) ; }
4,706
search the symbolic names by name of tag symbolic name . if not found , return null . concode_field_sep String totalRevisions concode_elem_sep List<Revision> revisions concode_elem_sep File file concode_elem_sep List<SymbolicName> symbolicNames concode_elem_sep String rcsFileName concode_elem_sep String accessList conc...
SymbolicName function ( String arg0 ) { if ( symbolicNames == null ) { createSymNames ( ) ; } for ( Iterator loc0 = symbolicNames . iterator ( ) ; loc0 . hasNext ( ) ; ) { final SymbolicName loc1 = ( SymbolicName ) loc0 . next ( ) ; if ( loc1 . getName ( ) . equals ( arg0 ) ) { return loc1 ; } } return null ; }
4,707
getter method for statusdescription concode_field_sep int totalCount concode_elem_sep String statusDescription concode_field_sep void setTotalCount concode_elem_sep int getTotalCount concode_elem_sep void setStatusDescription
String function ( ) { return statusDescription ; }
4,708
initialise a des cipher . concode_field_sep int[] SP4 concode_elem_sep int[] SP6 concode_elem_sep int[] SP7 concode_elem_sep byte[] pc1 concode_elem_sep short[] bytebit concode_elem_sep int[] workingKey concode_elem_sep int[] bigbyte concode_elem_sep int[] SP8 concode_elem_sep byte[] totrot concode_elem_sep int[] SP2 c...
void function ( boolean arg0 , byte [ ] arg1 ) { this . workingKey = generateWorkingKey ( arg0 , arg1 , 0 ) ; }
4,709
returns whether the flag acc_native is on in the givenflags . concode_field_sep int ACC_NATIVE concode_elem_sep int ACC_SUPER concode_elem_sep int ACC_STRICT concode_elem_sep int ACC_ANNOTATION concode_elem_sep int CONV_CLASS concode_elem_sep int ACC_ABSTRACT concode_elem_sep int CONV_FIELD concode_elem_sep int ACC_FIN...
boolean function ( int arg0 ) { return ( arg0 & ACC_NATIVE ) != 0 ; }
4,710
sets the relativetoprevious value for this billingschedulerecurrence . concode_field_sep java.util.Calendar recurrenceDate concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long count concode_...
void function ( java . lang . Boolean arg0 ) { this . relativeToPrevious = arg0 ; }
4,711
use insertsuggestedsong instead concode_field_sep String artist concode_elem_sep List<String> genre concode_elem_sep List<String> suggestedSongs concode_elem_sep String title concode_elem_sep String songId concode_field_sep String getSongId concode_elem_sep void insertSuggestedSong concode_elem_sep void setArtist conco...
void function ( String arg0 ) { this . suggestedSongs = new ArrayList < String > ( ) ; this . suggestedSongs . add ( arg0 ) ; }
4,712
sets the http basic authentication header . concode_field_sep String LOG_TAG concode_elem_sep Context context concode_elem_sep TaskParameters params concode_field_sep HttpUploadRequest addHeader concode_elem_sep HttpUploadRequest setUsesFixedLengthStreamingMode concode_elem_sep HttpUploadRequest addParameter concode_el...
HttpUploadRequest function ( final String arg0 , final String arg1 ) { String loc0 = Base64 . encodeToString ( ( arg0 + "srini_string" + arg1 ) . getBytes ( ) , Base64 . DEFAULT ) ; params . addRequestHeader ( "srini_string" , "srini_string" + loc0 ) ; return this ; }
4,713
the node this information relates to . concode_field_sep DiscoveryNode node concode_field_sep DiscoveryNode node concode_elem_sep void writeTo concode_elem_sep void readFrom
DiscoveryNode function ( ) { return node ( ) ; }
4,714
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return _wikiPageResourceLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
4,715
returns the final component of this path . concode_field_sep String path concode_elem_sep IgfsPath ROOT concode_elem_sep String SLASH concode_elem_sep long serialVersionUID concode_elem_sep char SLASH_CHAR concode_field_sep IgfsPath parent concode_elem_sep void writeExternal concode_elem_sep List<String> components con...
String function ( ) { return GridFilenameUtils . getName ( path ) ; }
4,716
specifies if disk logging should be enabled or not . defaults to true . it is useful for junit testing , or to profile code without seeing the transaction manager 's activity as a hot spot but this should never be disabled on production or data integrity can not be guaranteed . concode_field_sep Map<String,String> valu...
void function ( boolean arg0 ) { set ( "srini_string" , arg0 ) ; }
4,717
cast a string type to int type . gets a string array and returns its elements as int array concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep List<LevelInformation> levels
List < Integer > function ( String [ ] arg0 ) { int loc0 = arg0 . length ; List < Integer > loc1 = new ArrayList < Integer > ( ) ; int loc2 = 0 ; while ( loc2 < loc0 ) { try { loc1 . add ( Integer . parseInt ( arg0 [ loc2 ] ) ) ; loc2 ++ ; } catch ( NumberFormatException loc3 ) { loc2 ++ ; } } return loc1 ; }
4,718
return properties loaded from a fixture configuration file , or null if not found . if a fixture configuration file is not found , a notice is printed to standard output stating that tests for this fixture id are skipped . this method allows tests that can not extend onlinetestcase or onlinetestsupport because they alr...
Properties function ( String arg0 ) { File loc0 = getFixtureFile ( getFixtureDirectory ( ) , arg0 ) ; if ( loc0 . exists ( ) ) { return loadProperties ( loc0 ) ; } else { printSkipNotice ( arg0 , loc0 ) ; return null ; } }
4,719
returns a string from the offset until the next string delimiter . concode_field_sep int MAX_NUMBER_OF_KEY_ELEMENTS concode_elem_sep byte[] b concode_elem_sep int offset concode_elem_sep int length concode_elem_sep int index concode_elem_sep boolean[] useSeparator concode_field_sep KeyBuilder add concode_elem_sep KeyBu...
String function ( ) { if ( offset >= b . length ) { throw new IOException ( "srini_string" ) ; } int loc0 = 0 ; while ( offset + loc0 < b . length && b [ offset + loc0 ] != 0x0 ) { loc0 ++ ; } String loc1 = new String ( b , offset , loc0 , UTF_8 ) ; offset = offset + loc0 + 1 ; return loc1 ; }
4,720
allows a secure web page from host b to declare that its content for example a button , links , text , etc. must not be displayed in a frame or of another page e.g. from host a . in principle this is done by a policy declared in the http header and enforced by conforming browser implementations concode_field_sep Long m...
String function ( ) { return frameOptions ; }
4,721
cleans up the request service , run this after all tests are complete after the test suite concode_field_sep String requestId concode_elem_sep DSpaceKernel kernel concode_elem_sep RequestService requestService concode_elem_sep DSpaceKernelImpl kernelImpl concode_field_sep DSpaceKernel getKernel concode_elem_sep Service...
void function ( ) { requestService = null ; }
4,722
get x position . concode_field_sep double x concode_elem_sep double y concode_elem_sep double z concode_elem_sep float pitch concode_elem_sep float yaw concode_field_sep float getYaw concode_elem_sep double getY concode_elem_sep float getPitch concode_elem_sep double getZ
double function ( ) { return x ; }
4,723
on key up . 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 concode_field_sep void showSecondaryMenu...
boolean function ( int arg0 , KeyEvent arg1 ) { if ( arg0 == KeyEvent . KEYCODE_BACK && mSlidingMenu . isMenuShowing ( ) ) { showContent ( ) ; return true ; } return false ; }
4,724
as of jdk 1.1 , replaced by #setbounds int , int , int , int . concode_field_sep InnerInputCorrectJavaDocParagraphCheck anon concode_elem_sep byte NUL_2 concode_elem_sep byte NUL concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo7 concode_elem_sep boolean emulate...
void function ( ) { }
4,725
used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String...
String function ( ) { return "srini_string" ; }
4,726
convert a nibble to a hex character concode_field_sep char[] hexDigit concode_field_sep int getIntProperty concode_elem_sep TreeMap<String,String> caseInsensitiveProps concode_elem_sep void putAll concode_elem_sep Class<?> setProperty concode_elem_sep Properties clone concode_elem_sep Properties clone concode_elem_sep ...
char function ( int arg0 ) { return hexDigit [ ( arg0 & 0xF ) ] ; }
4,727
the distribution 's configuration information . concode_field_sep DistributionConfig distributionConfig concode_elem_sep String eTag concode_field_sep void setDistributionConfig concode_elem_sep DistributionConfig getDistributionConfig concode_elem_sep String getETag concode_elem_sep int hashCode concode_elem_sep boole...
GetDistributionConfigResult function ( DistributionConfig arg0 ) { setDistributionConfig ( arg0 ) ; return this ; }
4,728
test method for asgn1election.votelist #invertvote . concode_field_sep asgn1Election.VoteList vtList concode_field_sep void testGetPreferenceInvalidDataOverFlow concode_elem_sep void testGetPreferenceInvalidDataZero concode_elem_sep void testGetPreferenceInvalidDataFive concode_elem_sep void testGetPreference concode_e...
void function ( ) { vtList . addPref ( 2 ) ; vtList . addPref ( 1 ) ; vtList . addPref ( 3 ) ; vtList . addPref ( 4 ) ; vtList . addPref ( 5 ) ; asgn1Election . Vote loc0 = vtList . invertVote ( ) ; String loc1 = loc0 . toString ( ) ; String loc2 = "srini_string" ; assertEquals ( 0 , loc1 . compareTo ( loc2 ) ) ; }
4,729
set the namespace uri that will be applied to all subsequently added rule objects . concode_field_sep String namespaceURI concode_elem_sep Digester digester concode_field_sep void add concode_elem_sep Digester getDigester concode_elem_sep void clear concode_elem_sep List<Rule> match concode_elem_sep String getNamespace...
void function ( String arg0 ) { this . namespaceURI = arg0 ; }
4,730
get a property from the project concode_field_sep BuildFileRule buildRule concode_field_sep void assertPropertyContains concode_elem_sep void testWorks concode_elem_sep void assertPropertyEndsWith concode_elem_sep void testEmpty concode_elem_sep void testFilesetSeparator concode_elem_sep void testIllegalCombinations co...
String function ( String arg0 ) { return buildRule . getProject ( ) . getProperty ( arg0 ) ; }
4,731
sets the total number of messages to receive in the history . concode_field_sep String ELEMENT concode_elem_sep String password concode_elem_sep int seconds concode_elem_sep String NAMESPACE concode_elem_sep int maxStanzas concode_elem_sep String ELEMENT concode_elem_sep int maxChars concode_elem_sep History history co...
void function ( int arg0 ) { this . maxStanzas = arg0 ; }
4,732
returns true if the version is at least minimummajor.minimumminor concode_field_sep String _versionStr concode_field_sep String getBundleVersion concode_elem_sep int getMajorVersion concode_elem_sep String getVersionStr concode_elem_sep String getBundleShortVersionString concode_elem_sep int getMinorVersion concode_ele...
boolean function ( int arg0 , int arg1 ) { int loc0 = getMajorVersion ( ) ; int loc1 = getMinorVersion ( ) ; boolean loc2 ; if ( loc0 > arg0 ) { loc2 = true ; } else if ( loc0 == arg0 ) { if ( loc1 >= arg1 ) { loc2 = true ; } else { loc2 = false ; } } else { loc2 = false ; } return loc2 ; }
4,733
parse the contents of the inputstream . the contents are expected to represent a valid smil file . concode_field_sep SequenceElement mElements concode_field_sep List<AudioElement> getAudioSegments concode_elem_sep boolean hasTextSegments concode_elem_sep void load concode_elem_sep List<TextElement> getTextSegments conc...
void function ( InputStream arg0 ) { parseContents ( "srini_string" , arg0 ) ; }
4,734
returns an index of the last matched token . concode_field_sep boolean consumed concode_elem_sep char[][] dateTokens concode_elem_sep long currentDateMillis concode_elem_sep int last concode_elem_sep int offset concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat...
int function ( ) { return last ; }
4,735
looks up the the corresponding ochsignaltype instancefrom the specified byte value for odu signal type defined in onf `` optical transport protocol extensions version 1.0 '' . concode_field_sep BiMap<GridType,Byte> GRID_TYPES concode_elem_sep BiMap<ChannelSpacing,Byte> CHANNEL_SPACING concode_elem_sep BiMap<OchSignalTy...
OduSignalType function ( byte arg0 ) { return lookup ( ODU_SIGNAL_TYPES . inverse ( ) , arg0 , OduSignalType . class ) ; }
4,736
returns the aws key management system key id used for encryption . returns null if default key id is used . concode_field_sep String awsKmsKeyId concode_field_sep String getEncryption
String function ( ) { return awsKmsKeyId ; }
4,737
returns the parent of this inputmap . the default value is null . concode_field_sep InputMap parent concode_elem_sep long serialVersionUID concode_elem_sep Map inputMap concode_field_sep int size concode_elem_sep KeyStroke[] keys concode_elem_sep Object get concode_elem_sep void clear concode_elem_sep KeyStroke[] allKe...
InputMap function ( ) { return parent ; }
4,738
cache an indirect handler mapping for the given target type . concode_field_sep Map<Class<?>,T> handlers concode_elem_sep Map<Class<?>,T> indirectCache concode_elem_sep Log log concode_elem_sep T defaultHandler concode_elem_sep boolean searchAnnotations concode_elem_sep Set<Class<?>> negativeCache concode_elem_sep bool...
T function ( Class < ? > arg0 , T arg1 ) { if ( arg1 == null ) { log . debug ( "srini_string" , arg0 ) ; negativeCache . add ( arg0 ) ; } else { log . debug ( "srini_string" , arg0 , "srini_string" , arg1 ) ; indirectCache . put ( arg0 , arg1 ) ; } return arg1 ; }
4,739
configure the certificate chain to use when serving https responses . the first certificate is the server 's certificate , further certificates are included in the handshake so the client can build a trusted path to a ca certificate . concode_field_sep SslClient localhost concode_elem_sep List<X509Certificate> certific...
Builder function ( HeldCertificate arg0 , HeldCertificate ... arg1 ) { X509Certificate [ ] loc0 = new X509Certificate [ arg1 . length ] ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg1 [ loc1 ] . certificate ; } return certificateChain ( arg0 . keyPair , arg0 . certificate , loc0 ) ; }
4,740
return value resource resolver return value as string resource resolver . concode_field_sep AuditResourceResolver messageBundleAwareResourceResolver concode_elem_sep String AUDIT_ACTION_SUFFIX_FAILED concode_elem_sep AbstractStringAuditTrailManager.AuditFormats auditFormat concode_elem_sep AuditResourceResolver ticketR...
ReturnValueAsStringResourceResolver function ( ) { return new ReturnValueAsStringResourceResolver ( ) ; }
4,741
get a point on a specified generated triangle concode_field_sep boolean tried concode_elem_sep ArrayList points concode_elem_sep PointList poly concode_elem_sep float[] array concode_elem_sep float x concode_elem_sep PointList tris concode_elem_sep float y concode_elem_sep float EPSILON concode_field_sep boolean triang...
float [ ] function ( int arg0 , int arg1 ) { if ( ! tried ) { throw new RuntimeException ( "srini_string" ) ; } return tris . get ( ( arg0 * 3 ) + arg1 ) . toArray ( ) ; }
4,742
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Integer automatedSnapshotStartHour concode_field_sep void setAutomatedSnapshotStartHour concode_elem_sep SnapshotOptions withAutomatedSnapshotStartHour concode_elem_sep int hashCode concode_elem_sep boolean equals conc...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAutomatedSnapshotStartHour ( ) != null ) loc0 . append ( "srini_string" + getAutomatedSnapshotStartHour ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
4,743
initializes class and reads stream . init does not close stream . concode_field_sep int current concode_elem_sep byte[] file concode_elem_sep int fsize concode_field_sep byte read concode_elem_sep short readTTFShort concode_elem_sep short readTTFShort concode_elem_sep int getCurrentPos concode_elem_sep byte readTTFByte...
void function ( InputStream arg0 ) { this . file = IOUtils . toByteArray ( arg0 ) ; this . fsize = this . file . length ; this . current = 0 ; }
4,744
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
4,745
process finally statement . it will print message to logger error stream and abort dspace context , if was not properly ended . concode_field_sep Logger log concode_elem_sep boolean writeStatistics concode_elem_sep ServletContext servletContext concode_field_sep String[] mySplit concode_elem_sep String getActionString ...
void function ( org . dspace . core . Context arg0 ) { if ( ( arg0 != null ) && ( arg0 . isValid ( ) ) ) { arg0 . abort ( ) ; log . error ( "srini_string" ) ; throw new WebApplicationException ( Response . Status . INTERNAL_SERVER_ERROR ) ; } }
4,746
start the task , start searching the document for the pattern . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dia...
void function ( ) { final SwingWorker loc0 = new SwingWorker ( ) { public Object construct ( ) { current = 0 ; done = false ; canceled = false ; dialogMessage = null ; return new ActualTask ( ) ; } } ; loc0 . setThreadPriority ( Thread . NORM_PRIORITY ) ; loc0 . start ( ) ; }
4,747
returns the status of all existing pool threads or null if no pool threads exists . concode_field_sep int threadID concode_elem_sep int idleThreadCount concode_elem_sep boolean isDaemon concode_elem_sep int maxThreads concode_elem_sep int threadCount concode_elem_sep Hashtable poolTable concode_elem_sep int maxIdleThre...
String function ( ) { return getThreadStatus ( new StringBuffer ( ) ) . toString ( ) ; }
4,748
tests the performance of contains concode_field_sep IConfiguration configuration concode_field_sep Object generateId concode_elem_sep Object generateData concode_elem_sep void testContainsPerformace concode_elem_sep void testAddPerformace
void function ( ) { final IndexedCollectionGetPerformance loc0 = configuration . createInstance ( IndexedCollectionGetPerformance . class ) ; loc0 . runGetPerformanceTest ( ) ; loc0 . printResult ( ) ; }
4,749
gets the value of the systemname property . concode_field_sep ApplicationsEnum systemName concode_elem_sep String systemUserId concode_elem_sep long serialVersionUID concode_field_sep void setSystemUserId concode_elem_sep String getSystemUserId concode_elem_sep void setSystemName
ApplicationsEnum function ( ) { return systemName ; }
4,750
create an empty project if this project does not exist . concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concode_elem_sep boolean get...
boolean function ( IProject arg0 ) { if ( ! arg0 . exists ( ) ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; return true ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } } return false ; }
4,751
gets the cameramanager singleton instance . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep PreviewCallback previewCallback conc...
CameraManager function ( ) { return cameraManager ; }
4,752
documentation pending concode_field_sep String owner concode_elem_sep String organizationName concode_elem_sep String keywords concode_elem_sep Map parentPools concode_elem_sep boolean showSubpools concode_elem_sep String displayName concode_elem_sep String description concode_elem_sep String numberOfSubpools concode_e...
Long function ( ) { return id ; }
4,753
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 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
4,754
the current state of the instance . concode_field_sep Integer code concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep InstanceState withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals...
InstanceState function ( String arg0 ) { setName ( arg0 ) ; return this ; }
4,755
return the the lock timeout set for implicit transactions , in microseconds . this method may be called at any time during the life of the application . concode_field_sep int maxPages concode_elem_sep CompactConfig DEFAULT concode_elem_sep int timeout concode_elem_sep boolean freeListOnly concode_elem_sep boolean freeS...
int function ( ) { return timeout ; }
4,756
if the expiration is undefined , return the default that 's been passed in concode_field_sep long duration concode_elem_sep AuthPrincipalInfo principal concode_elem_sep long inactive concode_elem_sep long created concode_elem_sep Map<String,Object> state concode_elem_sep String type concode_elem_sep long accessed conco...
long function ( long arg0 ) { if ( duration == 0 ) { return arg0 ; } return duration ; }
4,757
initializes a clientfactory which runs the given transportclientbootstraps prior to returning a new client . bootstraps will be executed synchronously , and must run successfully in order to create a client . concode_field_sep Logger logger concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf conc...
TransportClientFactory function ( List < TransportClientBootstrap > arg0 ) { return new TransportClientFactory ( this , arg0 ) ; }
4,758
returns the current indent level . concode_field_sep int OPEN_TAG_INCREASE concode_elem_sep int CLOSE_TAG_DECREASE concode_elem_sep int indentLevel concode_elem_sep boolean OPEN concode_elem_sep int INDENT_ONLY concode_elem_sep String lineSeparator concode_elem_sep String indentString concode_elem_sep SafeTagList safeT...
int function ( ) { return this . indentLevel ; }
4,759
performs basic image rotation about the center . notes : rotation is about the center of the image . for very small rotations , just return a clone . rotation brings either white or black pixels in from outside the image . above 20 degrees , if rotation by shear is requested , we rotate by sampling . colormaps are remo...
Pix function ( Pix arg0 , float arg1 , boolean arg2 , boolean arg3 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; long loc0 = nativeRotate ( arg0 . getNativePix ( ) , arg1 , arg2 , arg3 ) ; if ( loc0 == 0 ) return null ; return new Pix ( loc0 ) ; }
4,760
set the encoding . concode_field_sep TAQConfig DEFAULTS concode_elem_sep int priceFractionDigits concode_elem_sep int sizeFractionDigits concode_elem_sep Charset encoding concode_field_sep Charset getEncoding concode_elem_sep int getSizeFractionDigits concode_elem_sep Builder setSizeFractionDigits concode_elem_sep TAQC...
Builder function ( Charset arg0 ) { this . encoding = arg0 ; return this ; }
4,761
return false if the tree node is a folder.by default all tree nodes are folders . 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 Defaul...
boolean function ( ) { return this . leaf ; }
4,762
updates the example for the model concode_field_sep String qualifiedType concode_elem_sep Map<String,ModelProperty> properties concode_elem_sep String baseModel concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep ResolvedType modelType concode_elem_sep List<Strin...
ModelBuilder function ( String arg0 ) { this . example = defaultIfAbsent ( arg0 , this . example ) ; return this ; }
4,763
yields the daylight saving amount after the time switch in seconds . concode_field_sep OffsetIndicator indicator concode_elem_sep int savings concode_elem_sep PlainTime timeOfDay concode_field_sep int toCalendarYear concode_elem_sep int toCalendarYear concode_elem_sep String getCalendarType concode_elem_sep OffsetIndic...
int function ( ) { return this . savings ; }
4,764
returns the probabilities allocated to each type , according to their count in the underlying collection . the returned array parallels the arrays passed in to the constructor . if the returned array is designated p , then for all i , p i represents the smoothed probability assigned to types which occurred r i times in...
double [ ] function ( ) { return p ; }
4,765
adds a datagramlistener to the channel concode_field_sep byte[] buf concode_elem_sep int port concode_elem_sep boolean enabled concode_elem_sep InetAddress host concode_elem_sep List<DatagramListener> listeners concode_elem_sep Logger Log concode_elem_sep DatagramPacket packet concode_elem_sep DatagramSocket dataSocket...
void function ( DatagramListener arg0 ) { listeners . add ( arg0 ) ; }
4,766
returns the protection space . concode_field_sep String scheme concode_elem_sep String realm concode_field_sep String scheme concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
String function ( ) { return realm ; }
4,767
encodes a string using the nysiis algorithm . concode_field_sep char[] CHARS_C concode_elem_sep char[] CHARS_G concode_elem_sep char[] CHARS_SSS concode_elem_sep char[] CHARS_N concode_elem_sep char[] CHARS_S concode_elem_sep int TRUE_LENGTH concode_elem_sep Pattern PAT_MAC concode_elem_sep Pattern PAT_KN concode_elem_...
String function ( String arg0 ) { return this . nysiis ( arg0 ) ; }
4,768
this type of collision shape is mesh-accurate and meant for immovable `` world objects '' . examples include terrain , houses or whole shooter levels . objects with `` mesh '' type collision shape will not collide with each other . concode_field_sep PlaceHolder placeHolder concode_field_sep CollisionShape createMeshSha...
CompoundCollisionShape function ( Node arg0 ) { return createCompoundShape ( arg0 , new CompoundCollisionShape ( ) , true ) ; }
4,769
sets the access token of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedModel...
void function ( java . lang . String arg0 ) { _oAuthToken . setAccessToken ( arg0 ) ; }
4,770
check if the given constantcache is non-null and valid . this method is static to ensure it is inlinable as trivially as possible . concode_field_sep Object generation concode_elem_sep Invalidator invalidator concode_elem_sep int id concode_elem_sep IRubyObject value concode_field_sep boolean isCachedFrom
boolean function ( ConstantCache arg0 ) { return arg0 != null && arg0 . value != null && arg0 . generation == arg0 . invalidator . getData ( ) ; }
4,771
get distribution along generator axis i. concode_field_sep int retries concode_elem_sep Random random concode_elem_sep double[] clipmin concode_elem_sep double[] clipmax concode_elem_sep int size concode_elem_sep String name concode_elem_sep int dim concode_elem_sep double densitycorrection concode_elem_sep List<Distri...
Distribution function ( int arg0 ) { return axes . get ( arg0 ) ; }
4,772
adds the runnable to the list of default action runnables concode_field_sep boolean preventDefault concode_elem_sep boolean cancelable concode_elem_sep boolean isBubbling concode_elem_sep List defaultActions concode_elem_sep Event originalEvent concode_elem_sep String type concode_elem_sep EventTarget target concode_el...
void function ( Runnable arg0 ) { if ( defaultActions == null ) defaultActions = new ArrayList ( ) ; defaultActions . add ( arg0 ) ; }
4,773
gets the value of the version property . concode_field_sep long serialVersionUID concode_elem_sep String value concode_elem_sep Integer version concode_elem_sep String key concode_field_sep String getValue concode_elem_sep String getKey concode_elem_sep void setVersion concode_elem_sep boolean isSetValue concode_elem_s...
int function ( ) { return version ; }
4,774
gets the operation state concode_field_sep String mItemId concode_elem_sep String mTableName concode_elem_sep MobileServiceTableOperationState operationState concode_elem_sep String mId concode_elem_sep Date mCreatedAt concode_field_sep String getItemId concode_elem_sep Date getCreatedAt concode_elem_sep String getTabl...
MobileServiceTableOperationState function ( ) { return operationState ; }
4,775
returns the scalar used for determining the rotation x value . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_ele...
double function ( ) { return this . rotateX ; }
4,776
the `` move '' and `` copy '' operation object must contain a `` from '' member , which is a string containing a json pointer value that references the location in the target document to move the value from . concode_field_sep String op concode_elem_sep String path concode_elem_sep String from concode_elem_sep String v...
void function ( String arg0 ) { this . from = arg0 ; }
4,777
check if configuration file has been updated , and if so , reload . concode_field_sep Collection<String> storeCodes concode_elem_sep Map<String,Map<String,Decorator>> storeDecorators concode_elem_sep Map<String,PathMapper> storePathMapper concode_elem_sep String default_code concode_field_sep String getAttribute concod...
void function ( ) { loadConfig ( ) ; }
4,778
returns the user name 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 vo...
java . lang . String function ( ) { return _workflowInstanceLink . getUserName ( ) ; }
4,779
returns all keys in the symbol table as an iterable . to iterate over all of the keys in the symbol table named st , use the foreach notation : for key key : st.keys . concode_field_sep Value val concode_elem_sep char c concode_elem_sep Node<Value> left concode_elem_sep Node<Value> root concode_elem_sep Node<Value> mid...
Iterable < String > function ( ) { Queue < String > loc0 = new Queue < String > ( ) ; collect ( root , new StringBuilder ( ) , loc0 ) ; return loc0 ; }
4,780
returns the first unit in this block . concode_field_sep Body mBody concode_elem_sep int mBlockLength concode_elem_sep int mIndexInMethod concode_elem_sep List<Block> mPreds concode_elem_sep Unit mTail concode_elem_sep List<Block> mSuccessors concode_elem_sep Unit mHead concode_field_sep int getIndexInMethod concode_el...
Unit function ( ) { return mHead ; }
4,781
returns true if this user agent should use this setting in future spdy connections to the same host . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH con...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persistValue & loc0 ) != 0 ; }
4,782
resolve the entries in the constant pool . resolution of the constant pool involves transforming indexes to other constant pool entries into the actual data for that entry . concode_field_sep List<ConstantPoolEntry> entries concode_elem_sep Map<String,Integer> utf8Indexes concode_field_sep int getConstantEntry concode_...
void function ( ) { for ( ConstantPoolEntry loc0 : entries ) { if ( loc0 != null && ! loc0 . isResolved ( ) ) { loc0 . resolve ( this ) ; } } }
4,783
set the inputs of the action . may only be used by an action that #discoversinputs . the iterable passed in is automatically made immutable . concode_field_sep ActionOwner owner concode_elem_sep ImmutableSet<Artifact> outputs concode_elem_sep Iterable<Artifact> inputs concode_elem_sep String targetKind concode_elem_sep...
void function ( Iterable < Artifact > arg0 ) { Preconditions . checkState ( discoversInputs ( ) , this ) ; this . inputs = CollectionUtils . makeImmutable ( arg0 ) ; }
4,784
sets the value of the operator property . concode_field_sep String formula1 concode_elem_sep Boolean allowBlank concode_elem_sep Object parent concode_elem_sep Boolean showErrorMessage concode_elem_sep String formula2 concode_elem_sep STDataValidationImeMode imeMode concode_elem_sep Boolean showDropDown concode_elem_se...
void function ( STDataValidationOperator arg0 ) { this . operator = arg0 ; }
4,785
add subpart to itype concode_field_sep int numRooms concode_elem_sep SimpleItypeConfig parent concode_elem_sep int maxLimitPerClass concode_elem_sep boolean notOwned concode_elem_sep long serialVersionUID concode_elem_sep int minPerWeek concode_elem_sep int minLimitPerClass concode_elem_sep int numClasses concode_elem_...
void function ( SimpleItypeConfig arg0 ) { arg0 . setParent ( this ) ; subparts . addElement ( arg0 ) ; }
4,786
returns a string representation of this object ; useful for testing and debugging . concode_field_sep ReplicationTask replicationTask concode_field_sep DeleteReplicationTaskResult withReplicationTask concode_elem_sep void setReplicationTask concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getReplicationTask ( ) != null ) loc0 . append ( "srini_string" + getReplicationTask ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
4,787
close the camera and wait for the close callback to be called in the camera thread . times out after @ value camera_close_timeout ms. concode_field_sep HandlerThread mCameraThread concode_elem_sep Runnable mCloseCameraRunnable concode_elem_sep List<Surface> mSurfaces concode_elem_sep long CAMERA_CLOSE_TIMEOUT concode_e...
void function ( ) { mCloseWaiter . close ( ) ; mCameraHandler . post ( mCloseCameraRunnable ) ; boolean loc0 = mCloseWaiter . block ( CAMERA_CLOSE_TIMEOUT ) ; if ( ! loc0 ) { Log . e ( TAG , "srini_string" ) ; } }
4,788
removes all elements from the collection . concode_field_sep List<Map<PropertyDefinitionBase,SortDirection>> propDefSortOrderPairList concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep Iterator<Map<PropertyDefinitionBase,SortDirection>> iterator concode_elem_sep boolean tryGetValue concode_el...
void function ( ) { this . propDefSortOrderPairList . clear ( ) ; }
4,789
returns the folder where to save the log files . concode_field_sep String tempFolder concode_elem_sep HashMap<String,String> paths concode_elem_sep File logFolder concode_field_sep String getTempFolder concode_elem_sep boolean hasInput concode_elem_sep HashMap<String,String> getPaths
File function ( ) { return logFolder ; }
4,790
set the id of the entity concode_field_sep int entityType concode_elem_sep long serialVersionUID concode_elem_sep int id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getEntityType concode_elem_sep int getId concode_elem_sep void setEntityType
void function ( int arg0 ) { this . id = arg0 ; }
4,791
get the schema name . concode_field_sep String namespace concode_elem_sep String name concode_elem_sep String DC_SCHEMA concode_elem_sep Integer id concode_field_sep void setName concode_elem_sep String getNamespace concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Integer getID concode_ele...
String function ( ) { return name ; }
4,792
pre-allocate disk space for a file if we can do that on this version of the os . concode_field_sep byte[] cachedBuffer concode_field_sep void reliablyCopyExecutable concode_elem_sep void deleteOrThrow concode_elem_sep FileLocker lockLibsDirectory concode_elem_sep void freeCopyBuffer concode_elem_sep File createLibsDire...
void function ( FileDescriptor arg0 , long arg1 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . LOLLIPOP ) { LollipopSysdeps . fallocate ( arg0 , arg1 ) ; } }
4,793
returns path to the main . pde file for this sketch . concode_field_sep File folder concode_elem_sep File codeFolder concode_elem_sep Comparator<SketchCode> CODE_DOCS_COMPARATOR concode_elem_sep String name concode_elem_sep List<SketchCode> codes concode_elem_sep File primaryFile concode_elem_sep File dataFolder concod...
String function ( ) { return primaryFile . getAbsolutePath ( ) ; }
4,794
sets the total space on the drive . concode_field_sep String volume concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep long usableSpace concode_elem_sep long totalSpace concode_elem_sep String mount concode_elem_sep String fsType concode_elem_sep Str...
void function ( long arg0 ) { this . totalSpace = arg0 ; }
4,795
the amazon resource name arn of the virtual tape for which archiving was canceled . concode_field_sep String tapeARN concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CancelArchivalResult clone concode_elem_sep void setTapeARN concode_elem_sep String getTapeARN concode_elem_sep String toSt...
CancelArchivalResult function ( String arg0 ) { setTapeARN ( arg0 ) ; return this ; }
4,796
a unique identifier for a sizeconstraintset . you use sizeconstraintsetid to get information about a sizeconstraintset see getsizeconstraintset , update a sizeconstraintset see updatesizeconstraintset , insert a sizeconstraintset into a rule or delete one from a rule see updaterule , and delete a sizeconstraintset from...
void function ( String arg0 ) { this . sizeConstraintSetId = arg0 ; }
4,797
add a certificate authority that this client trusts . servers that provide certificate chains signed by these roots or their intermediates will be accepted . concode_field_sep SslClient localhost concode_elem_sep List<X509Certificate> certificates concode_elem_sep SSLSocketFactory socketFactory concode_elem_sep List<X5...
Builder function ( X509Certificate arg0 ) { this . certificates . add ( arg0 ) ; return this ; }
4,798
status concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep void stop concode_elem_sep void start concode_elem_sep int getStatus concode_elem_sep String getStatusText
String function ( ) { return org . opennms . core . fiber . Fiber . STATUS_NAMES [ getStatus ( ) ] ; }
4,799
returns the key corresponding to this entry . concode_field_sep long serialVersionUID concode_elem_sep V value concode_elem_sep K key concode_field_sep V getValue concode_elem_sep int hashCode concode_elem_sep V setValue concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep boolean eq
K function ( ) { return key ; }