Home
last modified time | relevance | path

Searched defs:FakeTimer (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/base/src/
Dtimer.rs72 pub struct FakeTimer { struct
79 impl FakeTimer { implementation
179 impl AsRawDescriptor for FakeTimer { implementation
184 impl IntoRawDescriptor for FakeTimer { implementation
/external/python/cpython2/Lib/test/
Dtest_timeit.py24 class FakeTimer: class
/external/python/cpython3/Lib/test/
Dtest_timeit.py22 class FakeTimer: class