Home
last modified time | relevance | path

Searched defs:getByte (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java175 final byte getByte(int offset) { in getByte() method in NativeObject
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DArray.annotated.java46 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/
DField.java97 public native byte getByte(java.lang.Object obj) in getByte() method in Field
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerInputStream.java191 int getByte() throws java.io.IOException { in getByte() method in DerInputStream
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java396 public native byte getByte(Object obj) in getByte() method in Field
DArray.java255 public static byte getByte(Object array, int index) in getByte() method in Array
/libcore/ojluni/src/main/java/sun/security/util/
DDerInputStream.java593 int getByte() throws IOException { in getByte() method in DerInputStream
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java134 public native byte getByte(java.lang.Object obj, long offset); in getByte() method in Unsafe
192 public native byte getByte(long address); in getByte() method in Unsafe
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java355 public native byte getByte(Object obj, long offset); in getByte() method in Unsafe
531 public native byte getByte(long address); in getByte() method in Unsafe
/libcore/ojluni/src/main/java/java/sql/
DCallableStatement.java205 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/
DMethodHandleAccessorsTest.java95 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