/libcore/ojluni/annotations/mmodule/java/nio/ |
D | DirectByteBuffer.annotated.java | 71 public final char getChar() { throw new RuntimeException("Stub!"); } in getChar() method in DirectByteBuffer 73 public final char getChar(int i) { throw new RuntimeException("Stub!"); } in getChar() method in DirectByteBuffer
|
D | ByteBuffer.annotated.java | 92 public abstract char getChar(); in getChar() method in ByteBuffer 96 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
/libcore/ojluni/annotations/sdk/nullability/java/nio/ |
D | ByteBuffer.annotated.java | 103 public abstract char getChar(); in getChar() method in ByteBuffer 107 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
/libcore/ojluni/src/main/java/java/io/ |
D | Bits.java | 43 static char getChar(byte[] b, int off) { in getChar() method in Bits
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
D | Field.annotated.java | 64 public native char getChar(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalAcc… in getChar() method in Field
|
D | Array.annotated.java | 48 public static char getChar(@libcore.util.NonNull java.lang.Object array, int index) throws java.lan… in getChar() method in Array
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | NativeObject.java | 229 final char getChar(int offset) { in getChar() method in NativeObject
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Field.java | 100 public native char getChar(java.lang.Object obj) in getChar() method in Field
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Field.java | 426 public native char getChar(Object obj) in getChar() method in Field
|
D | Array.java | 280 public static char getChar(Object array, int index) in getChar() method in Array
|
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 196 public char getChar() { in getChar() method in HeapByteBuffer 201 public char getChar(int i) { in getChar() method in HeapByteBuffer
|
D | ByteBuffer.java | 1091 public abstract char getChar(); in getChar() method in ByteBuffer 1131 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
D | Bits.java | 88 static char getChar(ByteBuffer bb, int bi, boolean bigEndian) { in getChar() method in Bits 92 static char getChar(long a, boolean bigEndian) { in getChar() method in Bits
|
D | DirectByteBuffer.java | 347 public final char getChar() { in getChar() method in DirectByteBuffer 361 public final char getChar(int i) { in getChar() method in DirectByteBuffer
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 325 public native char getChar(Object obj, long offset); in getChar() method in Unsafe 401 public native char getChar(long address); in getChar() method in Unsafe
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | Unsafe.java | 140 public native char getChar(java.lang.Object obj, long offset); in getChar() method in Unsafe 204 public native char getChar(long address); in getChar() method in Unsafe
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | ByteBuffer.java | 149 public abstract char getChar(); in getChar() method in ByteBuffer 153 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
D | DirectByteBuffer.java | 163 public final char getChar() { in getChar() method in DirectByteBuffer 167 public final char getChar(int i) { in getChar() method in DirectByteBuffer
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 138 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in getChar() method in MethodHandleAccessorsTest 156 static void getChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in getChar() method in MethodHandleAccessorsTest
|