Home
last modified time | relevance | path

Searched defs:getLong (Results 1 – 21 of 21) sorted by relevance

/libcore/luni/src/main/java/org/apache/xml/utils/res/
DLongArrayWrapper.java35 public long getLong(int index){ in getLong() method in LongArrayWrapper
/libcore/luni/src/main/java/java/nio/
DDirectByteBuffer.java181 public final long getLong() { in getLong() method in DirectByteBuffer
192 public final long getLong(int index) { in getLong() method in DirectByteBuffer
DHeapByteBuffer.java133 public final long getLong() { in getLong() method in HeapByteBuffer
144 public final long getLong(int index) { in getLong() method in HeapByteBuffer
DMappedByteBufferAdapter.java207 public long getLong() { in getLong() method in MappedByteBufferAdapter
216 public long getLong(int index) { in getLong() method in MappedByteBufferAdapter
DByteBuffer.java565 public abstract long getLong(); in getLong() method in ByteBuffer
581 public abstract long getLong(int index); in getLong() method in ByteBuffer
/libcore/luni/src/main/java/java/lang/
DLong.java206 public static Long getLong(String string) { in getLong() method in Long
235 public static Long getLong(String string, long defaultValue) { in getLong() method in Long
264 public static Long getLong(String string, Long defaultValue) { in getLong() method in Long
/libcore/luni/src/main/java/java/util/zip/
DGZIPInputStream.java134 private long getLong(byte[] buffer, int off) { in getLong() method in GZIPInputStream
DZipInputStream.java402 private long getLong(byte[] buffer, int off) { in getLong() method in ZipInputStream
/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
DPlatformAddress.java213 public final long getLong(int offset, ByteOrder order) { in getLong() method in PlatformAddress
218 public final long getLong(int offset) { in getLong() method in PlatformAddress
DOSMemory.java364 public static native long getLong(int address); in getLong() method in OSMemory
366 public static long getLong(int address, ByteOrder byteOrder) { in getLong() method in OSMemory
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java351 public static long getLong(Object array, int index) in getLong() method in Array
DField.java435 public long getLong(Object object) throws IllegalAccessException, IllegalArgumentException { in getLong() method in Field
/libcore/luni/src/main/java/sun/misc/
DUnsafe.java273 public native long getLong(Object obj, long offset); in getLong() method in Unsafe
/libcore/luni/src/main/java/java/util/prefs/
DPreferences.java419 public abstract long getLong(String key, long deflt); in getLong() method in Preferences
DAbstractPreferences.java498 public long getLong(String key, long deflt) { in getLong() method in AbstractPreferences
/libcore/json/src/main/java/org/json/
DJSONArray.java387 public long getLong(int index) throws JSONException { in getLong() method in JSONArray
DJSONObject.java476 public long getLong(String name) throws JSONException { in getLong() method in JSONObject
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java437 public long getLong(int parameterIndex) throws SQLException; in getLong() method
450 public long getLong(String parameterName) throws SQLException; in getLong() method
DResultSet.java718 public long getLong(int columnIndex) throws SQLException; in getLong() method
731 public long getLong(String columnName) throws SQLException; in getLong() method
/libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
DPreferencesTest.java1808 public long getLong(String key, long deflt) { in getLong() method in PreferencesTest.MockPreferences
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java427 public long getLong(int columnIndex) throws SQLException { in getLong() method in Impl_RowSet
431 public long getLong(String columnName) throws SQLException { in getLong() method in Impl_RowSet