/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Statistic.java | 60 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 D | Expression.java | 284 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 D | StatisticList.java | 532 ((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 D | ResourceMonitor.java | 236 subtract(sv2).getValue()). in calcDerivedStatistic() 239 subtract(sv2).getValue()); in calcDerivedStatistic()
|
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | AvgValue.java | 88 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 D | StddevValue.java | 66 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 D | CountValue.java | 74 long count = super.getValue().longValue(); in validate() 89 getValue() in getValue() method in CountValue 91 return (Long)super.getValue(); in getValue()
|
H A D | LogDistribution.java | 129 getValue() in getValue() method in LogDistribution 155 Number v1 = getValue(); in compareTo() 156 Number v2 = d.getValue(); in compareTo()
|
H A D | MaxValue.java | 77 getValue() in getValue() method in MaxValue 79 return (Long)super.getValue(); in getValue()
|
H A D | MinValue.java | 77 getValue() in getValue() method in MinValue 79 return (Long)super.getValue(); in getValue()
|
H A D | SumValue.java | 77 getValue() in getValue() method in SumValue 79 return (Long)super.getValue(); in getValue()
|
H A D | LinearDistribution.java | 187 getValue() in getValue() method in LinearDistribution 233 Number v1 = getValue(); in compareTo() 234 Number v2 = d.getValue(); in compareTo()
|
H A D | LogLinearDistribution.java | 182 public Number getValue() { in getValue() method in LogLinearDistribution 207 Number v1 = getValue(); in compareTo() 208 Number v2 = getValue(); in compareTo()
|
H A D | UserStackRecord.java | 164 getValue() in getValue() method in UserStackRecord 166 return stackRecord.getValue(); in getValue()
|
H A D | AggregationValue.java | 51 public Number getValue(); in getValue() method
|
H A D | ValueRecord.java | 41 public abstract Object getValue(); in getValue() method
|
H A D | StackValueRecord.java | 93 public Object getValue(); in getValue() method
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | HRTime.java | 78 .subtract(older.getValue())))); in deltaFrom() 84 public UnsignedInt64 getValue() in getValue() method in HRTime 100 return (value.compareTo(other.getValue())); in compareTo()
|
H A D | Element.java | 98 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()
|
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | TXTRecord.java | 201 public byte[] getValue( int index) in getValue() method in TXTRecord 230 byte[] value = this.getValue( index); in getValueAsString() 242 public byte[] getValue( String forKey) in getValue() method in TXTRecord 249 return this.getValue( i); in getValue() 262 byte[] val = this.getValue( forKey); in getValueAsString()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestGetAggregate.java | 115 value = rec.getValue().getValue().longValue(); in testCleared() 123 value = rec.getValue().getValue().longValue(); in testCleared()
|
H A D | TestFunctionLookup.java | 63 address = (Number)tuple.get(0).getValue(); in main() 97 address = (Number)tuple.get(0).getValue(); in main()
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmUtility.java | 158 if ((l.getValue() != JOptionPane.OK_OPTION) && in doLogin() 159 (l.getValue() != JOptionPane.CANCEL_OPTION)) { in doLogin() 172 if (l.getValue() == JOptionPane.CANCEL_OPTION) { in doLogin()
|
H A D | pmAuthOptions.java | 53 switch (o.getValue()) { in main() 74 if (d.getValue() != JOptionPane.OK_OPTION) in main() 90 if (m.getValue() != JOptionPane.OK_OPTION) in main() 250 public int getValue() { in getValue() method in pmAuthLogin 400 public int getValue() { in getValue() method in pmAuthMessage
|
H A D | pmMessageDialog.java | 170 public int getValue() { in getValue() method in pmMessageDialog 196 System.out.println("Dialog returns " + d.getValue()); in main()
|