Searched defs:getLong (Results 1 - 25 of 74) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java48 public long getLong() throws NumberFormatException; method in interface:XSDecimal
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/res/
H A DLongArrayWrapper.java37 public long getLong(int index){ method in class:LongArrayWrapper
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DReadBuffer.java50 public long getLong(long pos) throws IOException; method in interface:ReadBuffer
H A DFileReadBuffer.java80 public synchronized long getLong(long pos) throws IOException { method in class:FileReadBuffer
H A DMappedReadBuffer.java110 public synchronized long getLong(long pos) throws IOException { method in class:MappedReadBuffer
112 return buf.getLong();
/openjdk7/jdk/src/share/classes/java/io/
H A DBits.java64 static long getLong(byte[] b, int off) { method in class:Bits
76 return Double.longBitsToDouble(getLong(b, off));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DPage.java169 public long getLong(long address, boolean bigEndian) { method in class:Page
199 return Double.longBitsToDouble(getLong(address, bigEndian));
H A DPageCache.java99 public synchronized long getLong(long address, boolean bigEndian) { method in class:PageCache
100 return checkPage(getPage(address & pageMask), address).getLong(address, bigEndian);
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DArray.java252 public static native long getLong(Object array, int index) method in class:Array
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_ATTRIBUTE.java180 public long getLong() { method in class:CK_ATTRIBUTE
213 return prefix + Functions.getObjectClassName(getLong());
215 return prefix + Functions.getKeyName(getLong());
/openjdk7/jdk/src/share/classes/sun/management/
H A DLazyCompositeData.java132 static long getLong(CompositeData cd, String itemName) { method in class:LazyCompositeData
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNativeObject.java127 newAddress = unsafe.getLong(offset + address);
283 final long getLong(int offset) { method in class:NativeObject
284 return unsafe.getLong(offset + address);
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DFieldAccessor.java53 public long getLong(Object obj) throws IllegalArgumentException; method in interface:FieldAccessor
H A DFieldAccessorImpl.java59 public abstract long getLong(Object obj) method in class:FieldAccessorImpl
H A DUnsafeBooleanFieldAccessorImpl.java60 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeBooleanFieldAccessorImpl
H A DUnsafeByteFieldAccessorImpl.java60 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeByteFieldAccessorImpl
H A DUnsafeCharacterFieldAccessorImpl.java60 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeCharacterFieldAccessorImpl
H A DUnsafeDoubleFieldAccessorImpl.java59 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeDoubleFieldAccessorImpl
H A DUnsafeFloatFieldAccessorImpl.java59 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeFloatFieldAccessorImpl
H A DUnsafeIntegerFieldAccessorImpl.java60 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeIntegerFieldAccessorImpl
H A DUnsafeLongFieldAccessorImpl.java36 return new Long(getLong(obj));
59 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeLongFieldAccessorImpl
61 return unsafe.getLong(obj, fieldOffset);
65 return getLong(obj);
69 return getLong(obj);
H A DUnsafeObjectFieldAccessorImpl.java60 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeObjectFieldAccessorImpl
H A DUnsafeQualifiedBooleanFieldAccessorImpl.java62 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedBooleanFieldAccessorImpl
H A DUnsafeQualifiedByteFieldAccessorImpl.java62 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedByteFieldAccessorImpl
H A DUnsafeQualifiedCharacterFieldAccessorImpl.java62 public long getLong(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedCharacterFieldAccessorImpl

Completed in 48 milliseconds

123