Searched defs:getDouble (Results 1 - 25 of 61) sorted by relevance

123

/openjdk7/jdk/test/javax/management/monitor/
H A DThreadPoolAccTest.java58 public Double getDouble() { method in class:ThreadPoolAccTest.ObservedObject
76 public Double getDouble(); method in interface:ThreadPoolAccTest.ObservedObjectMBean
H A DStartStopTest.java67 public Double getDouble() { method in class:StartStopTest.ObservedObject
85 public Double getDouble(); method in interface:StartStopTest.ObservedObjectMBean
H A DThreadPoolTest.java70 public Double getDouble() { method in class:ThreadPoolTest.ObservedObject
71 inform("getDouble()");
93 public Double getDouble(); method in interface:ThreadPoolTest.ObservedObjectMBean
/openjdk7/jdk/src/share/classes/java/io/
H A DBits.java75 static double getDouble(byte[] b, int off) { method in class:Bits
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DPage.java198 public double getDouble(long address, boolean bigEndian) { method in class:Page
H A DPageCache.java107 public synchronized double getDouble(long address, boolean bigEndian) { method in class:PageCache
108 return checkPage(getPage(address & pageMask), address).getDouble(address, bigEndian);
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DArray.java290 public static native double getDouble(Object array, int index) method in class:Array
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNativeObject.java337 final double getDouble(int offset) { method in class:NativeObject
338 return unsafe.getDouble(offset + address);
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DFieldAccessor.java59 public double getDouble(Object obj) throws IllegalArgumentException; method in interface:FieldAccessor
H A DFieldAccessorImpl.java67 public abstract double getDouble(Object obj) method in class:FieldAccessorImpl
H A DUnsafeBooleanFieldAccessorImpl.java68 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeBooleanFieldAccessorImpl
H A DUnsafeByteFieldAccessorImpl.java68 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeByteFieldAccessorImpl
H A DUnsafeCharacterFieldAccessorImpl.java68 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeCharacterFieldAccessorImpl
H A DUnsafeDoubleFieldAccessorImpl.java36 return new Double(getDouble(obj));
67 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeDoubleFieldAccessorImpl
69 return unsafe.getDouble(obj, fieldOffset);
H A DUnsafeFloatFieldAccessorImpl.java68 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeFloatFieldAccessorImpl
H A DUnsafeIntegerFieldAccessorImpl.java68 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeIntegerFieldAccessorImpl
H A DUnsafeLongFieldAccessorImpl.java68 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeLongFieldAccessorImpl
H A DUnsafeObjectFieldAccessorImpl.java68 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeObjectFieldAccessorImpl
H A DUnsafeQualifiedBooleanFieldAccessorImpl.java70 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedBooleanFieldAccessorImpl
H A DUnsafeQualifiedByteFieldAccessorImpl.java70 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedByteFieldAccessorImpl
H A DUnsafeQualifiedCharacterFieldAccessorImpl.java70 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedCharacterFieldAccessorImpl
H A DUnsafeQualifiedDoubleFieldAccessorImpl.java38 return new Double(getDouble(obj));
69 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedDoubleFieldAccessorImpl
H A DUnsafeQualifiedFloatFieldAccessorImpl.java70 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedFloatFieldAccessorImpl
H A DUnsafeQualifiedIntegerFieldAccessorImpl.java70 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedIntegerFieldAccessorImpl
H A DUnsafeQualifiedLongFieldAccessorImpl.java70 public double getDouble(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedLongFieldAccessorImpl

Completed in 123 milliseconds

123