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 D | chrome_scroll_helper.py | 24 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 D | chrome_scroll_helper.py | 34 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 D | chrome_scroll_helper.py | 24 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/ |
D | windows.rs | 690 fn from_ms(duration: u32) -> Option<Duration> { in from_ms() function
|