Home
last modified time | relevance | path

Searched refs:num_tests (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/benchmarks/tests/
H A Dinterface_test.cpp187 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 Drun_dex_fuzz_test.py43 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 DREADME.md49 [--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 Drun_jfuzz_test.py360 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 Dregen-test-files943 for (num_tests, test_kind, tests_percentage, test_group_name) in [
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp3989 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 DKeyMintTest.cpp5550 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()