/libcore/ojluni/annotations/mmodule/sun/misc/ |
D | Unsafe.annotated.java | 73 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/ |
D | DirectByteBuffer.annotated.java | 91 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
|
D | ByteBuffer.annotated.java | 112 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/ |
D | ByteBuffer.annotated.java | 123 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/ |
D | Bits.java | 53 static int getInt(byte[] b, int off) { in getInt() method in Bits
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
D | Field.annotated.java | 68 public native int getInt(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalAcces… in getInt() method in Field
|
D | Array.annotated.java | 52 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/ |
D | NativeObject.java | 256 final int getInt(int offset) { in getInt() method in NativeObject
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | DirectByteBuffer.java | 247 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
|
D | ByteBuffer.java | 185 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/ |
D | Field.java | 106 public native int getInt(java.lang.Object obj) in getInt() method in Field
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Field.java | 486 public native int getInt(Object obj) in getInt() method in Field
|
D | Array.java | 332 public static int getInt(Object array, int index) in getInt() method in Array
|
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 318 public int getInt() { in getInt() method in HeapByteBuffer 323 public int getInt(int i) { in getInt() method in HeapByteBuffer
|
D | DirectByteBuffer.java | 553 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
|
D | ByteBuffer.java | 1309 public abstract int getInt(); in getInt() method in ByteBuffer 1349 public abstract int getInt(int index); in getInt() method in ByteBuffer
|
D | Bits.java | 243 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/ |
D | AbstractPreferences.java | 392 public int getInt(String key, int def) { in getInt() method in AbstractPreferences
|
D | Preferences.java | 654 public abstract int getInt(String key, int def); in getInt() method in Preferences
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 244 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/ |
D | Unsafe.java | 100 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/ |
D | PreferencesTest.java | 306 public int getInt(String key, int deflt) { in getInt() method in PreferencesTest.MockPreferences
|
/libcore/ojluni/src/main/java/java/sql/ |
D | CallableStatement.java | 235 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/ |
D | JSONArray.java | 396 public int getInt(int index) throws JSONException { in getInt() method in JSONArray
|
D | JSONObject.java | 488 public int getInt(@NonNull String name) throws JSONException { in getInt() method in JSONObject
|