Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DLong.java216 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/
DByteBuffer.java542 public abstract long getLong(); in getLong() method in ByteBuffer
558 public abstract long getLong(int index); in getLong() method in ByteBuffer
DDirectByteBuffer.java243 @Override public final long getLong() { in getLong() method in DirectByteBuffer
254 @Override public final long getLong(int index) { in getLong() method in DirectByteBuffer
DByteArrayBuffer.java208 @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/
DField.java489 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/
DArray.java278 …public static long getLong(Object array, int index) throws IllegalArgumentException, ArrayIndexOut… in getLong() method in Array
/libcore/libart/src/main/java/sun/misc/
DUnsafe.java240 public native long getLong(Object obj, long offset); in getLong() method in Unsafe
/libcore/luni/src/main/java/java/util/prefs/
DPreferences.java424 public abstract long getLong(String key, long deflt); in getLong() method in Preferences
DAbstractPreferences.java494 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/
DPreferencesTest.java309 public long getLong(String key, long deflt) { in getLong() method in PreferencesTest.MockPreferences
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java436 public long getLong(int parameterIndex) throws SQLException; in getLong() method
449 public long getLong(String parameterName) throws SQLException; in getLong() method
DResultSet.java716 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/
DJSONArray.java428 public long getLong(int index) throws JSONException { in getLong() method in JSONArray
DJSONObject.java513 public long getLong(String name) throws JSONException { in getLong() method in JSONObject
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java1023 public long getLong(String key, long deflt) { in getLong() method in OldPreferencesTest.MockPreferences