Home
last modified time | relevance | path

Searched refs:putLong (Results 1 – 25 of 70) sorted by relevance

123

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DSharedPrefUtil.java64 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/
DZipLong.java140 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()
DZipArchiveOutputStream.java52 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/
DValidationTestUtilTest.java74 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/
DAbstractStreamingHashFunction.java53 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()
DAbstractByteHasher.java106 public Hasher putLong(long l) { in putLong() method in AbstractByteHasher
107 scratch.putLong(l); in putLong()
DAbstractCompositeHashFunction.java90 @Override public Hasher putLong(long l) { in newHasher() method
92 hasher.putLong(l); in newHasher()
DAbstractNonStreamingHashFunction.java66 return newHasher(8).putLong(input).hash(); in hashLong()
123 public Hasher putLong(long l) { in putLong() method in AbstractNonStreamingHashFunction.BufferingHasher
DMurmur3_128HashFunction.java174 .putLong(h1) in makeHash()
175 .putLong(h2) in makeHash()
DPrimitiveSink.java71 PrimitiveSink putLong(long l); in putLong() method
DAbstractHasher.java32 return putLong(Double.doubleToRawLongBits(d)); in putDouble()
DHasher.java59 @Override Hasher putLong(long l); in putLong() method
/external/opencensus-java/contrib/spring_sleuth_v1x/src/main/java/io/opencensus/contrib/spring/sleuth/v1x/
DOpenCensusSleuthSpan.java73 .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/
DAppEngineCloudTraceContextUtils.java61 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/
DWifiAwareManagerFacade.java697 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 …]
DWifiRttManagerFacade.java87 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/
DServerStatsEncodingTest.java73 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/
DServerStatsEncoding.java63 bb.putLong(stats.getLbLatencyNs()); in toBytes()
66 bb.putLong(stats.getServiceLatencyNs()); in toBytes()
/external/flatbuffers/tests/MyGame/Example/
DMonster.java72 …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/
DPreferencesFacade.java80 e.putLong(key, (Long) value); in prefPutValue()
82 e.putLong(key, (Integer) value); in prefPutValue()
/external/xz-java/src/org/tukaani/xz/index/
DIndexHash.java40 buf.putLong(unpaddedSize); in add()
41 buf.putLong(uncompressedSize); in add()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSettingsTest.java78 Settings.System.putLong(contentResolver, "property", 456L); in testSystemGetString()
88 Settings.System.putLong(contentResolver, "property", 42L); in testSystemGetLong()
/external/flatbuffers/tests/
DphpTest.php433 $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/
DMetricBundleConverter.java27 bundle.putLong(MetricBundleKeys.TIME_MILLIS_LONG, timeInMillis); in createBundleForLoggingTimer()
/external/glide/library/src/main/java/com/bumptech/glide/signature/
DMediaStoreSignature.java71 .putLong(dateModified) in updateDiskCacheKey()

123