Searched refs:timestamp (Results 1 – 12 of 12) sorted by relevance
/art/test/2246-trace-stream/src/ |
D | BaseTraceParser.java | 185 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/ |
D | CompOsDenialHostTest.java | 149 long timestamp = Long.parseLong(getTestInformation().properties().get( in expectNoCurrentFilesFromCompOs() local 153 timestamp); in expectNoCurrentFilesFromCompOs()
|
D | OdsignTestUtils.java | 394 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/ |
D | Android.common_path.mk | 139 HOST_I18N_DATA := $(HOST_OUT)/$(I18N_APEX)/timestamp 141 HOST_TZDATA_DATA := $(HOST_OUT)/$(TZDATA_APEX)/timestamp
|
D | Android.gtest.mk | 213 $$(HOST_OUT)/$$(I18N_APEX)/timestamp \
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 351 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/ |
D | debugger_interface.cc | 337 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/ |
D | hprofdump.py | 140 timestamp = (readu4(hprof) << 32) | readu4(hprof) variable 141 s, ms = divmod(timestamp, 1000)
|
/art/runtime/ |
D | trace.cc | 1678 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/ |
D | preloaded-classes | 2884 sun.security.timestamp.TimestampToken
|
D | boot-image-profile.txt | 13020 Lsun/security/timestamp/TimestampToken;
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 3055 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
|