Searched refs:numTests (Results 1 – 10 of 10) sorted by relevance
38 size_t numTests = 0; in verifyDecode() local39 while (!expected[numTests].empty()) in verifyDecode()40 ++numTests; in verifyDecode()42 for (size_t i = 0; i < numTests; ++i) { in verifyDecode()61 size_t numTests = 0; in verifyEncode() local62 while (!expected[numTests].empty()) in verifyEncode()63 ++numTests; in verifyEncode()66 for (size_t i = 0; i < numTests; ++i) { in verifyEncode()
34 private static int numTests = 0; field in UnitTest44 testID = numTests++; in UnitTest()
37 private static int numTests = 0; field in UnitTest47 testID = numTests++; in UnitTest()
162 final int numTests = 5; in testRenderCorrectness() local196 for (int i = 0; i < numTests; i++) { in testRenderCorrectness()301 final int numTests = 5; in testAnimateColor() local305 CountDownLatch latch = new CountDownLatch(numTests); in testAnimateColor()318 for (int i = 0; i < numTests; ++i) { in testAnimateColor()
262 public WatcherResultPrinter(int numTests) { in WatcherResultPrinter() argument265 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, numTests); in WatcherResultPrinter()
757 public WatcherResultPrinter(int numTests) { in WatcherResultPrinter() argument760 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, numTests); in WatcherResultPrinter()
981 int numTests = notifyPayloads.length; in testChangeWithPayload() local982 for (int i = 0; i < numTests; i++) { in testChangeWithPayload()