Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java60 public Object getValue(); in getValue() method
191 public Object getValue() in getValue() method in AbstractStatistic
251 return ((Double) getValue()); in getDoubleValue()
256 return (new Long(((Double) getValue()).longValue())); in getLongValue()
261 return (new UnsignedInt64(Long.toString(((Double) getValue()). in getUnsignedInt64Value()
339 return (new Double(((Long) getValue()).longValue())); in getDoubleValue()
344 return ((Long) getValue()); in getLongValue()
349 return (new UnsignedInt64(Long.toString(((Long) getValue()). in getUnsignedInt64Value()
427 return (new Double(((UnsignedInt64) getValue()).longValue())); in getDoubleValue()
432 return (new Long(((UnsignedInt64) getValue()).longValue())); in getLongValue()
[all …]
H A DExpression.java284 int getValue() in getValue() method in KVOpExpression
314 op != other.getOp() || val != other.getValue()) in equals()
355 if (getValue() < other.getValue()) in contradicts()
358 if (getValue() > other.getValue()) in contradicts()
446 String getValue() in getValue() method in KVExpression
485 val.compareTo(other.getValue()) != 0) in equals()
521 if (val.compareTo(other.getValue()) == 0) in contradicts()
H A DStatisticList.java532 ((AggregateStatistic)it.next())).getValue(); in calc_sd()
551 double target = kve.getValue(); in toZoneString()
622 mean = ((Double)((DoubleStatistic)total).getValue()). in process()
640 double target = kve.getValue(); in getZone()
700 double target = kve.getValue(); in getGap()
H A DResourceMonitor.java236 subtract(sv2).getValue()). in calcDerivedStatistic()
239 subtract(sv2).getValue()); in calcDerivedStatistic()
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAvgValue.java88 long average = super.getValue().longValue(); in validate()
98 getValue().toString() + " is not the expected " + in validate()
115 getValue() in getValue() method in AvgValue
117 return (Long)super.getValue(); in getValue()
H A DStddevValue.java66 stddev.getValue().longValue(),
187 long stddev = super.getValue().longValue(); in validate()
197 getValue().toString() + " is not the expected " + in validate()
213 getValue() in getValue() method in StddevValue
215 return (Long)super.getValue(); in getValue()
H A DCountValue.java74 long count = super.getValue().longValue(); in validate()
89 getValue() in getValue() method in CountValue
91 return (Long)super.getValue(); in getValue()
H A DLogDistribution.java129 getValue() in getValue() method in LogDistribution
155 Number v1 = getValue(); in compareTo()
156 Number v2 = d.getValue(); in compareTo()
H A DMaxValue.java77 getValue() in getValue() method in MaxValue
79 return (Long)super.getValue(); in getValue()
H A DMinValue.java77 getValue() in getValue() method in MinValue
79 return (Long)super.getValue(); in getValue()
H A DSumValue.java77 getValue() in getValue() method in SumValue
79 return (Long)super.getValue(); in getValue()
H A DLinearDistribution.java187 getValue() in getValue() method in LinearDistribution
233 Number v1 = getValue(); in compareTo()
234 Number v2 = d.getValue(); in compareTo()
H A DLogLinearDistribution.java182 public Number getValue() { in getValue() method in LogLinearDistribution
207 Number v1 = getValue(); in compareTo()
208 Number v2 = getValue(); in compareTo()
H A DUserStackRecord.java164 getValue() in getValue() method in UserStackRecord
166 return stackRecord.getValue(); in getValue()
H A DAggregationValue.java51 public Number getValue(); in getValue() method
H A DValueRecord.java41 public abstract Object getValue(); in getValue() method
H A DStackValueRecord.java91 public Object getValue(); in getValue() method
H A DScalarRecord.java168 getValue() in getValue() method in ScalarRecord
394 return ScalarRecord.valueToString(getValue()); in toString()
H A DTuple.java353 val1 = rec1.getValue(); in compare()
358 val2 = rec2.getValue(); in compare()
H A DProbeData.java353 Integer exitStatus = Integer.class.cast(scalar.getValue()); in addExitRecord()
552 Object o1 = t1.getValue(); in compareRecords()
553 Object o2 = t2.getValue(); in compareRecords()
810 value = ValueRecord.class.cast(record).getValue(); in toString()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DHRTime.java78 .subtract(older.getValue())))); in deltaFrom()
84 public UnsignedInt64 getValue() in getValue() method in HRTime
100 return (value.compareTo(other.getValue())); in compareTo()
H A DElement.java98 name, value.getValue()) == PoolInternal.POC_INVAL) { in getProperty()
128 value.getValue()) == PoolInternal.POC_INVAL) { in getProperty()
151 name, value.getValue()) != PoolInternal.PO_SUCCESS) in putProperty()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java115 value = rec.getValue().getValue().longValue(); in testCleared()
123 value = rec.getValue().getValue().longValue(); in testCleared()
H A DTestFunctionLookup.java63 address = (Number)tuple.get(0).getValue(); in main()
97 address = (Number)tuple.get(0).getValue(); in main()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/
H A DKstat.java72 public native Object getValue(String name) in getValue() method in Kstat

12