Home
last modified time | relevance | path

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

/external/caliper/caliper/src/test/java/com/google/caliper/util/
DShortDurationTest.java32 testIt(0, "0ns", "0s"); in valueOf()
33 testIt(0, "0 ns", "0s"); in valueOf()
34 testIt(0, "0nanos", "0s"); in valueOf()
35 testIt(0, "0nanoseconds", "0s"); in valueOf()
36 testIt(0, "0 ms", "0s"); in valueOf()
37 testIt(0, "0us", "0s"); in valueOf()
38 testIt(0, "1e-12 ms", "0s"); in valueOf()
39 testIt(1, "0.501 ns", "0.501ns"); in valueOf()
40 testIt(1000, "1 \u03bcs", "1\u03bcs"); in valueOf()
56 private static void testIt(long i, String s, String p) { in testIt() method in ShortDurationTest
/external/testng/src/test/java/test/junit/testsetup/
DATest.java7 public void testIt() in testIt() method in ATest
/external/clang/test/SemaCXX/
Denable_if.cpp264 void testIt() { in testIt() function
305 void testIt() { in testIt() function
341 void testIt() { in testIt() function
Dtypo-correction-delayed.cpp41 template <> void testIt(); // expected-error {{no function template matches}}
/external/autotest/client/common_lib/
Ddecorators_unittest.py48 def testIt(self): member in CachedPropertyTest