code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ) { this . helpTestAccessPatternValidation ( "srini_string" ) ; }
this test demonstrates that aps are ignored for inserts case 3966 concode_field_sep boolean DEBUG concode_elem_sep CapabilitiesFinder FINDER concode_elem_sep QueryMetadataInterface METADATA concode_field_sep PlanNode helpPlan concode_elem_sep void testInsertWithAccessPattern_Case3966_VL concode_elem_sep void helpTestAc...
void function ( GL arg0 ) { arg0 . glDisable ( mode ) ; }
disables texturing for this texture 's texture type 1d/2d/3d / cubemap concode_field_sep String identifier concode_elem_sep Buffer[] data concode_elem_sep int internalFormat concode_elem_sep int textureFormat concode_elem_sep int dataFormat concode_elem_sep HashMap<String,Texture> textureMap concode_elem_sep int wrapMo...
void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { Creature loc0 = getCreature ( arg0 , arg1 ) ; Occupant loc1 = getOccupant ( arg2 , arg3 ) ; creatureCheck ( arg0 , arg1 , "srini_string" ) ; collisionCheck ( arg0 , arg1 , arg2 , arg3 , "srini_string" ) ; Creature loc2 = loc0 . replicate ( ) ; createCreature...
perform the replicate action from x , y to tx , ty concode_field_sep Position sentinel concode_elem_sep Queue<Position> moveQueue concode_elem_sep int N concode_elem_sep Occupant[][] occupants concode_elem_sep int population concode_field_sep boolean inBounds concode_elem_sep void doDie concode_elem_sep void removeFrom...
void function ( boolean arg0 ) { this . stripExtension = arg0 ; }
set whether or not file extensions should be stripped from the uri when generating the view name . default is `` true '' . concode_field_sep String prefix concode_elem_sep String separator concode_elem_sep String SLASH concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep boolean stripLeadingSlash concode_elem_...
Binding function ( QName arg0 , Class arg1 , PicoContainer arg2 ) { ComponentAdapter loc0 = new ConstructorInjectionComponentAdapter ( arg0 , arg1 ) ; return ( Binding ) loc0 . getComponentInstance ( arg2 ) ; }
loads a binding with a specifc class into a context . concode_field_sep Map bindings concode_field_sep ComponentAdapter getBinding
void function ( Connection arg0 ) { executorService . submit ( connectionsCleanupCallable ) ; if ( ! arg0 . isSpdy ( ) ) { return ; } if ( arg0 . isAlive ( ) ) { synchronized ( this ) { connections . addFirst ( arg0 ) ; } } }
shares the spdy connection with the pool . callers to this method may continue to use connection . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CO...
boolean function ( ) { return false ; }
info is never enabled . concode_field_sep PlaceHolder placeHolder concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep boolean isErrorEnabled concode_elem_sep boolean isTraceEnabled concode...
void function ( sqlit arg0 ) { db . delete ( DatabaseHelper . TABLE_NAME , "srini_string" , new String [ ] { String . valueOf ( arg0 . isselct ) } ) ; }
delete old person concode_field_sep DatabaseHelper helper concode_elem_sep SQLiteDatabase db concode_field_sep void add concode_elem_sep void closeDB concode_elem_sep Cursor queryTheCursor concode_elem_sep void updateAge concode_elem_sep List<sqlit> query
void function ( Exception arg0 ) { complete = true ; success = false ; this . ex = arg0 ; }
stores a failure result for a blob decoding operation . concode_field_sep Exception ex concode_elem_sep List<ReaderElement> entities concode_elem_sep boolean success concode_elem_sep boolean complete concode_field_sep Exception getException concode_elem_sep List<ReaderElement> getEntities concode_elem_sep void storeSuc...
void function ( Rectangle [ ] arg0 ) { clipRectangles = arg0 ; updateClip ( clipRectangles ) ; }
set the clip region for the graphics operations performed by the gc . this is one of the few costly operations of this class . it is suggested that the clip is only set or changed if really necessary . higher level apis can make such optimizations transparent . concode_field_sep Rectangle[] clipRectangles concode_elem_...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; }
performs a dynamic query on the database and returns the matching rows . concode_field_sep ServiceTracker<KaleoNotificationRecipientLocalService,KaleoNotificationRecipientLocalService> _serviceTracker concode_field_sep com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient getKaleoNotificationRecipient conc...
void function ( String arg0 ) { FileInputStream loc0 = new FileInputStream ( arg0 ) ; ObjectInputStream loc1 = new ObjectInputStream ( loc0 ) ; setHistory ( ( Map < Double , Double > ) loc1 . readObject ( ) ) ; loc1 . close ( ) ; }
load history . concode_field_sep Random randomGenerator concode_elem_sep Map<Double,Double> history concode_field_sep double getUtilization concode_elem_sep Map<Double,Double> getHistory concode_elem_sep Random getRandomGenerator concode_elem_sep void setHistory concode_elem_sep void saveHistory concode_elem_sep void s...
byte [ ] function ( int arg0 ) { throw new Error ( "srini_string" ) ; }
return the specified bootclasspath entry . concode_field_sep int CPE_TYPE_TCP concode_elem_sep boolean closeJars concode_elem_sep int CPE_TYPE_DIRECTORY concode_elem_sep int CPE_TYPE_JAR concode_elem_sep int kernelVersion concode_elem_sep boolean deleteOnExit concode_elem_sep int CPE_TYPE_UNUSABLE concode_elem_sep int ...
boolean function ( final char arg0 ) { return arg0 == 'A' || arg0 == 'E' || arg0 == 'I' || arg0 == 'O' || arg0 == 'U' ; }
tests if the given character is a vowel . concode_field_sep char[] CHARS_C concode_elem_sep char[] CHARS_G concode_elem_sep char[] CHARS_SSS concode_elem_sep char[] CHARS_N concode_elem_sep char[] CHARS_S concode_elem_sep int TRUE_LENGTH concode_elem_sep Pattern PAT_MAC concode_elem_sep Pattern PAT_KN concode_elem_sep ...
boolean function ( int arg0 ) { int loc0 = arg0 ; int loc1 = 0 ; int loc2 = 0 ; while ( loc0 > 0 ) { loc1 = loc0 % 10 ; loc2 = loc2 * 10 + loc1 ; loc0 = loc0 / 10 ; } if ( loc2 == arg0 ) return true ; return false ; }
palindrome check concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep ArrayList<Integer> primesum concode_elem_sep int missingNumber concode_elem_sep boolean isPrime
FDTKeyAttachement function ( FDTKeyAttachement arg0 ) { FDTKeyAttachement loc0 = this . attachment ; this . attachment = arg0 ; return loc0 ; }
same functionality provided by nio 's selectionkey concode_field_sep SelectionHandler handler concode_elem_sep SelectionTask selectionTask concode_elem_sep SocketChannel channel concode_elem_sep AtomicBoolean registered concode_elem_sep int MSS concode_elem_sep UUID fdtSessionID concode_elem_sep SelectionManager select...
void function ( Integer arg0 ) { this . circleId = arg0 ; }
setter method for circleid concode_field_sep Date endDate concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Integer classificationId concode_elem_sep Timestamp createdDate concode_elem_sep String alertName concode_elem_sep String createdBy concode_elem_sep Timestamp modifiedDat...
void function ( ) { if ( driver != null ) { driver . quit ( ) ; } }
finishing . concode_field_sep ChromeDriver driver concode_elem_sep RottenTomatoes rottenTomatoes concode_field_sep void checkAnExtendedWidget concode_elem_sep void checkTheLocatorOverridingOnAWidget concode_elem_sep void beforeClass concode_elem_sep void checkAnAnnotatedWidget concode_elem_sep void setUp concode_elem_s...
TopKSelector < T > function ( int arg0 , Comparator < ? super T > arg1 ) { return new TopKSelector < T > ( arg1 , arg0 ) ; }
returns a topkselector that collects the lowest k elements added to it , relative to the specified comparator , and returns them via #topk in ascending order . concode_field_sep Comparator<? super T> comparator concode_elem_sep T threshold concode_elem_sep int k concode_elem_sep T[] buffer concode_elem_sep int bufferSi...
void function ( List < E > arg0 , ObserverNotification < E > arg1 ) { Iterator < E > loc0 = arg0 . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { E loc1 = loc0 . next ( ) ; try { arg1 . notify ( loc1 ) ; } catch ( Exception loc2 ) { logger . error ( "srini_string" , loc2 ) ; } } }
the internal mechanism that actually notifies the observers . we just iterate though each observer and pass it to the notification mechanism . concode_field_sep List<E> regularObservers concode_elem_sep List<E> eventQueueObservers concode_elem_sep Logger logger concode_field_sep void notifyObserversInEventQueueThread c...
int function ( ) { if ( _classifType != E_ClassifType . PROP_SYMBOLS ) { throw new RuntimeException ( "srini_string" ) ; } return _maxSize ; }
get the end size of the interpolation . should only be used when command was filled with prop_symbols type . concode_field_sep String JSON_WFSURL concode_elem_sep int _paletteID concode_elem_sep String JSON_MINSIZE concode_elem_sep String _featureTypeName concode_elem_sep String JSON_PALETTEID concode_elem_sep Color _f...
List < String > function ( ) { if ( sqref == null ) { sqref = new ArrayList < String > ( ) ; } return this . sqref ; }
gets the value of the sqref 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 sqref property . for example , to add a new item , do as fol...
StorageDirView function ( int arg0 ) { return mDirViews . get ( arg0 ) ; }
returns a directory view for the given index . concode_field_sep BlockMetadataManagerView mManagerView concode_elem_sep List<StorageDirView> mDirViews concode_elem_sep StorageTier mTier concode_field_sep List<StorageDirView> getDirViews concode_elem_sep String getTierViewAlias concode_elem_sep int getTierViewOrdinal co...
JAXBElement < ValidarComprobante > function ( ValidarComprobante arg0 ) { return new JAXBElement < ValidarComprobante > ( _ValidarComprobante_QNAME , ValidarComprobante . class , null , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _RespuestaSolicitud_QNAME concode_elem_sep QName _ValidarComprobanteResponse_QNAME concode_elem_sep QName _Mensaje_QNAME concode_elem_sep QName _Comprobante_QNAME concode_elem_sep QName _ValidarComprobante_QNAME concode_field_sep Comprobante.Mensajes createCompr...
List < ConfigKeyPath > function ( ConfigKeyPath arg0 ) { return this . cs . getOwnImports ( arg0 , this . version ) ; }
. this implementation simply delegate the functionality to the internal configstore / version concode_field_sep ConfigStore cs concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep List<ConfigKeyPath> getImportsRecursively concode_elem_sep ConfigStore getConfigStore concode_elem_sep Colle...
void function ( int arg0 ) { if ( currentCapacity >= arg0 ) return ; sorter . ensureCapacity ( arg0 ) ; allocParticlesData ( arg0 ) ; currentCapacity = arg0 ; }
ensure the batch can contain the passed in amount of particles concode_field_sep Array<T> renderData concode_elem_sep ParticleSorter sorter concode_elem_sep int currentCapacity concode_elem_sep int bufferedParticlesCount concode_elem_sep Camera camera concode_field_sep void setCamera concode_elem_sep void flush concode...
void function ( Geometry arg0 ) { geomB = arg0 ; }
sets the geometry specified by the b tag concode_field_sep Log LOG concode_elem_sep List operationList concode_elem_sep String description concode_elem_sep Geometry geomB concode_elem_sep Geometry geomA concode_field_sep boolean runTestCases concode_elem_sep void addTestOperation concode_elem_sep void setGeometryA conc...
Set < AbstractExternalDBGateway > function ( ) { return _loader . toInstanceSet ( getClassMap ( ) . values ( ) ) ; }
constructs and returns a list of instantiated objects , one for each of the different classes available in this package concode_field_sep PluginLoaderUtil _loader concode_elem_sep String MAPPING_PREFIX concode_elem_sep String BASE_PACKAGE concode_elem_sep Map<String,Class<AbstractExternalDBGateway>> _classMap concode_f...
void function ( String arg0 , int arg1 , int arg2 ) { this . parameterNames . add ( arg0 ) ; this . parameterIndexes . add ( new int [ ] { arg1 , arg2 } ) ; }
add a named parameter parsed from this sql statement . concode_field_sep int totalParameterCount concode_elem_sep List<int[]> parameterIndexes concode_elem_sep int namedParameterCount concode_elem_sep String originalSql concode_elem_sep List<String> parameterNames concode_elem_sep int unnamedParameterCount concode_fiel...
void function ( Double arg0 ) { if ( arg0 == null ) arg0 = 99d ; maxOptRMSD = arg0 ; }
set the maximum rmsd cutoff to be applied during alignment optimization . default : 99 = unlimited concode_field_sep double rmsdThrJoin concode_elem_sep int maxGapSize concode_elem_sep double DEFAULT_GAP_OPEN concode_elem_sep double DISTANCE_INCREMENT concode_elem_sep int SIDE_CHAIN_ANGLE_SCORING concode_elem_sep doubl...
ASCIIString function ( ) { return this . cellId ; }
getter for property cellid . concode_field_sep MsgType msgType concode_elem_sep InetSocketAddress address concode_elem_sep ASCIIString cellId concode_elem_sep long sendTimestamp concode_elem_sep ASCIIString leaseHolder concode_elem_sep int VIEW_ID_INVALIDATED concode_elem_sep ProposalNumber proposalNo concode_elem_sep ...
CountMinSketch function ( int arg0 , int arg1 , int arg2 ) { return new CountMinSketchImpl ( arg0 , arg1 , arg2 ) ; }
creates a countminsketch with given depth , width , and random seed . concode_field_sep int versionNumber concode_field_sep void add concode_elem_sep void add concode_elem_sep long estimateCount concode_elem_sep int getVersionNumber concode_elem_sep CountMinSketch readFrom concode_elem_sep double confidence concode_ele...
Object function ( ) { return currentTask ; }
returns the current task that is executing . this value could be null if no operation is executing . value could be stale as soon as it is returned . this method is thread-safe ; so the thread that executes a task will set/unset the current task , any other thread in the system is allowed to read it . concode_field_sep...
void function ( ) { }
sets the focus in the testrunview . concode_field_sep PlaceHolder placeHolder concode_field_sep void setOrientation concode_elem_sep Composite createTabControl concode_elem_sep void restoreState concode_elem_sep void saveState concode_elem_sep void selectPrevious concode_elem_sep void selectNext concode_elem_sep void s...
HttpTester . Response function ( Socket arg0 ) { return HttpTester . parseResponse ( readRaw ( arg0 ) ) ; }
read a response from a socket . concode_field_sep int timeoutMillis concode_elem_sep boolean debug concode_elem_sep HttpSocket httpSocket concode_elem_sep int serverPort concode_elem_sep InetAddress serverHost concode_field_sep HttpTester.Response request concode_elem_sep HttpTester.Response request concode_elem_sep vo...
boolean function ( ) { return least ; }
getter function for combiner doing least true or most false compare concode_field_sep DefaultOutputPort<ArrayList<HashMap<K,Integer>>> mergedport concode_elem_sep HashMap<K,Integer> mergedTuple concode_elem_sep Integer lval concode_elem_sep boolean least concode_field_sep void beginWindow concode_elem_sep void process ...
String function ( ) { return valueClass ; }
returns the parameter value class name . concode_field_sep String DEFAULT_VALUE_CLASS concode_elem_sep String valueClass concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Object value concode_field_sep void setName concode_elem_sep Object getValue concode_elem_sep void readVirtualized...
void function ( ManagedConnectionFactory arg0 ) { this . managedConnectionFactory = arg0 ; }
set the jca managerconnectionfactory that should be used to create the desired connection factory . the managerconnectionfactory will usually be set up as separate bean potentially as inner bean , populated with javabean properties : a managerconnectionfactory is encouraged to follow the javabean pattern by the jca spe...
boolean function ( ) { return customProgress ; }
determines whether a custom progress label is used . concode_field_sep boolean customProgress concode_elem_sep String labelPosition concode_elem_sep boolean customComplete concode_elem_sep String progressCompleteLabel concode_elem_sep String mode concode_elem_sep String progressLabel concode_field_sep void setLabelPosi...
SetType function ( ) { return new SetType ( ) ; }
create an instance of settype concode_field_sep QName _TextURLTypeText_QNAME concode_elem_sep QName _TextURLTypeURL_QNAME concode_field_sep OAIPMH createOAIPMH concode_elem_sep ListSetsType createListSetsType concode_elem_sep TextURLType createTextURLType concode_elem_sep Identify.Description createIdentifyDescription ...
double function ( ) { return m_FalsePos ; }
gets the number of negative instances predicted as positive concode_field_sep double m_TruePos concode_elem_sep double m_TrueNeg concode_elem_sep double m_FalseNeg concode_elem_sep double m_FalsePos concode_elem_sep String[] CATEGORY_NAMES concode_field_sep void setTrueNegative concode_elem_sep void setFalseNegative co...
HsqlException function ( String arg0 , String arg1 ) { int loc0 = getCode ( arg1 ) ; if ( loc0 < 1000 ) { loc0 = ErrorCode . X_45000 ; } if ( arg0 == null ) { arg0 = getMessage ( loc0 ) ; } return new HsqlException ( null , arg0 , arg1 , loc0 ) ; }
for signal and resignal concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_sep boolean TRACE concode_elem_sep boolean TRACESYSTEMOUT concode_elem_sep int SQL_CODE_DIGITS conco...
String function ( ) { return prop ; }
returns the prop . concode_field_sep Single single concode_elem_sep String string concode_elem_sep String prop concode_elem_sep String id concode_field_sep Single getSingle concode_elem_sep void setString concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep void setProp concode_elem_sep String get...
Class [ ] function ( ) { return constructor . getParameterTypes ( ) ; }
returns an array of class objects that represent the formal parameter types , in declaration order , of the constructor . concode_field_sep java.lang.reflect.Constructor constructor concode_field_sep Class getDeclaringClass concode_elem_sep boolean isAccessible concode_elem_sep void setAccessible concode_elem_sep Objec...
Optional < String > function ( ) { return body . contentType ( ) . map ( h -> { if ( h . contains ( "srini_string" ) ) { return h . substring ( 0 , h . indexOf ( "srini_string" ) ) . trim ( ) ; } else { return h . trim ( ) ; } } ) ; }
extracts the content-type of this result value . concode_field_sep ResponseHeader header concode_elem_sep HttpEntity body concode_field_sep Map<String,String> headers concode_elem_sep Optional<String> charset concode_elem_sep Cookie cookie concode_elem_sep Session session concode_elem_sep Result withHeaders concode_ele...
void function ( @ ArquillianResource URL arg0 ) { new RequestDumpingHandlerTestImpl . HttpRequestDumpingHandlerTestImpl ( arg0 . toURI ( ) , logFilePath , true ) ; }
testing app has already defined request dumper handler . this test checks that when a request to url is performed then request detail data is stored in proper format in the proper log file . concode_field_sep String HTTPS_REALM_PATH concode_elem_sep String DEPLOYMENT_WS concode_elem_sep PathAddress ADDR_FILE_HANDLER co...
void function ( String arg0 ) { this . createdBy = arg0 ; }
sets created by . concode_field_sep String stopCode concode_elem_sep String notes concode_elem_sep Integer requestTypeId concode_elem_sep String patronId concode_elem_sep RequestStatusEntity requestStatusEntity concode_elem_sep String emailId concode_elem_sep InstitutionEntity institutionEntity concode_elem_sep Integer...
void function ( XMLGregorianCalendar arg0 ) { this . issuedDate = arg0 ; }
sets the value of the issueddate property . concode_field_sep List<String> accountHolder concode_elem_sep String routingNumber concode_elem_sep XMLGregorianCalendar issuedDate concode_elem_sep List<Note> memo concode_elem_sep String bankName concode_elem_sep long serialVersionUID concode_elem_sep String accountNumber c...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( Item loc1 : items ) { loc0 . append ( loc1 . toString ( ) ) ; loc0 . append ( ' ' ) ; } return loc0 . toString ( ) ; }
get a string representation of the itemset . concode_field_sep List<Item> items concode_elem_sep int beginning concode_elem_sep long timestamp concode_field_sep int getBeginning concode_elem_sep void removeItem concode_elem_sep Item removeItem concode_elem_sep void setBeginning concode_elem_sep Itemset cloneItemSetMinu...
Stopwatch function ( Ticker arg0 ) { return new Stopwatch ( arg0 ) . start ( ) ; }
creates and starts a new stopwatch , using the specified time source . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep Stopwatch createUnstarted concod...
String function ( String arg1 , Object arg0 ) { return getMessageFormat ( arg1 ) . format ( new Object [ ] { arg0 } , new StringBuffer ( ) , null ) . toString ( ) ; }
constructs a message using a pattern with one parameter . concode_field_sep JRFillParameter resourceBundle concode_elem_sep JRFillParameter locale concode_elem_sep WhenResourceMissingTypeEnum whenResourceMissingType concode_field_sep String str concode_elem_sep void customizedInit concode_elem_sep void init concode_ele...
String function ( ) { return mktSegID ; }
gets the value of the mktsegid property . concode_field_sep SecurityTradingRulesBlockT secTrdgRules concode_elem_sep List<StrikeRulesBlockT> strkRules concode_elem_sep String mktID concode_elem_sep String mktSegID concode_field_sep void setMktID concode_elem_sep SecurityTradingRulesBlockT getSecTrdgRules concode_elem_s...
void function ( List < ResourceTransformer > arg0 ) { this . resourceTransformers = arg0 ; }
the transformers . concode_field_sep List<Relocator> relocators concode_elem_sep List<ResourceTransformer> resourceTransformers concode_field_sep List<ResourceTransformer> getResourceTransformers concode_elem_sep List<Relocator> getRelocators concode_elem_sep void setRelocators
GeoBoundsBuilder function ( String arg0 ) { return new GeoBoundsBuilder ( arg0 ) ; }
create a new geobounds aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep DateRangeBuilder dateRange concode_elem_sep DateHistogramBuilder dateHistogram concode_elem_sep RangeBuilder range concode_elem_sep SumBuilder sum concode_elem_sep GlobalBuilder global concode_elem_sep G...
void function ( ) { if ( state != XA_STATE_PREPARED ) { throw new XAException ( "srini_string" ) ; } try { connection . rollback ( ) ; } catch ( SQLException loc0 ) { throw new XAException ( loc0 . getMessage ( ) ) ; } dispose ( ) ; }
this rolls back the connection associated with this xaresource . concode_field_sep boolean originalAutoCommitMode concode_elem_sep int XA_STATE_INITIAL concode_elem_sep int XA_STATE_DISPOSED concode_elem_sep int XA_STATE_PREPARED concode_elem_sep JDBCXADataSource xaDataSource concode_elem_sep JDBCConnection connection ...
void function ( EncodedStringValue arg0 ) { mPduHeaders . setEncodedStringValue ( arg0 , PduHeaders . FROM ) ; }
set from value . concode_field_sep PduHeaders mPduHeaders concode_field_sep int getMessageType concode_elem_sep int getMmsVersion concode_elem_sep void setMmsVersion concode_elem_sep PduHeaders getPduHeaders concode_elem_sep void setMessageType concode_elem_sep EncodedStringValue getFrom
Asset function ( ) { return asset ; }
the animation element may contain an asset element . concode_field_sep List<Source> sources concode_elem_sep List<Channel> channels concode_elem_sep List<Animation> animations concode_elem_sep String name concode_elem_sep List<Extra> extras concode_elem_sep List<Sampler> samplers concode_elem_sep String id concode_elem...
void function ( String arg0 ) { this . type = arg0 ; }
sets the value of the type property . concode_field_sep String type concode_field_sep String getType
String function ( ) { return m_Description ; }
returns the option 's description . concode_field_sep String m_Name concode_elem_sep String m_Synopsis concode_elem_sep int m_NumArguments concode_elem_sep String m_Description concode_field_sep String name concode_elem_sep String synopsis concode_elem_sep int numArguments
AtmosAPIFacade function ( AtmosApi arg0 ) { if ( instance == null ) { instance = new AtmosAPIFacade ( ) ; AtmosAPIFacade . arg0 = arg0 ; } return instance ; }
return a singleton instance of this class concode_field_sep AtmosAPIFacade instance concode_elem_sep Logger LOG concode_elem_sep AtmosApi client concode_field_sep AtmosResult move concode_elem_sep void downloadFilesInFolder concode_elem_sep ObjectId putSingleFile concode_elem_sep AtmosResult get concode_elem_sep AtmosR...
void function ( ) { repository . findAll ( ) . forEach ( System . out :: println ) ; }
finds all entries using a single request . concode_field_sep RequiresSolrServer requiresRunningServer concode_elem_sep ProductRepository repository concode_field_sep void findAllUsingDeepPagination
String function ( ) { return host ; }
get the hostname part of the nodename . nodenames are composed of two parts , an alivename and a hostname , separated by ' @ ' . this method returns the part of the nodename following the ' @ ' . concode_field_sep String alive concode_elem_sep int flags concode_elem_sep int dFlagPublished concode_elem_sep int dFlagAtom...
void function ( MetadataType arg0 ) { this . metadata = arg0 ; }
sets the value of the metadata property . concode_field_sep MetadataType metadata concode_elem_sep List<RteType> rte concode_elem_sep ExtensionsType extensions concode_elem_sep String creator concode_elem_sep List<WptType> wpt concode_elem_sep List<TrkType> trk concode_elem_sep String version concode_field_sep String g...
void function ( ValueChangeEvent arg0 ) { timeZoneSelections . updatedCheckedTimezones ( arg0 ) ; }
adds or removes a timezonewrapper to checkedtimezonelist when a selectbooleancheckbox valuechangeevent is fired from the ui . concode_field_sep Log log concode_elem_sep TimeZoneSelections timeZoneSelections concode_elem_sep int renderInterval concode_elem_sep PersistentFacesState state concode_elem_sep IntervalRenderer...
int [ ] function ( Vector arg0 ) { int [ ] loc0 = new int [ arg0 . size ( ) ] ; int loc1 = 0 ; for ( Enumeration loc2 = arg0 . elements ( ) ; loc2 . hasMoreElements ( ) ; ) { loc0 [ loc1 ++ ] = ( ( Integer ) loc2 . nextElement ( ) ) . intValue ( ) ; } return loc0 ; }
copy a vector of integer objects into an array of ints . concode_field_sep int wThreshold concode_field_sep int getThreshold concode_elem_sep String toString concode_elem_sep void setThreshold concode_elem_sep int computeZeroCrossing concode_elem_sep int[][] push
void function ( byte [ ] arg0 , int arg1 ) { if ( virgin ) { throw new IllegalStateException ( "srini_string" ) ; } if ( arg0 . length - arg1 < getMacLength ( ) ) { throw new ShortBufferException ( ) ; } byte [ ] loc0 = macSpi . engineDoFinal ( ) ; System . arraycopy ( loc0 , 0 , arg0 , arg1 , getMacLength ( ) ) ; rese...
finishes the computation of a mac and places the result into the given array . after this method succeeds , it may be used again as just after a call to init , and can compute another mac using the same key and parameters . concode_field_sep Provider provider concode_elem_sep boolean virgin concode_elem_sep String SERV...
void function ( Renderable arg0 ) { renderHub . requestRender ( arg0 ) ; }
submits the supplied renderable instance to the renderhub for server-initiated render . concode_field_sep int MAX concode_elem_sep Log log concode_elem_sep Map groupMap concode_elem_sep int ON_DEMAND concode_elem_sep int INTERVAL concode_elem_sep int MIN concode_elem_sep int DELAY concode_elem_sep RenderHub renderHub c...
Object function ( String arg0 ) { return testComponentManagerContainer . getService ( arg0 ) ; }
get the a bean from the component manager concode_field_sep String CONFIG concode_elem_sep TestComponentManagerContainer testComponentManagerContainer concode_field_sep void oneTimeTearDown concode_elem_sep void oneTimeSetup concode_elem_sep void oneTimeSetup concode_elem_sep void oneTimeSetup concode_elem_sep void one...
void function ( Ray arg0 ) { this . shadowRay = arg0 ; }
set the current shadow ray . the ray 's direction is used as the sample 's orientation . concode_field_sep Color lspec concode_elem_sep LightSample next concode_elem_sep Color ldiff concode_elem_sep Ray shadowRay concode_field_sep void traceShadow concode_elem_sep Color getSpecularRadiance concode_elem_sep boolean isVa...
void function ( ) { for ( AbstractPageViewComponent loc0 : pageComponents ) { loc0 . invalidatePage ( ) ; } }
invalidate the underlying document page models . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUserZoom concode_elem_sep float userZoom concode_elem_sep int MAX_PAGE_SIZE_READ_AHEAD concode_elem_sep UndoCaretaker undoCaretaker concode_elem_sep int oldPa...
void function ( BayesNet arg0 ) { throw new Exception ( "srini_string" ) ; }
initcpts reserves space for cpts and set all counts to zero concode_field_sep long serialVersionUID concode_elem_sep double m_fAlpha concode_field_sep Enumeration<Option> listOptions concode_elem_sep double[] distributionForInstance concode_elem_sep void setOptions concode_elem_sep void setAlpha concode_elem_sep String...
void function ( ) { sshd . stop ( true ) ; sshd = null ; server = null ; }
shuts down the sshd server . concode_field_sep SshdServerMock server concode_elem_sep String GERRIT_STREAM_EVENTS concode_elem_sep SshdServerMock.KeyPairFiles sshKey concode_elem_sep SshServer sshd concode_elem_sep JenkinsRule j concode_field_sep void testMatrixJob concode_elem_sep void testMatrixBuild concode_elem_sep...
ResultMatcher function ( final String arg0 , final Matcher < ? super String > arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) { Cookie loc0 = arg2 . getResponse ( ) . getCookie ( arg0 ) ; assertTrue ( "srini_string" + arg0 , loc0 != null ) ; assertThat ( "srini_string" , loc0 . g...
assert a cookie value with the given hamcrest matcher . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher path concode_elem_sep ResultMatcher path concode_elem_sep ResultMatcher maxAge concode_elem_sep ResultMatcher maxAge concode_elem_sep ResultMatcher doesNotExist concode_elem_sep ResultMatche...
FileOutputStream function ( Context arg0 ) { return arg0 . openFileOutput ( TICL_STATE_FILENAME , Context . MODE_PRIVATE ) ; }
opens #ticl_state_filename for writing . concode_field_sep int MAX_TICL_FILE_SIZE_BYTES concode_elem_sep Random random concode_elem_sep String TICL_STATE_FILENAME concode_field_sep boolean doesStateFileExist concode_elem_sep AndroidTiclStateWithDigest createDigestedState concode_elem_sep AndroidInvalidationClientImpl r...
boolean function ( ) { return echoOn ; }
queries whether this passwordcallback expects user input to beechoed , which is specified during the creation of the object . concode_field_sep long serialVersionUID concode_elem_sep boolean echoOn concode_elem_sep String prompt concode_elem_sep char[] inputPassword concode_field_sep void setPassword concode_elem_sep v...
void function ( long arg0 ) { _legacyProducerLectureseries . setPrimaryKey ( arg0 ) ; }
sets the primary key of this legacy producer lectureseries . concode_field_sep LegacyProducerLectureseries _legacyProducerLectureseries concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setLectureseri...
SortOrder function ( ) { return this . order ; }
returns the sort order . concode_field_sep KeyedValueComparatorType type concode_elem_sep SortOrder order concode_field_sep int compare concode_elem_sep KeyedValueComparatorType getType
int function ( BlockVec3 arg0 ) { int loc0 = arg0 . x - this . x ; int loc1 = arg0 . y - this . y ; int loc2 = arg0 . z - this . z ; return loc0 * loc0 + loc1 * loc1 + loc2 * loc2 ; }
it is up to the calling method to check that the dimension matches concode_field_sep boolean[] sideDone concode_elem_sep int chunkCacheX concode_elem_sep int x concode_elem_sep int y concode_elem_sep int dim concode_elem_sep int chunkCacheZ concode_elem_sep int z concode_elem_sep Chunk chunkCached concode_elem_sep Bloc...
int function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( timestamp ) ; loc0 . append ( ( postfix ? 'P' : 'N' ) ) ; loc0 . append ( ( prefix ? 'X' : 'Z' ) ) ; loc0 . append ( item . getId ( ) ) ; return loc0 . toString ( ) . hashCode ( ) ; }
get the hashcode for this pair concode_field_sep ItemSimple item concode_elem_sep boolean prefix concode_elem_sep Set<Integer> sequencesID concode_elem_sep boolean postfix concode_elem_sep long timestamp concode_field_sep Set<Integer> getSequencesID concode_elem_sep boolean isPostfix concode_elem_sep long getTimestamp ...
void function ( ) { fsm . createState ( "srini_string" ) ; fsm . createState ( "srini_string" ) ; fsm . createState ( "srini_string" ) ; fsm . setStart ( "srini_string" ) ; fsm . setEnd ( "srini_string" ) ; assertEquals ( "srini_string" , fsm . getState ( ) . getName ( ) ) ; }
test of setstart method , of class fsm . concode_field_sep FSM fsm concode_elem_sep boolean transition concode_elem_sep ScheduledExecutorService scheduler concode_elem_sep boolean onEnterEvent concode_elem_sep boolean onExit concode_field_sep void setUpClass concode_elem_sep void process concode_elem_sep void testHandl...
java . lang . String function ( ) { return _mbDiscussion . getUuid ( ) ; }
returns the uuid of this message boards discussion . concode_field_sep MBDiscussion _mbDiscussion concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId conc...
Map function ( final AttributeList arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } final Map loc0 = new HashMap ( ) ; final Iterator loc1 = arg0 . iterator ( ) ; while ( loc1 . hasNext ( ) ) { final Attribute loc2 = ( Attribute ) loc1 . next ( ) ; loc0 . put ( loc2 . getName ( )...
returns the given list as a map of attributes , keyed on the names of the attribute in the list . the passed argument may not be null . the mappings are between the names of attributes and attributes themselves . concode_field_sep PlaceHolder placeHolder concode_field_sep String dash2CamelCase concode_elem_sep String s...
int function ( String arg0 , Element arg1 ) { return Integer . parseInt ( getElementStringValue ( arg0 , arg1 ) ) ; }
obtains an integer value from the given element for the given string concode_field_sep int number concode_elem_sep int rooms concode_elem_sep Cells cells concode_elem_sep BSPNode root concode_elem_sep int width concode_elem_sep int starty concode_elem_sep int expected_partiters concode_elem_sep int startx concode_elem_...
String function ( ) { return licenseName ; }
returns the name of the license of this dependency . concode_field_sep String name concode_elem_sep String licenseName concode_elem_sep String version concode_elem_sep String info concode_field_sep String getVersion concode_elem_sep String getName concode_elem_sep String getInfo concode_elem_sep void setVersion concode...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( set & loc0 ) != 0 ; }
returns true if a value has been assigned for the setting id . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VE...
void function ( ) { if ( closed . compareAndSet ( false , true ) ) offer ( CLOSE ) ; }
no more content will be added to this content provider and notifies the listener that no more content is available . concode_field_sep Object lock concode_elem_sep Chunk current concode_elem_sep long length concode_elem_sep Deque<Chunk> chunks concode_elem_sep int size concode_elem_sep Chunk CLOSE concode_elem_sep Atom...
boolean function ( String arg0 ) { if ( selectedClaims . contains ( arg0 ) ) { return false ; } selectedClaims . add ( arg0 ) ; return true ; }
add an claim to the required cliams list concode_field_sep String enableClaims concode_elem_sep String enableRecipients concode_elem_sep List<String> selectedClaims concode_elem_sep String attributeConsumingServiceIndex concode_elem_sep String singleLogoutUrl concode_elem_sep String enableAudiences concode_elem_sep Str...
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( ReferenceType arg0 ) { Base . log ( "srini_string" + arg0 . name ( ) ) ; if ( arg0 . name ( ) . equals ( className ( ) ) ) { this . theClass = arg0 ; attach ( ) ; } for ( ReferenceType loc0 : arg0 . nestedTypes ( ) ) { Base . log ( "srini_string" + loc0 . name ( ) ) ; } }
event handler called when a class is loaded in the debugger . causes the breakpoint to be attached , if its class was loaded . concode_field_sep BreakpointRequest bpr concode_elem_sep LineID line concode_elem_sep Debugger dbg concode_elem_sep ReferenceType theClass concode_field_sep void set concode_elem_sep boolean is...
void function ( SqlParameter arg0 ) { this . declaredParameters . add ( arg0 ) ; }
add a new declared parameter . order of parameter addition is significant . concode_field_sep String callString concode_elem_sep ParameterMapper inParameterMapper concode_elem_sep boolean updatableResults concode_elem_sep Map<String,?> inParameters concode_elem_sep List<SqlParameter> declaredParameters concode_elem_sep...
WebApplicationContext function ( final Class < ? > ... arg0 ) { return initServlet ( null , arg0 ) ; }
initialize a dispatcherservlet instance registering zero or more controller classes . concode_field_sep DispatcherServlet servlet concode_field_sep WebApplicationContext initServlet concode_elem_sep void tearDown concode_elem_sep DispatcherServlet getServlet
boolean function ( ) { return type == Type . AGAIN ; }
determines if this menu result indicates that the menu should be displayed again . a good example of this is when a user chooses to view some help . normally , after the help is displayed , the user is allowed to select another option . concode_field_sep Collection<T> values concode_elem_sep Type type concode_field_sep...
LinkedHashMap < String , PreparedStatement > function ( ) { return statements ; }
access to the batch 's map of statements keyed by sql statement string . concode_field_sep JdbcCoordinator jdbcCoordinator concode_elem_sep SqlExceptionHelper sqlExceptionHelper concode_elem_sep SqlStatementLogger sqlStatementLogger concode_elem_sep CoreMessageLogger LOG concode_elem_sep LinkedHashMap<String,PreparedSt...
boolean function ( ) { return trackedEntityInstance != null ; }
indicates whether this params specifies a tracked entity instance . concode_field_sep Set<OrganisationUnit> organisationUnits concode_elem_sep TrackedEntity trackedEntity concode_elem_sep int DEFAULT_PAGE_SIZE concode_elem_sep Integer pageSize concode_elem_sep Program program concode_elem_sep TrackedEntityInstance trac...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( arg0 instanceof CertPath ) { CertPath loc0 = ( CertPath ) arg0 ; if ( getType ( ) . equals ( loc0 . getType ( ) ) ) { if ( getCertificates ( ) . equals ( loc0 . getCertificates ( ) ) ) { return true ; } } } return false ; }
returns true if certificate s in the list are the same type and the lists are equal and by implication the certificates contained within are the same . concode_field_sep byte[] data concode_elem_sep long serialVersionUID concode_elem_sep ObjectStreamField[] serialPersistentFields concode_elem_sep String type concode_el...
String function ( ) { return alternatives ( sudo ( "srini_string" ) , chain ( installPackage ( "srini_string" ) , sudo ( "srini_string" ) ) ) ; }
returns the command that saves iptables rules on file . concode_field_sep String protocol concode_field_sep String addIptablesRule concode_elem_sep String addIptablesRule concode_elem_sep String iptablesServiceStatus concode_elem_sep String iptablesServiceStop concode_elem_sep String insertIptablesRule concode_elem_sep...
short function ( APDU_Serializable [ ] arg0 ) { if ( arg0 == null ) return 0 ; short loc0 = 0 ; for ( short loc1 = 0 ; loc1 < arg0 . loc0 ; loc1 ++ ) { loc0 += arg0 [ loc1 ] . size ( ) ; } return loc0 ; }
total size of an apdu_serializable array . concode_field_sep PlaceHolder placeHolder concode_field_sep void myassert concode_elem_sep byte[] allocate_transient_byte_array concode_elem_sep void rand_data concode_elem_sep void begin_transaction concode_elem_sep void array_copy concode_elem_sep Random get_new_rand concode...
Object function ( ) { if ( this . equals ( READING ) ) return READING ; if ( this . equals ( LANGUAGE ) ) return LANGUAGE ; if ( this . equals ( INPUT_METHOD_SEGMENT ) ) return INPUT_METHOD_SEGMENT ; throw new InvalidObjectException ( "srini_string" + getName ( ) ) ; }
this method resolves an instance of attributedcharacteriterator.attribute that is being deserialized to one of the three pre-defined attribute constants . it does this by comparing the names of the attributes . the constant that the deserialized object resolves to is returned . concode_field_sep Attribute INPUT_METHOD_...
Image function ( String arg0 ) { setRegistryId ( arg0 ) ; return this ; }
the aws account id associated with the registry containing the image . concode_field_sep String imageManifest concode_elem_sep ImageIdentifier imageId concode_elem_sep String registryId concode_elem_sep String repositoryName concode_field_sep void setImageId concode_elem_sep ImageIdentifier getImageId concode_elem_sep ...
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; }
checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con...