Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DLong.java844 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/
DBits.java64 static long getLong(byte[] b, int off) { in getLong() method in Bits
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java283 final long getLong(int offset) { in getLong() method in NativeObject
/libcore/ojluni/src/main/java/java/text/
DDigitList.java175 public final long getLong() { in getLong() method in DigitList
/libcore/ojluni/src/main/java/java/lang/reflect/
DArray.java341 …public static long getLong(Object array, int index) throws IllegalArgumentException, ArrayIndexOut… in getLong() method in Array
DField.java475 public native long getLong(Object object) in getLong() method in Field
/libcore/ojluni/src/main/java/java/util/prefs/
DAbstractPreferences.java438 public long getLong(String key, long def) { in getLong() method in AbstractPreferences
DPreferences.java614 public abstract long getLong(String key, long def); in getLong() method in Preferences
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java345 public long getLong() { in getLong() method in HeapByteBuffer
349 public long getLong(int i) { in getLong() method in HeapByteBuffer
DDirectByteBuffer.java562 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
DByteBuffer.java1231 public abstract long getLong(); in getLong() method in ByteBuffer
1261 public abstract long getLong(int index); in getLong() method in ByteBuffer
DBits.java379 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/ojluni/src/main/java/sun/misc/
DUnsafe.java252 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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DPreferencesTest.java311 public long getLong(String key, long deflt) { in getLong() method in PreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/java/sql/
DCallableStatement.java250 long getLong(int parameterIndex) throws SQLException; in getLong() method
1437 long getLong(String parameterName) throws SQLException; in getLong() method
DResultSet.java316 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/
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