Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 6 of 6) sorted by relevance

/art/test/odsign/test-src/com/android/tests/odsign/
DCompOsDenialHostTest.java147 long timestamp = Long.parseLong(getTestInformation().properties().get( in expectNoCurrentFilesFromCompOs() local
DOdsignTestUtils.java394 String timestamp = String.valueOf(timestampMs / 1000); in countFilesCreatedBeforeTime() local
405 String timestamp = String.valueOf(timestampMs / 1000); in countFilesCreatedAfterTime() local
/art/perfetto_hprof/
Dperfetto_hprof.cc351 Writer(pid_t pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer()
1009 void WriteHeapPackets(pid_t parent_pid, uint64_t timestamp) { in WriteHeapPackets()
1073 [self](pid_t dumped_pid, uint64_t timestamp) { in DumpPerfetto()
1137 [self](pid_t dumped_pid, uint64_t timestamp) { in DumpPerfettoOutOfMemory()
/art/tools/ahat/etc/
Dhprofdump.py140 timestamp = (readu4(hprof) << 32) | readu4(hprof) variable
/art/runtime/jit/
Ddebugger_interface.cc331 uint64_t timestamp = GetNextTimestamp(descriptor); in CreateJITCodeEntryInternal() local
/art/runtime/
Dtrace.cc1122 uint64_t timestamp = method_trace_buffer[entry_index++]; in FlushStreamingBuffer() local