Searched refs:testStart (Results 1 – 7 of 7) sorted by relevance
91 public void testStart() throws Exception { in testStart() method in StopwatchTest_gwt93 testCase.testStart(); in testStart()
994 size_t testStart = FUZ_rand(&randState) & 65535; in FUZ_unitTests() local998 …if (testStart == oldStart + oldSize) // Corner case not covered by this test (LZ4_decompress_saf… in FUZ_unitTests()999 testStart++; in FUZ_unitTests()1001 XXH64_update(&crcOrigState, testInput + testStart, testSize); in FUZ_unitTests()1004 …result = LZ4_compressHC_limitedOutput_continue(&sHC, testInput + testStart, testCompressed, (int)t… in FUZ_unitTests()1015 while (testVerify[c] == testInput[testStart+c]) c++; in FUZ_unitTests()1020 oldStart = testStart; in FUZ_unitTests()
61 public void testStart() { in testStart() method in CountDownTimerTest
190 public void testStart() throws Exception { in testStart() method in MediaRecorderTest
55 public void testStart() { in testStart() method in StopwatchTest
56 public void testStart() { in testStart() method in StopwatchTest
91 public void testStart() { in testStart() method in AbstractIdleServiceTest