Home
last modified time | relevance | path

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

/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/src/main/java/sun/nio/ch/
DNativeObject.java216 final void putShort(int offset, short value) { in putShort() method in NativeObject
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java256 public ByteBuffer putShort(short x) { in putShort() method in HeapByteBuffer
264 public ByteBuffer putShort(int i, short x) { in putShort() method in HeapByteBuffer
DDirectByteBuffer.java426 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
DByteBuffer.java1057 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
DBits.java202 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/
DUnsafe.java300 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