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.java215 public static Long getLong(String string) { in getLong() method in Long
244 public static Long getLong(String string, long defaultValue) { in getLong() method in Long
273 public static Long getLong(String string, Long defaultValue) { in getLong() method in Long
/libcore/luni/src/main/java/java/nio/
DHeapByteBuffer.java174 public final long getLong() { in getLong() method in HeapByteBuffer
185 public final long getLong(int index) { in getLong() method in HeapByteBuffer
DDirectByteBuffer.java166 public final long getLong() { in getLong() method in DirectByteBuffer
177 public final long getLong(int index) { in getLong() method in DirectByteBuffer
DMappedByteBufferAdapter.java202 public long getLong() { in getLong() method in MappedByteBufferAdapter
210 public long getLong(int index) { in getLong() method in MappedByteBufferAdapter
DByteBuffer.java550 public abstract long getLong(); in getLong() method in ByteBuffer
566 public abstract long getLong(int index); in getLong() method in ByteBuffer
/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
DField.java467 public long getLong(Object object) throws IllegalAccessException, IllegalArgumentException { in getLong() method in Field
/libcore/luni/src/main/java/sun/misc/
DUnsafe.java264 public native long getLong(Object obj, long offset); in getLong() method in Unsafe
/libcore/luni/src/main/java/java/util/prefs/
DPreferences.java415 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/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/libcore/java/util/prefs/
DOldPreferencesTest.java1009 public long getLong(String key, long deflt) { in getLong() method in OldPreferencesTest.MockPreferences