/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/nio/ |
H A D | DirectByteBuffer.annotated.java | 114 public final java.nio.ByteBuffer putShort(short x) { throw new RuntimeException("Stub!"); } in putShort() method in DirectByteBuffer 117 public final java.nio.ByteBuffer putShort(int i, short x) { throw new RuntimeException("Stub!"); } in putShort() method in DirectByteBuffer
|
H A D | ByteBuffer.annotated.java | 104 public abstract java.nio.ByteBuffer putShort(short value); in putShort() method in ByteBuffer 108 public abstract java.nio.ByteBuffer putShort(int index, short value); in putShort() method in ByteBuffer
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/ |
H A D | DirectByteBuffer.java | 230 private java.nio.ByteBuffer putShort(long a, short x) { in putShort() method in DirectByteBuffer 234 public final java.nio.ByteBuffer putShort(short x) { in putShort() method in DirectByteBuffer 238 public final java.nio.ByteBuffer putShort(int i, short x) { in putShort() method in DirectByteBuffer
|
H A D | ByteBuffer.java | 169 public abstract java.nio.ByteBuffer putShort(short value); in putShort() method in ByteBuffer 177 public abstract java.nio.ByteBuffer putShort(int index, short value); in putShort() method in ByteBuffer
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/ |
H A D | ByteBuffer.annotated.java | 141 public abstract java.nio.ByteBuffer putShort(short value); in putShort() method in ByteBuffer 145 public abstract java.nio.ByteBuffer putShort(int index, short value); in putShort() method in ByteBuffer
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/nio/ |
H A D | ByteBuffer.annotated.java | 131 @libcore.util.NonNull public abstract java.nio.ByteBuffer putShort(short value); in putShort() method in ByteBuffer 135 @libcore.util.NonNull public abstract java.nio.ByteBuffer putShort(int index, short value); in putShort() method in ByteBuffer
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/ |
H A D | DirectByteBuffer.java | 519 private ByteBuffer putShort(long a, short x) { in putShort() method in DirectByteBuffer 525 public final ByteBuffer putShort(short x) { in putShort() method in DirectByteBuffer 537 public final ByteBuffer putShort(int i, short x) { in putShort() method in DirectByteBuffer
|
H A D | HeapByteBuffer.java | 598 public ByteBuffer putShort(short x) { in putShort() method in HeapByteBuffer 612 public ByteBuffer putShort(int i, short x) { in putShort() method in HeapByteBuffer
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/misc/ |
H A D | Unsafe.annotated.java | 139 public native void putShort(java.lang.Object obj, long offset, short newValue); in putShort() method in Unsafe 193 public native void putShort(long address, short x); in putShort() method in Unsafe
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | Unsafe.java | 406 public native void putShort(Object obj, long offset, short newValue); in putShort() method in Unsafe 559 public native void putShort(long address, short x); in putShort() method in Unsafe
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
H A D | Unsafe.java | 149 public native void putShort(java.lang.Object obj, long offset, short newValue); in putShort() method in Unsafe 201 public native void putShort(long address, short x); in putShort() method in Unsafe
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
H A D | ZipShort.java | 102 public static void putShort(final int value, final byte[] buf, final int offset) { in putShort() method in ZipShort
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | PrimitiveSink.java | 77 PrimitiveSink putShort(short s); in putShort() method
|
H A D | AbstractHasher.java | 96 public Hasher putShort(short s) { in putShort() method in AbstractHasher
|
H A D | AbstractByteHasher.java | 108 public Hasher putShort(short s) { in putShort() method in AbstractByteHasher
|
H A D | Hasher.java | 77 Hasher putShort(short s); in putShort() method
|
H A D | AbstractStreamingHasher.java | 157 public final Hasher putShort(short s) { in putShort() method in AbstractStreamingHasher
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | PrimitiveSink.java | 77 PrimitiveSink putShort(short s); in putShort() method
|
H A D | AbstractHasher.java | 96 public Hasher putShort(short s) { in putShort() method in AbstractHasher
|
H A D | AbstractByteHasher.java | 108 public Hasher putShort(short s) { in putShort() method in AbstractByteHasher
|
H A D | Hasher.java | 77 Hasher putShort(short s); in putShort() method
|
H A D | AbstractStreamingHasher.java | 157 public final Hasher putShort(short s) { in putShort() method in AbstractStreamingHasher
|
H A D | AbstractCompositeHashFunction.java | 110 public Hasher putShort(short s) { in fromHashers() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 598 public ByteBuffer putShort(short x) { in putShort() method in HeapByteBuffer 612 public ByteBuffer putShort(int i, short x) { in putShort() method in HeapByteBuffer
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 598 public ByteBuffer putShort(short x) { in putShort() method in HeapByteBuffer 612 public ByteBuffer putShort(int i, short x) { in putShort() method in HeapByteBuffer
|