Home
last modified time | relevance | path

Searched defs:end_ms (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/base/core/proto/android/util/
H A Dcommon.proto50 optional int64 end_ms = 2; field
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ninja/
H A Dninja_log_parser.h60 int64_t end_ms; member
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dtimespan.h125 inline Timespan MilliSpan(double start_ms, double end_ms) { in MilliSpan()
/aosp_15_r20/external/webrtc/rtc_tools/rtp_generator/
H A Drtp_generator.cc308 const int64_t end_ms = start_ms_ + options_.video_streams[i].duration_ms; in WaitUntilAllVideoStreamsFinish() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/util/
Dcommon.pb.h628 inline ::int64_t Duration::end_ms() const { in end_ms() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/util/
Dcommon.pb.h628 inline ::int64_t Duration::end_ms() const { in end_ms() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/util/
Dcommon.pb.h667 inline ::int64_t Duration::end_ms() const { in end_ms() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.cc2318 int64_t end_ms = EnvTime::NowMicros() / EnvTime::kMillisToMicros; in OptimizeLoop() local