Home
last modified time | relevance | path

Searched refs:NanoTime (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Dsystem_properties_test2.cpp28 static uint64_t NanoTime() { in NanoTime() function
48 ss << "debug.test." << getpid() << "." << NanoTime() << "."; in TEST()
136 ss << "debug.test." << getpid() << "." << NanoTime() << "." << "property_empty"; in TEST()
Dsignal_test.cpp756 static int64_t NanoTime() { in NanoTime() function
771 int64_t start_time = NanoTime(); in TEST()
777 ASSERT_GE(NanoTime() - start_time, 1000000); in TEST()