Home
last modified time | relevance | path

Searched defs:from_ms (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/tracing/test/trace_processor/diff_tests/chrome/
H A Dchrome_scroll_helper.py24 def begin(self, from_ms, dur_ms): argument
35 def update(self, from_ms, dur_ms, gets_to_gpu=True): argument
48 def end(self, from_ms, dur_ms): argument
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/chrome/
H A Dchrome_scroll_helper.py34 def begin(self, from_ms, dur_ms): argument
45 def update(self, from_ms, dur_ms, gets_to_gpu=True): argument
58 def end(self, from_ms, dur_ms): argument
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/stdlib/chrome/
H A Dchrome_scroll_helper.py24 def begin(self, from_ms, dur_ms): argument
35 def update(self, from_ms, dur_ms, gets_to_gpu=True): argument
48 def end(self, from_ms, dur_ms): argument
/aosp_15_r20/external/rust/android-crates-io/crates/socket2/src/sys/
Dwindows.rs690 fn from_ms(duration: u32) -> Option<Duration> { in from_ms() function