code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( String [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { String loc1 = arg0 [ loc0 ] ; if ( loc1 . equals ( "srini_string" ) ) { printHelp ( ) ; System . exit ( 0 ) ; } } ScriptTool loc2 = new ScriptTool ( ) ; loc2 . execute ( arg0 ) ; System . exit ( 0 ) ; }
main method concode_field_sep boolean BATCH concode_elem_sep Properties pProperties concode_elem_sep String EKW concode_elem_sep boolean EOF concode_elem_sep int ln concode_elem_sep Statement sStatement concode_elem_sep Connection cConn concode_field_sep void printHelp concode_elem_sep void trace concode_elem_sep Strin...
void function ( @ NotNull FilteringGotoByModel < T > arg0 , @ NotNull ElementsChooser < T > arg1 , boolean arg2 ) { final List < T > loc0 = arg1 . getMarkedElements ( ) ; arg0 . setFilterItems ( loc0 ) ; myParentPopup . rebuildList ( arg2 ) ; }
update model basing on the chooser state concode_field_sep ChooseByNamePopup myParentPopup concode_elem_sep ElementsChooser<T> myChooser concode_elem_sep JPanel myChooserPanel concode_elem_sep Project myProject concode_elem_sep ActionToolbar myToolbar concode_elem_sep JBPopup myPopup concode_field_sep JPanel createChoo...
void function ( float arg0 ) { mX = arg0 ; }
sets the x. concode_field_sep float mX concode_elem_sep float mY concode_field_sep float getX concode_elem_sep void setY concode_elem_sep float getY
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
EGL function ( ) { return EGL10Impl . getInstance ( ) ; }
returns an egl object . concode_field_sep PlaceHolder placeHolder concode_field_sep GL getGL
void function ( TreeModelListener arg0 ) { treeModelListeners . add ( arg0 ) ; }
adds a listener for the treemodelevent posted after the tree changes . concode_field_sep DatabaseMetaData metadata concode_elem_sep int CATALOG concode_elem_sep ArrayList children concode_elem_sep Logger LOGGER concode_elem_sep List catalogs concode_elem_sep int COLUMN concode_elem_sep Node root concode_elem_sep String...
void function ( String arg0 ) { this . brand = arg0 ; }
sets the value of the brand property . concode_field_sep String imei concode_elem_sep String subscriberId concode_elem_sep long serialVersionUID concode_elem_sep EventType eventType concode_elem_sep String imsi concode_elem_sep String msisdn concode_elem_sep String brand concode_elem_sep XMLGregorianCalendar eventDate ...
double function ( double ... arg0 ) { double loc0 = 0 ; for ( double loc1 : arg0 ) loc0 += loc1 * loc1 ; return Math . sqrt ( loc0 ) ; }
returns the square root of the sum of squares of its arguments . concode_field_sep double LOG2E concode_elem_sep double LOG10E concode_elem_sep double LN2 concode_elem_sep double SQRT1_2 concode_elem_sep double E concode_elem_sep double LN10 concode_elem_sep double PI concode_elem_sep double SQRT2 concode_field_sep dou...
int function ( ) { return mStorageId ; }
returns the mtp storage id for the volume . this is also used for the storage_id column in the media provider . concode_field_sep long mMaxFileSize concode_elem_sep String EXTRA_STORAGE_VOLUME concode_elem_sep Parcelable.Creator<StorageVolume> CREATOR concode_elem_sep int mMtpReserveSpace concode_elem_sep boolean mAllo...
void function ( ) { serveInterrupts = true ; }
allows interrupts to happen concode_field_sep int OUTPUT concode_elem_sep int CHANGE concode_elem_sep int INPUT_PULLDOWN concode_elem_sep int FALLING concode_elem_sep boolean serveInterrupts concode_elem_sep int INPUT concode_elem_sep int RISING concode_elem_sep BitSet values concode_elem_sep int LOW concode_elem_sep i...
String function ( ) { return this . name ; }
the name of the model . concode_field_sep String schema concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String contentType concode_field_sep void setName concode_elem_sep GetModelResult withDescription concode_elem_sep String getId concode_elem_sep void setDe...
void function ( BlobContainer arg0 , String arg1 ) { arg0 . deleteBlob ( blobName ( arg1 ) ) ; }
deletes obj in the blob container concode_field_sep ToXContent.Params SNAPSHOT_ONLY_FORMAT_PARAMS concode_elem_sep String blobNameFormat concode_elem_sep FromXContentBuilder<T> reader concode_elem_sep ParseFieldMatcher parseFieldMatcher concode_field_sep String blobName concode_elem_sep T readBlob concode_elem_sep T re...
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { Arrays . checkOffsetAndCount ( arg0 . length , arg1 , arg2 ) ; tbytes += arg2 ; crc = updateImpl ( arg0 , arg1 , arg2 , crc ) ; }
update this crc32 checksum with the contents of buf , starting from offset and reading bytecount bytes of data . concode_field_sep long crc concode_elem_sep long tbytes concode_field_sep long getValue concode_elem_sep long updateByteImpl concode_elem_sep void reset concode_elem_sep long updateImpl
void function ( int arg0 ) { this . numberOfLines = arg0 ; }
sets the number of lines that this text covers method used only in loading . concode_field_sep float lineMaxSize concode_elem_sep int numberOfLines concode_elem_sep Vector3f colour concode_elem_sep boolean centerText concode_elem_sep float fontSize concode_elem_sep Vector2f position concode_elem_sep boolean isHidden co...
MultiPart function ( final Class < MultiPart > arg0 , final Type arg1 , final Annotation [ ] arg2 , final MediaType arg3 , final MultivaluedMap < String , String > arg4 , final InputStream arg5 ) { try { return readMultiPart ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; } catch ( final MIMEParsingException loc0 ) { if ...
reads the entire list of body parts from the input stream , using the appropriate provider implementation to de-serialize each body part 's entity . concode_field_sep Provider<MessageBodyWorkers> messageBodyWorkers concode_elem_sep MIMEConfig mimeConfig concode_elem_sep Logger LOGGER concode_field_sep MultiPart readMul...
void function ( Release arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; }
caches the release in the entity cache if it is enabled . concode_field_sep ReleasePersistence _persistence concode_field_sep int countAll concode_elem_sep Release fetchByServletContextName concode_elem_sep Release fetchByServletContextName concode_elem_sep int countByServletContextName concode_elem_sep List<Release> f...
DescribeSnapshotsResult function ( java . util . Collection < Snapshot > arg0 ) { setSnapshots ( arg0 ) ; return this ; }
the list of snapshot objects that were retrieved . it is possible that this list contains less than the number of items specified in the limit member of the request . this occurs if there are less than the requested number of items left to retrieve , or if the limitations of the operation have been exceeded . concode_f...
int function ( final NV arg0 ) { return name . compareTo ( arg0 . name ) ; }
places into order by name . concode_field_sep String name concode_elem_sep String value concode_elem_sep long serialVersionUID concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep NV[] concat
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.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSRolePK wsRolePK concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep ...
Handler function ( Handler arg0 , Fragment arg1 ) { return recyclableHandler ( arg0 , arg1 ) ; }
return a new recycle handler concode_field_sep PlaceHolder placeHolder concode_field_sep RecyclableHandler recyclableHandler concode_elem_sep RecyclableHandler recyclableHandler
Ballot function ( Party arg0 ) { return new Ballot ( arg0 ) ; }
vote for a particular party on a ballot concode_field_sep boolean isSpoiled concode_elem_sep Party party concode_field_sep boolean isSpoiled concode_elem_sep Party getParty concode_elem_sep String toString concode_elem_sep Ballot spoiled
void function ( ) { try { Process loc0 ; loc0 = Runtime . getRuntime ( ) . exec ( "srini_string" ) ; findWin ( loc0 . getInputStream ( ) ) ; loc0 . destroy ( ) ; } catch ( Exception loc1 ) { return ; } }
calls ipconfig and parses the result to find servers and a search path . concode_field_sep String[] servers concode_elem_sep int ndots concode_elem_sep ResolverConfig currentConfig concode_elem_sep Name[] searchlist concode_field_sep String server concode_elem_sep void findResolvConf concode_elem_sep boolean findSunJVM...
double function ( ) { return remAmnt ; }
gets remained crediting amount . concode_field_sep int remTerm concode_elem_sep double apr concode_elem_sep double remAmnt concode_elem_sep double edf concode_field_sep int getRemainingTerm concode_elem_sep double getAnnualRate concode_elem_sep double getDefaultProbability concode_elem_sep String toString
String function ( ) { return this . workstation ; }
retrieves the workstation name of the computer originating the request . concode_field_sep NTUserPrincipal principal concode_elem_sep String password concode_elem_sep long serialVersionUID concode_elem_sep String workstation concode_field_sep String getDomain concode_elem_sep String getPassword concode_elem_sep Princip...
boolean function ( ) { return successfulBoot ; }
get whether the controller booted successfully concode_field_sep ServiceContainer container concode_elem_sep ModelController controller concode_elem_sep Map<ModelVersion,T> legacyServices concode_elem_sep ModelTestModelControllerService controllerService concode_elem_sep OperationValidator operationValidator concode_el...
JSONParser function ( ) { return new JSONParser ( ) ; }
return a jsonparser instance for immediate use . jsonparser is not thread-safe , so we return a new instance each call . this is extremely inefficient in execution time and especially memory use -- each instance allocates a 16kb temporary buffer -- and we hope to improve matters eventually . concode_field_sep JSONObjec...
void function ( int arg0 ) { this . gameID = arg0 ; }
sets the game id that this forfeit pertains to . concode_field_sep int gameID concode_elem_sep String NAMESPACE concode_elem_sep String ELEMENT_NAME concode_field_sep String getNamespace concode_elem_sep int getGameID concode_elem_sep String toXML concode_elem_sep String getElementName
void function ( ) { sCInterface . clearOutEvents ( ) ; }
this method resets the outgoing events . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep State[] stateVector concode_elem_sep boolean e2 concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep boolean isRaise...
boolean function ( ) { return ! m_MSBAccess ; }
tests if this bitvector has the lsb rightmost as the first bit i.e. at index 0 . concode_field_sep int[] ODD_OFFSETS concode_elem_sep int m_Size concode_elem_sep byte[] m_Data concode_elem_sep boolean m_MSBAccess concode_elem_sep int[] STRAIGHT_OFFSETS concode_field_sep void setBytes concode_elem_sep void setBytes conc...
DealManager function ( ) { synchronized ( DealManager . class ) { if ( instance == null ) { instance = new DealManager ( ) ; } } synchronized ( instance ) { checkOut ++ ; } return instance ; }
singleton handler that retrieves the single instance of dealmanager object concode_field_sep DealManager instance concode_elem_sep int checkOut concode_elem_sep String PARSE_NAME concode_field_sep ArrayList<Deal> updateCacheList concode_elem_sep ArrayList<Deal> getDealsFromCache concode_elem_sep int getCheckOut concode...
void function ( ActionEvent arg0 ) { String loc0 = arg0 . getActionCommand ( ) ; if ( loc0 . equals ( "srini_string" ) ) calculateFullTimePay ( ) ; if ( loc0 . equals ( "srini_string" ) ) calculatePartTimePay ( ) ; if ( loc0 . equals ( "srini_string" ) ) reDisplay ( ) ; }
action listener concode_field_sep JTextField months concode_elem_sep JTextField calculatedPay concode_elem_sep JTextField display concode_elem_sep JTextField tax concode_elem_sep JTextField salary concode_elem_sep JButton calculatePartTimePay concode_elem_sep JTextField ppsn concode_elem_sep JButton clearScreen concode...
Issues function ( ) { return issues ; }
gets the value of the issues property . concode_field_sep String toolsVersion concode_elem_sep Information information concode_elem_sep Issues issues concode_elem_sep IssueTypes issueTypes concode_field_sep void setToolsVersion concode_elem_sep String getToolsVersion concode_elem_sep IssueTypes getIssueTypes concode_el...
void function ( java . lang . String arg0 ) { this . codigoUsuario = arg0 ; }
sets the codigousuario value for this ctbodyrq . concode_field_sep java.lang.String codigoUsuario concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep java.lang.String getCodigoUsuario concode_elem_sep org...
void function ( ) { adminGUI = new AdminGUI ( this ) ; }
a function that creates a reference to an new admingui with reference to this server . concode_field_sep DataOutputStream output concode_elem_sep AdminGUI adminGUI concode_elem_sep DataInputStream input concode_elem_sep int port concode_elem_sep ServerSocket serverSocket concode_elem_sep boolean listen concode_elem_sep...
void function ( WaitingItem arg0 ) { }
an item leaves the waiting phase when the current time of the system is past its @linkplain waitingitem #timestamp due date . the item will then enter either the blocked phase or the buildable phase . concode_field_sep PlaceHolder placeHolder concode_field_sep void onEnterBuildable concode_elem_sep ExtensionList<QueueL...
TableModificationEvent function ( String arg0 , String arg1 , VersionedValue arg2 ) { return new TableModificationEvent ( arg0 , arg1 , arg2 , Type . ROW_ADDED ) ; }
creates a new row added table modification event . concode_field_sep Type type concode_elem_sep VersionedValue value concode_elem_sep String key concode_elem_sep String tableName concode_field_sep TableModificationEvent rowDeleted concode_elem_sep TableModificationEvent rowUpdated concode_elem_sep String toString conco...
Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; }
sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_ele...
T function ( Snapshot arg0 ) { return null ; }
returns the result of interpreting the object as an instance of ` snapshot ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep ExpressionsPackage modelPackage concode_field_sep T caseCommit concode_elem_sep T caseAll concode_elem_sep T doSwitch concode_elem_s...
String function ( ) { return modelId ; }
returns the id of the model concode_field_sep long serialVersionUID concode_elem_sep String modelDescription concode_elem_sep String modelName concode_elem_sep String modelId concode_elem_sep String domainId concode_field_sep void setModelId concode_elem_sep void setModelName concode_elem_sep void setDomainId concode_e...
PsiFile [ ] function ( @ NotNull PsiPackage arg0 , @ NotNull GlobalSearchScope arg1 ) { return PsiFile . EMPTY_ARRAY ; }
returns a list of files belonging to the specified package which are not located in any of the package directories . concode_field_sep ExtensionPointName<PsiElementFinder> EP_NAME concode_field_sep boolean processPackageDirectories concode_elem_sep boolean processPackageDirectories concode_elem_sep PsiPackage findPacka...
Service function ( String arg0 ) { setName ( arg0 ) ; return this ; }
the friendly name for an aws service . the code element contains the corresponding code . concode_field_sep String code concode_elem_sep String name concode_elem_sep com.amazonaws.internal.SdkInternalList<Category> categories concode_field_sep void setName concode_elem_sep void setCategories concode_elem_sep String get...
void function ( JAXBElement < String > arg0 ) { this . startTime = arg0 ; }
sets the value of the starttime property . concode_field_sep JAXBElement<String> startTime concode_elem_sep JAXBElement<String> endTime concode_field_sep JAXBElement<String> getEndTime concode_elem_sep void setEndTime concode_elem_sep JAXBElement<String> getStartTime
T function ( TimePointLiteral arg0 ) { return null ; }
returns the result of interpreting the object as an instance of ` time point literal ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep LiteralsPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_...
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 com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String modulacaoAtualDSLAM concode_elem_sep boolean isModulacaoCorretaPlano concode_elem_sep org.apache.a...
String function ( ) { return formatCurrentTime ( selectedFormat ) ; }
gets selected time zone time . this is the time zone selected by one of six commandbuttons from the map in the ui . 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...
Map < String , Object > function ( ) { return null ; }
returns a map of config data passed to js that defines eligible events that can be placed on native views . this should return non-bubbling directly-dispatched event types . returned map should be of the form : `` ontwirl '' : `` registrationname '' : `` ontwirl '' concode_field_sep Map<Class,Map<String,UIProp.Type>> C...
ContinuousFunction function ( ) { return this . dmop2_g ; }
returns the g function that is used in the dmop2 problem . concode_field_sep FunctionOptimisationProblem dmop2_h_problem concode_elem_sep FunctionOptimisationProblem dmop2_g_problem concode_elem_sep long serialVersionUID concode_elem_sep ContinuousFunction dmop2_h concode_elem_sep ContinuousFunction dmop2_g concode_fie...
String function ( ) { return string ; }
gets the string description for display purposes concode_field_sep Colour DARK_RED2 concode_elem_sep Colour IVORY concode_elem_sep Colour GRAY_50 concode_elem_sep Colour DARK_BLUE concode_elem_sep Colour DARK_RED concode_elem_sep Colour TAN concode_elem_sep Colour VIOLET concode_elem_sep Colour GREY_25_PERCENT concode_...
int function ( int arg0 ) { return matchedFrom ( arg0 ) ; }
an older name for matchedfrom . concode_field_sep boolean didMatch_ concode_elem_sep int numSubs_ concode_elem_sep int charsMatched_ concode_elem_sep StringLike src concode_elem_sep int matchFrom_ concode_elem_sep int[] marks concode_field_sep int matchedFrom concode_elem_sep int matchedFrom concode_elem_sep int charsM...
ControllerEventTypes function ( ) { return eventType ; }
returns the specified controllereventtypes which indicatesthe kind of this event . concode_field_sep Exception exception concode_elem_sep ISimulationController simulationController concode_elem_sep ControllerEventTypes eventType concode_field_sep Exception getException concode_elem_sep Object getSource
List function ( ) { return tabItems ; }
gets the list of tab items . concode_field_sep String removedTab concode_elem_sep List tabItems concode_elem_sep String newTabContent concode_elem_sep int index concode_elem_sep int tabIndex concode_elem_sep List tabs concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep String content conc...
int function ( ) { return id ; }
the numeric order of the item matching the same request order in the bulk request . concode_field_sep String STATUS_FIELD concode_elem_sep String _ID concode_elem_sep String _TYPE concode_elem_sep String STATUS concode_elem_sep String opType concode_elem_sep String ID_FIELD concode_elem_sep String index concode_elem_se...
long function ( ) { return this . totalTimeInMillis ; }
the total time merges have been executed in milliseconds . concode_field_sep XContentBuilderString TOTAL concode_elem_sep long total concode_elem_sep XContentBuilderString TOTAL_TIME concode_elem_sep XContentBuilderString REFRESH concode_elem_sep XContentBuilderString TOTAL_TIME_IN_MILLIS concode_elem_sep long totalTim...
Appender function ( ) { return backupAppender ; }
get backup appender . concode_field_sep Vector errors concode_elem_sep Appender backupAppender concode_elem_sep Logger logger concode_elem_sep Appender appender concode_field_sep LoggingEvent getEvent concode_elem_sep void activateOptions concode_elem_sep Exception getException concode_elem_sep int size concode_elem_se...
Object function ( ) { return this . savepoint ; }
get the savepoint for this transaction , if any . concode_field_sep boolean rollbackOnly concode_elem_sep Object savepoint concode_elem_sep boolean completed concode_field_sep boolean isLocalRollbackOnly concode_elem_sep Object createSavepoint concode_elem_sep void setCompleted concode_elem_sep void releaseSavepoint co...
long function ( ) { return _workflowInstanceLink . getUserId ( ) ; }
returns the user id 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...
void function ( ) { Tree loc0 = treeViewer . getTree ( ) ; if ( loc0 != null && ! loc0 . isDisposed ( ) ) { loc0 . removeTreeListener ( this ) ; } }
unhooks this monitor from the treeviewer . concode_field_sep TreeViewer treeViewer concode_elem_sep List visibleNodes concode_elem_sep List visibleTreeItems concode_elem_sep boolean isStale concode_elem_sep ArrayList listenerList concode_elem_sep String VISIBLE concode_field_sep void treeExpanded concode_elem_sep void ...
OrganizationServiceFault function ( ) { return fault ; }
gets the value of the fault property . concode_field_sep Integer requestIndex concode_elem_sep OrganizationResponse response concode_elem_sep OrganizationServiceFault fault concode_elem_sep long serialVersionUID concode_field_sep Integer getRequestIndex concode_elem_sep void setRequestIndex concode_elem_sep void setFau...
void function ( ) { for ( int loc0 = 0 ; loc0 < numMessages ; loc0 ++ ) { try { zk . create ( qRoot + messagePrefix + messageId , messageData . getBytes ( ) , ZooDefs . Ids . OPEN_ACL_UNSAFE , CreateMode . PERSISTENT ) ; } catch ( InterruptedException loc1 ) { } catch ( KeeperException loc1 ) { } messageId ++ ; } }
start producing messages concode_field_sep ZooKeeper zk concode_elem_sep Mutex mutex concode_elem_sep int numMessages concode_elem_sep String messagePrefix concode_elem_sep int myId concode_elem_sep int messageId concode_elem_sep String messageData concode_elem_sep String qRoot concode_elem_sep int id concode_field_sep...
String function ( ) { return description ; }
gets the value of the description property . concode_field_sep String code concode_elem_sep String description concode_field_sep void setCode concode_elem_sep void setDescription concode_elem_sep String getCode
void function ( int arg0 ) { for ( int loc0 = 1 ; loc0 <= arg0 ; loc0 ++ ) { System . out . print ( '?' ) ; } }
draw horizontal line across from current cursor position concode_field_sep int SavedY concode_elem_sep int SavedX concode_elem_sep int col concode_elem_sep int row concode_elem_sep int MAXCOL concode_elem_sep int PromptLine concode_field_sep void setUnderline concode_elem_sep void beep concode_elem_sep void eraseDown c...
java . lang . String function ( ) { return _oAuthToken . getTokenName ( ) ; }
returns the token name 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 isEscapedMode...
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 ( ) ) ; }
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 ...
void function ( GroupPlug arg0 , int arg1 ) { plugs . put ( arg1 , arg0 ) ; }
set the plug used for a specific group . the plug will automatically be invoked . concode_field_sep IntMap<GroupPlug> plugs concode_field_sep void beforeGroup concode_elem_sep GroupPlug unPlug concode_elem_sep void afterGroup
List < SignaturePropertyType > function ( ) { if ( signatureProperty == null ) { signatureProperty = new ArrayList < SignaturePropertyType > ( ) ; } return this . signatureProperty ; }
gets the value of the signatureproperty property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the signatureproperty property . for example , to ad...
String function ( ) { return id ; }
gets the graph 's id concode_field_sep String CURRENT_VERSION concode_elem_sep Header header concode_elem_sep String id concode_elem_sep List<ApplicationData> applicationData concode_elem_sep String version concode_elem_sep List<Node> nodeList concode_field_sep String getVersion concode_elem_sep void init concode_elem_...
void function ( Thread arg0 , BitmapFactory . Options arg1 ) { getOrCreateThreadStatus ( arg0 ) . mOptions = arg1 ; }
the following three methods are used to keep track of bitmapfaction.options used for decoding and cancelling . concode_field_sep WeakHashMap<Thread,Object> mWeakCollection concode_elem_sep State mState concode_elem_sep WeakHashMap<Thread,ThreadStatus> mThreadStatus concode_elem_sep String TAG concode_elem_sep BitmapFac...
IDataRecordMeta function ( ) { return this . recordFactory . getMeta ( ) ; }
gets the meta-information of records indexed . concode_field_sep IDataRecordCache recordCache concode_elem_sep IDataRecordFactory recordFactory concode_elem_sep Group persistentGroup concode_elem_sep String EXTENSION concode_field_sep void optimize concode_elem_sep void load concode_elem_sep IDataRecord get concode_ele...
Type function ( ) { return type ; }
returns the type of this token concode_field_sep int positionLength concode_elem_sep Dictionary dictionary concode_elem_sep int offset concode_elem_sep int wordId concode_elem_sep int length concode_elem_sep char[] surfaceForm concode_elem_sep int position concode_elem_sep Type type concode_field_sep int getPositionLen...
void function ( ) { testEmp = db1 . getEmployee ( 2 ) ; testEmp . setSalary ( new BigDecimal ( 30000 ) ) ; assertEquals ( new BigDecimal ( 30000 ) , testEmp . getSalary ( ) ) ; }
try to set passable salary concode_field_sep Employee testEmp concode_elem_sep DatabaseHandler db1 concode_elem_sep Employee e1 concode_elem_sep Employee e2 concode_elem_sep Employee e3 concode_field_sep void testLnameWithNumbers concode_elem_sep void testSameDetailEmployees concode_elem_sep void testLnameTooLong conco...
CharRange function ( final char arg0 , final char arg1 ) { return new CharRange ( arg0 , arg1 , false ) ; }
constructs a charrange over a set of characters . concode_field_sep boolean negated concode_elem_sep char current concode_elem_sep String iToString concode_elem_sep char start concode_elem_sep CharRange range concode_elem_sep char end concode_elem_sep boolean hasNext concode_elem_sep long serialVersionUID concode_field...
long function ( ) { return spdyConnection == null ? idleStartTimeNs : spdyConnection . getIdleStartTimeNs ( ) ; }
returns the time in ns when this connection became idle . undefined if this connection is not idle . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection co...
void function ( String arg0 ) { this . patron = arg0 ; }
sets patron . concode_field_sep String patron concode_elem_sep String nyplSource concode_elem_sep String recordType concode_elem_sep String updatedDate concode_elem_sep String pickupLocation concode_elem_sep String neededBy concode_elem_sep String jobId concode_elem_sep Boolean processed concode_elem_sep String created...
int function ( NodeStorage arg0 , Graph arg1 ) { int loc0 = arg1 . findType ( arg0 . getId ( ) ) ; if ( Type . InvalidType == loc0 ) { return arg1 . newNodeType ( arg0 . getId ( ) ) ; } return loc0 ; }
tries to find a nodetype , if not able , creates it . concode_field_sep PlaceHolder placeHolder concode_field_sep Value getValue concode_elem_sep DataType getDataTypeFromObject concode_elem_sep Object getObjectFromValue concode_elem_sep int createOrFindAttributeType
void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; }
debug 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
void function ( ) { Stage loc0 = application . getPrimaryStage ( ) ; String loc1 = Portfolio . currentPortfolio . getUserID ( ) ; loc1 = loc1 . substring ( 0 , 1 ) . toUpperCase ( ) + loc1 . substring ( 1 ) ; loc0 . setTitle ( loc1 + "srini_string" ) ; application . setPrimaryStage ( loc0 ) ; }
private helper function that sets the title of the gui to say : '' user 's portfolio '' when you login concode_field_sep PasswordField password concode_elem_sep FPTSRunner application concode_elem_sep Button myBt concode_elem_sep TextField username concode_field_sep void setMainApp concode_elem_sep void loginAfterSignU...
TickUnit function ( int arg0 ) { return ( TickUnit ) this . tickUnits . get ( arg0 ) ; }
returns the tickunit on the given position . this method is required for the xml writer . concode_field_sep List tickUnits concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep TickUnit getLargerTickUnit concode_elem_sep int size concode_elem_sep TickUnit getCeilingTickUnit concode_elem_sep...
void function ( float arg0 ) { wx = arg0 ; }
setter for property wx . concode_field_sep float[] vv concode_elem_sep float wx concode_elem_sep float w0y concode_elem_sep BoundingBox boundingBox concode_elem_sep float wy concode_elem_sep List<Ligature> ligatures concode_elem_sep float[] w concode_elem_sep String name concode_elem_sep float[] w0 concode_elem_sep flo...
boolean function ( ) { return pos < srcEnd ; }
returns whether there are any characters left to be read . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_sep char next concode_elem_sep ...
int function ( String arg0 ) { String loc0 = value ( arg0 ) ; if ( loc0 != null ) { try { int loc1 = Integer . parseInt ( loc0 ) ; if ( loc1 > 0 ) return ( loc1 ) ; } catch ( NumberFormatException loc1 ) { } } return ( - 1 ) ; }
returns the value of an option as an integer , or -1 if not defined . concode_field_sep Map table concode_field_sep void set concode_elem_sep void set concode_elem_sep void clear concode_elem_sep void refresh concode_elem_sep boolean check concode_elem_sep void unset concode_elem_sep String value
void function ( Server arg0 ) { this . hostServer = arg0 ; }
setter for hostserver concode_field_sep KickstartVirtualizationType virtualizationType concode_elem_sep KickstartData ksdata concode_elem_sep String kickstartMode concode_elem_sep Server oldServer concode_elem_sep String systemRhnHost concode_elem_sep String kickstartFromHost concode_elem_sep Date lastAction concode_el...
FileChannel function ( String arg0 ) { FileChannel loc0 = openFiles . get ( arg0 ) ; if ( loc0 == null ) { File loc1 = new File ( dbDirectory , arg0 ) ; RandomAccessFile loc2 = new RandomAccessFile ( loc1 , "srini_string" ) ; loc0 = loc2 . getChannel ( ) ; openFiles . put ( arg0 , loc0 ) ; } return loc0 ; }
returns the file channel for the specified filename . the file channel is stored in a map keyed on the filename . if the file is not open , then it is opened and the file channel is added to the map . concode_field_sep File dbDirectory concode_elem_sep boolean isNew concode_elem_sep Map<String,FileChannel> openFiles co...
Object function ( Object arg0 ) { throw new NullPointerException ( "srini_string" ) ; }
a filter has not been provided . in general this is a bad situtation which we ask people to represent with filter.includes or filter.excludes depending on what behaviour they want to see happen - in this case literally null was provided . concode_field_sep Logger LOGGER concode_field_sep Object visit concode_elem_sep O...
void function ( int arg0 ) { this . portTwo = arg0 ; }
second port in the jmx connection string concode_field_sep String JMX_SSL_PROPERTY concode_elem_sep String JMX_ACCESS_FILE_PROPERTY concode_elem_sep String host concode_elem_sep Log logger concode_elem_sep boolean failOnException concode_elem_sep String JMX_REMOTE_X_PASSWORD_FILE concode_elem_sep String JMX_PASSWORD_FI...
int function ( ) { return ( int ) this . position ; }
return the start position in 1-based coordinates first base is 1 concode_field_sep int depthOfCoverage concode_elem_sep double Epsilon concode_elem_sep char refBase concode_elem_sep int maximumMappingQual concode_elem_sep long position concode_elem_sep double LODBestToNext concode_elem_sep double LODBestToReference con...
void function ( String arg0 ) { this . x = arg0 ; }
sets the value of the x property . concode_field_sep BigDecimal colspan concode_elem_sep BigDecimal colspanS concode_elem_sep BigDecimal rowspan concode_elem_sep String x concode_elem_sep String width concode_elem_sep String y concode_elem_sep String z concode_elem_sep BigDecimal colspanM concode_field_sep void setY co...
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
long function ( long arg0 ) { if ( arg0 >= currValue ) { currValue = arg0 ; currValue += increment ; return arg0 ; } else { return arg0 ; } }
getter for a given value concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep HsqlName getName concode_elem_sep String getSchemaName concode_elem_sep int getType co...
boolean function ( Card arg0 , List < ColoredManaSymbol > arg1 ) { int loc0 = 0 ; for ( Mana loc1 : arg0 . getMana ( ) ) { for ( ColoredManaSymbol loc2 : arg1 ) { loc0 = loc0 + loc1 . getColor ( loc2 ) ; } } if ( loc0 > 1 ) { return true ; } return false ; }
checks that chosen card can produce mana of specific color . concode_field_sep Deck deck concode_elem_sep int SINGLE_PENALTY[] concode_elem_sep int DECK_COUNT60[] concode_elem_sep int MIN_CARD_SCORE concode_elem_sep int DECK_COUNT40[] concode_elem_sep int deckSize concode_elem_sep int deckSpells concode_elem_sep int de...
SerializableString function ( MapperConfig < ? > arg0 ) { SerializableString loc0 = _encodedSimple ; if ( loc0 == null ) { if ( arg0 == null ) { loc0 = new SerializedString ( _simpleName ) ; } else { loc0 = arg0 . compileString ( _simpleName ) ; } _encodedSimple = loc0 ; } return loc0 ; }
accessor that may be used to get lazily-constructed efficient representation of the simple name . concode_field_sep PropertyName NO_NAME concode_elem_sep String _NO_NAME concode_elem_sep String _namespace concode_elem_sep SerializableString _encodedSimple concode_elem_sep long serialVersionUID concode_elem_sep String _...
LockOptions function ( ) { return lockOptions ; }
get the current lock options concode_field_sep LockOptions lockOptions concode_elem_sep int guesstimatedBufferSize concode_elem_sep String whereClause concode_elem_sep String fromClause concode_elem_sep Dialect dialect concode_elem_sep String selectClause concode_elem_sep String outerJoinsAfterWhere concode_elem_sep St...
void function ( boolean arg0 ) { }
called when the activity will start interacting with the user . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoadin...
T function ( ) { try { return getFuture ( ) . get ( ) ; } catch ( final ExecutionException loc0 ) { ConcurrentUtils . handleCause ( loc0 ) ; return null ; } catch ( final InterruptedException loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; throw new ConcurrentException ( loc0 ) ; } }
returns the result of the background initialization . this method blocks until initialization is complete . if the background processing caused a runtime exception , it is directly thrown by this method . checked exceptions , including interruptedexception are wrapped in a concurrentexception . calling this method befo...
int function ( ) { return _thauphu . getHopdongid ( ) ; }
returns the hopdongid of this thauphu . concode_field_sep Thauphu _thauphu concode_field_sep long getGiatrihd concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getSohopdongvien concode_elem_sep boolean isEscapedModel concode_elem_sep java.lang.String getNoidung concode_elem_sep boolean ...
int function ( String arg0 ) { int loc0 = 0 ; if ( arg0 . length ( ) != 4 ) { Log . e ( "srini_string" , "srini_string" ) ; throw new RuntimeException ( "srini_string" ) ; } for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) { loc0 <<= 8 ; loc0 |= ( byte ) arg0 . charAt ( loc1 ) ; } return loc0 ; }
convert a 4-character string to a 32-bit type . concode_field_sep ByteOrder CHUNK_ORDER concode_elem_sep int CHUNK_HEADER_LEN concode_elem_sep int CHUNK_FAIL concode_field_sep void handleChunk concode_elem_sep ByteBuffer getChunkDataBuf concode_elem_sep void handleUnknownChunk concode_elem_sep Client checkDebuggerPortF...
void function ( Bundle arg0 , ConfigDescription arg1 ) { if ( arg1 != null ) { List < ConfigDescription > loc0 = acquireConfigDescriptions ( arg0 ) ; if ( loc0 != null ) { loc0 . add ( arg1 ) ; } } }
adds a configdescription object to the internal list associatedwith the specified module . the added configdescription object leads to an event . this method returns silently , if any of the parameters is null . concode_field_sep Map<Bundle,List<ConfigDescription>> bundleConfigDescriptionsMap concode_elem_sep ConfigDes...
boolean function ( String arg0 ) { return isServiceSupportedInRegion ( arg0 ) || isServicePartitionWide ( arg0 ) ; }
returns true if the service is explicitly enabled for a region or a service is partition wide enabled . returns false otherwise . for new regions that match the partition 's region regex , if the service is enabled partition wide then this method will return true . concode_field_sep String DNS_SUFFIX concode_elem_sep M...
String function ( ) { return description ; }
get string describing the instruction . this is not used internally by mars , but is for display to the user . concode_field_sep int INSTRUCTION_LENGTH_BITS concode_elem_sep int INSTRUCTION_LENGTH concode_elem_sep char[] operandMask concode_elem_sep String mnemonic concode_elem_sep String description concode_elem_sep S...
void function ( Context arg0 ) { sInstance = new DraftCache ( arg0 ) ; }
initialize the global instance . should call only once . concode_field_sep HashSet<OnDraftChangedListener> mChangeListeners concode_elem_sep String TAG concode_elem_sep Object mChangeListenersLock concode_elem_sep DraftCache sInstance concode_elem_sep HashSet<Long> mDraftSet concode_elem_sep Object mSavingDraftLock con...
ITimedStatemachine function ( ) { return statemachine ; }
returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine