Home
last modified time | relevance | path

Searched refs:numTests (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobCountTrackerTest.java129 private void checkRandom(Jobs jobs, int numTests, int totalMax, int maxBg, int minBg, in checkRandom() argument
131 for (int i = 0; i < numTests; i++) { in checkRandom()
152 final int numTests = 5000; in testRandom1() local
160 checkRandom(jobs, numTests, totalMax, maxBg, minBg, startRatio, fgJobRatio , stopRatio); in testRandom1()
167 final int numTests = 5000; in testRandom2() local
175 checkRandom(jobs, numTests, totalMax, maxBg, minBg, startRatio, fgJobRatio, stopRatio); in testRandom2()
182 final int numTests = 5000; in testRandom3() local
190 checkRandom(jobs, numTests, totalMax, maxBg, minBg, startRatio, fgJobRatio, stopRatio); in testRandom3()
197 final int numTests = 5000; in testRandom4() local
205 checkRandom(jobs, numTests, totalMax, maxBg, minBg, startRatio, fgJobRatio, stopRatio); in testRandom4()
[all …]
/frameworks/av/media/libstagefright/foundation/tests/
DBase64_test.cpp38 size_t numTests = 0; in verifyDecode() local
39 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() local
62 while (!expected[numTests].empty()) in verifyEncode()
63 ++numTests; in verifyEncode()
66 for (size_t i = 0; i < numTests; ++i) { in verifyEncode()
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
DUnitTest.java34 private static int numTests = 0; field in UnitTest
44 testID = numTests++; in UnitTest()
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
DUnitTest.java34 private static int numTests = 0; field in UnitTest
44 testID = numTests++; in UnitTest()
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
DUnitTest.java34 private static int numTests = 0; field in UnitTest
44 testID = numTests++; in UnitTest()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUnitTest.java34 private static int numTests = 0; field in UnitTest
44 testID = numTests++; in UnitTest()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java262 public WatcherResultPrinter(int numTests) { in WatcherResultPrinter() argument
265 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, numTests); in WatcherResultPrinter()
/frameworks/base/test-runner/src/android/test/
DInstrumentationTestRunner.java756 public WatcherResultPrinter(int numTests) { in WatcherResultPrinter() argument
759 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, numTests); in WatcherResultPrinter()