/libcore/ojluni/src/main/java/java/io/ |
D | Bits.java | 109 static void putLong(byte[] b, int off, long val) { in putLong() method in Bits
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | NativeObject.java | 297 final void putLong(int offset, long value) { in putLong() method in NativeObject
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | AbstractPreferences.java | 412 public void putLong(String key, long value) { in putLong() method in AbstractPreferences
|
D | Preferences.java | 582 public abstract void putLong(String key, long value); in putLong() method in Preferences
|
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 361 public ByteBuffer putLong(long x) { in putLong() method in HeapByteBuffer 369 public ByteBuffer putLong(int i, long x) { in putLong() method in HeapByteBuffer
|
D | DirectByteBuffer.java | 589 private ByteBuffer putLong(long a, long x) { in putLong() method in DirectByteBuffer 594 public ByteBuffer putLong(long x) { in putLong() method in DirectByteBuffer 605 public ByteBuffer putLong(int i, long x) { in putLong() method in DirectByteBuffer
|
D | ByteBuffer.java | 1247 public abstract ByteBuffer putLong(long value); in putLong() method in ByteBuffer 1286 public abstract ByteBuffer putLong(int index, long value); in putLong() method in ByteBuffer
|
D | Bits.java | 463 static void putLong(ByteBuffer bb, int bi, long x, boolean bigEndian) { in putLong() method in Bits 470 static void putLong(long a, long x, boolean bigEndian) { in putLong() method in Bits
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 261 public native void putLong(Object obj, long offset, long newValue); in putLong() method in Unsafe 379 public native void putLong(long address, long x); in putLong() method in Unsafe
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
D | PreferencesTest.java | 376 public void putLong(String key, long value) { in putLong() method in PreferencesTest.MockPreferences
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldPreferencesTest.java | 1082 public void putLong(String key, long value) { in putLong() method in OldPreferencesTest.MockPreferences
|