/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 208 map.putLong("mMoveDelay", Long.valueOf(mMoveDelay)); 209 map.putLong("mScore", Long.valueOf(mScore));
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicLongFieldUpdater.java | 371 unsafe.putLong(obj, offset, update); 383 unsafe.putLong(obj, offset, newValue);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
resolv.h | 299 #define putlong __putlong macro 334 void putlong (u_int32_t, u_char *) __THROW;
|
/bionic/libc/private/ |
arpa_nameser_compat.h | 234 #define PUTLONG NS_PUT32
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentResolverSyncTestCase.java | 312 extras.putLong("Long", 10l);
|
/frameworks/base/core/jni/ |
android_database_SQLiteQuery.cpp | 123 status = window->putLong(addedRows, i, value);
|
/frameworks/base/libs/binder/ |
CursorWindow.cpp | 307 status_t CursorWindow::putLong(uint32_t row, uint32_t column, int64_t value) {
|
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 203 mBuffer.putLong(magic);
|
/packages/apps/Browser/src/com/android/browser/ |
GoogleAccountLogin.java | 100 ed.putLong(PREF_AUTOLOGIN_TIME, System.currentTimeMillis());
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactListFilter.java | 199 .putLong(KEY_GROUP_ID, filter == null ? -1 : filter.groupId)
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ClassZeroActivity.java | 150 outState.putLong(TIMER_FIRE, mTimerSet);
|
/packages/apps/Nfc/src/com/android/nfc/nxp/ |
NativeNfcManager.java | 105 prefs.edit().putLong(PREF_FIRMWARE_MODTIME, modtime).apply();
|
/external/dnsmasq/contrib/dns-loc/ |
dnsmasq2-loc-rfc1876.patch | 411 + PUTLONG(latit,bcp); 412 + PUTLONG(longit,bcp); 413 + PUTLONG(alt,bcp);
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
ByteBufferTest.java | [all...] |
/external/ppp/pppd/ |
lcp.c | 519 PUTLONG(lcp_gotoptions[f->unit].magicnumber, magp); 714 PUTLONG(val, ucp); \ 721 PUTLONG(val, ucp); \ [all...] |
ipxcp.c | 464 PUTLONG (magic_num, outp); 621 PUTLONG (go->our_network, ucp); 1057 PUTLONG (wo->our_network, p); 1067 PUTLONG (wo->our_network, p); [all...] |
/bionic/libc/netbsd/resolv/ |
res_debug.c | 963 PUTLONG(latit,bcp); 964 PUTLONG(longit,bcp); 965 PUTLONG(alt,bcp);
|
/frameworks/base/test-runner/src/android/test/ |
InstrumentationTestRunner.java | [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
PolicySerializationTestActivity.java | 380 editor.putLong(mPreferenceKey, getExpectedValue());
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
BackupTestActivity.java | 208 editor.putLong(LONG_PREF, random.nextLong());
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
GestureBuilderActivity.java | 164 outState.putLong(GESTURES_INFO_ID, mCurrentRenameGesture.gesture.getID());
|
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
PreferencesTest.java | 410 public void putLong(String key, long value) {
|
/external/qemu/distrib/zlib-1.2.3/ |
gzio.c | 81 local void putLong OF((FILE *file, uLong x)); 920 local void putLong (file, x) 967 putLong (s->file, s->crc); 968 putLong (s->file, (uLong)(s->in & 0xffffffff));
|
/external/zlib/ |
gzio.c | 81 local void putLong OF((FILE *file, uLong x)); 920 local void putLong (file, x) 967 putLong (s->file, s->crc); 968 putLong (s->file, (uLong)(s->in & 0xffffffff));
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/ |
WifiStressTest.java | 226 Settings.Secure.putLong(mRunner.getContext().getContentResolver(),
|