HomeSort by relevance Sort by last modified time
    Searched refs:random_tests (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/framework/acts/
config_parser.py 187 random_tests = []
197 random_tests.append((test_class,
200 random.shuffle(random_tests)
203 for test_class, test_cases in random_tests:
  /external/libcups/cups/
testfile.c 41 static int random_tests(void);
85 status += random_tests();
264 * 'random_tests()' - Do random access tests.
268 random_tests(void) function

Completed in 639 milliseconds