Searched refs:putLong (Results 1 – 5 of 5) sorted by relevance
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
D | AbstractPreferencesTest.java | 740 pref.putLong(null, 3L); in testPutLong() 745 pref.putLong(longKey, 3L); in testPutLong() 747 pref.putLong(longKey + "a", 3L); in testPutLong() 752 pref.putLong("testPutLongKey", 3L); in testPutLong() 1271 p.putLong("key", 3l); in testBackingStoreException() 1395 p.putLong("key", 3l); in testRuntimeException() 1525 p.putLong("key", 3l); in testSPIReturnNull() 1649 pref.putLong("key", 3l); in testIllegalStateException() 1833 p.putLong(null, 3l); in testNullAndIllegalStateException()
|
D | PreferencesTest.java | 410 public void putLong(String key, long value) { in putLong() method in PreferencesTest.MockPreferences
|
/external/qemu/distrib/zlib-1.2.3/ |
D | gzio.c | 81 local void putLong OF((FILE *file, uLong x)); 920 local void putLong (file, x) in putLong() function 967 putLong (s->file, s->crc); 968 putLong (s->file, (uLong)(s->in & 0xffffffff));
|
/external/zlib/ |
D | gzio.c | 81 local void putLong OF((FILE *file, uLong x)); 920 local void putLong (file, x) in putLong() function 967 putLong (s->file, s->crc); 968 putLong (s->file, (uLong)(s->in & 0xffffffff));
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
D | ByteBufferTest.java | 1760 buf.putLong((long) 1); in testPutLong() 1777 buf.putLong(value); in testPutLong() 1785 buf.putLong(value); in testPutLong() 1797 buf.putLong(0, (long) 1); in testPutLongint() 1814 buf.putLong(i, value); in testPutLongint() 1821 buf.putLong(-1, value); in testPutLongint() 1827 buf.putLong(buf.limit() - nbytes + 1, value); in testPutLongint()
|