Searched refs:getValue (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregationValue.java51 public Number getValue(); method in interface:AggregationValue
H A DValueRecord.java41 public abstract Object getValue(); method in interface:ValueRecord
H A DStackValueRecord.java93 public Object getValue(); method in interface:StackValueRecord
H A DMaxValue.java77 getValue() method in class:MaxValue
79 return (Long)super.getValue();
H A DMinValue.java77 getValue() method in class:MinValue
79 return (Long)super.getValue();
H A DSumValue.java77 getValue() method in class:SumValue
79 return (Long)super.getValue();
H A DCountValue.java74 long count = super.getValue().longValue();
89 getValue() method in class:CountValue
91 return (Long)super.getValue();
H A DAvgValue.java88 long average = super.getValue().longValue();
98 getValue().toString() + " is not the expected " +
115 getValue() method in class:AvgValue
117 return (Long)super.getValue();
H A DLogDistribution.java129 getValue() method in class:LogDistribution
147 * Compares the {@code double} values of {@link #getValue()} for
155 Number v1 = getValue();
156 Number v2 = d.getValue();
H A DAbstractAggregationValue.java62 getValue() method in class:AbstractAggregationValue
74 * both values return equal numbers from {@link #getValue()}.
98 * Gets the string representation of {@link #getValue()}.
100 * @return the string representation of {@link #getValue()} returned
H A DStddevValue.java66 stddev.getValue().longValue(),
187 long stddev = super.getValue().longValue();
197 getValue().toString() + " is not the expected " +
213 getValue() method in class:StddevValue
215 return (Long)super.getValue();
H A DLinearDistribution.java187 getValue() method in class:LinearDistribution
225 * Compares the {@code double} values of {@link #getValue()} for
233 Number v1 = getValue();
234 Number v2 = d.getValue();
H A DUserStackRecord.java164 getValue() method in class:UserStackRecord
166 return stackRecord.getValue();
H A DScalarRecord.java98 * #getValue()}
168 getValue() method in class:ScalarRecord
197 * #getValue()} methods of both instances are equal, {@code false}
226 * #getValue()}, or {@link java.util.Arrays#hashCode(byte[] a)} if
386 * {@link #getValue()}; or if the value is an array of raw bytes, a
394 return ScalarRecord.valueToString(getValue());
H A DTuple.java154 * {@link ScalarRecord#getValue()}
353 val1 = rec1.getValue();
358 val2 = rec2.getValue();
H A DKernelSymbolRecord.java162 getValue() method in class:KernelSymbolRecord
H A DAggregationRecord.java142 * #getValue()}.
164 getValue() method in class:AggregationRecord
H A DKernelStackRecord.java233 getValue() method in class:KernelStackRecord
H A DProbeData.java355 Integer exitStatus = Integer.class.cast(scalar.getValue());
554 Object o1 = t1.getValue();
555 Object o2 = t2.getValue();
812 value = ValueRecord.class.cast(record).getValue();
H A DUserSymbolRecord.java178 getValue() method in class:UserSymbolRecord
H A DDistribution.java334 public abstract Number getValue(); method in class:Distribution
H A DOption.java608 getValue() method in class:Option
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java24 <rdar://problem/3773973> Fix getValue() for values containing '='.
224 public byte[] getValue( int index) method in class:TXTRecord
250 /** Converts the result of getValue() to a string in the platform default character set. */
253 byte[] value = this.getValue( index);
265 public byte[] getValue( String forKey) method in class:TXTRecord
272 return this.getValue( i);
276 /** Converts the result of getValue() to a string in the platform default character set.<P>
285 byte[] val = this.getValue( forKey);
/osnet-11/usr/src/lib/libdtrace_jni/java/docs/examples/
H A DTestTarget.java55 rec.getValue());
/osnet-11/usr/src/lib/libsqlite/src/
H A Ddate.c128 static int getValue(const char *z, double *pR){ function
512 if( strncmp(z, "weekday ", 8)==0 && getValue(&z[8],&r)>0
568 n = getValue(z, &r);

Completed in 38 milliseconds

12