Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 12 of 12) sorted by relevance

/art/test/2246-trace-stream/src/
DBaseTraceParser.java185 public void CheckTimestamp(int timestamp, int threadId, in CheckTimestamp() argument
189 if (timestamp < oldTimestamp) { in CheckTimestamp()
190 throw new Exception("timestamps are not increasing current: " + timestamp in CheckTimestamp()
194 threadTimestampMap.put(threadId, timestamp); in CheckTimestamp()
/art/test/odsign/test-src/com/android/tests/odsign/
DCompOsDenialHostTest.java149 long timestamp = Long.parseLong(getTestInformation().properties().get( in expectNoCurrentFilesFromCompOs() local
153 timestamp); in expectNoCurrentFilesFromCompOs()
DOdsignTestUtils.java394 String timestamp = String.valueOf(timestampMs / 1000); in countFilesCreatedBeforeTime() local
397 "find " + directory + " -type f ! -newerct '@" + timestamp + "' | wc -l"); in countFilesCreatedBeforeTime()
405 String timestamp = String.valueOf(timestampMs / 1000); in countFilesCreatedAfterTime() local
408 "find " + directory + " -type f -newerct '@" + timestamp + "' | wc -l"); in countFilesCreatedAfterTime()
/art/build/
DAndroid.common_path.mk139 HOST_I18N_DATA := $(HOST_OUT)/$(I18N_APEX)/timestamp
141 HOST_TZDATA_DATA := $(HOST_OUT)/$(TZDATA_APEX)/timestamp
DAndroid.gtest.mk213 $$(HOST_OUT)/$$(I18N_APEX)/timestamp \
/art/perfetto_hprof/
Dperfetto_hprof.cc351 Writer(pid_t pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer() argument
352 : pid_(pid), ctx_(ctx), timestamp_(timestamp), in Writer()
963 const std::function<void(pid_t parent, uint64_t timestamp)>& child_runnable) { in ForkAndRun()
1019 void WriteHeapPackets(pid_t parent_pid, uint64_t timestamp) { in WriteHeapPackets() argument
1021 [parent_pid, timestamp](JavaHprofDataSource::TraceContext ctx) in WriteHeapPackets()
1039 Writer writer(parent_pid, &ctx, timestamp); in WriteHeapPackets()
1083 [self](pid_t dumped_pid, uint64_t timestamp) { in DumpPerfetto() argument
1095 WriteHeapPackets(dumped_pid, timestamp); in DumpPerfetto()
1147 [self](pid_t dumped_pid, uint64_t timestamp) { in DumpPerfettoOutOfMemory() argument
1160 WriteHeapPackets(dumped_pid, timestamp); in DumpPerfettoOutOfMemory()
/art/runtime/jit/
Ddebugger_interface.cc337 uint64_t timestamp = GetNextTimestamp(descriptor); in CreateJITCodeEntryInternal() local
356 writable_entry->timestamp_ = timestamp; in CreateJITCodeEntryInternal()
363 descriptor.timestamp_ = timestamp; in CreateJITCodeEntryInternal()
/art/tools/ahat/etc/
Dhprofdump.py140 timestamp = (readu4(hprof) << 32) | readu4(hprof) variable
141 s, ms = divmod(timestamp, 1000)
/art/runtime/
Dtrace.cc1678 uint64_t timestamp = method_trace_entries[record_index++]; in ReadValuesFromRecord() local
1682 timestamp = (high_timestamp << 32 | timestamp); in ReadValuesFromRecord()
1684 record.wall_clock_time = GetMicroTime(timestamp) - start_time_; in ReadValuesFromRecord()
/art/build/boot/
Dpreloaded-classes2884 sun.security.timestamp.TimestampToken
Dboot-image-profile.txt13020 Lsun/security/timestamp/TimestampToken;
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt3055 Ljava/lang/ref/SoftReference;->timestamp:J
4537 Ljava/security/CodeSigner;->timestamp:Ljava/security/Timestamp;
4867 Ljava/security/Timestamp;->timestamp:Ljava/util/Date;
11343 Lsun/security/pkcs/SignerInfo;->timestamp:Ljava/security/Timestamp;
11348 Lsun/security/pkcs/SignerInfo;->verifyTimestamp(Lsun/security/timestamp/TimestampToken;)V