Home
last modified time | relevance | path

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

/art/build/
DAndroid.common_path.mk147 HOST_I18N_DATA := $(HOST_OUT)/$(I18N_APEX)/timestamp
149 HOST_TZDATA_DATA := $(HOST_OUT)/$(TZDATA_APEX)/timestamp
DAndroid.gtest.mk215 $$(HOST_OUT)/$$(I18N_APEX)/timestamp \
/art/perfetto_hprof/
Dperfetto_hprof.cc269 Writer(pid_t parent_pid, JavaHprofDataSource::TraceContext* ctx, uint64_t timestamp) in Writer() argument
270 : parent_pid_(parent_pid), ctx_(ctx), timestamp_(timestamp), in Writer()
598 uint64_t timestamp = ts.tv_sec * 1000000000LL + ts.tv_nsec; in DumpPerfetto() local
603 [parent_pid, timestamp](JavaHprofDataSource::TraceContext ctx) in DumpPerfetto()
621 Writer writer(parent_pid, &ctx, timestamp); in DumpPerfetto()
/art/runtime/jit/
Ddebugger_interface.cc331 uint64_t timestamp = GetNextTimestamp(descriptor); in CreateJITCodeEntryInternal() local
350 writable_entry->timestamp_ = timestamp; in CreateJITCodeEntryInternal()
357 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/
DAndroid.mk367 art_apex_symlink_timestamp := $(call intermediates-dir-for,FAKE,com.android.art)/symlink.timestamp
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt3056 Ljava/lang/ref/SoftReference;->timestamp:J
4538 Ljava/security/CodeSigner;->timestamp:Ljava/security/Timestamp;
4868 Ljava/security/Timestamp;->timestamp:Ljava/util/Date;
11344 Lsun/security/pkcs/SignerInfo;->timestamp:Ljava/security/Timestamp;
11349 Lsun/security/pkcs/SignerInfo;->verifyTimestamp(Lsun/security/timestamp/TimestampToken;)V