Home
last modified time | relevance | path

Searched defs:getInt (Results 1 – 18 of 18) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DBits.java53 static int getInt(byte[] b, int off) { in getInt() method in Bits
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java256 final int getInt(int offset) { in getInt() method in NativeObject
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java459 public native int getInt(Object obj) in getInt() method in Field
DArray.java316 …public static int getInt(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOf… in getInt() method in Array
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java318 public int getInt() { in getInt() method in HeapByteBuffer
323 public int getInt(int i) { in getInt() method in HeapByteBuffer
DDirectByteBuffer.java533 private int getInt(long a) { in getInt() method in DirectByteBuffer
538 public int getInt() { in getInt() method in DirectByteBuffer
546 public int getInt(int i) { in getInt() method in DirectByteBuffer
DByteBuffer.java1136 public abstract int getInt(); in getInt() method in ByteBuffer
1166 public abstract int getInt(int index); in getInt() method in ByteBuffer
DBits.java254 static int getInt(ByteBuffer bb, int bi, boolean bigEndian) { in getInt() method in Bits
258 static int getInt(long a, boolean bigEndian) { in getInt() method in Bits
/libcore/ojluni/src/main/java/java/util/prefs/
DPreferences.java564 public abstract int getInt(String key, int def); in getInt() method in Preferences
DAbstractPreferences.java385 public int getInt(String key, int def) { in getInt() method in AbstractPreferences
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java242 public native int getInt(Object obj, long offset); in getInt() method in Unsafe
418 public native int getInt(long address); in getInt() method in Unsafe
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DPreferencesTest.java306 public int getInt(String key, int deflt) { in getInt() method in PreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/java/sql/
DCallableStatement.java235 int getInt(int parameterIndex) throws SQLException; in getInt() method
1421 int getInt(String parameterName) throws SQLException; in getInt() method
DResultSet.java302 int getInt(int columnIndex) throws SQLException; in getInt() method
590 int getInt(String columnLabel) throws SQLException; in getInt() method
/libcore/json/src/main/java/org/json/
DJSONArray.java394 public int getInt(int index) throws JSONException { in getInt() method in JSONArray
DJSONObject.java480 public int getInt(String name) throws JSONException { in getInt() method in JSONObject
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java1018 public int getInt(String key, int deflt) { in getInt() method in OldPreferencesTest.MockPreferences
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java219 static void getInt(MethodHandle m, ValueHolder v, int value, boolean expectFailure) in getInt() method in MethodHandleAccessorsTest
232 static void getInt(MethodHandle m, int value, boolean expectFailure) throws Throwable { in getInt() method in MethodHandleAccessorsTest