/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()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | ZipLong.java | 140 putLong(value, result, 0); in getBytes() 153 public static void putLong(final long value, final byte[] buf, int offset) { in putLong() method in ZipLong 157 public void putLong(final byte[] buf, final int offset) { in putLong() method in ZipLong 158 putLong(value, buf, offset); in putLong()
|
D | ZipArchiveOutputStream.java | 52 import static org.apache.commons.compress.archivers.zip.ZipLong.putLong; 1096 putLong(ze.getCrc(), buf, LFH_CRC_OFFSET); in createLocalFileHeader() 1100 putLong(ze.getCrc(), buf, LFH_CRC_OFFSET); in createLocalFileHeader() 1109 ZipLong.ZIP64_MAGIC.putLong(buf, LFH_COMPRESSED_SIZE_OFFSET); in createLocalFileHeader() 1110 ZipLong.ZIP64_MAGIC.putLong(buf, LFH_ORIGINAL_SIZE_OFFSET); in createLocalFileHeader() 1112 putLong(ze.getCompressedSize(), buf, LFH_COMPRESSED_SIZE_OFFSET); in createLocalFileHeader() 1113 putLong(ze.getSize(), buf, LFH_ORIGINAL_SIZE_OFFSET); in createLocalFileHeader() 1118 putLong(ze.getSize(), buf, LFH_COMPRESSED_SIZE_OFFSET); in createLocalFileHeader() 1119 putLong(ze.getSize(), buf, LFH_ORIGINAL_SIZE_OFFSET); in createLocalFileHeader() 1275 putLong(ze.getCrc(), buf, CFH_CRC_OFFSET); in createCentralFileHeader() [all …]
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
D | ValidationTestUtilTest.java | 74 expected.putLong(-1); in testCorrectMessageParsing() 85 expected.putLong(-0x800); in testCorrectMessageParsing() 120 expected.putLong(9); in testCorrectMessageParsing() 130 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/opencensus-java/contrib/spring_sleuth_v1x/src/main/java/io/opencensus/contrib/spring/sleuth/v1x/ |
D | OpenCensusSleuthSpan.java | 73 .putLong(span.getTraceIdHigh()) in fromSleuthSpan() 74 .putLong(span.getTraceId()) in fromSleuthSpan() 76 SpanId.fromBytes(ByteBuffer.allocate(SpanId.SIZE).putLong(span.getSpanId()).array()), in fromSleuthSpan()
|
/external/opencensus-java/contrib/appengine_standard_util/src/main/java/io/opencensus/contrib/appengine/standard/util/ |
D | AppEngineCloudTraceContextUtils.java | 61 traceIdBuf.putLong(traceIdProto.getHi()); in fromCloudTraceContext() 62 traceIdBuf.putLong(traceIdProto.getLo()); in fromCloudTraceContext() 64 spanIdBuf.putLong(cloudTraceContext.getSpanId()); in fromCloudTraceContext()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiAwareManagerFacade.java | 697 mResults.putLong("latencyMs", System.currentTimeMillis() - mCreateTimestampMs); in onAttached() 698 mResults.putLong("timestampMs", System.currentTimeMillis()); in onAttached() 710 mResults.putLong("latencyMs", System.currentTimeMillis() - mCreateTimestampMs); in onAttachFailed() 734 mResults.putLong("timestampMs", System.currentTimeMillis()); in onIdentityChanged() 773 mResults.putLong("latencyMs", System.currentTimeMillis() - mCreateTimestampMs); in onPublishStarted() 774 mResults.putLong("timestampMs", System.currentTimeMillis()); in onPublishStarted() 786 mResults.putLong("latencyMs", System.currentTimeMillis() - mCreateTimestampMs); in onSubscribeStarted() 787 mResults.putLong("timestampMs", System.currentTimeMillis()); in onSubscribeStarted() 825 mResults.putLong("timestampMs", System.currentTimeMillis()); in createServiceDiscoveredBaseBundle() 855 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()
|
/external/opencensus-java/api/src/test/java/io/opencensus/common/ |
D | ServerStatsEncodingTest.java | 73 bb.putLong(0L); in skipUnknownFieldTest() 93 bb.putLong(-100L); in negativeLbLatencyValueTest() 114 bb.putLong(-101L); in negativeServerLatencyValueTest()
|
/external/opencensus-java/api/src/main/java/io/opencensus/common/ |
D | ServerStatsEncoding.java | 63 bb.putLong(stats.getLbLatencyNs()); in toBytes() 66 bb.putLong(stats.getServiceLatencyNs()); in toBytes()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.java | 72 …hs64Fnv1(long testhashs64_fnv1) { int o = __offset(40); if (o != 0) { bb.putLong(o + bb_pos, testh… in mutateTesthashs64Fnv1() 74 …hu64Fnv1(long testhashu64_fnv1) { int o = __offset(42); if (o != 0) { bb.putLong(o + bb_pos, testh… in mutateTesthashu64Fnv1() 80 …64Fnv1a(long testhashs64_fnv1a) { int o = __offset(48); if (o != 0) { bb.putLong(o + bb_pos, testh… in mutateTesthashs64Fnv1a() 82 …64Fnv1a(long testhashu64_fnv1a) { int o = __offset(50); if (o != 0) { bb.putLong(o + bb_pos, testh… in mutateTesthashu64Fnv1a() 111 …gs(int j, long vector_of_longs) { int o = __offset(68); if (o != 0) { bb.putLong(__vector(o) + j *… in mutateVectorOfLongs() 125 …nce(long single_weak_reference) { int o = __offset(76); if (o != 0) { bb.putLong(o + bb_pos, singl… in mutateSingleWeakReference() 130 …long vector_of_weak_references) { int o = __offset(78); if (o != 0) { bb.putLong(__vector(o) + j *… in mutateVectorOfWeakReferences() 137 …rence(long co_owning_reference) { int o = __offset(82); if (o != 0) { bb.putLong(o + bb_pos, co_ow… in mutateCoOwningReference() 142 …vector_of_co_owning_references) { int o = __offset(84); if (o != 0) { bb.putLong(__vector(o) + j *… in mutateVectorOfCoOwningReferences() 144 …ence(long non_owning_reference) { int o = __offset(86); if (o != 0) { bb.putLong(o + bb_pos, non_o… in mutateNonOwningReference() [all …]
|
/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/xz-java/src/org/tukaani/xz/index/ |
D | IndexHash.java | 40 buf.putLong(unpaddedSize); in add() 41 buf.putLong(uncompressedSize); in add()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowSettingsTest.java | 78 Settings.System.putLong(contentResolver, "property", 456L); in testSystemGetString() 88 Settings.System.putLong(contentResolver, "property", 42L); in testSystemGetLong()
|
/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/setupcompat/main/java/com/google/android/setupcompat/logging/internal/ |
D | MetricBundleConverter.java | 27 bundle.putLong(MetricBundleKeys.TIME_MILLIS_LONG, timeInMillis); in createBundleForLoggingTimer()
|
/external/glide/library/src/main/java/com/bumptech/glide/signature/ |
D | MediaStoreSignature.java | 71 .putLong(dateModified) in updateDiskCacheKey()
|