Searched refs:testIt (Results 1 – 5 of 5) sorted by relevance
/external/caliper/caliper/src/test/java/com/google/caliper/util/ |
D | ShortDurationTest.java | 32 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/ |
D | ATest.java | 7 public void testIt() in testIt() method in ATest
|
/external/clang/test/SemaCXX/ |
D | enable_if.cpp | 264 void testIt() { in testIt() function 305 void testIt() { in testIt() function 341 void testIt() { in testIt() function
|
D | typo-correction-delayed.cpp | 41 template <> void testIt(); // expected-error {{no function template matches}}
|
/external/autotest/client/common_lib/ |
D | decorators_unittest.py | 48 def testIt(self): member in CachedPropertyTest
|