Home
last modified time | relevance | path

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

/art/test/odsign/test-src/com/android/tests/odsign/
DCompOsDenialHostTest.java158 long timestamp = Long.parseLong(getTestInformation().properties().get( in expectNoCurrentFilesFromCompOs() local
DOdsignTestUtils.java336 String timestamp = String.valueOf(timestampMs / 1000); in countFilesCreatedBeforeTime() local
347 String timestamp = String.valueOf(timestampMs / 1000); in countFilesCreatedAfterTime() local
/art/perfetto_hprof/
Dperfetto_hprof.cc272 Writer(pid_t pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer()
920 uint64_t timestamp = ts.tv_sec * 1000000000LL + ts.tv_nsec; in DumpPerfetto() local
/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