/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | SharedPrefUtil.java | 64 eabPref.putLong(CONTACT_CHANGED_PREF_KEY, time).commit(); in saveLastContactChangedTimestamp() 78 eabPref.putLong(CONTACT_PROFILE_CHANGED_PREF_KEY, time).commit(); in saveLastProfileContactChangedTimestamp() 92 eabPref.putLong(CONTACT_DELETE_PREF_KEY, time).commit(); in saveLastContactDeletedTimestamp() 100 eabPref.putLong(CONTACT_CHANGED_PREF_KEY, 0); in validateDeviceTimestamp() 101 eabPref.putLong(CONTACT_DELETE_PREF_KEY, 0); in validateDeviceTimestamp() 102 eabPref.putLong(CONTACT_PROFILE_CHANGED_PREF_KEY, 0); in validateDeviceTimestamp() 113 eabPref.putLong(CONTACT_CHANGED_PREF_KEY, 0); in resetEABSharedPref() 114 eabPref.putLong(CONTACT_DELETE_PREF_KEY, 0); in resetEABSharedPref() 115 eabPref.putLong(CONTACT_PROFILE_CHANGED_PREF_KEY, 0); in resetEABSharedPref()
|
D | PresencePreferences.java | 76 editor.putLong(CAPABILITY_DISCOVERY_TIME, time); in updateCapabilityDiscoveryTime()
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
D | ValidationTestUtilTest.java | 64 expected.putLong(-1); in testCorrectMessageParsing() 75 expected.putLong(-0x800); in testCorrectMessageParsing() 110 expected.putLong(9); in testCorrectMessageParsing() 120 expected.putLong(2); in testCorrectMessageParsing()
|
/external/guava/guava/src/com/google/common/hash/ |
D | AbstractStreamingHashFunction.java | 53 return newHasher().putLong(input).hash(); in hashLong() 136 bb.putLong(0); in processRemaining() 215 public final Hasher putLong(long l) { in putLong() method in AbstractStreamingHashFunction.AbstractStreamingHasher 216 buffer.putLong(l); in putLong()
|
D | AbstractByteHasher.java | 106 public Hasher putLong(long l) { in putLong() method in AbstractByteHasher 107 scratch.putLong(l); in putLong()
|
D | AbstractCompositeHashFunction.java | 90 @Override public Hasher putLong(long l) { in newHasher() method 92 hasher.putLong(l); in newHasher()
|
D | AbstractNonStreamingHashFunction.java | 66 return newHasher(8).putLong(input).hash(); in hashLong() 123 public Hasher putLong(long l) { in putLong() method in AbstractNonStreamingHashFunction.BufferingHasher
|
D | Murmur3_128HashFunction.java | 174 .putLong(h1) in makeHash() 175 .putLong(h2) in makeHash()
|
D | PrimitiveSink.java | 71 PrimitiveSink putLong(long l); in putLong() method
|
D | AbstractHasher.java | 32 return putLong(Double.doubleToRawLongBits(d)); in putDouble()
|
D | Hasher.java | 59 @Override Hasher putLong(long l); in putLong() method
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiAwareManagerFacade.java | 532 mResults.putLong("latencyMs", System.currentTimeMillis() - mCreateTimestampMs); in onAttached() 533 mResults.putLong("timestampMs", System.currentTimeMillis()); in onAttached() 541 mResults.putLong("latencyMs", System.currentTimeMillis() - mCreateTimestampMs); in onAttachFailed() 558 mResults.putLong("timestampMs", System.currentTimeMillis()); in onIdentityChanged() 581 mResults.putLong("latencyMs", System.currentTimeMillis() - mCreateTimestampMs); in onPublishStarted() 582 mResults.putLong("timestampMs", System.currentTimeMillis()); in onPublishStarted() 594 mResults.putLong("latencyMs", System.currentTimeMillis() - mCreateTimestampMs); in onSubscribeStarted() 595 mResults.putLong("timestampMs", System.currentTimeMillis()); in onSubscribeStarted() 629 mResults.putLong("timestampMs", System.currentTimeMillis()); in onServiceDiscovered() 641 mResults.putLong("latencyMs", in onMessageSendSucceeded() [all …]
|
D | WifiRttManagerFacade.java | 87 rttResult.putLong("rtt", result.rtt); in packRttResult() 88 rttResult.putLong("rttStandardDeviation", in packRttResult() 90 rttResult.putLong("rttSpread", result.rttSpread); in packRttResult() 91 rttResult.putLong("ts", result.ts); in packRttResult()
|
D | WifiScannerFacade.java | 107 mResults.putLong("ScanElapsedRealtime", startScanElapsedRealTime); in onSuccess() 126 mResults.putLong("ResultElapsedRealtime", SystemClock.elapsedRealtime()); in reportResult() 216 mScanData.putLong("ResultElapsedRealtime", SystemClock.elapsedRealtime()); in onResults()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | PreferencesFacade.java | 80 e.putLong(key, (Long) value); in prefPutValue() 82 e.putLong(key, (Integer) value); in prefPutValue()
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/ |
D | IndexHash.java | 40 buf.putLong(unpaddedSize); in add() 41 buf.putLong(uncompressedSize); in add()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.java | 67 …hs64Fnv1(long testhashs64_fnv1) { int o = __offset(40); if (o != 0) { bb.putLong(o + bb_pos, testh… in mutateTesthashs64Fnv1() 69 …hu64Fnv1(long testhashu64_fnv1) { int o = __offset(42); if (o != 0) { bb.putLong(o + bb_pos, testh… in mutateTesthashu64Fnv1() 75 …64Fnv1a(long testhashs64_fnv1a) { int o = __offset(48); if (o != 0) { bb.putLong(o + bb_pos, testh… in mutateTesthashs64Fnv1a() 77 …64Fnv1a(long testhashu64_fnv1a) { int o = __offset(50); if (o != 0) { bb.putLong(o + bb_pos, testh… in mutateTesthashu64Fnv1a()
|
D | Stat.java | 20 …public boolean mutateVal(long val) { int o = __offset(6); if (o != 0) { bb.putLong(o + bb_pos, val… in mutateVal()
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlatBufferBuilder.java | 223 public void putLong (long x) { bb.putLong (space -= Constants.SIZEOF_LONG, x); } in putLong() method in FlatBufferBuilder 275 public void addLong (long x) { prep(Constants.SIZEOF_LONG, 0); putLong (x); } in addLong()
|
/external/glide/library/src/main/java/com/bumptech/glide/signature/ |
D | MediaStoreSignature.java | 71 .putLong(dateModified) in updateDiskCacheKey()
|
/external/flatbuffers/tests/ |
D | phpTest.php | 433 $uut->putLong(0, 0x010203040A0B0C0D); 447 $uut->putLong(2, 0x010203040A0B0C0D); 454 $uut->putLong(0, 0x010203040A0B0C0D); 462 $uut->putLong(2, 0x010203040A0B0C0D);
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/ |
D | BluetoothMediaPlayback.java | 344 newMetaData.putLong(MediaMetadata.METADATA_KEY_DURATION, Long.parseLong( in retrieveMetaData() 346 newMetaData.putLong(MediaMetadata.METADATA_KEY_NUM_TRACKS, Long.parseLong( in retrieveMetaData()
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | Murmur3Hash128Test.java | 64 bb.putLong(x); in toHashCode()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | IsoTypeWriter.java | 23 bb.putLong(u); in writeUInt64()
|
/external/flatbuffers/php/ |
D | FlatbufferBuilder.php | 245 public function putLong($x) function in Google\\FlatBuffers\\FlatbufferBuilder 251 $this->bb->putLong($this->space -= 8, $x); 360 $this->putLong($x);
|