Searched defs:getByte (Results 1 - 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DNativeObject.java175 final byte getByte(int offset) { method in class:NativeObject
176 return unsafe.getByte(offset + address);
378 byte b = unsafe.getByte(a);
/libcore/ojluni/src/main/java/java/lang/reflect/
H A DArray.java254 // Android-changed: Non-native implementation of getByte(Object, int)
255 public static byte getByte(Object array, int index) method in class:Array
H A DField.java391 public native byte getByte(Object obj) method in class:Field
/libcore/ojluni/src/main/java/sun/security/util/
H A DDerInputStream.java593 int getByte() throws IOException { method in class:DerInputStream
/libcore/ojluni/src/main/java/java/sql/
H A DCallableStatement.java205 byte getByte(int parameterIndex) throws SQLException; method in interface:CallableStatement
827 * @see #getByte
1388 byte getByte(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java274 byte getByte(int columnIndex) throws SQLException; method in interface:ResultSet
562 byte getByte(String columnLabel) throws SQLException; method in interface:ResultSet
/libcore/ojluni/src/main/java/sun/misc/
H A DUnsafe.java319 public native byte getByte(Object obj, long offset); method in class:Unsafe
400 public native byte getByte(long address); method in class:Unsafe
/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandleAccessorsTest.java95 static void getByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure) method in class:MethodHandleAccessorsTest
113 static void getByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable { method in class:MethodHandleAccessorsTest
114 getByte(m, null, value, expectFailure);
460 getByte(methodHandle, valueHolder, byteValue,
462 getByte(methodHandle, byteValue,

Completed in 394 milliseconds