Searched refs:num_tests (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/benchmarks/tests/ |
H A D | interface_test.cpp | 187 size_t num_tests = 0; in TEST_F() local 190 num_tests++; in TEST_F() 193 ASSERT_LT(400U, num_tests) << "Only " << num_tests << " found:\n" << raw_output_; in TEST_F()
|
/aosp12/art/tools/jfuzz/ |
H A D | run_dex_fuzz_test.py | 43 def __init__(self, num_tests, num_inputs, device, dexer, debug_info): argument 53 self._num_tests = num_tests 186 with DexFuzzTester(args.num_tests,
|
H A D | README.md | 49 [--num_tests=NUM_TESTS] 60 --num_tests : number of tests to run (10000 by default) 91 [--num_tests=NUM_TESTS] 99 --num_tests : number of tests to run (10000 by default)
|
H A D | run_jfuzz_test.py | 360 def __init__(self, num_tests, device, mode1, mode2, jfuzz_args, argument 375 self._num_tests = num_tests 636 with JFuzzTester(args.num_tests,
|
/aosp12/art/test/utils/ |
H A D | regen-test-files | 943 for (num_tests, test_kind, tests_percentage, test_group_name) in [
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 3989 constexpr size_t num_tests = sizeof(kTripleDesTestVectors) / sizeof(TripleDesTestVector); in TEST_P() local 3990 for (auto* test = kTripleDesTestVectors; test < kTripleDesTestVectors + num_tests; ++test) { in TEST_P()
|
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyMintTest.cpp | 5550 constexpr size_t num_tests = sizeof(kTripleDesTestVectors) / sizeof(TripleDesTestVector); in TEST_P() local 5551 for (auto* test = kTripleDesTestVectors; test < kTripleDesTestVectors + num_tests; ++test) { in TEST_P()
|