Home
last modified time | relevance | path

Searched defs:getByte (Results 1 – 8 of 8) 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/src/main/java/java/lang/reflect/
DArray.java245 …public static byte getByte(Object array, int index) throws IllegalArgumentException, ArrayIndexOut… in getByte() method in Array
DField.java375 public native byte getByte(Object obj) in getByte() method in Field
/libcore/ojluni/src/main/java/sun/security/util/
DDerInputStream.java586 int getByte() throws IOException { in getByte() method in DerInputStream
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java319 public native byte getByte(Object obj, long offset); in getByte() method in Unsafe
400 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
1388 byte getByte(String parameterName) throws SQLException; in getByte() method
DResultSet.java274 byte getByte(int columnIndex) throws SQLException; in getByte() method
562 byte getByte(String columnLabel) 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