/libcore/luni/src/main/java/org/apache/xml/utils/res/ |
D | LongArrayWrapper.java | 35 public long getLong(int index){ in getLong() method in LongArrayWrapper
|
/libcore/luni/src/main/java/java/nio/ |
D | DirectByteBuffer.java | 181 public final long getLong() { in getLong() method in DirectByteBuffer 192 public final long getLong(int index) { in getLong() method in DirectByteBuffer
|
D | HeapByteBuffer.java | 133 public final long getLong() { in getLong() method in HeapByteBuffer 144 public final long getLong(int index) { in getLong() method in HeapByteBuffer
|
D | MappedByteBufferAdapter.java | 207 public long getLong() { in getLong() method in MappedByteBufferAdapter 216 public long getLong(int index) { in getLong() method in MappedByteBufferAdapter
|
D | ByteBuffer.java | 565 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/ |
D | Long.java | 206 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/ |
D | GZIPInputStream.java | 134 private long getLong(byte[] buffer, int off) { in getLong() method in GZIPInputStream
|
D | ZipInputStream.java | 402 private long getLong(byte[] buffer, int off) { in getLong() method in ZipInputStream
|
/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
D | PlatformAddress.java | 213 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
|
D | OSMemory.java | 364 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/ |
D | Array.java | 351 public static long getLong(Object array, int index) in getLong() method in Array
|
D | Field.java | 435 public long getLong(Object object) throws IllegalAccessException, IllegalArgumentException { in getLong() method in Field
|
/libcore/luni/src/main/java/sun/misc/ |
D | Unsafe.java | 273 public native long getLong(Object obj, long offset); in getLong() method in Unsafe
|
/libcore/luni/src/main/java/java/util/prefs/ |
D | Preferences.java | 419 public abstract long getLong(String key, long deflt); in getLong() method in Preferences
|
D | AbstractPreferences.java | 498 public long getLong(String key, long deflt) { in getLong() method in AbstractPreferences
|
/libcore/json/src/main/java/org/json/ |
D | JSONArray.java | 387 public long getLong(int index) throws JSONException { in getLong() method in JSONArray
|
D | JSONObject.java | 476 public long getLong(String name) throws JSONException { in getLong() method in JSONObject
|
/libcore/luni/src/main/java/java/sql/ |
D | CallableStatement.java | 437 public long getLong(int parameterIndex) throws SQLException; in getLong() method 450 public long getLong(String parameterName) throws SQLException; in getLong() method
|
D | ResultSet.java | 718 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/ |
D | PreferencesTest.java | 1808 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/ |
D | Impl_RowSet.java | 427 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
|