/libcore/luni/src/main/java/java/lang/ |
D | Long.java | 216 public static Long getLong(String string) { in getLong() method in Long 245 public static Long getLong(String string, long defaultValue) { in getLong() method in Long 274 public static Long getLong(String string, Long defaultValue) { in getLong() method in Long
|
/libcore/luni/src/main/java/java/nio/ |
D | ByteBuffer.java | 542 public abstract long getLong(); in getLong() method in ByteBuffer 558 public abstract long getLong(int index); in getLong() method in ByteBuffer
|
D | DirectByteBuffer.java | 243 @Override public final long getLong() { in getLong() method in DirectByteBuffer 254 @Override public final long getLong(int index) { in getLong() method in DirectByteBuffer
|
D | ByteArrayBuffer.java | 208 @Override public final long getLong() { in getLong() method in ByteArrayBuffer 218 @Override public final long getLong(int index) { in getLong() method in ByteArrayBuffer
|
/libcore/libart/src/main/java/java/lang/reflect/ |
D | Field.java | 489 public long getLong(Object object) throws IllegalAccessException, IllegalArgumentException { in getLong() method in Field 493 private native long getLong(Object object, boolean accessible) in getLong() method in Field
|
/libcore/luni/src/main/java/java/lang/reflect/ |
D | Array.java | 278 …public static long getLong(Object array, int index) throws IllegalArgumentException, ArrayIndexOut… in getLong() method in Array
|
/libcore/libart/src/main/java/sun/misc/ |
D | Unsafe.java | 240 public native long getLong(Object obj, long offset); in getLong() method in Unsafe
|
/libcore/luni/src/main/java/java/util/prefs/ |
D | Preferences.java | 424 public abstract long getLong(String key, long deflt); in getLong() method in Preferences
|
D | AbstractPreferences.java | 494 public long getLong(String key, long deflt) { in getLong() method in AbstractPreferences
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
D | PreferencesTest.java | 309 public long getLong(String key, long deflt) { in getLong() method in PreferencesTest.MockPreferences
|
/libcore/luni/src/main/java/java/sql/ |
D | CallableStatement.java | 436 public long getLong(int parameterIndex) throws SQLException; in getLong() method 449 public long getLong(String parameterName) throws SQLException; in getLong() method
|
D | ResultSet.java | 716 public long getLong(int columnIndex) throws SQLException; in getLong() method 729 public long getLong(String columnName) 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
|