Home
last modified time | relevance | path

Searched defs:putShort (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/nio/
DDirectByteBuffer.annotated.java114 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
DByteBuffer.annotated.java104 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
/libcore/ojluni/src/main/java/java/io/
DBits.java93 static void putShort(byte[] b, int off, short val) { in putShort() method in Bits
/libcore/ojluni/annotations/flagged_api/java/nio/
DByteBuffer.annotated.java141 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
/libcore/ojluni/annotations/sdk/nullability/java/nio/
DByteBuffer.annotated.java131 @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
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java216 final void putShort(int offset, short value) { in putShort() method in NativeObject
/libcore/ojluni/annotations/hiddenapi/java/nio/
DDirectByteBuffer.java230 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
DByteBuffer.java169 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
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java139 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
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java406 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
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java149 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
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java577 public ByteBuffer putShort(short x) { in putShort() method in HeapByteBuffer
591 public ByteBuffer putShort(int i, short x) { in putShort() method in HeapByteBuffer
DDirectByteBuffer.java519 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
DBits.java194 static void putShort(ByteBuffer bb, int bi, short x, boolean bigEndian) { in putShort() method in Bits
201 static void putShort(long a, short x, boolean bigEndian) { in putShort() method in Bits
DByteBuffer.java2567 public abstract ByteBuffer putShort(short value); in putShort() method in ByteBuffer
2615 public abstract ByteBuffer putShort(int index, short value); in putShort() method in ByteBuffer
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java233 public native void putShort(Object o, long offset, short x); in putShort() method in Unsafe
401 public native void putShort(long address, short x); in putShort() method in Unsafe