Home
last modified time | relevance | path

Searched refs:testStart (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-gwt/test/com/google/common/base/
DStopwatchTest_gwt.java91 public void testStart() throws Exception { in testStart() method in StopwatchTest_gwt
93 testCase.testStart(); in testStart()
/external/lz4/programs/
Dfuzzer.c994 size_t testStart = FUZ_rand(&randState) & 65535; in FUZ_unitTests() local
998 …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()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DCountDownTimerTest.java61 public void testStart() { in testStart() method in CountDownTimerTest
DMediaRecorderTest.java190 public void testStart() throws Exception { in testStart() method in MediaRecorderTest
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DStopwatchTest.java55 public void testStart() { in testStart() method in StopwatchTest
/external/guava/guava-tests/test/com/google/common/base/
DStopwatchTest.java56 public void testStart() { in testStart() method in StopwatchTest
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java91 public void testStart() { in testStart() method in AbstractIdleServiceTest