code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( DeploymentContext arg0 ) { synchronized ( this ) { this . deploymentContext = arg0 ; } }
sets the deployment context for this web application . concode_field_sep ClassLoader _parentLoader concode_elem_sep Application _wmBean concode_elem_sep String _workDir concode_elem_sep File _dir concode_elem_sep String workDir concode_elem_sep String _baseDir concode_elem_sep ClassLoader _appClassLoader concode_elem_s...
ObjectID function ( ) { return new LongID ( getNextValue ( ) ) ; }
create a new objectid instance using this protocol . concode_field_sep long lastID concode_elem_sep long serialVersionUID concode_field_sep ObjectID stringToObject concode_elem_sep ObjectID stringWithoutProtocolToObject concode_elem_sep String getProtocol concode_elem_sep long getNextValue concode_elem_sep String getDe...
void function ( ) { array = new Integer [ 100 ] ; for ( int loc0 = array . length - 1 ; loc0 >= 0 ; loc0 -- ) { array [ loc0 ] = loc0 * 5 ; } }
populates the array with elements sorted in reverse order . concode_field_sep Sort shell concode_elem_sep Integer[] array concode_field_sep void twoDistinctValues concode_elem_sep void reverseOrderArrayTest concode_elem_sep void test concode_elem_sep void arrayOfSizeZero concode_elem_sep void populateSameElements conco...
void function ( ) { asgn1Election . Vote loc0 = new asgn1Election . VoteList ( 5 ) ; loc0 . addPref ( 1 ) ; loc0 . addPref ( 2 ) ; loc0 . addPref ( 3 ) ; loc0 . addPref ( 4 ) ; loc0 . addPref ( 5 ) ; boolean loc1 = em . getElection ( ) . loc1 ( loc0 ) ; assertTrue ( loc1 ) ; }
test method for asgn1election.prefelection #isformal asgn1election.vote . concode_field_sep ElectionManager em concode_elem_sep ArrayList<Election> elec concode_elem_sep PrefElection pfE concode_field_sep void testLoadVotesExpectedException concode_elem_sep void testIsFormalInValidData concode_elem_sep void testLoadDef...
String [ ] function ( ) { return this . errorCodes ; }
return the error codes for the field or object , if any . returns an empty array instead of null if none . concode_field_sep PropertyEditor editor concode_elem_sep String expression concode_elem_sep BindingResult bindingResult concode_elem_sep String[] errorCodes concode_elem_sep Object actualValue concode_elem_sep Str...
void function ( int arg0 ) { this . a = arg0 ; }
sets the value of the a property . concode_field_sep int a concode_elem_sep int b concode_field_sep void setB concode_elem_sep int getA concode_elem_sep int getB
void function ( boolean arg0 ) { this . debug = arg0 ; }
set the debugging flag for the buffer . concode_field_sep int DEFAULT_RCDSIZE concode_elem_sep int currBlkIdx concode_elem_sep boolean debug concode_elem_sep InputStream inStream concode_elem_sep int DEFAULT_BLKSIZE concode_elem_sep int recsPerBlock concode_elem_sep int currRecIdx concode_elem_sep OutputStream outStrea...
void function ( ) { canceled = true ; dialogMessage = null ; }
stop the task . 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 dialogMessage concode_elem_sep MessageFormat search...
boolean function ( Object arg0 ) { if ( arg0 == null ) return false ; if ( arg0 == this ) return true ; if ( CPtr . class != arg0 . getClass ( ) ) return false ; return peer == ( ( CPtr ) arg0 ) . peer ; }
compares this cptr to the specified object . concode_field_sep long peer concode_field_sep long getPeer
void function ( Long arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep String displayName concode_elem_sep String name concode_elem_sep Long id concode_elem_sep CustomTargetingKeyType type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getDisplayName concode_elem_sep CustomTargetingKeyType getTyp...
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep String evidence concode_elem_sep List<Object> strainOrPlasmidOrTransposon concode_elem_sep String value concode_field_sep String getEvidence concode_elem_sep String getEvidence concode_elem_sep String getEvidence concode_elem_sep String getEvidence concode_elem_s...
void function ( Any arg0 , NotEmpty arg1 ) { arg0 . insert_Streamable ( new NotEmptyHolder ( arg1 ) ) ; }
insert the exception into the given any . concode_field_sep String _id concode_field_sep NotEmpty extract concode_elem_sep NotEmpty read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
int function ( byte [ ] arg0 , int arg1 ) { for ( int loc0 : offsets ) { if ( loc0 >= 0 ) { arg1 += loc0 ; } else { while ( loc0 ++ < 0 ) { while ( arg1 < arg0 . length && arg0 [ arg1 ++ ] != SEPARATOR_BYTE ) { } } } } return arg1 ; }
calculate the byte offset in the row key to the start of the pk column value concode_field_sep boolean isFixedLength concode_elem_sep boolean hasSeparator concode_elem_sep int[] offsets concode_elem_sep int index concode_field_sep void readFields concode_elem_sep int getIndex concode_elem_sep int hashCode concode_elem_...
void function ( TestCase arg0 ) { _testHarness . runTestCase ( arg0 ) ; }
run a single test case by passing it to the harness used by this test suite . this is a convenient access method , mainly intended for use by subclasses , and it equivalent to gettestharness . runtestcase testcase concode_field_sep Object _factory concode_elem_sep TestHarness _testHarness concode_field_sep void runSuit...
Object function ( ) { throw new ResourceException ( "srini_string" ) ; }
creates a connection factory instance . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep v...
Float function ( ) { return number ; }
gets the pay number concode_field_sep java.util.Date date concode_elem_sep Float number concode_elem_sep Long parent concode_elem_sep Simple other concode_elem_sep String address concode_elem_sep String name concode_elem_sep int count concode_elem_sep Long id concode_field_sep void setName concode_elem_sep void init co...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep java.lang.String criterionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.adwords.axis.v201406.cm.CriterionType type concode_elem_sep org.apache.axis.description.T...
com . liferay . opensocial . model . OAuthToken function ( long arg0 ) { return _oAuthTokenLocalService . getOAuthToken ( arg0 ) ; }
returns the o auth token with the primary key . concode_field_sep OAuthTokenLocalService _oAuthTokenLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int getOAuthTokensCount concode_elem_sep void del...
String function ( Iterable arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( Object loc1 : arg0 ) { if ( loc0 . length ( ) > 0 ) { loc0 . append ( "srini_string" ) ; } loc0 . append ( OAuth . percentEncode ( toString ( loc1 ) ) ) ; } return loc0 . toString ( ) ; }
construct a & - separated list of the given values , percentencoded . concode_field_sep String OAUTH_SIGNATURE concode_elem_sep String OAUTH_TIMESTAMP concode_elem_sep String CONSUMER_KEY_UNKNOWN concode_elem_sep String OAUTH_CONSUMER_KEY concode_elem_sep String OAUTH_TOKEN concode_elem_sep String SIGNATURE_METHOD_REJE...
Long function ( ) { return petId ; }
get petid concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep StatusEnum fromValue concode_elem_sep DateTime getShipDate concode_ele...
void function ( String arg0 ) { MPI . check ( ) ; delete ( handle , arg0 ) ; }
java binding of the mpi operation mpi_info_set . concode_field_sep long handle concode_elem_sep long NULL concode_field_sep String getKey concode_elem_sep String getKey concode_elem_sep void set concode_elem_sep void set concode_elem_sep int size concode_elem_sep int size concode_elem_sep Info newEnv concode_elem_sep S...
void function ( ) { try { if ( printHelper != null ) { cancelablePrintJob = printHelper . cancelablePrint ( ) ; } } catch ( PrintException loc0 ) { logger . log ( Level . FINE , "srini_string" , loc0 ) ; } }
threads runnable method . concode_field_sep CancelablePrintJob cancelablePrintJob concode_elem_sep Logger logger concode_elem_sep PrintHelper printHelper concode_field_sep void cancel
Iterable < Var > function ( ) { return vars . values ( ) ; }
return an iterable over all of the variables declared in this scope except the special ` arguments ' variable . concode_field_sep Scope parent concode_elem_sep int depth concode_elem_sep Map<String,Var> vars concode_elem_sep Var arguments concode_elem_sep Node rootNode concode_field_sep Scope getParent concode_elem_sep...
double function ( ) { return total2 . getDeviation ( ) ; }
retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_field_sep double getMeanAtraso1 concode_elem_sep double getMeanNAtraso2 concode_elem_sep double getMeanAtraso2 concode_elem_sep double getMeanNAtraso1 concode...
String function ( ) { return ContentTypeField . getCharset ( ( ContentTypeField ) getHeader ( ) . getField ( Field . CONTENT_TYPE ) ) ; }
determines the mime character set encoding of this entity . concode_field_sep Header header concode_elem_sep Entity parent concode_elem_sep Body body concode_field_sep void writeTo concode_elem_sep Entity getParent concode_elem_sep String getMimeType concode_elem_sep Body getBody concode_elem_sep boolean isMimeType con...
void function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) . setValue ( loc1 , null ) ; }
remove the managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concod...
boolean function ( Class < ? > arg0 ) { return TYPE_MAPPING . containsKey ( arg0 ) ; }
test if target type is from protocol buffer default type concode_field_sep Map<Class<?>,FieldType> TYPE_MAPPING concode_field_sep String processProtobufType concode_elem_sep List<FieldInfo> processDefaultValue
void function ( java . lang . Integer arg0 ) { this . split = arg0 ; }
sets the split value for this salespersonsplit . concode_field_sep java.lang.Integer split concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long userId concode_field_sep java.lang.Integer getS...
void function ( String arg0 ) { this . dateRegistered = arg0 ; }
sets the value of the dateregistered property . concode_field_sep String wDay concode_elem_sep String typeReminder concode_elem_sep String sDate concode_elem_sep Long idReminder concode_elem_sep String description concode_elem_sep String mDay concode_elem_sep String dateRegistered concode_elem_sep String status concode...
AlertStatus function ( ) { return status ; }
returns the status of this alert , describing whether it is a new alert , a read alert or a closed alert . the actual meaning of those values is left to the implementation . concode_field_sep DateTime dateTime concode_elem_sep AlertType alertType concode_elem_sep Map<String,String> data concode_elem_sep String name con...
CreateStorediSCSIVolumeResult function ( String arg0 ) { setVolumeARN ( arg0 ) ; return this ; }
the amazon resource name arn of the configured volume . concode_field_sep Long volumeSizeInBytes concode_elem_sep String volumeARN concode_elem_sep String targetARN concode_field_sep void setVolumeARN concode_elem_sep CreateStorediSCSIVolumeResult withVolumeSizeInBytes concode_elem_sep String getTargetARN concode_elem_...
boolean function ( Collection < Assertion > arg0 , Assertion arg1 ) { for ( Assertion loc0 : arg0 ) { if ( loc0 . equal ( arg1 ) ) { return true ; } } return false ; }
determine if a collection of assertions contains a given assertion , using the equal method from the assertion interface . concode_field_sep org.apache.cxf.transport.Assertor obj concode_elem_sep String INDENT concode_field_sep Assertor createAsserter concode_elem_sep boolean isEmptyPolicyOperator concode_elem_sep void...
int function ( ) { return nanos ; }
returns the fractional seconds component , in nanoseconds . concode_field_sep long serialVersionUID concode_elem_sep long seconds concode_elem_sep int nanos concode_elem_sep Timestamp MIN_VALUE concode_elem_sep Timestamp MAX_VALUE concode_elem_sep DateTimeFormatter format concode_field_sep Timestamp fromProto concode_e...
LongSequence function ( long arg0 ) { LongSequence loc0 = new LongSequence ( ) ; for ( long loc1 = 1 , loc2 = ( long ) Math . sqrt ( arg0 ) ; loc1 <= loc2 ; loc1 ++ ) { if ( arg0 % loc1 == 0 ) { loc0 . add ( loc1 ) ; if ( loc1 * loc1 != arg0 ) loc0 . add ( arg0 / loc1 ) ; } } loc0 . sort ( ) ; return loc0 ; }
list all divisors of a number in ascending order concode_field_sep int[] diff concode_field_sep int gcdInt concode_elem_sep long gcdLong concode_elem_sep int findDivisor concode_elem_sep long findDivisor concode_elem_sep long lcmLong concode_elem_sep int lcm concode_elem_sep long lcm concode_elem_sep boolean isAbundant...
int function ( ) { if ( ! initialized ) { initialize ( ) ; } return objectId ; }
accessor for the object id concode_field_sep int drawingNumber concode_elem_sep Origin origin concode_elem_sep int column concode_elem_sep DrawingGroup drawingGroup concode_elem_sep ShapeType type concode_elem_sep MsoDrawingRecord msoDrawingRecord concode_elem_sep WorkbookSettings workbookSettings concode_elem_sep int ...
ClassLoader function ( IProject arg0 ) { return createClassLoader ( arg0 , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
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 ...
UUID function ( Object arg0 ) { return getUUID ( arg0 ) ; }
convert the input to a uuid using the convenience method #getuuid object . concode_field_sep String DEFAULT_CHARSET concode_field_sep byte[] serialize concode_elem_sep UUID getUUID
StopWatch function ( String arg0 ) { if ( this . running ) { throw new IllegalStateException ( "srini_string" ) ; } this . startTimeMillis = System . currentTimeMillis ( ) ; this . running = true ; this . currentTaskName = arg0 ; return this ; }
start a named task . the results are undefined if #stop or timing methods are called without invoking this method . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep long startTimeMillis concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long ...
void function ( ) { synchronized ( in ) { if ( buf != null ) { buf = null ; in . close ( ) ; } } }
closes the reader by closing the underlying inputstream andmarking this reader as closed . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine c...
void function ( String arg0 , String arg1 ) { _handler . processingInstruction ( arg0 , arg1 ) ; }
implements org.xml.sax.contenthandler.processinginstruction receive notification of a processing instruction . concode_field_sep AbstractTranslet _translet concode_elem_sep ContentHandler _handler concode_elem_sep boolean _isIdentity concode_elem_sep boolean _done concode_elem_sep String _systemId concode_elem_sep DTDH...
void function ( String arg0 ) { this . action = arg0 ; }
set the value of the action 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 concode_elem_sep i...
void function ( boolean arg0 ) { this . alwaysTranslate = arg0 ; }
specify whether to always translate the exception `` true '' , or whether throw the raw exception when declared , i.e. when the originating method signature 's exception declarations allow for the raw exception to be thrown `` false '' . default is `` false '' . switch this flag to `` true '' in order to always transla...
int function ( ) { return nativeGetY ( mNativeBox ) ; }
returns the box 's y-coordinate in pixels . concode_field_sep int INDEX_X concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_elem_sep int INDEX_H concode_elem_sep int mNativeBox concode_elem_sep int INDEX_Y concode_field_sep int nativeGetWidth concode_elem_sep void nativeDestroy concode_elem_sep in...
void function ( String arg0 ) { this . name = arg0 ; }
sets the name . concode_field_sep boolean show concode_elem_sep boolean builtIn concode_elem_sep boolean mergeAllowDifferentSchema concode_elem_sep String notShowIf concode_elem_sep String showIf concode_elem_sep String linkedComponent concode_elem_sep Map<EConnectionType,IConnectionProperty> propertyMap concode_elem_s...
String function ( String arg0 ) { return map . get ( arg0 ) ; }
retrieves the material name corresponding to the given formula concode_field_sep File file concode_elem_sep TreeMap<String,String> map concode_field_sep void put
void function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 , float arg5 ) { }
implements transformlisthandler #matrix float , float , float , float , float , float . concode_field_sep TransformListHandler INSTANCE concode_field_sep void rotate concode_elem_sep void rotate concode_elem_sep void endTransformList concode_elem_sep void skewX concode_elem_sep void startTransformList concode_elem_sep ...
void function ( ) { checkClosed ( ) ; }
specifies that this statement will be closed when all itsdependent result sets are closed . if execution of the statement does not produce any result sets , this method has no effect . note : multiple calls to closeoncompletion donot toggle the effect on this statement . however , a call to closeoncompletion does effec...
char function ( int arg0 ) { if ( ( 0 <= arg0 ) && ( arg0 <= 9 ) ) { return ( char ) ( '0' + arg0 ) ; } else { return ( char ) ( 'a' + ( arg0 - 10 ) ) ; } }
convenience method to convert an int to a hex char . concode_field_sep byte[] OBEX_FTP_UUID concode_elem_sep byte[] FOLDER_LISTING_TYPE concode_elem_sep String TAG concode_field_sep ArrayList<OBEXFtpFolderListingItem> parseDocument concode_elem_sep String bytesToHex concode_elem_sep byte[] lengthToBytes concode_elem_se...
void function ( ) { if ( builder != null ) { message = null ; } if ( isClean && parent != null ) { parent . markDirty ( ) ; isClean = false ; } }
called when a the builder or one of its nested children has changed and any parent should be notified of its invalidation . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder concode_el...
String function ( ) { return description ; }
the description of the disk image being imported . concode_field_sep String format concode_elem_sep String description concode_elem_sep String url concode_elem_sep UserBucket userBucket concode_field_sep UserBucket getUserBucket concode_elem_sep SnapshotDiskContainer withUserBucket concode_elem_sep SnapshotDiskContaine...
MenuEntry function ( String arg0 ) { m_url = arg0 ; return this ; }
set the full url of the entry . to create an entry with a url , create one first with a '' '' action , then call this . concode_field_sep String m_title concode_elem_sep String m_url concode_elem_sep String m_accessibilitylabel concode_elem_sep String m_form concode_elem_sep int m_checked concode_elem_sep String m_icon...
int function ( ) { return logList . size ( ) ; }
return the size of the list concode_field_sep int numRecommended concode_elem_sep Vector logList concode_elem_sep StringBuffer buffer concode_elem_sep int recommendationRating concode_elem_sep int foundsSinceRecommendation concode_field_sep void add concode_elem_sep int getRecommendationRating concode_elem_sep void cal...
boolean function ( int arg0 ) { int loc0 ; loc0 = this . getSpaceLimit ( ) ; if ( fCurrentSpace + arg0 <= loc0 ) { return true ; } if ( arg0 > loc0 ) { return false ; } while ( fCurrentSpace + arg0 > loc0 && fEntryQueueTail != null ) { this . privateRemoveEntry ( fEntryQueueTail , false ) ; } return true ; }
ensures there is the specified amount of free space in the receiver , by removing old entries if necessary . returns true if the requested space was made available , false otherwise . concode_field_sep LRUCacheEntry fEntryQueue concode_elem_sep LRUCacheEntry _fNext concode_elem_sep LRUCacheEntry fEntryQueueTail concode...
boolean function ( ) { return snow ; }
returns if the weather is snowy in this summary . concode_field_sep Date date concode_elem_sep boolean rain concode_elem_sep boolean tornado concode_elem_sep boolean snow concode_elem_sep double meantempm concode_elem_sep boolean thunder concode_elem_sep boolean hail concode_elem_sep boolean fog concode_field_sep boole...
void function ( short [ ] arg0 , int arg1 , short arg2 ) { try { arg0 [ arg1 ] = arg2 ; } catch ( Throwable loc0 ) { arg0 [ DefaultGroovyMethodsSupport . normaliseIndex ( arg1 , arg0 . length ) ] = arg2 ; } }
set value from short using normalized index concode_field_sep PlaceHolder placeHolder concode_field_sep char cArrayGet concode_elem_sep void fArraySet concode_elem_sep byte bArrayGet concode_elem_sep void zArraySet concode_elem_sep double dArrayGet concode_elem_sep boolean isOrigFArray concode_elem_sep void dArraySet c...
Map < String , Object > function ( HttpServletRequest arg0 , @ RequestBody Map < String , Object > arg1 ) { Map < String , Object > loc0 = new HashMap < String , Object > ( ) ; List < String > loc1 = ( List ) arg1 . get ( "srini_string" ) ; System . out . println ( "srini_string" + loc1 . size ( ) ) ; return loc0 ; }
create time 2016.6.23 concode_field_sep TestquestionTypeService typeService concode_elem_sep TestquestionService testQuestionService concode_elem_sep TestParperService parperService concode_elem_sep Logger LOGGER concode_elem_sep PostService postService concode_field_sep ModelAndView updateQuestion concode_elem_sep Map...
Class < ? > function ( ) { return this . desc ; }
gives the description of this key . concode_field_sep String applyTo concode_elem_sep String name concode_elem_sep String id concode_elem_sep String type concode_elem_sep Class<?> desc concode_field_sep String getName concode_elem_sep String getType concode_elem_sep String getApplyTo concode_elem_sep boolean equals con...
boolean function ( Object arg0 ) { if ( arg0 == null || ! ( arg0 instanceof ZipEightByteInteger ) ) { return false ; } return value . equals ( ( ( ZipEightByteInteger ) arg0 ) . getValue ( ) ) ; }
override to make two instances with same value equal . concode_field_sep int BYTE_1_SHIFT concode_elem_sep long BYTE_6_MASK concode_elem_sep int BYTE_1_MASK concode_elem_sep int BYTE_3_SHIFT concode_elem_sep int LEFTMOST_BIT_SHIFT concode_elem_sep long BYTE_7_MASK concode_elem_sep BigInteger value concode_elem_sep ZipE...
Mixin function ( Class < ? > [ ] arg0 , Class < ? > arg1 , ClassLoader arg2 ) { return mixin ( arg0 , new Class [ ] { arg1 } , arg2 ) ; }
mixin interface and delegates . all class must be public . concode_field_sep AtomicLong MIXIN_CLASS_COUNTER concode_elem_sep String PACKAGE_NAME concode_field_sep void assertInterfaceArray concode_elem_sep int findMethod concode_elem_sep Object newInstance concode_elem_sep void setMixinInstance
void function ( int arg0 , int arg1 , Intent arg2 ) { }
called when an activity you launched exits , giving you the requestcode you started it with , the resultcode it returned , and any additional data from it . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concod...
OFAction function ( short arg0 ) { this . length = arg0 ; return this ; }
set the length of this message concode_field_sep int MINIMUM_LENGTH concode_elem_sep short length concode_elem_sep int OFFSET_TYPE concode_elem_sep OFActionType type concode_elem_sep int OFFSET_LENGTH concode_field_sep void writeTo concode_elem_sep void readFrom concode_elem_sep OFActionType getType concode_elem_sep in...
ProxySelector function ( ) { return this . proxySelector ; }
obtains the proxy selector to use . concode_field_sep ProxySelector proxySelector concode_elem_sep SchemeRegistry schemeRegistry concode_field_sep void setProxySelector concode_elem_sep HttpRoute determineRoute concode_elem_sep String getHost concode_elem_sep HttpHost determineProxy concode_elem_sep Proxy chooseProxy
void function ( T arg0 ) { synchronized ( mutex ) { ParseRelationOperation < T > loc0 = new ParseRelationOperation < > ( null , Collections . singleton ( arg0 ) ) ; targetClass = loc0 . getTargetClass ( ) ; getParent ( ) . performOperation ( key , loc0 ) ; knownObjects . remove ( arg0 ) ; } }
removes an object from this relation . concode_field_sep Set<ParseObject> knownObjects concode_elem_sep WeakReference<ParseObject> parent concode_elem_sep Object mutex concode_elem_sep String targetClass concode_elem_sep String parentObjectId concode_elem_sep String parentClassName concode_elem_sep String key concode_f...
int function ( boolean arg0 ) { long loc0 = unpackLong ( true ) ; if ( ( arg0 && ( loc0 > Integer . MAX_VALUE || loc0 < Integer . MIN_VALUE ) ) || ( ! arg0 && ( int ) loc0 < 0 ) ) { throw new WiredTigerPackingException ( "srini_string" ) ; } return ( int ) loc0 ; }
decodes an encoded integer from the stream . this method does bounds checking , to ensure values fit , since some values may be encoded as unsigned values , and java types are all signed . concode_field_sep int valueLen concode_elem_sep PackFormatInputStream format concode_elem_sep int valueOff concode_elem_sep byte[] ...
boolean function ( DFAgentDescription arg0 ) { try { ServiceDescription loc0 = ( ServiceDescription ) ( ( DFAgentDescription ) arg0 ) . getAllServices ( ) . next ( ) ; return ( loc0 . getType ( ) . equalsIgnoreCase ( "srini_string" ) ) ; } catch ( Exception loc0 ) { return false ; } }
verifies if an agent is a df . concode_field_sep Applet a concode_elem_sep int DEFAULT_PORT concode_elem_sep String address concode_elem_sep ACLParser parser concode_elem_sep DataInputStream in concode_elem_sep String hap concode_elem_sep DFGUI gui concode_elem_sep Logger logger concode_elem_sep DFAgentDescription this...
AvgBuilder function ( String arg0 ) { return new AvgBuilder ( arg0 ) ; }
create a new avg aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsBuilder geoBounds concode_elem_sep DateRangeBuilder dateRange concode_elem_sep DateHistogramBuilder dateHistogram concode_elem_sep RangeBuilder range concode_elem_sep SumBuilder sum concode_elem_sep G...
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { dis . readFully ( arg0 , arg1 , arg2 ) ; for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) arg0 [ loc0 ] = ( byte ) ( arg0 [ loc0 ] ^ 255 ) ; }
reads and decodes bytes from the data stream concode_field_sep InputStream i concode_elem_sep DataInputStream dis concode_field_sep DataInputStream getDataInputStream concode_elem_sep int readUnsignedByte concode_elem_sep void close
JsonParser function ( ) { return _parser ; }
accessor for getting underlying parser this iterator uses . concode_field_sep int STATE_NEED_RESYNC concode_elem_sep JsonParser _parser concode_elem_sep JavaType _type concode_elem_sep boolean _closeParser concode_elem_sep int STATE_CLOSED concode_elem_sep JsonDeserializer<T> _deserializer concode_elem_sep int STATE_HA...
Builder function ( String arg0 , Object arg1 ) { this . content . put ( arg0 , arg1 ) ; return this ; }
record detail using given key and value . concode_field_sep Map<String,Object> details concode_elem_sep Map<String,Object> content concode_field_sep Builder withDetails concode_elem_sep Info build concode_elem_sep int hashCode concode_elem_sep Object get concode_elem_sep T get concode_elem_sep boolean equals concode_el...
void function ( Command arg0 ) { }
subclass hook called before a command is run . concode_field_sep Set<CommandException.Option> NO_EXCEPTION_OPTIONS concode_elem_sep Class<?>[] optionCommandClasses concode_elem_sep String name concode_elem_sep Class<?>[] hiddenCommandClasses concode_elem_sep List<Command> commands concode_field_sep String getName conco...
Date function ( ) { return _wsrpProducer . getCreateDate ( ) ; }
returns the create date of this w s r p producer . concode_field_sep WSRPProducer _wsrpProducer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep long getWsrpProdu...
boolean function ( Vector3 arg0 ) { if ( min . x > arg0 . x ) return false ; if ( max . x < arg0 . x ) return false ; if ( min . y > arg0 . y ) return false ; if ( max . y < arg0 . y ) return false ; if ( min . z > arg0 . z ) return false ; if ( max . z < arg0 . z ) return false ; return true ; }
returns wheter the given vector is contained in this bounding box . concode_field_sep boolean crn_dirty concode_elem_sep Vector3 max concode_elem_sep long serialVersionUID concode_elem_sep Vector3 dim concode_elem_sep Vector3 crn[] concode_elem_sep Vector3 min concode_elem_sep Vector3 cnt concode_field_sep BoundingBox ...
String function ( ) { return build ; }
gets the value of the build property . concode_field_sep List<Game> game concode_elem_sep String debug concode_elem_sep String build concode_elem_sep Header header concode_field_sep String getDebug concode_elem_sep List<Game> getGame concode_elem_sep void setBuild concode_elem_sep void setDebug concode_elem_sep void se...
XMLGregorianCalendar function ( ) { return requestDate ; }
gets the value of the requestdate property . concode_field_sep XMLGregorianCalendar requestTime concode_elem_sep DateRange requestRange concode_elem_sep XMLGregorianCalendar requestDate concode_elem_sep CustomDeliveryWindowType type concode_field_sep void setRequestTime concode_elem_sep CustomDeliveryWindowType getType...
void function ( ActionEvent arg0 ) { initCurrentChart ( ) ; if ( currentChartModel != null ) { currentChartModel . resetData ( ) ; } }
resets the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_sep SelectItem[] ch...
Argument function ( String arg0 ) { Objects . requireNonNull ( arg0 ) ; this . argName = arg0 ; return this ; }
sets the argument name of this argument . concode_field_sep String argName concode_elem_sep boolean hidden concode_elem_sep String defaultValue concode_elem_sep String description concode_elem_sep boolean required concode_elem_sep int index concode_elem_sep boolean multiValued concode_elem_sep String DEFAULT_ARG_NAME c...
Properties function ( String [ ] arg0 ) { Properties loc0 = new Properties ( ) ; if ( arg0 . length % 2 == 0 ) { for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 = loc1 + 2 ) { loc0 . setProperty ( arg0 [ loc1 ] , arg0 [ loc1 + 1 ] ) ; } return loc0 ; } else { throw new Exception ( "srini_string" ) ; } }
transform main args in a java properties object . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
QueryBuilder function ( String arg0 ) { return addQueryText ( REFS , arg0 ) ; }
set search string for the `` refs '' field . concode_field_sep String REFS concode_elem_sep String SCOPES concode_elem_sep String TYPE concode_elem_sep String PATH concode_elem_sep String U concode_elem_sep String PROJECT concode_elem_sep String FULL concode_elem_sep String DEFS concode_elem_sep String TAGS concode_ele...
List < VirtualIPMapping > function ( ) { return this . vipMappings ; }
get the vipmappings value . concode_field_sep List<String> outboundIpAddresses concode_elem_sep String serviceIpAddress concode_elem_sep List<VirtualIPMapping> vipMappings concode_elem_sep String internalIpAddress concode_field_sep AddressResponseInner withServiceIpAddress concode_elem_sep List<String> outboundIpAddres...
AttachmentKey < T > function ( final Class < ? super T > arg0 ) { return new AttachmentKey ( arg0 ) ; }
construct a new simple attachment key . concode_field_sep String SERVICE_SUFFIX concode_elem_sep String GROUP concode_elem_sep String AUTHENTICATION concode_elem_sep Class<T> valueClass concode_elem_sep String AUTHORIZATION concode_elem_sep String USER concode_field_sep T getAttachment concode_elem_sep void clear conco...
String function ( ) { return name ; }
name of the session property . this must be a valid identifier . concode_field_sep Type sqlType concode_elem_sep boolean hidden concode_elem_sep T defaultValue concode_elem_sep String name concode_elem_sep String description concode_elem_sep Function<Object,T> decoder concode_elem_sep Class<T> javaType concode_field_se...
void function ( Throwable arg0 , String arg1 ) { StringWriter loc0 = new StringWriter ( ) ; PrintWriter loc1 = new PrintWriter ( loc0 ) ; loc1 . println ( String . format ( "srini_string" % s , arg1 ) ) ; arg0 . printStackTrace ( loc1 ) ; loc1 . flush ( ) ; arg0 ( loc0 . toString ( ) ) ; }
report that an internal error happened when translating a specific source . concode_field_sep Pattern pathAndLinePattern concode_elem_sep List<String> errorMessages concode_elem_sep boolean CLANG_STYLE_ERROR_MSG concode_elem_sep int warningCount concode_elem_sep PrintStream errorStream concode_elem_sep List<String> war...
Boolean function ( ) { return this . _notify == null ? false : this . _notify ; }
returns the value of field ` notify ' . concode_field_sep java.lang.String _content concode_elem_sep java.lang.String _dest concode_elem_sep Boolean _notify concode_elem_sep long serialVersionUID concode_field_sep void deleteNotify concode_elem_sep void setContent concode_elem_sep java.lang.String getDest concode_elem_...
void function ( OutputStream arg0 ) { XMPMetaFactory . serialize ( xmpMeta , arg0 , serializeOptions ) ; }
flushes and closes the xmpwriter . concode_field_sep String UTF16LE concode_elem_sep String UTF16BE concode_elem_sep SerializeOptions serializeOptions concode_elem_sep XMPMeta xmpMeta concode_elem_sep OutputStream outputStream concode_elem_sep String UTF8 concode_elem_sep String UTF16 concode_field_sep void appendOrder...
int function ( ) { return number ; }
retrieves the registration number . concode_field_sep AtomicInteger abortedPosition concode_elem_sep AtomicInteger donePosition concode_elem_sep RaceBroadcaster broadcaster concode_elem_sep CountDownLatch endCountDownLatch concode_elem_sep RaceResult result concode_elem_sep int number concode_elem_sep Map<String,String...
void function ( Date arg0 ) { _userGroup . setCreateDate ( arg0 ) ; }
sets the create date of this user group . concode_field_sep UserGroup _userGroup concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_e...
int function ( ) { return this . bands . size ( ) ; }
returns the number of bands in this task . concode_field_sep String keyTip concode_elem_sep RibbonBandResizeSequencingPolicy resizeSequencingPolicy concode_elem_sep RibbonContextualTaskGroup contextualGroup concode_elem_sep JRibbon ribbon concode_elem_sep ArrayList<AbstractRibbonBand<?>> bands concode_elem_sep String t...
Direction function ( List < Direction > arg0 ) { int loc0 = randomInt ( arg0 . size ( ) - 1 ) ; return arg0 . get ( loc0 ) ; }
returns a random number uniformly between 0 and max concode_field_sep Random r concode_field_sep int randomInt concode_elem_sep int randomInt concode_elem_sep double random
byte [ ] function ( ) { byte [ ] loc0 = new byte [ rawBytes . length ] ; System . arraycopy ( rawBytes , 0 , loc0 , 0 , rawBytes . length ) ; return loc0 ; }
convert the plaintext object to a byte array . concode_field_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep byte[] rawBytes concode_field_sep boolean canEqual concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int length concode_elem_sep String toString concode_ele...
void function ( ) { display . syncExec ( new Runnable ( ) { @ Override public void run ( ) { shell . dispose ( ) ; } } ) ; }
close the window . concode_field_sep Shell shell concode_elem_sep Display display concode_field_sep GridLayout createGridLayout concode_elem_sep GridLayout createGridLayout concode_elem_sep FillLayout createFillLayout concode_elem_sep FillLayout createFillLayout concode_elem_sep void pack concode_elem_sep void open
void function ( Integer arg0 ) { this . actionID = arg0 ; }
sets the value of the actionid property . concode_field_sep Integer actionID concode_field_sep Integer getActionID
File function ( File arg0 ) { return new File ( arg0 . getCanonicalPath ( ) ) ; }
retrieves the canonical file for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA...
B function ( double arg0 ) { this . offsetY = arg0 ; __set ( 5 ) ; return ( B ) this ; }
set the value of the javafx.scene.effect.dropshadow #getoffsety offsety property for the instance constructed by this builder . concode_field_sep double offsetX concode_elem_sep javafx.scene.effect.Effect input concode_elem_sep double offsetY concode_elem_sep javafx.scene.paint.Color color concode_elem_sep int __set co...
double function ( ) { return price ; }
gets the value of the price property . concode_field_sep double price concode_elem_sep String model concode_elem_sep int id concode_elem_sep int speed concode_field_sep void setSpeed concode_elem_sep String getModel concode_elem_sep int getSpeed concode_elem_sep void setModel concode_elem_sep void setId concode_elem_se...
String function ( MerchantStore arg0 , String arg1 , String arg2 ) { return new StringBuilder ( ) . append ( getBasePath ( ) ) . append ( Constants . SLASH ) . append ( arg0 . getCode ( ) ) . append ( Constants . SLASH ) . append ( FileContentType . PRODUCTLG . name ( ) ) . append ( Constants . SLASH ) . append ( arg1 ...
builds a large product image file path that can be used by the image servlet concode_field_sep PlaceHolder placeHolder concode_field_sep String getBasePath concode_elem_sep String buildManufacturerimageUtils concode_elem_sep String buildStaticContentFilePath concode_elem_sep String buildStoreLogoFilePath concode_elem_s...
void function ( ) { }
called when the activity is no longer visible to the user . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlL...
String function ( Object arg0 ) { if ( ! ( ( String ) arg0 ) . matches ( regexp ) ) { return con . stringBasicValidationError ( ) + "srini_string" + regexp ; } return "srini_string" ; }
validator just allows a-z a-z 0-9 and - and _ . validation will run against string object so make sure to use a proper object . concode_field_sep AssetPageConstants con concode_elem_sep String regexp concode_field_sep placeholderType placeHolder
int function ( int arg0 ) { return statements . nextSetBit ( arg0 + 1 ) ; }
finds the start of the first statement boundary that is after offset . if one is not found , -1 is returned . concode_field_sep String name concode_elem_sep BitSet statements concode_elem_sep String source concode_field_sep String getName concode_elem_sep int getPreviousStatement concode_elem_sep String getSource conco...
void function ( SimpleFeatureConverter < Boolean > arg0 ) { this . slopeOverrideConverter = arg0 ; }
the slope override converter returns true if the slope found from ned is should be ignored for instance , on bridges and tunnels concode_field_sep SimpleFeatureConverter<P2<Double>> bicycleSafetyConverter concode_elem_sep SimpleFeatureConverter<P2<StreetTraversalPermission>> permissionConverter concode_elem_sep SimpleF...
String function ( int [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 8 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . append ( arg1 )...
builds a csv list from the specified int , separator string and quote string . all arguments are assumed to be non-null . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . concode_field_sep PlaceHolder placeHolder concode_fiel...