/libcore/ojluni/src/main/java/java/lang/ |
D | Long.java | 844 public static Long getLong(String nm) { in getLong() method in Long 889 public static Long getLong(String nm, long val) { in getLong() method in Long 937 public static Long getLong(String nm, Long val) { in getLong() method in Long
|
/libcore/ojluni/src/main/java/java/io/ |
D | Bits.java | 64 static long getLong(byte[] b, int off) { in getLong() method in Bits
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | NativeObject.java | 283 final long getLong(int offset) { in getLong() method in NativeObject
|
/libcore/ojluni/src/main/java/java/text/ |
D | DigitList.java | 175 public final long getLong() { in getLong() method in DigitList
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Field.java | 475 public native long getLong(Object object) in getLong() method in Field
|
D | Array.java | 341 …public static long getLong(Object array, int index) throws IllegalArgumentException, ArrayIndexOut… in getLong() method in Array
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | Preferences.java | 614 public abstract long getLong(String key, long def); in getLong() method in Preferences
|
D | AbstractPreferences.java | 438 public long getLong(String key, long def) { in getLong() method in AbstractPreferences
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 252 public native long getLong(Object obj, long offset); in getLong() method in Unsafe 377 public native long getLong(long address); in getLong() method in Unsafe
|
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 345 public long getLong() { in getLong() method in HeapByteBuffer 349 public long getLong(int i) { in getLong() method in HeapByteBuffer
|
D | DirectByteBuffer.java | 562 private long getLong(long a) { in getLong() method in DirectByteBuffer 566 public long getLong() { in getLong() method in DirectByteBuffer 573 public long getLong(int i) { in getLong() method in DirectByteBuffer
|
D | ByteBuffer.java | 1231 public abstract long getLong(); in getLong() method in ByteBuffer 1261 public abstract long getLong(int index); in getLong() method in ByteBuffer
|
D | Bits.java | 379 static long getLong(ByteBuffer bb, int bi, boolean bigEndian) { in getLong() method in Bits 383 static long getLong(long a, boolean bigEndian) { in getLong() method in Bits
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
D | PreferencesTest.java | 311 public long getLong(String key, long deflt) { in getLong() method in PreferencesTest.MockPreferences
|
/libcore/ojluni/src/main/java/java/sql/ |
D | CallableStatement.java | 250 long getLong(int parameterIndex) throws SQLException; in getLong() method 1437 long getLong(String parameterName) throws SQLException; in getLong() method
|
D | ResultSet.java | 316 long getLong(int columnIndex) throws SQLException; in getLong() method 602 long getLong(String columnLabel) throws SQLException; in getLong() method
|
/libcore/json/src/main/java/org/json/ |
D | JSONArray.java | 428 public long getLong(int index) throws JSONException { in getLong() method in JSONArray
|
D | JSONObject.java | 513 public long getLong(String name) throws JSONException { in getLong() method in JSONObject
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldPreferencesTest.java | 1023 public long getLong(String key, long deflt) { in getLong() method in OldPreferencesTest.MockPreferences
|