code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ) { final ViolationNode loc0 = createViolationNode ( "srini_string" , 1 , 1 , 5 , 15 , "srini_string" ) ; final ViolationNode loc1 = createViolationNode ( "srini_string" , 1 , 1 , 5 , 15 , "srini_string" ) ; assertTrue ( "srini_string" , loc0 . equalsNode ( loc1 ) ) ; }
verifies that two violations nodes with equal filename , beginline , endline , begincolumn , endcolumn and variablename are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEqualsNodeWithTwoDifferentViolationsDifferentBeginColumn concode_elem_sep void testEqualsNodeWithTwoDifferentViolations...
boolean function ( ) { return _vertical ; }
indicate whereas the line is vertical . for example , line like x = 1 is vertical , in other words parallel to axis y . in this case the a is + / - infinite . concode_field_sep Point _end concode_elem_sep Point _start concode_elem_sep float _a concode_elem_sep boolean _vertical concode_elem_sep float _b concode_field_s...
boolean function ( ) { return ! socket . isClosed ( ) && ! socket . isInputShutdown ( ) && ! socket . isOutputShutdown ( ) ; }
returns true if this connection is alive . 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 concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3...
boolean function ( Event arg0 ) { return ( false ) ; }
awt 1.0 event dispatcher . concode_field_sep MenuContainer parent concode_elem_sep Object tree_lock concode_elem_sep MenuComponentPeer peer concode_elem_sep String name concode_elem_sep Toolkit toolkit concode_elem_sep long serialVersionUID concode_elem_sep Font font concode_field_sep void setName concode_elem_sep Menu...
ExecutorService function ( ) { return executors ; }
gets the base underlying executors. , concode_field_sep Runnable item concode_elem_sep boolean queued concode_elem_sep ExecutorService executors concode_elem_sep Map<Runnable,QueueEntry> entries concode_elem_sep Set<QueueEntry> inProgress concode_elem_sep long submissionTime concode_field_sep void setExecutors concode_...
void function ( String arg0 ) { this . type = arg0 ; }
sets the value of the type property . concode_field_sep Double total concode_elem_sep Double amount concode_elem_sep String refNum concode_elem_sep Boolean apply concode_elem_sep Double due concode_elem_sep Long line concode_elem_sep Long doc concode_elem_sep String currency concode_elem_sep XMLGregorianCalendar applyD...
void function ( InputStream arg0 ) { this . byteStream = arg0 ; }
set the byte stream for this input source . the sax parser will ignore this if there is also a character stream specified , but it will use a byte stream in preference to opening a uri connection itself . if the application knows the character encoding of the byte stream , it should set it with the setencoding method ....
void function ( ) { scroller . forceFinished ( true ) ; }
stops scrolling concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int SCROLLING_DU...
ModuleDeploymentProperties function ( boolean arg0 ) { put ( TRACK_HISTORY_KEY , String . valueOf ( arg0 ) ) ; return this ; }
specify the trackhistory property for this module . concode_field_sep String COUNT_KEY concode_elem_sep Map<String,String> map concode_elem_sep String CRITERIA_KEY concode_elem_sep ModuleDeploymentProperties defaultInstance concode_elem_sep String TRACK_HISTORY_KEY concode_field_sep String getCriteria concode_elem_sep ...
void function ( JobDetail arg0 ) { this . jobDetail = arg0 ; }
set the jobdetail that this trigger should be associated with . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep Constants constants concode_elem_sep int repeatCount concode_elem_sep String description concode_elem_sep int priority concode_elem_sep JobDataMap jobDataMap con...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getId ( ) != null ) loc0 . append ( "srini_string" + getId ( ) + "srini_string" ) ; if ( getAttributes ( ) != null ) loc0 . append ( "srini_string" + getAttributes ( ) ) ; loc0 . append ( "srini_string" ) ; return...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<ParameterAttribute> attributes concode_elem_sep String id concode_field_sep ParameterObject withAttributes concode_elem_sep ParameterObject withAttributes concode_elem_sep java.ut...
boolean function ( ) { if ( refreshInterval . millis ( ) == 0 ) { return true ; } final long loc0 = System . currentTimeMillis ( ) ; return ( loc0 - lastRefreshTimestamp ) > refreshInterval . millis ( ) ; }
returns true iff the cache needs to be refreshed . concode_field_sep TimeValue refreshInterval concode_elem_sep Lock refreshLock concode_elem_sep T cached concode_elem_sep long lastRefreshTimestamp concode_field_sep T getOrRefresh concode_elem_sep T refresh
void function ( ) { ip6FullMatcher = new IPMatcher ( IP6_FULL_ADDRESS1 ) ; ip6MaskedMatcher = new IPMatcher ( IP6_MASKED_ADDRESS ) ; }
this also tests instantiation of correct masked and unmasked ipv6 addresses . concode_field_sep IPMatcher ip6FullMatcher concode_elem_sep String IP6_FULL_ADDRESS2 concode_elem_sep IPMatcher ip6MaskedMatcher concode_elem_sep int increment concode_elem_sep String IP6_FULL_ADDRESS1 concode_elem_sep String IP6_MASKED_ADDRE...
Class < ? > function ( ) { return type ; }
get the type concode_field_sep Object instance concode_elem_sep Method method concode_elem_sep Integer hashCode concode_elem_sep Class<?> type concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Method getMethod concode_elem_sep Object getInstance
Integer function ( ) { return code ; }
get code concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_s...
float function ( ) { return ( float ) Math . sqrt ( lengthSquared ( ) ) ; }
length of this quaternion in four-space concode_field_sep float q1 concode_elem_sep float q2 concode_elem_sep float q3 concode_elem_sep float EPSILON concode_elem_sep float q0 concode_field_sep void init concode_elem_sep Rotf inverse concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_...
List < NameableObject > function ( List < ? extends NameableObject > arg0 ) { List < NameableObject > loc0 = new ArrayList < > ( ) ; for ( NameableObject loc1 : arg0 ) { if ( loc1 != null ) { loc0 . add ( new BaseNameableObject ( loc1 ) ) ; } } return loc0 ; }
returns a list of basenameableobjects based on the given list of nameableobjects . concode_field_sep PlaceHolder placeHolder concode_field_sep List<NameableObject> getList concode_elem_sep Map<String,String> getUidPropertyMap concode_elem_sep Map<String,String> getUidDisplayPropertyMap concode_elem_sep Map<String,Namea...
String function ( String arg0 ) { validatePath ( arg0 ) ; return FilenameUtils . separatorsToUnix ( FilenameUtils . normalizeNoEndSeparator ( arg0 ) ) ; }
checks and normalizes the given path . concode_field_sep PlaceHolder placeHolder concode_field_sep String subtractPaths concode_elem_sep String temporaryFileName concode_elem_sep String concatPath concode_elem_sep String getParent concode_elem_sep String[] getPathComponents concode_elem_sep boolean isRoot concode_elem_...
void function ( ) { synchronized ( mLock ) { mCallCount ++ ; mLock . notifyAll ( ) ; } }
should be called when the callback associated with this helper object is called . concode_field_sep long WAIT_TIMEOUT_SECONDS concode_elem_sep Object mLock concode_elem_sep int mCallCount concode_field_sep int getCallCount concode_elem_sep void waitForCallback concode_elem_sep void waitForCallback concode_elem_sep void...
void function ( ) { for ( Color loc0 : colors ) { if ( ! loc0 . isDisposed ( ) ) loc0 . dispose ( ) ; } }
dispose all colors concode_field_sep Display display concode_elem_sep Color[] colors concode_field_sep Color[] getGradient concode_elem_sep Color[] getGradient concode_elem_sep Color getColor
boolean function ( DLNAResource arg0 ) { return isType ( arg0 , Format . VIDEO , null ) ; }
returns whether or not the supplied dlna resource is a video file . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isWebVideo concode_elem_sep boolean isImage concode_elem_sep boolean isImage concode_elem_sep boolean isWebAudio concode_elem_sep boolean isAudio concode_elem_sep boolean isAudio conco...
Object function ( ) { IFeatureTable loc0 = new IFeatureTable ( ) ; loc0 . copy ( this ) ; return loc0 ; }
implementation of featuretable interface . concode_field_sep int xmlVersion concode_elem_sep ArrayList<Feature> features concode_elem_sep int status concode_elem_sep String source concode_elem_sep String message concode_elem_sep String date concode_elem_sep long serialVersionUID concode_field_sep void setFeatures conco...
WritableGridFileChannel function ( String arg0 , boolean arg1 ) { return getWritableChannel ( arg0 , arg1 , defaultChunkSize ) ; }
opens a writablegridfilechannel for writing to the file denoted by pathname . the channel can either overwrite the existing file or append to it . concode_field_sep Cache<String,GridFile.Metadata> metadata concode_elem_sep int defaultChunkSize concode_elem_sep Cache<String,byte[]> data concode_elem_sep Log log concode_...
Builder function ( boolean arg0 ) { verbose = arg0 ; return this ; }
should logtransformer be verbose in what it does ? this currently list the names of the classes being processed . concode_field_sep String levelEnabled concode_elem_sep boolean addEntryExit concode_elem_sep String[] ignore concode_elem_sep boolean addVariableAssignment concode_elem_sep String level concode_elem_sep Str...
RootSbb function ( ) { return new RootSbb ( ) ; }
create an instance of rootsbb concode_field_sep PlaceHolder placeHolder concode_field_sep AddressProfileTable createAddressProfileTable concode_elem_sep SbbVersion createSbbVersion concode_elem_sep Service createService concode_elem_sep ServiceVendor createServiceVendor concode_elem_sep Description createDescription co...
DiscoveryNode function ( ) { checkDecisionState ( ) ; return targetNode ; }
get the node that the allocator will assign the shard to , returning null if there is no node towhich the shard will be assigned or moved . if #isdecisiontaken returns false , then invoking this method will throw an illegalstateexception . concode_field_sep List<NodeAllocationResult> nodeDecisions concode_elem_sep Disc...
byte [ ] function ( Object arg0 ) { if ( arg0 == null ) { return EMPTY_BYTES ; } return OBJECT_WRITER . writeValueAsBytes ( arg0 ) ; }
serializes an object into a byte array . along with #read byte , can be used to serialize an object and deserialize it into an object of the same type without needing to specify the object 's type , as long as it is one of the json-compatible objects understood by objectmapper . concode_field_sep ObjectReader OBJECT_RE...
LocalDate function ( ) { return date ; }
get date concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep Int...
boolean function ( ) { return filterMessage ; }
returns whether the receiver allows or denies incoming messages or not . concode_field_sep boolean allow concode_elem_sep boolean filterPresence_out concode_elem_sep PrivacyRule rule concode_elem_sep Type type concode_elem_sep String SUBSCRIPTION_NONE concode_elem_sep boolean filterPresence_in concode_elem_sep boolean ...
String function ( ) { return customConfiguration ; }
gets the value of the customconfiguration property . concode_field_sep String messageName concode_elem_sep ArrayOfSdkMessageProcessingStepImageRegistration images concode_elem_sep String pluginTypeFriendlyName concode_elem_sep String filteringAttributes concode_elem_sep Integer supportedDeployment concode_elem_sep Stri...
JsonNode function ( byte [ ] arg0 ) { try { return mapper ( ) . readTree ( arg0 ) ; } catch ( Throwable loc0 ) { throw new RuntimeException ( loc0 ) ; } }
parse a byte array representing a json , and return it as a jsonnode . concode_field_sep ObjectMapper defaultObjectMapper concode_elem_sep ObjectMapper objectMapper concode_field_sep JsonNode toJson concode_elem_sep String prettyPrint concode_elem_sep String generateJson concode_elem_sep ObjectMapper newDefaultMapper c...
OutputStream function ( ) { return outputStream ; }
returns a stream writing in the ffmpeg process standard input channel . concode_field_sep ProcessKiller ffmpegKiller concode_elem_sep OutputStream outputStream concode_elem_sep InputStream inputStream concode_elem_sep InputStream errorStream concode_elem_sep String ffmpegExecutablePath concode_elem_sep List<String> arg...
void function ( AssertionInfo arg0 , float [ ] arg1 ) { arrays . assertNullOrEmpty ( arg0 , failures , arg1 ) ; }
asserts that the given array is null or empty . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep FloatArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep FloatArrays instance concode_elem_sep Comparator<?> getComparator concode...
Calendar function ( ) { return full ; }
returns the date of the full moon . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void setName concode_elem_s...
String function ( ) { return "srini_string" ; }
get the default filename extension for this kind of compression . concode_field_sep Configuration conf concode_field_sep void checkNativeCodeLoaded concode_elem_sep Configuration getConf concode_elem_sep Decompressor createDecompressor concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep Compres...
java . lang . String function ( ) { return _akismetData . getPermalink ( ) ; }
returns the permalink of this akismet data . concode_field_sep AkismetData _akismetData concode_field_sep long getClassNameId concode_elem_sep void setAkismetDataId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_...
Date function ( ) { long loc0 = System . currentTimeMillis ( ) ; if ( loc0 - today . getTime ( ) > 24 * 3600 * 1000 ) { resetToday ( ) ; } return today ; }
returns the same date object . this object should be treated as read-only . concode_field_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep String sdfdPattern concode_elem_sep String sdftsPattern concode_elem_sep SimpleDateFormat sdft concode_elem_sep Date today concode_elem_sep Date te...
void function ( String arg0 , String arg1 ) { this . handler . proceed ( arg0 , arg1 ) ; }
instructs the webview to proceed with the authentication with the given credentials . concode_field_sep HttpAuthHandler handler concode_field_sep void cancel
void function ( String arg0 , String arg1 , String arg2 ) { if ( LOG . isInfoEnabled ( ) ) { LOG . info ( createSuccessLog ( arg0 , arg1 , arg2 ) ) ; } }
create a readable and parseable audit log string for a successful event . concode_field_sep Log LOG concode_elem_sep String KEY_VAL_SEPARATOR concode_elem_sep String REFRESH_QUEUE concode_elem_sep String UNAUTHORIZED_USER concode_elem_sep char PAIR_SEPARATOR concode_elem_sep String JOBTRACKER concode_elem_sep String RE...
BaseType function ( ) { return baseType ; }
get basetype . concode_field_sep int min concode_elem_sep int max concode_elem_sep BaseType baseType concode_field_sep int min concode_elem_sep int max concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
void function ( Integer arg0 ) { this . master_rpt_id = arg0 ; }
sets the master_rpt_id . concode_field_sep Integer sub_rpt_id concode_elem_sep Integer master_rpt_id concode_field_sep Integer getMaster_rpt_id concode_elem_sep void setSub_rpt_id concode_elem_sep Integer getSub_rpt_id
void function ( int arg0 , int arg1 , Intent arg2 ) { }
called when an activity you launched exits , giving you the requestcode you started it with , the resultcode it returned , and any additional data from it . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceN...
void function ( ) { close ( ) ; if ( ! fs . delete ( chunkFilePath , false ) ) { LOG . error ( "srini_string" + chunkFilePath ) ; throw new IOException ( "srini_string" + chunkFilePath ) ; } }
method to be called to relinquish an acquired chunk . all streams open to the chunk are closed , and the chunk-file is deleted . concode_field_sep Log LOG concode_elem_sep Configuration configuration concode_elem_sep SequenceFileRecordReader<K,V> reader concode_elem_sep Path chunkFilePath concode_elem_sep int numChunks...
void function ( ) { if ( isRunning ( ) ) { stopTimer ( ) ; updateNeedToShowAnimationButton ( ) ; } }
stops animation concode_field_sep GTimer timer concode_elem_sep ArrayList<Animatable> changedGeos concode_elem_sep boolean needToShowAnimationButton concode_elem_sep int STANDARD_ANIMATION_TIME concode_elem_sep int MIN_ANIMATION_FRAME_RATE concode_elem_sep Kernel kernel concode_elem_sep ArrayList<TimerListener> listene...
JSONBuilder function ( String arg0 , String arg1 ) { return entry ( arg0 , arg1 , false ) ; }
adds a string property . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder beginArray concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder endMa...
ApiErrorBase function ( String arg0 ) { this . target = arg0 ; return this ; }
set the target value . concode_field_sep String code concode_elem_sep String message concode_elem_sep String target concode_field_sep String code concode_elem_sep ApiErrorBase withCode concode_elem_sep String message concode_elem_sep String target concode_elem_sep ApiErrorBase withMessage
CreateAssessmentTemplateResult function ( String arg0 ) { setAssessmentTemplateArn ( arg0 ) ; return this ; }
the arn specifying the assessment template that is created . concode_field_sep String assessmentTemplateArn concode_field_sep String getAssessmentTemplateArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateAssessmentTemplateResult clone concode_elem_sep String toString concode_elem_...
SortedSet < FrameRange > function ( ) { return ranges ; }
get defined animation ranges . concode_field_sep String reverseCommand concode_elem_sep boolean includeEZScript concode_elem_sep List<EZScriptAnimationControl> scriptFunctions concode_elem_sep String stopLoop concode_elem_sep SortedSet<FrameRange> ranges concode_elem_sep AnimationPlayType playType concode_elem_sep floa...
long function ( long arg0 ) { if ( arg0 < 0 ) { arg0 = 0 ; } return ( arg0 / BYTES_PER_LONG ) * BYTES_PER_LONG ; }
determines the offset to use given a byte counter concode_field_sep long timeTaken concode_elem_sep long same concode_elem_sep long read concode_elem_sep int BYTES_PER_LONG concode_elem_sep long readTime concode_elem_sep long bytesRead concode_elem_sep long different concode_elem_sep long byteAm concode_elem_sep long h...
void function ( EventHandler arg0 ) { Event . replayEventsOn ( arg0 , events ) ; }
replay all events stored in this object on the given eventhandler , in the same order . concode_field_sep boolean hasErrors concode_elem_sep List<Event> events concode_field_sep ImmutableList<Event> getEvents concode_elem_sep boolean hasErrors concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_se...
void function ( final Configuration arg0 ) { arg0 . setProperty ( MAP_REDUCE , this . getClass ( ) . getName ( ) ) ; }
when it is necessary to store the state of a mapreduce job , this method is called . this is typically required when the mapreduce job needs to be serialized to another machine . note that what is stored is simply the instance state , not any processed data . concode_field_sep String NULL_OBJECT concode_elem_sep NullOb...
void function ( int arg0 , int arg1 ) { this . centerX = arg0 ; this . centerY = arg1 ; }
sets the x , y coordinates of the center of this node . concode_field_sep long serialVersionUID concode_elem_sep PropertyChangeSupport pcs concode_elem_sep String name concode_elem_sep NodeType nodeType concode_elem_sep int centerX concode_elem_sep int centerY concode_field_sep void setName concode_elem_sep GraphNode s...
void function ( final Supplier < RuntimeException > arg0 ) { if ( ! assertion . get ( ) ) { throw arg0 . get ( ) ; } }
check if the precondition is met ie , the assertion returns true and if it is not then throw an exception created by a supplier . concode_field_sep Supplier<Boolean> assertion concode_field_sep Precondition assertPrecondition concode_elem_sep Precondition assertPrecondition
int function ( Candidate arg0 ) { return countCorrectEntities ( arg0 . predictedEntities ) ; }
count the number of correct entities cached version concode_field_sep Map<List<String>,Integer> cachedCountCorrectEntities concode_elem_sep Options opts concode_elem_sep int logRewardVerbosity concode_elem_sep boolean frozenReward concode_elem_sep List<TargetEntity> targetEntities concode_field_sep double reward concod...
ByteBuffer function ( ) { ByteBuffer loc0 = bufferQueue . poll ( ) ; if ( loc0 == null ) { loc0 = ByteBuffer . allocateDirect ( DIRECT_BUFFER_SIZE ) ; } else { currentQueueSize . decrementAndGet ( ) ; } return loc0 ; }
get a direct buffer from this buffer manager . concode_field_sep int DIRECT_BUFFER_SIZE concode_elem_sep ConcurrentLinkedQueue<ByteBuffer> bufferQueue concode_elem_sep int maxQueueSize concode_elem_sep AtomicInteger currentQueueSize concode_field_sep void setMaxQueueSize concode_elem_sep boolean giveBack concode_elem_s...
int function ( ) { return ( this . debug ) ; }
return the debugging detail level for this component . concode_field_sep String info concode_elem_sep int debug concode_elem_sep PropertyChangeSupport support concode_elem_sep Container container concode_elem_sep int verbosity concode_field_sep String getInfo concode_elem_sep Container getContainer concode_elem_sep voi...
Throwable function ( final Throwable arg0 ) { Throwable loc0 ; Throwable loc1 = arg0 ; while ( ( loc0 = loc1 . getCause ( ) ) != null ) { loc1 = loc0 ; } return loc1 ; }
returns the deepest cause of the given throwable . concode_field_sep PlaceHolder placeHolder concode_field_sep void rethrow concode_elem_sep void rethrow0 concode_elem_sep List<String> toStringList
InputStream function ( String arg0 , Class arg1 ) { URL loc0 = getResource ( arg0 , arg1 ) ; try { return ( loc0 != null ) ? loc0 . openStream ( ) : null ; } catch ( IOException loc1 ) { return null ; } }
this is a convenience method to load a resource as a stream . the algorithm used to find the resource is given in getresource concode_field_sep Enumeration<E> cur concode_elem_sep Set<E> loaded concode_elem_sep LinkedList<Enumeration<E>> enums concode_elem_sep E next concode_field_sep E next concode_elem_sep URL getRes...
void function ( EditPane arg0 ) { }
visit an editpane . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
List < Certificate > function ( ) { return localCertificates ; }
returns a possibly-empty list of certificates that identify this peer . concode_field_sep List<Certificate> localCertificates concode_elem_sep List<Certificate> peerCertificates concode_elem_sep TlsVersion tlsVersion concode_elem_sep CipherSuite cipherSuite concode_field_sep List<Certificate> peerCertificates concode_e...
void function ( AccountDAO arg0 ) { this . accountsHolder = arg0 ; }
set the concrete accountdao implementation . concode_field_sep AccountDAO accountsHolder concode_elem_sep TransactionDAO transactionsHolder concode_field_sep TransactionDAO getTransactionsDAO concode_elem_sep List<Transaction> getTransactionLogs concode_elem_sep AccountDAO getAccountsDAO concode_elem_sep List<String> g...
void function ( ClarionObject arg0 , ClarionObject arg1 ) { throw new RuntimeException ( "srini_string" ) ; }
direct memory access concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_...
void function ( long arg0 ) { moving_time += arg0 ; }
adds to the total moving time of the trip . concode_field_sep long start_time concode_elem_sep long moving_time concode_elem_sep long stop_time concode_elem_sep ExtremTimerManager stop_interval_time concode_elem_sep ExtremLocationManager latitudeExtremities concode_elem_sep double max_speed concode_elem_sep double tota...
int function ( ) { return height ; }
the height of the glyph 's image . concode_field_sep short yOffset concode_elem_sep boolean isMissing concode_elem_sep Shape shape concode_elem_sep float u concode_elem_sep float v concode_elem_sep Texture texture concode_elem_sep short width concode_elem_sep float v2 concode_elem_sep float u2 concode_elem_sep int code...
long function ( final long arg0 ) { final int loc0 = ( int ) ( arg0 & 15 ) ; final short loc1 = ( short ) ( loc0 & 1 ) ; return BitUtil . flipFlop ( ( ( arg0 >>> 4 ) << loc1 ) << ( ( ( 12 - loc0 ) * 5 ) + ( MORTON_OFFSET - loc1 ) ) ) ; }
encode to a morton long value from a given geohash long value concode_field_sep int PRECISION concode_elem_sep String BASE_32_STRING concode_elem_sep short MORTON_OFFSET concode_elem_sep char[] BASE_32 concode_field_sep long fromMorton concode_elem_sep char encode concode_elem_sep long longEncode concode_elem_sep long ...
void function ( Class arg0 ) { this . parentClass = arg0 ; arg0 . addRole ( this ) ; }
setter for the role 's parent class . class is registered at role and role is registered at class . concode_field_sep String featureName concode_elem_sep IPath path concode_elem_sep LinkedList<FSTField> fields concode_elem_sep IFile file concode_elem_sep boolean isEditorFile concode_elem_sep LinkedList<FSTDirective> di...
boolean function ( String arg0 ) { return StringUtils . contains ( arg0 , SEPERATOR ) ; }
indicates whether or not the expression contains nested property expressions . concode_field_sep String SEPERATOR concode_field_sep String add concode_elem_sep String last concode_elem_sep String removeFirst concode_elem_sep String removeLast concode_elem_sep String first
void function ( String arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( ) ; } this . id = arg0 ; }
set this test 's id . null is not allowed . concode_field_sep TestSuite parent concode_elem_sep String id concode_elem_sep DefaultTestReport report concode_elem_sep String name concode_field_sep void setName concode_elem_sep TestSuite getParent concode_elem_sep String getName concode_elem_sep String getId concode_elem_...
double function ( int arg0 ) { if ( isVertex ( ) ) { return x [ 0 ] ; } else if ( isEdge ( ) ) { return x [ arg0 - minRank - 1 ] ; } return 0.0 ; }
gets the value of x on the specified layer concode_field_sep double y[] concode_elem_sep int[] temp concode_elem_sep int maxRank concode_elem_sep double height concode_elem_sep List<mxGraphAbstractHierarchyCell>[] nextLayerConnectedCells concode_elem_sep double x[] concode_elem_sep List<mxGraphAbstractHierarchyCell>[] ...
int function ( ) { return value ; }
gets the value of the bold weight . this is the value that will be written to the generated excel file . concode_field_sep BoldStyle NORMAL concode_elem_sep String string concode_elem_sep BoldStyle BOLD concode_elem_sep int value concode_field_sep String getDescription
Integer function ( ) { return height ; }
gets the value of the height property . concode_field_sep String name concode_elem_sep Integer width concode_elem_sep Long totalFileSize concode_elem_sep RichMediaStudioChildAssetPropertyType type concode_elem_sep String url concode_elem_sep Integer height concode_field_sep void setName concode_elem_sep Long getTotalFi...
String function ( ) { return email ; }
get email concode_field_sep String password concode_elem_sep String phone concode_elem_sep String userGrade concode_elem_sep String sex concode_elem_sep String name concode_elem_sep Date birth concode_elem_sep int visit concode_elem_sep String userId concode_elem_sep String email concode_elem_sep String info concode_fi...
DocPosition function ( int arg0 ) { position += arg0 ; return this ; }
adjust this position . this is useful in cases that an amount of text is inserted or removed before this position . concode_field_sep int position concode_field_sep int getPosition concode_elem_sep boolean equals concode_elem_sep String toString
String function ( ) { return "srini_string" ; }
sip user agent to send by default in sip messages by default device infos are added to user agent string concode_field_sep PlaceHolder placeHolder concode_field_sep boolean supportCallRecord concode_elem_sep WizardInfo getCustomDistributionWizard concode_elem_sep boolean forceNoMultipleCalls concode_elem_sep boolean sh...
void function ( ) { bind ( ) ; setFrameBufferViewport ( ) ; }
binds the frame buffer and sets the viewport accordingly , so everything gets drawn to it . concode_field_sep int stencilbufferHandle concode_elem_sep int depthStencilPackedBufferHandle concode_elem_sep boolean hasStencil concode_elem_sep boolean hasDepth concode_elem_sep Pixmap.Format format concode_elem_sep int frame...
void function ( MinuteOfHour arg0 ) { this . endMinute = arg0 ; }
sets the value of the endminute property . concode_field_sep Integer endHour concode_elem_sep DayOfWeek dayOfWeek concode_elem_sep Integer startHour concode_elem_sep MinuteOfHour startMinute concode_elem_sep MinuteOfHour endMinute concode_field_sep void setDayOfWeek concode_elem_sep MinuteOfHour getStartMinute concode_...
void function ( boolean arg0 ) { this . verbose = arg0 ; }
set the verbose option . concode_field_sep String password concode_elem_sep String formatNamespace concode_elem_sep Logger log concode_elem_sep boolean md5 concode_elem_sep String TYPE_MULTI_POST concode_elem_sep boolean checksumError concode_elem_sep String username concode_elem_sep String TYPE_SERVICE concode_elem_se...
void function ( AppCall arg0 ) { if ( appCallback != null ) { appCallback . onCancel ( ) ; } }
override this if anything needs to be done on cancellation e.g. logging concode_field_sep FacebookCallback appCallback concode_field_sep void onError concode_elem_sep void onSuccess
void function ( ) { }
and this is ok . concode_field_sep int field concode_elem_sep int dummy concode_elem_sep int ASDF concode_elem_sep String first concode_elem_sep String second concode_field_sep void method5 concode_elem_sep void method6 concode_elem_sep void method7 concode_elem_sep void method8 concode_elem_sep void method1 concode_el...
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 EntryLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void deleteEntries concode_elem_sep com.liferay.chat.model.Entry updateEntry concode...
BigInteger function ( ) { return this . modulus ; }
gets the rsa modulus . concode_field_sep BigInteger publicExponent concode_elem_sep BigInteger modulus concode_field_sep BigInteger getPublicExponent
long function ( byte [ ] arg0 ) { long loc0 = 0 ; for ( byte loc1 : arg0 ) { loc0 = ( loc0 << 8 ) | getByte ( loc1 ) ; } return loc0 ; }
converte o array de bytes em um long . concode_field_sep PlaceHolder placeHolder concode_field_sep int getByte concode_elem_sep byte[] longToByteArray concode_elem_sep int totalBytes concode_elem_sep int totalBytes concode_elem_sep byte[] intToByteArray concode_elem_sep int nextInt concode_elem_sep long nextLong concod...
String function ( ) { return this . name ; }
get the name of this cookie concode_field_sep int maxAge concode_elem_sep String path concode_elem_sep String PATH_ATTRIBUTE concode_elem_sep String name concode_elem_sep String DISCARD_ATTRIBUTE concode_elem_sep String value concode_elem_sep String MAX_AGE_ATTRIBUTE concode_field_sep String getValue concode_elem_sep i...
String function ( String arg0 ) { return new String ( decode ( arg0 ) ) ; }
decodes a string from base64 format . no blanks or line breaks are allowed within the base64 encoded input data . concode_field_sep char[] map1 concode_elem_sep String systemLineSeparator concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep char[] encode concode_e...
void function ( java . lang . String arg0 ) { this . searchParameterType = arg0 ; }
sets the searchparametertype value for this searchparameter . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String searchParameterType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDes...
void function ( String arg0 ) { this . mailUsername = arg0 ; }
sets the mail user name concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep String outgoingHost concode_elem_sep boolean outgoingSsl concode_elem_sep boolean outgoingVerification concode_elem_sep String host concod...
void function ( String arg0 , String arg1 ) { e ( arg0 , arg1 , null ) ; }
prints a message at error priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
boolean function ( ) { return true ; }
returns true if this type of attribute is unknown . the default implementation of this method always returns true . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep Label[] getLabels concode_elem_sep int getSize concode_elem_sep Attribute read concode_elem_se...
Optional < T > function ( ) { @ SuppressWarnings ( "srini_string" ) Optional < T > loc0 = ( Optional < T > ) EMPTY ; return loc0 ; }
returns an empty optional instance . no value is present for thisoptional . concode_field_sep Optional<?> EMPTY concode_elem_sep T value concode_field_sep Optional<T> ofNullable concode_elem_sep boolean isPresent concode_elem_sep T orElse concode_elem_sep T orElseThrow concode_elem_sep Optional<T> filter concode_elem_s...
void function ( Long arg0 ) { this . equipmentId = arg0 ; }
sets the value of the equipmentid property . concode_field_sep String transactionType concode_elem_sep BigDecimal price concode_elem_sep String description concode_elem_sep String imei concode_elem_sep long serialVersionUID concode_elem_sep String sku concode_elem_sep String msisdn concode_elem_sep Long equipmentId con...
Object [ ] function ( ) { List < T > loc0 = new ArrayList < T > ( ) ; for ( T loc1 : this ) loc0 . add ( loc1 ) ; return loc0 . toArray ( ) ; }
all changes in this change set . concode_field_sep ChangeLogSet parent concode_elem_sep AbstractBuild<?,?> build concode_elem_sep RepositoryBrowser<?> browser concode_elem_sep Run<?,?> run concode_elem_sep Logger LOGGER concode_field_sep ChangeLogSet getParent concode_elem_sep String getMsg concode_elem_sep User getAut...
Row function ( ) { return this ; }
returns the row object that currently represents the same database row . in current implementations of row , this is always the same as the this object for memory tables , but could be a different object for cachedrow or cacheddatarow implementation . for example the row object that represents a given database row can ...
String function ( ) { return resourceId ; }
this method was generated by mybatis generator . this method returns the value of the database column ts_role_resource . resource_id concode_field_sep String resourceId concode_elem_sep String roleResourceId concode_elem_sep String roleId concode_field_sep void setRoleId concode_elem_sep String getRoleResourceId concod...
void function ( SimpleFeatureConverter < Boolean > arg0 ) { converters . add ( arg0 ) ; }
add a converter to the list to be applied concode_field_sep Collection<SimpleFeatureConverter<Boolean>> converters concode_elem_sep boolean orPermissions concode_field_sep boolean isOrPermissions concode_elem_sep void setOrPermissions concode_elem_sep void setConverters concode_elem_sep Boolean convert
Class < T > function ( ) { return deserializedObjectType ; }
returns the class of the serialized object . concode_field_sep Supplier<SerializedObject<?>> serializedObject concode_elem_sep T deserializedObject concode_elem_sep Serializer serializer concode_elem_sep Class<T> deserializedObjectType concode_field_sep T getObject concode_elem_sep Serializer getSerializer concode_elem...
String function ( String arg0 ) { if ( arg0 == null ) { return "srini_string" ; } int loc0 = Integer . parseInt ( arg0 ) ; int loc1 = ( loc0 * 9 ) / 5 + 32 ; return Integer . toString ( loc1 ) ; }
convert from c to f concode_field_sep String TAG concode_elem_sep String URL_YAHOO_API_WEATHER concode_elem_sep int REG_GET_WEATHER concode_elem_sep HttpConnectHelper m_ConnectHelper concode_elem_sep WeatherDataModel m_Instance concode_field_sep WeatherInfo getWeatherData concode_elem_sep String getWOEIDByLocation conc...
Boolean function ( ) { return this . classicLinkEnabled ; }
indicates whether the vpc is enabled for classiclink . concode_field_sep String vpcId concode_elem_sep Boolean classicLinkEnabled concode_elem_sep com.amazonaws.internal.SdkInternalList<Tag> tags concode_field_sep void setClassicLinkEnabled concode_elem_sep Boolean getClassicLinkEnabled concode_elem_sep java.util.List<...
TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; return loc0 . create_alias_tc ( "srini_string" , "srini_string" , loc0 . get_primitive_tc ( TCKind . tk_ulong ) ) ; }
create the profileid typecode alias of corba ulong , named `` profileid '' . concode_field_sep PlaceHolder placeHolder concode_field_sep int extract concode_elem_sep int read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write
DateTime function ( ) { return endDateTime ; }
gets the value of the enddatetime property . concode_field_sep Long totalEstimatedConcurrentUsers concode_elem_sep List<String> adTags concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep DateTime startDateTime concode_elem_sep List<String> contentUrls concode_elem_sep String name concode_elem_sep String des...
void function ( boolean arg0 ) { this . hasHighlight = arg0 ; }
set the highlited state , meaning that this instance or one of the child abstracttext objects has a highlighted state . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field...