Home
last modified time | relevance | path

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

12

/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java73 public native int getInt(long address); in getInt() method in Unsafe
76 public native int getInt(Object obj, long offset); in getInt() method in Unsafe
/libcore/ojluni/annotations/mmodule/java/nio/
DDirectByteBuffer.annotated.java91 public int getInt() { throw new RuntimeException("Stub!"); } in getInt() method in DirectByteBuffer
93 public int getInt(int i) { throw new RuntimeException("Stub!"); } in getInt() method in DirectByteBuffer
DByteBuffer.annotated.java112 public abstract int getInt(); in getInt() method in ByteBuffer
116 public abstract int getInt(int index); in getInt() method in ByteBuffer
/libcore/ojluni/annotations/sdk/nullability/java/nio/
DByteBuffer.annotated.java123 public abstract int getInt(); in getInt() method in ByteBuffer
127 public abstract int getInt(int index); in getInt() method in ByteBuffer
/libcore/ojluni/src/main/java/java/io/
DBits.java53 static int getInt(byte[] b, int off) { in getInt() method in Bits
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java68 public native int getInt(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalAcces… in getInt() method in Field
DArray.annotated.java52 public static int getInt(@libcore.util.NonNull java.lang.Object array, int index) throws java.lang.… in getInt() method in Array
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java256 final int getInt(int offset) { in getInt() method in NativeObject
/libcore/ojluni/annotations/hiddenapi/java/nio/
DDirectByteBuffer.java247 private int getInt(long a) { in getInt() method in DirectByteBuffer
251 public int getInt() { in getInt() method in DirectByteBuffer
255 public int getInt(int i) { in getInt() method in DirectByteBuffer
DByteBuffer.java185 public abstract int getInt(); in getInt() method in ByteBuffer
189 public abstract int getInt(int index); in getInt() method in ByteBuffer
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java106 public native int getInt(java.lang.Object obj) in getInt() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java486 public native int getInt(Object obj) in getInt() method in Field
DArray.java332 public static int getInt(Object array, int index) 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.java553 private int getInt(long a) { in getInt() method in DirectByteBuffer
558 public int getInt() { in getInt() method in DirectByteBuffer
566 public int getInt(int i) { in getInt() method in DirectByteBuffer
DByteBuffer.java1309 public abstract int getInt(); in getInt() method in ByteBuffer
1349 public abstract int getInt(int index); in getInt() method in ByteBuffer
DBits.java243 static int getInt(ByteBuffer bb, int bi, boolean bigEndian) { in getInt() method in Bits
247 static int getInt(long a, boolean bigEndian) { in getInt() method in Bits
/libcore/ojluni/src/main/java/java/util/prefs/
DAbstractPreferences.java392 public int getInt(String key, int def) { in getInt() method in AbstractPreferences
DPreferences.java654 public abstract int getInt(String key, int def); in getInt() method in Preferences
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java244 public native int getInt(Object obj, long offset); in getInt() method in Unsafe
407 public native int getInt(long address); in getInt() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java100 public native int getInt(java.lang.Object obj, long offset); in getInt() method in Unsafe
210 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
1422 int getInt(String parameterName) throws SQLException; in getInt() method
/libcore/json/src/main/java/org/json/
DJSONArray.java396 public int getInt(int index) throws JSONException { in getInt() method in JSONArray
DJSONObject.java488 public int getInt(@NonNull String name) throws JSONException { in getInt() method in JSONObject

12