Searched defs:putShort (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/io/ |
D | Bits.java | 93 static void putShort(byte[] b, int off, short val) { in putShort() method in Bits
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | NativeObject.java | 216 final void putShort(int offset, short value) { in putShort() method in NativeObject
|
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 256 public ByteBuffer putShort(short x) { in putShort() method in HeapByteBuffer 264 public ByteBuffer putShort(int i, short x) { in putShort() method in HeapByteBuffer
|
D | DirectByteBuffer.java | 426 private ByteBuffer putShort(long a, short x) { in putShort() method in DirectByteBuffer 431 public ByteBuffer putShort(short x) { in putShort() method in DirectByteBuffer 442 public ByteBuffer putShort(int i, short x) { in putShort() method in DirectByteBuffer
|
D | ByteBuffer.java | 1057 public abstract ByteBuffer putShort(short value); in putShort() method in ByteBuffer 1096 public abstract ByteBuffer putShort(int index, short value); in putShort() method in ByteBuffer
|
D | Bits.java | 202 static void putShort(ByteBuffer bb, int bi, short x, boolean bigEndian) { in putShort() method in Bits 209 static void putShort(long a, short x, boolean bigEndian) { in putShort() method in Bits
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 300 public native void putShort(Object obj, long offset, short newValue); in putShort() method in Unsafe 367 public native void putShort(long address, short x); in putShort() method in Unsafe
|