code
stringlengths
20
663
nl
stringlengths
68
7.19k
CachedObject function ( int arg0 ) { CachedObject loc0 = ( CachedObject ) cacheMap . remove ( arg0 ) ; if ( loc0 == null ) { return null ; } cacheBytesLength -= loc0 . getStorageSize ( ) ; return loc0 ; }
removes an object from memory cache . does not release the file storage . concode_field_sep DataFileCache dataFileCache concode_elem_sep StopWatch makeRowTimer concode_elem_sep long bytesCapacity concode_elem_sep CachedObject[] rowTable concode_elem_sep StopWatch sortTimer concode_elem_sep long cacheBytesLength concode...
NamedFeature function ( ) { return gene ; }
method description concode_field_sep int numberOfHairpins concode_elem_sep boolean hasGeneConfidence concode_elem_sep int geneConfidence concode_elem_sep NamedFeature gene concode_elem_sep List<RNAIHairpinValue> hairpinScores concode_elem_sep int start concode_elem_sep int end concode_elem_sep float geneScore concode_e...
void function ( String arg0 , long arg1 ) { if ( mFinished ) { throw new IllegalStateException ( "srini_string" ) ; } mMarkers . add ( new Marker ( arg0 , arg1 , SystemClock . elapsedRealtime ( ) ) ) ; }
adds a marker to this log with the specified name . concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_elem_sep String name concode_elem_sep boolean DEBUG concode_elem_sep List<Marker> mMarkers concode_elem_sep long thread concode_elem_sep long time concode_elem_sep...
DetachedCriteria function ( Projection arg0 ) { criteria . setProjection ( arg0 ) ; return this ; }
set the projection to use . concode_field_sep CriteriaImpl impl concode_elem_sep Criteria criteria concode_field_sep DetachedCriteria add concode_elem_sep Criteria getExecutableCriteria concode_elem_sep DetachedCriteria setFetchMode concode_elem_sep DetachedCriteria forEntityName concode_elem_sep DetachedCriteria forEn...
String [ ] function ( ServletContext arg0 ) { return ( String [ ] ) arg0 . getAttribute ( Globals . MODULE_PREFIXES_KEY ) ; }
return the list of module prefixes that are defined for this web application . note - the '' '' prefix for the default module is not included in this list . concode_field_sep Log log concode_elem_sep ModuleUtils instance concode_field_sep void selectModule concode_elem_sep void selectModule concode_elem_sep ModuleUtils...
void function ( ) { }
called on the event dispatching thread not on the worker thread after the construct method has returned . concode_field_sep Thread thread concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep Object getValue concode_elem_sep Thread get concode_elem_sep Object get concode_elem_sep void set...
String function ( EventKey arg0 ) { switch ( arg0 ) { case START_TIME : case END_TIME : case UPDATE_TIME : return getDateString ( ( Long ) getValue ( arg0 ) ) ; default : return String . valueOf ( getValue ( arg0 ) ) ; } }
formats a column into a string . concode_field_sep String mNotes concode_elem_sep boolean persisted concode_elem_sep String mTag concode_elem_sep long mEndTime concode_elem_sep String mUUID concode_elem_sep boolean receivedAtServer concode_elem_sep long serialVersionUID concode_elem_sep long mDbRowID concode_elem_sep b...
Session function ( ConnectionSpec arg0 ) { return getConnection ( ) ; }
gets a new connection . concode_field_sep Reference reference concode_elem_sep boolean managed concode_elem_sep ConnectionManager connectionManager concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ManagedConnectionFactoryImpl managedConnectionFactory concode_field_sep long getCacheSi...
boolean function ( String arg0 ) { return isEmpty ( arg0 ) ; }
checks , whether is password was provided . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isUrlFormatInvalid concode_elem_sep boolean isDateValid concode_elem_sep boolean isEmailValid concode_elem_sep boolean isEmpty concode_elem_sep boolean isUsernameFormatInvalid
Class < ? > function ( ) { return actualClass ; }
getjavatype . concode_field_sep boolean staticM concode_elem_sep String simpleName concode_elem_sep String VALUE_METHOD_ID concode_elem_sep LinkedHashMap<String,IAnnotationModel> annotationsByCanonicalName concode_elem_sep String documentation concode_elem_sep boolean isCollection concode_elem_sep LinkedHashMap<String,...
java . io . File function ( String arg0 , String arg1 ) { java . io . File loc0 = new java . io . File ( Hermes . get ( ) . getRootFolder ( ) , arg1 ) ; if ( loc0 . mkdirs ( ) ) Timber . d ( "srini_string" , arg1 ) ; return new java . io . File ( loc0 , arg0 ) ; }
creates a file based on a specific path and name , inside the root folder . concode_field_sep PlaceHolder placeHolder concode_field_sep java.io.File createExternal concode_elem_sep java.io.File createExternal concode_elem_sep java.io.File createCache concode_elem_sep void makeVisible
void function ( PageViewComponent arg0 , Rectangle arg1 ) { }
new annotation created with view tool . concode_field_sep Color ANNOTATION concode_elem_sep Color ANNOTATION_VISITED concode_elem_sep WeakHashMap<String,AnnotationState> annotationHistory concode_elem_sep Color color concode_elem_sep DocumentViewController documentViewController concode_elem_sep Logger logger concode_e...
es . eina . tfg . service . persistence . UserAndRoutePK function ( ) { return _userAndRoute . getPrimaryKey ( ) ; }
returns the primary key of this user and route . concode_field_sep UserAndRoute _userAndRoute concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel...
double function ( double arg0 ) { if ( arg0 >= - 90 && arg0 <= 90 ) { return arg0 ; } double loc0 = Math . abs ( ( arg0 + 90 ) % 360 ) ; return ( loc0 <= 180 ? loc0 : 360 - loc0 ) - 90 ; }
puts latitude in range of -90 to 90 . concode_field_sep PlaceHolder placeHolder concode_field_sep void randomPointIn concode_elem_sep GeoPoint randomPointIn concode_elem_sep void randomPoint concode_elem_sep GeoPoint randomPoint concode_elem_sep double normalizeLongitude
String function ( ) { return "srini_string" = "srini_string" ; }
returns unknown path message , with the path 's special characters masked . concode_field_sep Log LOG concode_elem_sep ImmutableSet<String> retiredEndPoints concode_elem_sep UriInfo rootUri concode_field_sep Response noPathPost concode_elem_sep Response noPath concode_elem_sep Response sendErrorMessage concode_elem_sep...
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 ( P arg0 , C arg1 ) { Task loc0 = tasks . get ( arg0 ) ; if ( loc0 == null ) { tasks . put ( arg0 , loc0 = new Task ( arg0 ) ) ; pool . execute ( loc0 ) ; } loc0 . callbacks . add ( arg1 ) ; }
adds a callback to the parameter provided , adding parameter to the queue if needed . this should always be synchronous . concode_field_sep int FINISHED concode_elem_sep int state concode_elem_sep ThreadPoolExecutor pool concode_elem_sep int STAGE_1_ASYNC concode_elem_sep int STAGE_1_SYNC concode_elem_sep AtomicInteger...
SpaceServiceSummary function ( String arg0 ) { this . name = arg0 ; return this ; }
configure name concode_field_sep String dashboardUrl concode_elem_sep Plan servicePlan concode_elem_sep Integer boundAppCount concode_elem_sep String provider concode_elem_sep Service service concode_elem_sep String lastOperation concode_elem_sep String name concode_elem_sep String id concode_elem_sep String label conc...
JFrame function ( ) { return debugGui ; }
returns the debugger window jframe . concode_field_sep Scriptable scope concode_elem_sep Dim dim concode_elem_sep int type concode_elem_sep SwingGui debugGui concode_elem_sep int EXIT_ACTION concode_elem_sep int SCOPE_PROVIDER concode_field_sep InputStream getIn concode_elem_sep void setSourceProvider concode_elem_sep ...
String function ( ) { return this . text . toString ( ) ; }
return the formatted string in its current state . this means that if #done was not yet called , it will print an intermediate stateof the formatted text . concode_field_sep Stack<ControlChar> formatting concode_elem_sep StringBuilder text concode_field_sep void cancel concode_elem_sep void cancelAll concode_elem_sep v...
TupleQueryResultWriter function ( OutputStream arg0 ) { return new BigdataSPARQLResultsJSONWriter ( arg0 ) ; }
returns a new instance of sparqlresultsjsonwriter . concode_field_sep PlaceHolder placeHolder concode_field_sep TupleQueryResultFormat getTupleQueryResultFormat
FieldData function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return mData [ arg0 ] ; }
given an index in the range 0 ... size -1 , returns the value from the indexth key-value mapping that this fieldarray stores . concode_field_sep boolean mGarbage concode_elem_sep FieldData[] mData concode_elem_sep int mSize concode_elem_sep FieldData DELETED concode_elem_sep int[] mFieldNumbers concode_field_sep int id...
void function ( String arg0 , XMPPConnection arg1 ) { Presence loc0 = new Presence ( Presence . Type . subscribe ) ; sendPresenceTo ( arg0 , loc0 , arg1 ) ; }
request the subscription from a given jid concode_field_sep Roster sRoster concode_elem_sep XMPPConnection sConnection concode_elem_sep Context sContext concode_elem_sep XmppBuddies sXmppBuddies concode_elem_sep SettingsManager sSettings concode_field_sep String retrieveStatusMessage concode_elem_sep void addFriend con...
void function ( AssessmentGradingData arg0 ) { try { GradingService loc0 = new GradingService ( ) ; loc0 . saveOrUpdateAssessmentGrading ( arg0 ) ; } catch ( Exception loc0 ) { throw new GradingServiceException ( loc0 ) ; } }
save assessment grading . concode_field_sep Log log concode_field_sep List getTotalScores concode_elem_sep Map getItemScores concode_elem_sep MediaData getMedia concode_elem_sep ItemGradingData getLastItemGradingByAgent concode_elem_sep Map getStudentGradingData concode_elem_sep List getAllSubmissions concode_elem_sep ...
String function ( final URI arg0 ) { return arg0 . getPort ( ) != 0 ? arg0 . toString ( ) : arg0 . toString ( ) . replaceFirst ( "srini_string" , "srini_string" ) ; }
create a human readable string from given uri . this method replaces 0 port start container at first availableport in given uri with string . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Key function ( final String arg0 ) { return new Key ( Elektra . INSTANCE . ksLookupByName ( ks , arg0 , 0 ) ) ; }
helper function to search for a key in the key set concode_field_sep Pointer KS_END concode_elem_sep int KDB_O_DEL concode_elem_sep int KDB_O_INACTIVE concode_elem_sep int KDB_O_NORECURSIVE concode_elem_sep Pointer ks concode_elem_sep int KDB_O_SYNC concode_elem_sep int KDB_O_SORT concode_elem_sep int KDB_O_NONE concod...
String function ( ) { return ticketNo ; }
this is getter method for ticketno concode_field_sep String subCategory concode_elem_sep String selectCause concode_elem_sep String repeateCAll concode_elem_sep String SLATime concode_elem_sep String caseType concode_elem_sep int resolveOnline concode_elem_sep int detpId concode_elem_sep String loggedBy concode_elem_se...
int function ( ) { return odometer ; }
gets the odometer reading from this iventory item . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep String getModel concode_elem_sep int getStock concode...
void function ( ) { finalResults = compute ( regEx , SortType . FRONT_SORTED ) ; }
executes the regular expression . concode_field_sep RegEx regEx concode_elem_sep TreeSet<RegExMatch> finalResults concode_elem_sep SuccinctFile succinctFile concode_field_sep TreeSet<RegExMatch> compute concode_elem_sep TreeSet<RegExMatch> allocateSet concode_elem_sep TreeSet<RegExMatch> getFinalResults concode_elem_se...
void function ( ) { if ( ! m_Connected ) { if ( Modbus . debug ) System . out . println ( "srini_string" ) ; m_Socket = new Socket ( m_Address , m_Port ) ; setTimeout ( m_Timeout ) ; prepareTransport ( ) ; m_Connected = true ; } }
opens this tcpmasterconnection . concode_field_sep InetAddress m_Address concode_elem_sep int m_Timeout concode_elem_sep int m_Port concode_elem_sep Socket m_Socket concode_elem_sep boolean m_Connected concode_elem_sep ModbusTCPTransport m_ModbusTransport concode_field_sep void setTimeout concode_elem_sep int getPort c...
void function ( State arg0 , Throwable arg1 ) { }
called when the service transitions to the @linkplain state #failed failed state . the @linkplain state #failed failed state is a terminal state in the transition diagram.therefore , if this method is called , no other methods will be called on the listener . concode_field_sep PlaceHolder placeHolder concode_field_sep ...
void function ( View arg0 , int arg1 , int arg2 ) { int loc0 [ ] = getAbsoluteLocationFromRelative ( arg0 , arg1 , arg2 ) ; int loc1 = loc0 [ 0 ] ; int loc2 = loc0 [ 1 ] ; longPress ( loc1 , loc2 ) ; }
sends synchronously a long press to the view at the specified coordinates . concode_field_sep ActivityInstrumentationTestCase2 mActivityTestCase concode_field_sep void dispatchTouchEvent concode_elem_sep void singleClickView concode_elem_sep void dragStart concode_elem_sep void dragTo concode_elem_sep void dragEnd conc...
int function ( ) { return tag ; }
get the table 's tag concode_field_sep int LOCA_TABLE concode_elem_sep int HHEA_TABLE concode_elem_sep int POST_TABLE concode_elem_sep ByteBuffer data concode_elem_sep int HEAD_TABLE concode_elem_sep int MAXP_TABLE concode_elem_sep int NAME_TABLE concode_elem_sep int CMAP_TABLE concode_elem_sep int tag concode_elem_sep...
OutputStream function ( String arg0 , boolean arg1 ) { return FilePath . get ( arg0 ) . newOutputStream ( arg1 ) ; }
create an output stream to write into the file . this method is similar to java 7 java.nio.file.path.newoutputstream . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep void delete concode_elem_sep boolean createFile concode_elem_sep String unwrap concode_elem_sep InputStream n...
int function ( ) { if ( cacheH == 0 ) { long loc0 = 1234 ; if ( ( bytes != null ) && ( bytes . length > 0 ) ) { for ( int loc1 = bytes . length ; -- loc1 >= 0 ; ) { loc0 ^= bytes [ loc1 ] * ( loc1 + 1 ) ; } cacheH = ( int ) ( ( loc0 >> 32 ) ^ loc0 ) ; } } return cacheH ; }
overrides hashcode in object concode_field_sep int cacheH concode_elem_sep byte[] bytes concode_elem_sep String cacheS concode_field_sep boolean equals concode_elem_sep String toString concode_elem_sep byte[] getBytes
Size function ( ) { return cameraManager . getPreviewSize ( ) ; }
actual preview size in current rotation . null if not determined yet . concode_field_sep String TAG concode_elem_sep Handler readyHandler concode_elem_sep SurfaceHolder surfaceHolder concode_elem_sep DisplayConfiguration displayConfiguration concode_elem_sep Runnable opener concode_elem_sep CameraThread cameraThread co...
AppInfo function ( String arg0 , String arg1 ) { for ( AppInfo loc0 : data ) { final ComponentName loc1 = loc0 . intent . getComponent ( ) ; if ( arg0 . equals ( loc1 . getPackageName ( ) ) && arg1 . equals ( loc1 . getClassName ( ) ) ) { return loc0 ; } } return null ; }
find an applicationinfo object for the given packagename and classname . concode_field_sep ArrayList<AppInfo> removed concode_elem_sep int DEFAULT_APPLICATIONS_NUMBER concode_elem_sep ArrayList<AppInfo> modified concode_elem_sep AppFilter mAppFilter concode_elem_sep ArrayList<AppInfo> added concode_elem_sep ArrayList<A...
void function ( String arg0 ) { this . project = arg0 ; }
sets the value of the project property . concode_field_sep String password concode_elem_sep String firstname concode_elem_sep WSDate createdDate concode_elem_sep String phone concode_elem_sep WSDate loginDate concode_elem_sep String project concode_elem_sep String email concode_elem_sep String username concode_elem_sep...
GetApplicationsRequest function ( Set < String > arg0 , EnumSet < YarnApplicationState > arg1 ) { GetApplicationsRequest loc0 = Records . newRecord ( GetApplicationsRequest . class ) ; loc0 . setApplicationTypes ( arg0 ) ; loc0 . setApplicationStates ( arg1 ) ; return loc0 ; }
the request from clients to get a report of applications matching the giving and application types and application types in the cluster from the resourcemanager . concode_field_sep PlaceHolder placeHolder concode_field_sep void setApplicationTypes concode_elem_sep void setQueues concode_elem_sep long getLimit concode_e...
int function ( int arg0 ) { return random . nextInt ( arg0 + 1 ) ; }
returns a random number between 0 inclusive and the specified value inclusive . concode_field_sep float radDeg concode_elem_sep double BIG_ENOUGH_ROUND concode_elem_sep int SIN_BITS concode_elem_sep float PI concode_elem_sep Random random concode_elem_sep double BIG_ENOUGH_CEIL concode_elem_sep int BIG_ENOUGH_INT conco...
List < T > function ( ) { List < T > loc0 = arguments ; arguments = null ; return loc0 ; }
returns accumulated arguments and flashes the arguments storage . concode_field_sep List<T> arguments concode_field_sep void add concode_elem_sep void submit concode_elem_sep void run concode_elem_sep void run
void function ( ) { OHLCSeries loc0 = new OHLCSeries ( "srini_string" ) ; loc0 . add ( new Year ( 2009 ) , 1.0 , 3.0 , 2.0 , 1.4 ) ; OHLCSeries loc1 = new OHLCSeries ( "srini_string" ) ; loc1 . add ( new Year ( 2009 ) , 1.0 , 3.0 , 2.0 , 1.4 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; i...
two objects that are equal are required to return the same hashcode . concode_field_sep SeriesChangeEvent lastEvent concode_field_sep void testClear concode_elem_sep void testAdditionOfDuplicatePeriod concode_elem_sep void testSetMaximumItemCount2 concode_elem_sep void testCloning concode_elem_sep void testRemove conco...
void function ( long arg0 ) { _tfImage . setCompanyId ( arg0 ) ; }
sets the company id of this t f image . concode_field_sep TFImage _tfImage concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getIsShow concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isIsShow concode_elem_sep bool...
long function ( ) { return _passwordTracker . getMvccVersion ( ) ; }
returns the mvcc version of this password tracker . concode_field_sep PasswordTracker _passwordTracker concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void s...
CacheControl function ( long arg0 , TimeUnit arg1 ) { this . staleIfError = arg1 . toSeconds ( arg0 ) ; return this ; }
add a `` stale-if-error '' directive . this directive indicates that when an error is encountered , a cached stale response may be used to satisfy the request , regardless of other freshness information . concode_field_sep long maxAge concode_elem_sep boolean cachePrivate concode_elem_sep boolean noTransform concode_el...
double [ ] function ( ) { return proportion ; }
returns the proportion of variance contained in each principal component , ordered from largest to smallest . concode_field_sep int p concode_elem_sep double[] proportion concode_elem_sep double[] eigvalues concode_elem_sep double[] cumulativeProportion concode_elem_sep double[] mu concode_elem_sep double[] pmu concode...
String function ( ) { return tblname ; }
returns the name of the new table . concode_field_sep Schema sch concode_elem_sep String tblname concode_field_sep Schema newSchema
Analytics function ( Context arg0 ) { if ( analytics == null ) { analytics = new Analytics ( arg0 ) ; } return analytics ; }
returns a shared analytics object . if one does n't exist , then it 's created and linked to the supplied context . you must call setenabled true to start data collection . concode_field_sep String TOS_ACCEPTED concode_elem_sep int DISPATCH_INTERVAL_SECS concode_elem_sep String INSTALL_EVENT concode_elem_sep String WEB...
String function ( Layer arg0 , String arg1 ) { if ( ! arg0 . isNetCDF ( ) ) { return "srini_string" ; } String loc0 = arg0 . getServer ( ) + "srini_string" + "srini_string" + arg0 . getName ( ) + "srini_string" + "srini_string" + arg1 + "srini_string" + "srini_string" ; return loc0 ; }
gets the url used to request the image of the color palette to a ncwms server concode_field_sep PlaceHolder placeHolder concode_field_sep String getLayerTimeSteps concode_elem_sep String buildRequest concode_elem_sep String getLayerTimeStepsForAnimation concode_elem_sep String getLayerDetails
com . google . api . ads . dfp . axis . v201403 . RateCardCustomizationGroup [ ] function ( ) { return results ; }
gets the results value for this ratecardcustomizationgrouppage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201403.RateCardCustom...
boolean function ( Class < ? > arg0 ) { return ! Object . class . equals ( declaringClass ( arg0 , "srini_string" , Object . class ) ) ; }
indicates whether the given class implements a customized equals method . this methods returns true if the declaring type of the equals method is not object . concode_field_sep Map<Class<?>,Class<?>> primitiveWrapperTypeMap concode_field_sep Iterable<Field> fieldsOf concode_elem_sep boolean isAccessible concode_elem_se...
Object function ( int arg0 ) { return objects . get ( arg0 ) ; }
returns the user object for given index number concode_field_sep HashMap<Object,Integer> objects2position concode_elem_sep ArrayList<?> objects concode_elem_sep boolean distributeObjects concode_elem_sep DistanceCalculator distanceFct concode_elem_sep int dimension concode_field_sep double getDistance concode_elem_sep ...
void function ( CreationDate arg0 ) { this . creationDate = arg0 ; }
sets the value of the creationdate property . concode_field_sep LastModificationDate lastModificationDate concode_elem_sep CreationDate creationDate concode_field_sep CreationDate getCreationDate concode_elem_sep void setLastModificationDate concode_elem_sep LastModificationDate getLastModificationDate
void function ( Run arg0 , @ Nonnull TaskListener arg1 ) { for ( RunListener loc0 : all ( ) ) { if ( loc0 . targetType . isInstance ( arg0 ) ) try { loc0 . onCompleted ( arg0 , arg1 ) ; } catch ( Throwable loc1 ) { report ( loc1 ) ; } } }
fires the #oncompleted run , tasklistener event . concode_field_sep Logger LOGGER concode_elem_sep Class<R> targetType concode_elem_sep CopyOnWriteList<RunListener> LISTENERS concode_field_sep ExtensionList<RunListener> all concode_elem_sep void fireDeleted concode_elem_sep void onStarted concode_elem_sep void onComple...
void function ( BigInteger arg0 ) { this . totalCount = arg0 ; }
sets the value of the totalcount property . concode_field_sep ArrayList<ArtifactType> artifact concode_elem_sep SearchResults.Data data concode_elem_sep BigInteger count concode_elem_sep BigInteger from concode_elem_sep BigInteger totalCount concode_elem_sep boolean tooManyResults concode_field_sep List<ArtifactType> g...
int function ( ) { return subVersion ; }
get the sub version concode_field_sep int majorVersion concode_elem_sep int minorVersion concode_elem_sep int subVersion concode_field_sep int getMajorVersion concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getMinorVersion concode_elem_sep String toString concode_elem_sep boolean isCo...
PlaybackEvent function ( int arg0 ) { return createEvent ( audio , arg0 ) ; }
constructs a playbackevent concode_field_sep int lastPosition concode_elem_sep PlaybackListener listener concode_elem_sep Bitstream bitstream concode_elem_sep Decoder decoder concode_elem_sep AudioDevice audio concode_elem_sep boolean complete concode_elem_sep boolean closed concode_field_sep void play concode_elem_sep...
String function ( String arg0 ) { try { return resourceBundle . getString ( arg0 ) ; } catch ( MissingResourceException loc0 ) { return arg0 ; } catch ( NullPointerException loc0 ) { return "srini_string" + arg0 + "srini_string" ; } }
gets a string from the resource bundle . we do n't want to crash because of a missing string . returns the key if not found . concode_field_sep Composite parent concode_elem_sep Canvas canvas concode_elem_sep ToolItem itemForward concode_elem_sep String iconLocation concode_elem_sep boolean title concode_elem_sep int i...
void function ( final Mood arg0 , final User arg1 ) { EndpointUtil . throwIfNotAuthenticated ( arg1 ) ; LOG . info ( "srini_string" + arg1 . getEmail ( ) ) ; LOG . fine ( "srini_string" + arg1 . getEmail ( ) + "srini_string" + arg0 . getKey ( ) ) ; ofy ( ) . delete ( ) . entity ( arg0 ) . now ( ) ; }
removes the mood entity . concode_field_sep Logger LOG concode_field_sep Mood insertMood concode_elem_sep List<Mood> listMoods concode_elem_sep MoodList insertMoods concode_elem_sep Mood updateMood concode_elem_sep List<Mood> listMoodsSince
void function ( String arg0 ) { this . name = arg0 ; }
sets the name of the relation , which is used as the property name in the entity the source entity owning the to-many relationship . concode_field_sep Schema schema concode_elem_sep Entity sourceEntity concode_elem_sep Entity targetEntity concode_elem_sep String name concode_elem_sep PropertyOrderList propertyOrderList...
void function ( final HttpParams arg0 , final String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setParameter ( CoreProtocolPNames . USER_AGENT , arg1 ) ; }
sets value of the coreprotocolpnames #user_agent parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep ProtocolVersion getVersion concode_elem_sep boolean useExpectContinue concode_elem_sep void setHttpElementCharset concode_elem_sep void setVersion concode_elem_sep String getUserAgent concode_elem_se...
String function ( ) { Writer loc0 = new StringWriter ( ) ; try { outputter . output ( rootElement , loc0 ) ; } catch ( Exception loc1 ) { } return loc0 . toString ( ) ; }
returns a string that represents the value of this object . concode_field_sep XMLOutputter outputter concode_elem_sep Element rootElement concode_field_sep Map<String,String> getPropertyMap concode_elem_sep String[] getPropertyValueList concode_elem_sep Element getRootElement concode_elem_sep String getName concode_ele...
EquipmentRequestType . TierInformation function ( ) { return new EquipmentRequestType . TierInformation ( ) ; }
create an instance of equipmentrequesttype.tierinformation concode_field_sep PlaceHolder placeHolder concode_field_sep AssociateDeviceType createAssociateDeviceType concode_elem_sep EquipmentRequestType createEquipmentRequestType concode_elem_sep EquipmentPlanType createEquipmentPlanType concode_elem_sep PaymentTransac...
String function ( ) { return banner ; }
/ publisher/api/mobileapp / getfile/uwnobgdxigto7pl . jpg concode_field_sep String isSite concode_elem_sep String platform concode_elem_sep List<CustomPropertyDTO> customProperties concode_elem_sep String context concode_elem_sep String lifecycleState concode_elem_sep String bundleversion concode_elem_sep BigDecimal ra...
void function ( Player arg0 ) { if ( canAttack ( arg0 ) ) { statuses . get ( arg0 ) [ 1 ] = true ; System . out . println ( "srini_string" + arg0 . toString ( ) + "srini_string" + statuses . get ( arg0 ) [ 0 ] + "srini_string" + statuses . get ( arg0 ) [ 1 ] ) ; } else System . out . println ( "srini_string" + arg0 . t...
tells the turn controller that a specific player has executed an attack , so no forward actions of this kind can be done in this turn . concode_field_sep Player currentPlayer concode_elem_sep Map<Player,boolean[]> statuses concode_field_sep boolean canMove concode_elem_sep void move concode_elem_sep boolean canAttack c...
void function ( String arg0 , BugList arg1 ) { }
default implementation does nothing concode_field_sep Map<String,String> params concode_field_sep void expression concode_elem_sep void expression concode_elem_sep void setParameter concode_elem_sep void startFunction concode_elem_sep void endFile concode_elem_sep void startComponent concode_elem_sep void endFunction c...
byte [ ] function ( MessageNano arg0 ) { final byte [ ] loc0 = new byte [ arg0 . getSerializedSize ( ) ] ; toByteArray ( arg0 , loc0 , 0 , loc0 . length ) ; return loc0 ; }
serialize to a byte array . concode_field_sep int cachedSize concode_field_sep void writeTo concode_elem_sep int computeSerializedSize concode_elem_sep MessageNano mergeFrom concode_elem_sep T mergeFrom concode_elem_sep T mergeFrom concode_elem_sep boolean messageNanoEquals concode_elem_sep int getSerializedSize concod...
double function ( int arg0 ) { double loc0 = n_get ( nativeObj , arg0 ) ; return loc0 ; }
returns the specified `` videocapture '' property note : when querying a property that is not supported by the backend used by the `` videocapture '' class , value 0 is returned . concode_field_sep long nativeObj concode_field_sep boolean n_isOpened concode_elem_sep boolean n_read concode_elem_sep boolean isOpened conc...
void function ( boolean arg0 ) { this . allowCreate = arg0 ; }
javadoc for this public method is generated via the doc templates in the doc_src directory . concode_field_sep boolean duplicatesAllowed concode_elem_sep int nodeMax concode_elem_sep boolean readOnly concode_elem_sep Comparator btreeComparator concode_elem_sep boolean overrideBtreeComparator concode_elem_sep boolean al...
Integer function ( ) { return queryPercentage ; }
gets the value of the querypercentage property . concode_field_sep String startDateTime concode_elem_sep String lastModifiedDateTime concode_elem_sep ExperimentServingStatus servingStatus concode_elem_sep Long campaignId concode_elem_sep String name concode_elem_sep Long id concode_elem_sep Long controlId concode_elem_...
void function ( ) { m_sValue = "srini_string" ; m_nLeading = 0 ; m_nTrailing = 0 ; m_bIsEmpty = true ; if ( m_aNext != null ) m_aNext . m_bPrevEmpty = true ; }
marks this line empty . also sets previous/next line 's empty attributes . concode_field_sep boolean m_bIsEmpty concode_elem_sep Line m_aXmlEndLine concode_elem_sep Line m_aNext concode_elem_sep boolean m_bPrevEmpty concode_elem_sep Line m_aPrevious concode_elem_sep int m_nPos concode_elem_sep int m_nLeading concode_el...
void function ( ) { String loc0 = "srini_string" ; lexemeTypeTests ( loc0 , SDocTokenType . NAMESPACE ) ; }
testnamespace concode_field_sep SDocFlexScanner _scanner concode_field_sep void testExample concode_elem_sep void testOverview concode_elem_sep void testClassDescription concode_elem_sep void testUserTag concode_elem_sep void testPrivate concode_elem_sep void testConstructor concode_elem_sep void testNoTypes concode_el...
Statechart function ( URI arg0 ) { ResourceSet loc0 = new ResourceSetImpl ( ) ; Resource loc1 = loc0 . getResource ( arg0 , true ) ; Statechart loc2 = ( Statechart ) EcoreUtil . getObjectByType ( loc1 . getContents ( ) , SGraphPackage . Literals . STATECHART ) ; return loc2 ; }
helper method - loads a testmodel from the given uri concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep void setValue concode_elem_sep void setKey
void function ( EngineObserver arg0 ) { observer_ . remove ( arg0 ) ; }
removes an engine observer from this engine instance . concode_field_sep LinkedList<WeightingStrategy> strategies_ concode_elem_sep HashMap<String,Integer> file2occurence concode_elem_sep LinkedList<EngineObserver> observer_ concode_elem_sep WeightingDataFactory weightingDataFactory_ concode_elem_sep boolean outweightI...
boolean function ( T arg0 ) { Node loc0 = new Node ( arg0 ) ; loc0 . setNextNode ( firstNode ) ; firstNode = loc0 ; numberOfEntries ++ ; return true ; }
adds a new entry to this bag . concode_field_sep int numberOfEntries concode_elem_sep Node next concode_elem_sep T data concode_elem_sep Node firstNode concode_field_sep int getFrequencyOf concode_elem_sep void setNextNode concode_elem_sep void setData concode_elem_sep boolean isEmpty concode_elem_sep void clear concod...
void function ( int arg0 ) { MapTypeOptionsImpl . impl . setRadius ( jsoPeer , arg0 ) ; }
sets the radius of the map type given the passed number measured in meters . the default value is 6378137 , the equatorial radius of the earth in meters . since 2.89 concode_field_sep JavaScriptObject jsoPeer concode_field_sep void setErrorMessage concode_elem_sep void setUrlArg concode_elem_sep void setLinkColor conco...
void function ( ) { m_preferencesService . cancel ( m_edit ) ; m_stuff = null ; m_edit = null ; }
cancel the edit and cleanup . concode_field_sep String m_origValue concode_elem_sep Logger M_log concode_elem_sep boolean m_isList concode_elem_sep PreferencesService m_preferencesService concode_elem_sep Collection m_stuff concode_elem_sep boolean m_origIsList concode_elem_sep String m_name concode_elem_sep Preference...
void function ( GraphEvent arg0 ) { for ( Iterator loc0 = listeners ( ) ; loc0 . hasNext ( ) ; ) { GraphListener loc1 = ( GraphListener ) loc0 . next ( ) ; loc1 . structureChanged ( arg0 ) ; } }
dispatch the structurechanged event to each of the listeners . concode_field_sep List _listeners concode_field_sep void add concode_elem_sep void edgeHeadChanged concode_elem_sep void dispatchEvent concode_elem_sep void edgeTailChanged concode_elem_sep Iterator listeners concode_elem_sep void nodeRemoved concode_elem_s...
String function ( ) { return myCurrentGameState ; }
gets the game state . concode_field_sep ArrayList<GameState> myGameStatesArray concode_elem_sep HashMap<String,GameState> myGameStatesHash concode_elem_sep String myCurrentGameState concode_elem_sep Game myGame concode_elem_sep boolean myIsTransitioning concode_elem_sep Transition myTransition concode_elem_sep Uncharte...
double function ( ) { double loc0 = 0 ; for ( int loc1 = 1 ; loc1 <= numSamples ( ) ; loc1 ++ ) { loc0 += logPrecision ( loc1 ) / ( double ) loc1 ; } return loc0 / numSamples ( ) ; }
confidence weighted accuracy assuming the scores are probabilities and using .5 as treshold concode_field_sep int[] numpositive concode_elem_sep int[] numnegative concode_elem_sep double[] scores concode_elem_sep int[] classes concode_elem_sep Logger logger concode_elem_sep int[] guesses concode_field_sep void init con...
Object function ( String arg0 ) { return saslServer . getNegotiatedProperty ( arg0 ) ; }
returns the value of a negotiated property . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslServer saslServer concode_elem_sep String QOP_AUTH_CONF concode_elem_sep String QOP_AUTH concode_elem_sep String DEFAULT_REALM concode_el...
void function ( float arg0 ) { }
set the quality of the image encoding not supported in this imageencoder . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encode concode_elem_sep void encode concode_elem_sep float getQuality concode_elem_sep boolean isEncodingAlpha concode_elem_sep void setEncodingAlpha
Position function ( Globe arg0 , Vec4 arg1 , Vec4 arg2 ) { return intersectRayWithTerrain ( arg0 , arg1 , arg2 , defaultSampleLength , defaultPrecision ) ; }
compute the intersection position of the globe terrain with the ray starting at origin in the given direction . uses default sample length and result precision . concode_field_sep double defaultPrecision concode_elem_sep double defaultSampleLength concode_field_sep Vec4 intersectSegmentWithTerrain concode_elem_sep Vec4...
EqualFieldsMatcher < T > function ( T arg0 ) { return new EqualFieldsMatcher < T > ( arg0 ) ; }
matches against each event of the same runtime type that has all field values equal to the fields in the expected event . all fields are compared , except for the aggregate identifier and sequence number , as they are generally not set on the expected event . concode_field_sep PlaceHolder placeHolder concode_field_sep ...
ApplicationNotification function ( ) { if ( instance == null ) { instance = new ApplicationNotification ( ) ; } return instance ; }
singleton function concode_field_sep ApplicationNotification instance concode_elem_sep NotificationManager manager concode_elem_sep int APP_NOTIFICAION concode_elem_sep boolean isEnabled concode_field_sep void enable concode_elem_sep void disable concode_elem_sep Object clone
void function ( String arg0 , Object arg1 , Object arg2 ) { if ( arg1 == arg2 ) failSame ( arg0 ) ; }
asserts that two objects refer to the same object . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTr...
Observable < T > function ( String arg0 , final Class < T > arg1 ) { return toObservable ( endpoint ( arg0 ) , arg1 ) ; }
returns an rx.observable for the messages with their payload converted to the given typeto allow the messages sent on the endpoint to be processed using reactive extensions concode_field_sep CamelContext camelContext concode_elem_sep ExecutorService workerPool concode_field_sep Endpoint endpoint concode_elem_sep void s...
String function ( ) { return logFilePrefix ; }
returns the optional log file prefix . concode_field_sep String destinationBucketName concode_elem_sep String logFilePrefix concode_field_sep void setDestinationBucketName concode_elem_sep String getDestinationBucketName concode_elem_sep String toString concode_elem_sep void setLogFilePrefix concode_elem_sep boolean is...
short function ( ) { return mNumChannels ; }
get the number of channels . concode_field_sep int mNumBytes concode_elem_sep short FORMAT_ULAW concode_elem_sep int HEADER_LENGTH concode_elem_sep short mFormat concode_elem_sep String TAG concode_elem_sep short mBitsPerSample concode_elem_sep short FORMAT_PCM concode_elem_sep short FORMAT_ALAW concode_elem_sep short ...
InetAddress function ( ) { return inetAddress ; }
get ipaddress concode_field_sep String deviceType concode_elem_sep InetAddress inetAddress concode_elem_sep int connector concode_elem_sep int port concode_elem_sep String ipAddressString concode_elem_sep int module concode_elem_sep boolean isConnected concode_elem_sep Socket socket concode_field_sep int getModule conc...
String function ( String arg0 ) { return shout_get_audio_info ( this . instance , arg0 ) ; }
get info parameter concode_field_sep String INFO_QUALITY concode_elem_sep String INFO_SAMPLERATE concode_elem_sep long instance concode_elem_sep int PROTOCOL_ICY concode_elem_sep int FORMAT_MP3 concode_elem_sep String INFO_BITRATE concode_elem_sep int PROTOCOL_XAUDIOCAST concode_elem_sep String INFO_CHANNELS concode_el...
void function ( EObject arg0 ) { EcoreUtil . remove ( arg0 ) ; if ( arg0 . eResource ( ) != null ) { arg0 . eResource ( ) . getContents ( ) . remove ( arg0 ) ; } }
simply removes an eobject from its container . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_...
void function ( ) { if ( udp_provider != null ) udp_provider . halt ( ) ; }
stops running concode_field_sep String PROTO_UDP concode_elem_sep int port concode_elem_sep String proto concode_elem_sep TransportListener listener concode_elem_sep UdpProvider udp_provider concode_field_sep void onServiceTerminated concode_elem_sep void onReceivedPacket concode_elem_sep int getPort concode_elem_sep v...
SamplingAggregator function ( int arg0 , TimeUnit arg1 ) { return new SamplingAggregator ( "srini_string" , arg0 , arg1 ) ; }
creates an aggregator that returns the standard deviation values for each time period as specified . for example , `` 5 minutes '' would returns the standard deviation for each 5 minute period . concode_field_sep String text concode_field_sep SamplingAggregator createDataGapsMarkingAggregator concode_elem_sep CustomAgg...
void function ( ) { Configuration loc0 = new Configuration ( ) ; loc0 . setInt ( SshFenceByTcpPort . CONF_CONNECT_TIMEOUT_KEY , 3000 ) ; SshFenceByTcpPort loc1 = new SshFenceByTcpPort ( ) ; loc1 . setConf ( loc0 ) ; assertFalse ( loc1 . tryFence ( UNFENCEABLE_TARGET , "srini_string" ) ) ; }
test connecting to a host which definitely wo n't respond . make sure that it times out and returns false , but does n't throw any exception concode_field_sep String TEST_KEYFILE concode_elem_sep String TEST_FENCING_PORT concode_elem_sep InetSocketAddress TEST_ADDR concode_elem_sep HAServiceTarget UNFENCEABLE_TARGET co...
String function ( ) { return raw ; }
gets the original raw field string . concode_field_sep String RESENT_SENDER concode_elem_sep String TO concode_elem_sep String CONTENT_TRANSFER_ENCODING concode_elem_sep String RESENT_DATE concode_elem_sep String RESENT_TO concode_elem_sep DefaultFieldParser parser concode_elem_sep String RESENT_FROM concode_elem_sep S...
JSONObject function ( ) { return rawData ; }
returns the raw data . concode_field_sep String field concode_elem_sep String name concode_elem_sep String format concode_elem_sep String label concode_elem_sep JSONObject rawData concode_field_sep String getName concode_elem_sep String getLabel concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem...
void function ( InputStream arg0 ) { try { propCommands . load ( arg0 ) ; logger . info ( "srini_string" ) ; arg0 . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; logger . error ( loc0 . getMessage ( ) ) ; } }
load commands file concode_field_sep Properties propCommands concode_elem_sep Logger logger concode_elem_sep Properties propTypes concode_elem_sep Properties propCommands_to_states concode_elem_sep Properties propStates concode_field_sep void loadCommands_to_states concode_elem_sep short stringToSOULISSTypicalCode conc...
int function ( String arg0 ) { try { return ( Integer . parseInt ( arg0 . substring ( getNumberIndex ( arg0 ) ) ) - 1 ) ; } catch ( NumberFormatException loc0 ) { logger . warn ( loc0 , loc0 ) ; return 0xffff ; } }
gets the row number of the cell reference concode_field_sep char sheetInd concode_elem_sep Logger logger concode_elem_sep char fixedInd concode_field_sep void getCellReference concode_elem_sep void getCellReference concode_elem_sep void getCellReference concode_elem_sep void getCellReference concode_elem_sep String get...