Searched refs:totalCount (Results 1 – 3 of 3) sorted by relevance
44 final AtomicInteger totalCount = new AtomicInteger(0); in testGetSystemService_multiThreaded() local60 final int pass = totalCount.incrementAndGet(); in testGetSystemService_multiThreaded()106 + " but was " + totalCount.get(), totalCount.get() > NUM_THREADS); in testGetSystemService_multiThreaded()
1889 int totalCount = 1 + calculateCharsCount(testString, "a") in testSplitPattern() local1891 assertEquals(totalCount, in testSplitPattern()
3124 int totalCount = NUM_TEST_FOCUS_DISTANCES + 1 + repeatMin + repeatMax;3125 float[] testValues = new float[totalCount];