/libcore/ojluni/annotations/mmodule/sun/misc/ |
D | Unsafe.annotated.java | 53 public native byte getByte(java.lang.Object obj, long offset); in getByte() method in Unsafe 56 public native byte getByte(long address); in getByte() method in Unsafe
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | NativeObject.java | 175 final byte getByte(int offset) { in getByte() method in NativeObject
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
D | Field.annotated.java | 62 public native byte getByte(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalAcc… in getByte() method in Field
|
D | Array.annotated.java | 46 public static byte getByte(@libcore.util.NonNull java.lang.Object array, int index) throws java.lan… in getByte() method in Array
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Field.java | 97 public native byte getByte(java.lang.Object obj) in getByte() method in Field
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | DerInputStream.java | 191 int getByte() throws java.io.IOException { in getByte() method in DerInputStream
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Field.java | 391 public native byte getByte(Object obj) in getByte() method in Field
|
D | Array.java | 255 public static byte getByte(Object array, int index) in getByte() method in Array
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | DerInputStream.java | 593 int getByte() throws IOException { in getByte() method in DerInputStream
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | Unsafe.java | 133 public native byte getByte(java.lang.Object obj, long offset); in getByte() method in Unsafe 191 public native byte getByte(long address); in getByte() method in Unsafe
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 321 public native byte getByte(Object obj, long offset); in getByte() method in Unsafe 389 public native byte getByte(long address); in getByte() method in Unsafe
|
/libcore/ojluni/src/main/java/java/sql/ |
D | CallableStatement.java | 205 byte getByte(int parameterIndex) throws SQLException; in getByte() method 1389 byte getByte(String parameterName) throws SQLException; in getByte() method
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 95 static void getByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure) in getByte() method in MethodHandleAccessorsTest 113 static void getByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable { in getByte() method in MethodHandleAccessorsTest
|