Home
last modified time | relevance | path

Searched defs:test_clock (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dtest_clock.hpp25 struct test_clock struct
34 typedef chrono::time_point< test_clock, duration > time_point; argument
50 typedef chrono::steady_clock test_clock; argument
52 typedef chrono::system_clock test_clock; typedef
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/timens/
H A Dtimens.c25 struct test_clock { struct
37 static struct test_clock clocks[] = { argument
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_cache_unittest.cc757 base::SimpleTestClock test_clock; in TEST() local
837 base::SimpleTestClock test_clock; in TEST() local
867 base::SimpleTestClock test_clock; in TEST() local
915 base::SimpleTestClock test_clock; in TEST() local
1160 base::SimpleTestTickClock test_clock; in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/
Dtest_clock.cpp41 void test_clock() in test_clock() function
Dtest_clock2.cpp76 void test_clock() in test_clock() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_time.py24 def test_clock(self): member in TimeTestCase
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/perf/
Dmove_perf.cpp21 typedef boost::chrono::steady_clock test_clock; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/perf/
Dperformance_test.cpp180 typedef boost::chrono::steady_clock test_clock; in perf_test_impl() typedef
/aosp_15_r20/system/keymint/tests/src/
H A Dlib.rs72 pub fn test_clock<C: MonotonicClock>(clock: C) { in test_clock() function
/aosp_15_r20/system/authgraph/tests/src/
H A Dlib.rs34 pub fn test_clock<C: MonotonicClock>(clock: &C) { in test_clock() function
/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Duserspace.rs149 let test_clock = clock.clone(); in new_with_clock() localVariable