Home
last modified time | relevance | path

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

12

/libcore/ojluni/annotations/mmodule/java/nio/
DDirectByteBuffer.annotated.java120 public int getInt() { throw new RuntimeException("Stub!"); } in getInt() method in DirectByteBuffer
123 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/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/nio/
DByteBuffer.annotated.java125 public abstract int getInt(); in getInt() method in ByteBuffer
129 public abstract int getInt(int index); in getInt() method in ByteBuffer
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java256 final int getInt(int offset) { in getInt() method in NativeObject
/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/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.java333 public static int getInt(Object array, int index) in getInt() method in Array
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java82 public native int getInt(java.lang.Object obj, long offset); in getInt() method in Unsafe
203 public native int getInt(long address); in getInt() method in Unsafe
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java331 public int getInt() { in getInt() method in HeapByteBuffer
336 public int getInt(int i) { in getInt() method in HeapByteBuffer
DDirectByteBuffer.java565 private int getInt(long a) { in getInt() method in DirectByteBuffer
570 public int getInt() { in getInt() method in DirectByteBuffer
578 public int getInt(int i) { in getInt() method in DirectByteBuffer
DByteBuffer.java1455 public abstract int getInt(); in getInt() method in ByteBuffer
1495 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/
DPreferences.java654 public abstract int getInt(String key, int def); in getInt() method in Preferences
DAbstractPreferences.java392 public int getInt(String key, int def) { in getInt() method in AbstractPreferences
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java245 public native int getInt(Object obj, long offset); in getInt() method in Unsafe
586 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.java486 public int getInt(@NonNull String name) throws JSONException { in getInt() method in JSONObject

12