/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
DateSerializer.java | 53 buffer.putLong(((Date)object).getTime());
|
LongSerializer.java | 52 buffer.putLong((Long)object);
|
/external/guava/guava/src/com/google/common/hash/ |
Sink.java | 71 Sink putLong(long l);
|
Hasher.java | 23 * translate all multibyte values ({@link #putInt(int)}, {@link #putLong(long)}, etc) to bytes 36 @Override Hasher putLong(long l); 42 * Equivalent to {@code putLong(Double.doubleToRawLongBits(d))}.
|
AbstractCompositeHashFunction.java | 71 @Override public Hasher putLong(long l) { 73 hasher.putLong(l);
|
AbstractNonStreamingHashFunction.java | 80 public Hasher putLong(long l) {
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
ComboPreferences.java | 186 public Editor putLong(String key, long value) { 188 mEditorGlobal.putLong(key, value); 190 mEditorLocal.putLong(key, value);
|
/frameworks/base/core/java/android/content/ |
SharedPreferences.java | 118 Editor putLong(String key, long value);
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
GroupDeletionDialogFragment.java | 41 args.putLong(ARG_GROUP_ID, groupId);
|
/frameworks/base/core/java/android/os/ |
PerformanceCollector.java | 393 iteration.putLong(METRIC_KEY_EXECUTION_TIME, mExecTime); 394 iteration.putLong(METRIC_KEY_CPU_TIME, mCpuTime); 461 mPerfSnapshot.putLong("pre_" + key, binderCounts.getLong(key)); 504 mPerfSnapshot.putLong(key, binderCounts.getLong(key)); 510 mPerfSnapshot.putLong(key, allocCounts.getLong(key)); 513 mPerfSnapshot.putLong(METRIC_KEY_EXECUTION_TIME, mSnapshotExecTime); 514 mPerfSnapshot.putLong(METRIC_KEY_CPU_TIME, mSnapshotCpuTime); 516 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_SIZE, nativeMax); 517 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_ALLOCATED, nativeAllocated); 518 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_FREE, nativeFree) [all...] |
/packages/apps/Camera/src/com/android/camera/ |
ComboPreferences.java | 86 mPrefGlobal.edit().putLong(key, (Long) v).apply(); 269 public Editor putLong(String key, long value) { 271 mEditorGlobal.putLong(key, value); 273 mEditorLocal.putLong(key, value);
|
/packages/apps/Camera2/src/com/android/camera/ |
ComboPreferences.java | 89 mPrefGlobal.edit().putLong(key, (Long) v).apply(); 271 public Editor putLong(String key, long value) { 273 mEditorGlobal.putLong(key, value); 275 mEditorLocal.putLong(key, value);
|
/cts/tests/tests/provider/src/android/provider/cts/ |
Settings_SecureTest.java | 115 Secure.putLong(cr, NO_SUCH_SETTING, -1);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
TextureBlenderDDS.java | 53 newData.putLong(dataIndex, data.getLong());// just copy the
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSettings.java | 64 public static boolean putLong(ContentResolver cr, String name, long value) {
|
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/ |
RequestSync.java | 131 mExtras.putLong(key, Long.valueOf(value));
|
/frameworks/base/core/tests/coretests/src/android/database/ |
CursorWindowTest.java | 86 assertTrue(window.putLong(int1, 0, 1));
|
/frameworks/base/core/tests/utillib/src/android/test/ |
BandwidthTestCase.java | 149 bundle.putLong(REPORT_KEY_BYTES_RECEIVED, entry.rxBytes); 150 bundle.putLong(REPORT_KEY_BYTES_SENT, entry.txBytes); 151 bundle.putLong(REPORT_KEY_PACKETS_RECEIVED, entry.rxPackets); 152 bundle.putLong(REPORT_KEY_PACKETS_SENT, entry.txPackets); 153 bundle.putLong(REPORT_KEY_OPERATIONS, entry.operations);
|
/frameworks/base/services/java/com/android/server/am/ |
CoreSettingsObserver.java | 103 snapshot.putLong(setting, value);
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaSessionStatus.java | 207 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp);
|
/libcore/libart/src/main/java/sun/misc/ |
Unsafe.java | 263 public native void putLong(Object obj, long offset, long newValue);
|
/libcore/libdvm/src/main/java/sun/misc/ |
Unsafe.java | 275 public native void putLong(Object obj, long offset, long newValue);
|
/libcore/luni/src/main/java/java/nio/ |
ByteBufferAsLongBuffer.java | 145 byteBuffer.putLong(position++ * SizeOf.LONG, c); 152 byteBuffer.putLong(index * SizeOf.LONG, c);
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
FakeSharedPreferences.java | 126 public Editor putLong(String key, long value) {
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactListFragment.java | 171 outState.putLong(KEY_TARGET_CONTACT_ID, mTargetContactId);
|