Home
last modified time | relevance | path

Searched refs:time_ns (Results 1 – 5 of 5) sorted by relevance

/system/testing/gtest_extras/tests/
DSystemTests.cpp849 uint64_t time_ns = NanoTime(); in TEST_F() local
853 time_ns = NanoTime() - time_ns; in TEST_F()
855 double seconds = double(time_ns) / 1000000000; in TEST_F()
871 uint64_t time_ns = NanoTime(); in TEST_F() local
883 uint64_t test_ns = NanoTime() - time_ns; in TEST_F()
906 time_ns = NanoTime() - time_ns; in TEST_F()
909 ASSERT_LE(6.0, double(time_ns) / 1000000000) << "Test output:\n" << output; in TEST_F()
/system/testing/gtest_extras/
DIsolate.cpp757 uint64_t time_ns = NanoTime(); in Run() local
759 time_ns = NanoTime() - time_ns; in Run()
761 PrintFooter(time_ns); in Run()
764 WriteXmlResults(time_ns, start_time); in Run()
/system/chre/chre_api/legacy/v1_2/chre/
Dgnss.h208 int64_t time_ns; member
/system/chre/chre_api/legacy/v1_1/chre/
Dgnss.h201 int64_t time_ns; member
/system/chre/chre_api/include/chre_api/chre/
Dgnss.h215 int64_t time_ns; member