/third_party/selinux/libsepol/cil/test/unit/ |
H A D | CilTest.c | 158 CuSuite* suite = CuSuiteNew(); in CilTreeGetResolveSuite() local 161 SUITE_ADD_TEST(suite, test_cil_resolve_ast_curr_null_neg); in CilTreeGetResolveSuite() 162 SUITE_ADD_TEST(suite, test_cil_gen_perm_nodes_inval_perm_neg); in CilTreeGetResolveSuite() 164 SUITE_ADD_TEST(suite, test_cil_resolve_name); in CilTreeGetResolveSuite() 165 SUITE_ADD_TEST(suite, test_cil_resolve_name_invalid_type_neg); in CilTreeGetResolveSuite() 167 SUITE_ADD_TEST(suite, test_cil_resolve_typeattributeset_type_in_multiple_attrs); in CilTreeGetResolveSuite() 168 SUITE_ADD_TEST(suite, test_cil_resolve_typeattributeset_multiple_excludes_with_not); in CilTreeGetResolveSuite() 169 SUITE_ADD_TEST(suite, test_cil_resolve_typeattributeset_multiple_types_with_and); in CilTreeGetResolveSuite() 170 SUITE_ADD_TEST(suite, test_cil_resolve_typeattributeset_using_attr); in CilTreeGetResolveSuite() 171 SUITE_ADD_TEST(suite, test_cil_resolve_typeattributeset_name_ne in CilTreeGetResolveSuite() 660 CuSuite* suite = CuSuiteNew(); CilTreeGetBuildSuite() local 1735 CuSuite* suite = CuSuiteNew(); CilTreeGetSuite() local 1969 CuSuite* suite = CuSuiteNew(); CilTestFullCil() local [all...] |
H A D | AllTests.c | 44 CuSuite* suite = CuSuiteNew(); in RunAllTests() local 49 CuSuiteAddSuite(suite, CilTreeGetSuite()); in RunAllTests() 54 CuSuiteRun(suite); in RunAllTests() 55 CuSuiteDetails(suite, output); in RunAllTests() 56 CuSuiteSummary(suite, output); in RunAllTests()
|
/third_party/python/Lib/unittest/test/ |
H A D | test_suite.py | 51 suite = unittest.TestSuite() 53 self.assertEqual(suite.countTestCases(), 0) 55 suite.run(unittest.TestResult()) 56 self.assertEqual(suite.countTestCases(), 0) 61 # or other test suites that will be used to build the suite initially" 64 # creation of an empty suite 66 suite = unittest.TestSuite([]) 68 self.assertEqual(suite.countTestCases(), 0) 70 suite.run(unittest.TestResult()) 71 self.assertEqual(suite [all...] |
H A D | test_loader.py | 39 # "Return a suite of all test cases contained in the TestCase-derived 52 # "Return a suite of all test cases contained in the TestCase-derived 65 # "Return a suite of all test cases contained in the TestCase-derived 86 # "Return a suite of all test cases contained in the TestCase-derived 101 suite = loader.loadTestsFromTestCase(Foo) 102 self.assertIsInstance(suite, loader.suiteClass) 103 self.assertEqual(list(suite), [Foo('runTest')]) 120 suite = loader.loadTestsFromModule(m) 121 self.assertIsInstance(suite, loader.suiteClass) 124 self.assertEqual(list(suite), expecte [all...] |
H A D | __init__.py | 9 def suite(): function 10 suite = unittest.TestSuite() 19 suite.addTest(loader.loadTestsFromModule(module)) 20 suite.addTest(loader.loadTestsFromName('unittest.test.testmock')) 21 return suite 25 unittest.main(defaultTest="suite")
|
/kernel/linux/linux-5.10/lib/kunit/ |
H A D | debugfs.c | 40 struct kunit_suite *suite, in debugfs_print_result() 54 struct kunit_suite *suite = (struct kunit_suite *)seq->private; in debugfs_print_results() local 55 bool success = kunit_suite_has_succeeded(suite); in debugfs_print_results() 58 if (!suite || !suite->log) in debugfs_print_results() 61 seq_printf(seq, "%s", suite->log); in debugfs_print_results() 63 kunit_suite_for_each_test_case(suite, test_case) in debugfs_print_results() 64 debugfs_print_result(seq, suite, test_case); in debugfs_print_results() 67 kunit_status_to_string(success), 1, suite->name); in debugfs_print_results() 78 struct kunit_suite *suite; in debugfs_results_open() local 39 debugfs_print_result(struct seq_file *seq, struct kunit_suite *suite, struct kunit_case *test_case) debugfs_print_result() argument 92 kunit_debugfs_create_suite(struct kunit_suite *suite) kunit_debugfs_create_suite() argument 108 kunit_debugfs_destroy_suite(struct kunit_suite *suite) kunit_debugfs_destroy_suite() argument [all...] |
H A D | test.c | 44 size_t kunit_suite_num_test_cases(struct kunit_suite *suite) in kunit_suite_num_test_cases() argument 49 kunit_suite_for_each_test_case(suite, test_case) in kunit_suite_num_test_cases() 56 static void kunit_print_subtest_start(struct kunit_suite *suite) in kunit_print_subtest_start() argument 58 kunit_log(KERN_INFO, suite, KUNIT_SUBTEST_INDENT "# Subtest: %s", in kunit_print_subtest_start() 59 suite->name); in kunit_print_subtest_start() 60 kunit_log(KERN_INFO, suite, KUNIT_SUBTEST_INDENT "1..%zd", in kunit_print_subtest_start() 61 kunit_suite_num_test_cases(suite)); in kunit_print_subtest_start() 70 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in kunit_print_ok_not_ok() local 74 * We do not log the test suite results as doing so would in kunit_print_ok_not_ok() 75 * mean debugfs display would consist of the test suite in kunit_print_ok_not_ok() 91 kunit_suite_has_succeeded(struct kunit_suite *suite) kunit_suite_has_succeeded() argument 104 kunit_print_subtest_end(struct kunit_suite *suite) kunit_print_subtest_end() argument 114 kunit_test_case_num(struct kunit_suite *suite, struct kunit_case *test_case) kunit_test_case_num() argument 227 kunit_run_case_internal(struct kunit *test, struct kunit_suite *suite, struct kunit_case *test_case) kunit_run_case_internal() argument 254 kunit_run_case_cleanup(struct kunit *test, struct kunit_suite *suite) kunit_run_case_cleanup() argument 265 struct kunit_suite *suite; global() member 273 struct kunit_suite *suite = ctx->suite; kunit_try_run_case() local 294 struct kunit_suite *suite = ctx->suite; kunit_catch_run_case() local 327 kunit_run_case_catch_errors(struct kunit_suite *suite, struct kunit_case *test_case) kunit_run_case_catch_errors() argument 353 kunit_run_tests(struct kunit_suite *suite) kunit_run_tests() argument 368 kunit_init_suite(struct kunit_suite *suite) kunit_init_suite() argument 385 kunit_exit_suite(struct kunit_suite *suite) kunit_exit_suite() argument [all...] |
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | debugfs.c | 41 struct kunit_suite *suite, in debugfs_print_result() 55 struct kunit_suite *suite = (struct kunit_suite *)seq->private; in debugfs_print_results() local 59 if (!suite) in debugfs_print_results() 62 success = kunit_suite_has_succeeded(suite); in debugfs_print_results() 68 /* Print suite header because it is not stored in the test logs. */ in debugfs_print_results() 70 seq_printf(seq, KUNIT_SUBTEST_INDENT "# Subtest: %s\n", suite->name); in debugfs_print_results() 71 seq_printf(seq, KUNIT_SUBTEST_INDENT "1..%zd\n", kunit_suite_num_test_cases(suite)); in debugfs_print_results() 73 kunit_suite_for_each_test_case(suite, test_case) in debugfs_print_results() 74 debugfs_print_result(seq, suite, test_case); in debugfs_print_results() 76 if (suite in debugfs_print_results() 40 debugfs_print_result(struct seq_file *seq, struct kunit_suite *suite, struct kunit_case *test_case) debugfs_print_result() argument 91 struct kunit_suite *suite; debugfs_results_open() local 105 kunit_debugfs_create_suite(struct kunit_suite *suite) kunit_debugfs_create_suite() argument 121 kunit_debugfs_destroy_suite(struct kunit_suite *suite) kunit_debugfs_destroy_suite() argument [all...] |
H A D | test.c | 161 size_t kunit_suite_num_test_cases(struct kunit_suite *suite) in kunit_suite_num_test_cases() argument 166 kunit_suite_for_each_test_case(suite, test_case) in kunit_suite_num_test_cases() 180 static void kunit_print_suite_start(struct kunit_suite *suite) in kunit_print_suite_start() argument 183 * We do not log the test suite header as doing so would in kunit_print_suite_start() 184 * mean debugfs display would consist of the test suite in kunit_print_suite_start() 186 * Hence directly printk the suite status, and we will in kunit_print_suite_start() 187 * separately seq_printf() the suite header for the debugfs in kunit_print_suite_start() 192 suite->name); in kunit_print_suite_start() 193 kunit_print_attr((void *)suite, false, KUNIT_LEVEL_CASE); in kunit_print_suite_start() 195 kunit_suite_num_test_cases(suite)); in kunit_print_suite_start() 235 kunit_suite_has_succeeded(struct kunit_suite *suite) kunit_suite_has_succeeded() argument 256 kunit_print_suite_end(struct kunit_suite *suite) kunit_print_suite_end() argument 265 kunit_test_case_num(struct kunit_suite *suite, struct kunit_case *test_case) kunit_test_case_num() argument 409 kunit_run_case_internal(struct kunit *test, struct kunit_suite *suite, struct kunit_case *test_case) kunit_run_case_internal() argument 444 kunit_run_case_cleanup(struct kunit *test, struct kunit_suite *suite) kunit_run_case_cleanup() argument 455 struct kunit_suite *suite; global() member 463 struct kunit_suite *suite = ctx->suite; kunit_try_run_case() local 480 struct kunit_suite *suite = ctx->suite; kunit_try_run_case_cleanup() local 548 kunit_run_case_catch_errors(struct kunit_suite *suite, struct kunit_case *test_case, struct kunit *test) kunit_run_case_catch_errors() argument 580 kunit_print_suite_stats(struct kunit_suite *suite, struct kunit_result_stats suite_stats, struct kunit_result_stats param_stats) kunit_print_suite_stats() argument 631 kunit_run_tests(struct kunit_suite *suite) kunit_run_tests() argument 723 kunit_init_suite(struct kunit_suite *suite) kunit_init_suite() argument 758 kunit_exit_suite(struct kunit_suite *suite) kunit_exit_suite() argument [all...] |
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | minicheck.c | 51 Suite *suite = (Suite *)calloc(1, sizeof(Suite)); in suite_create() local 52 if (suite != NULL) { in suite_create() 53 suite->name = name; in suite_create() 55 return suite; in suite_create() 68 suite_add_tcase(Suite *suite, TCase *tc) { in suite_add_tcase() argument 69 assert(suite != NULL); in suite_add_tcase() 73 tc->next_tcase = suite->tests; in suite_add_tcase() 74 suite->tests = tc; in suite_add_tcase() 111 suite_free(Suite *suite) { in suite_free() argument 112 if (! suite) { in suite_free() 125 srunner_create(Suite *suite) srunner_create() argument 164 Suite *suite; srunner_run_all() local [all...] |
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_metaclass.py | 9 we normalize those into having a suite. 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta') 33 if node.type == syms.suite: 46 """ one-line classes don't get a suite in the parse tree so we add 50 if node.type == syms.suite: 54 # !%@#! one-liners have no suite node, we have to fake one up 59 raise ValueError("No class suite and no ':'!") 61 # move everything into a suite node 62 suite = Node(syms.suite, []) [all...] |
H A D | fix_tuple_params.py | 38 ['->' any] ':' suite=any+ > 51 suite = results["suite"] 54 # TODO(cwinter): suite-cleanup 55 if suite[0].children[1].type == token.INDENT: 57 indent = suite[0].children[1].value 93 line.parent = suite[0] 95 # TODO(cwinter) suite-cleanup 99 elif is_docstring(suite[0].children[start]): 104 line.parent = suite[ [all...] |
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | combiner.py | 31 # {suite name: instance of TestGroups} 34 # {suite name: instance of TestCombiner} 49 self._groups[test.suite.name].add_test(group_key, test) 53 combiner = self._get_combiner(test.suite) 56 test.suite.name) 82 suite, combiner = self._select_suite() 83 groups = self._groups[suite] 91 return combiner.combine('%s-%d' % (suite, self._current_num), sample) 94 """Returns pair (suite name, combiner).""" 96 for n, suite i [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.c | 155 } suite; member 1989 const struct hash_testvec *template = desc->suite.hash.vecs; in alg_test_hash() 1990 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() 2310 const struct aead_test_suite *suite, in generate_aead_message() 2323 if (suite->aad_iv && vec->alen >= ivsize) in generate_aead_message() 2361 mutate_aead_message(rng, vec, suite->aad_iv, ivsize); in generate_aead_message() 2364 if (suite->einval_allowed) in generate_aead_message() 2378 const struct aead_test_suite *suite, in generate_random_aead_testvec() 2427 generate_aead_message(rng, req, suite, vec, prefer_inauthentic); in generate_random_aead_testvec() 2440 &ctx->test_desc->suite in try_to_generate_inauthentic_testvec() 2308 generate_aead_message(struct rnd_state *rng, struct aead_request *req, const struct aead_test_suite *suite, struct aead_testvec *vec, bool prefer_inauthentic) generate_aead_message() argument 2375 generate_random_aead_testvec(struct rnd_state *rng, struct aead_request *req, struct aead_testvec *vec, const struct aead_test_suite *suite, unsigned int maxkeysize, unsigned int maxdatasize, char *name, size_t max_namelen, bool prefer_inauthentic) generate_random_aead_testvec() argument 2651 test_aead(int enc, const struct aead_test_suite *suite, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead() argument 2670 const struct aead_test_suite *suite = &desc->suite.aead; alg_test_aead() local 3228 test_skcipher(int enc, const struct cipher_test_suite *suite, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher() argument 3247 const struct cipher_test_suite *suite = &desc->suite.cipher; alg_test_skcipher() local 3667 const struct cipher_test_suite *suite = &desc->suite.cipher; alg_test_cipher() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_ie.c | 47 u32 suite; in wpa_gen_wpa_ie_wpa() local 59 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, group_cipher); in wpa_gen_wpa_ie_wpa() 60 if (suite == 0) { in wpa_gen_wpa_ie_wpa() 65 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa() 70 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, pairwise_cipher); in wpa_gen_wpa_ie_wpa() 71 if (suite == 0 || in wpa_gen_wpa_ie_wpa() 78 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa() 138 u32 suite; in wpa_gen_wpa_ie_rsn() local 153 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, group_cipher); in wpa_gen_wpa_ie_rsn() 154 if (suite in wpa_gen_wpa_ie_rsn() 280 u32 suite; wpa_gen_wpa_ie_osen() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 155 } suite; member 1886 const struct hash_testvec *template = desc->suite.hash.vecs; in alg_test_hash() 1887 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() 2201 const struct aead_test_suite *suite, in generate_aead_message() 2213 if (suite->aad_iv && vec->alen >= ivsize) in generate_aead_message() 2251 mutate_aead_message(vec, suite->aad_iv, ivsize); in generate_aead_message() 2254 if (suite->einval_allowed) in generate_aead_message() 2267 const struct aead_test_suite *suite, in generate_random_aead_testvec() 2316 generate_aead_message(req, suite, vec, prefer_inauthentic); in generate_random_aead_testvec() 2329 &ctx->test_desc->suite in try_to_generate_inauthentic_testvec() 2200 generate_aead_message(struct aead_request *req, const struct aead_test_suite *suite, struct aead_testvec *vec, bool prefer_inauthentic) generate_aead_message() argument 2265 generate_random_aead_testvec(struct aead_request *req, struct aead_testvec *vec, const struct aead_test_suite *suite, unsigned int maxkeysize, unsigned int maxdatasize, char *name, size_t max_namelen, bool prefer_inauthentic) generate_random_aead_testvec() argument 2540 test_aead(const char *driver, int enc, const struct aead_test_suite *suite, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead() argument 2561 const struct aead_test_suite *suite = &desc->suite.aead; alg_test_aead() local 3111 test_skcipher(const char *driver, int enc, const struct cipher_test_suite *suite, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher() argument 3132 const struct cipher_test_suite *suite = &desc->suite.cipher; alg_test_skcipher() local 3523 const struct cipher_test_suite *suite = &desc->suite.cipher; alg_test_cipher() local [all...] |
/third_party/libcoap/tests/ |
H A D | test_uri.c | 586 CU_pSuite suite; in t_init_uri_tests() local 588 suite = CU_add_suite("uri parser", NULL, NULL); in t_init_uri_tests() 589 if (!suite) { /* signal error */ in t_init_uri_tests() 590 fprintf(stderr, "W: cannot add uri parser test suite (%s)\n", in t_init_uri_tests() 602 URI_TEST(suite, t_parse_uri1); in t_init_uri_tests() 603 URI_TEST(suite, t_parse_uri2); in t_init_uri_tests() 604 URI_TEST(suite, t_parse_uri3); in t_init_uri_tests() 605 URI_TEST(suite, t_parse_uri4); in t_init_uri_tests() 606 URI_TEST(suite, t_parse_uri5); in t_init_uri_tests() 607 URI_TEST(suite, t_parse_uri in t_init_uri_tests() [all...] |
/third_party/littlefs/scripts/ |
H A D | bench.py | 53 self.suite = config.pop('suite') 205 'suite': self.name, 246 for suite in suites: 247 if suite.name in seen: 248 print('%swarning:%s conflicting suite %r, %s and %s' % ( 251 suite.name, 252 suite.path, 253 seen[suite.name].path), 255 seen[suite [all...] |
/third_party/mbedtls/docs/architecture/psa-migration/ |
H A D | outcome-analysis.sh | 83 suite=${data%.data} 84 SUITES="$SUITES $suite" 92 suite=${extra%.sh} 93 SUITES="$SUITES $suite" 101 suite="$3" 103 pattern_suite=";$suite;" 111 name=${suite#test_suite_} 126 for suite in $SUITES; do 127 if compare_suite "$1" "$2" "$suite"; then :; else 128 failed="$failed $suite" [all...] |
/third_party/node/deps/v8/tools/ |
H A D | run_perf.py | 11 The suite json format is expected to be: 15 "name": <optional suite name, file name is default>, 16 "archs": [<architecture name for which this suite is run>, ...], 20 "run_count": <how often will this suite run (optional)>, 21 "run_count_XXX": <how often will this suite run for arch XXX (optional)>, 43 The tests field can also nest other suites in arbitrary depth. A suite 44 with a "main" file is a leaf suite that can contain one more level of 47 A suite's results_regexp is expected to have one string place holder 48 "%s" for the trace name. A trace's results_regexp overwrites suite 51 A suite' [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | dca.mak | 26 fate-dca-$(1): CMD = framemd5 -i $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -c:a pcm_$(2) -af aresample 27 fate-dca-$(1)-dmix_2: CMD = framemd5 -request_channel_layout 0x3 -i $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -c:a pcm_$(2) -af aresample 28 fate-dca-$(1)-dmix_6: CMD = framemd5 -request_channel_layout 0x60f -i $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -c:a pcm_$(2) -af aresample 33 fate-dca-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -f f32le -af aresample - 34 fate-dca-$(1): REF = $(SAMPLES)/dts/dcadec-suite/$(1).f32 43 fate-dca-core_51_24_48_768_1-dmix_2: CMD = ffmpeg -request_channel_layout 0x3 -i $(TARGET_SAMPLES)/dts/dcadec-suite/core_51_24_48_768_1.dtshd -f f32le -af aresample - 44 fate-dca-core_51_24_48_768_1-dmix_2: REF = $(SAMPLES)/dts/dcadec-suite/core_51_24_48_768_1-dmix_2.f32 47 fate-dca-x96_xxch_71_24_96_3840-dmix_2: CMD = ffmpeg -request_channel_layout 0x3 -i $(TARGET_SAMPLES)/dts/dcadec-suite/x96_xxch_71_24_96_3840.dtshd -f f32le -af aresample - 49 fate-dca-x96_xxch_71_24_96_3840-dmix_2: REF = $(SAMPLES)/dts/dcadec-suite/x96_xxch_71_24_96_3840-dmix_6.f32 53 fate-dca-x96_xxch_71_24_96_3840-dmix_6: CMD = ffmpeg -request_channel_layout "FL|FR|FC|LFE|SL|SR" -i $(TARGET_SAMPLES)/dts/dcadec-suite/x96_xxch_71_24_96_384 [all...] |
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | testsuite_test.py | 41 self.suite = TestSuite.Load(self.test_root, self.test_config, 45 self.assertEquals(self.suite.name, "fake_testsuite") 46 self.assertEquals(self.suite.test_config, self.test_config) 49 self.assertIsNone(self.suite.tests) 50 self.assertIsNone(self.suite.statusfile) 53 tests = self.suite.load_tests_from_disk(statusfile_variables={}) 66 self.assertIsNotNone(self.suite.statusfile) 69 tests = self.suite.load_tests_from_disk(statusfile_variables={}) 70 more_tests = self.suite.load_tests_from_disk(statusfile_variables={})
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_ie.c | 47 u32 suite; in wpa_gen_wpa_ie_wpa() local 59 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, group_cipher); in wpa_gen_wpa_ie_wpa() 60 if (suite == 0) { in wpa_gen_wpa_ie_wpa() 65 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa() 70 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, pairwise_cipher); in wpa_gen_wpa_ie_wpa() 71 if (suite == 0 || in wpa_gen_wpa_ie_wpa() 78 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa() 116 u32 suite; in wpa_gen_wpa_ie_rsn() local 131 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, group_cipher); in wpa_gen_wpa_ie_rsn() 132 if (suite in wpa_gen_wpa_ie_rsn() 269 u32 suite; wpa_gen_wpa_ie_osen() local [all...] |
/third_party/littlefs/runners/ |
H A D | test_runner.c | 123 const struct test_suite *suite, 307 // suite/perm updates 308 void test_define_suite(const struct test_suite *suite) { in test_define_suite() argument 310 suite->define_names, suite->define_count}; in test_define_suite() 313 if (lfs_max(suite->define_count, TEST_IMPLICIT_DEFINE_COUNT) in test_define_suite() 317 lfs_max(suite->define_count, TEST_IMPLICIT_DEFINE_COUNT)); in test_define_suite() 334 suite->define_count, in test_define_suite() 368 suite->define_count, in test_define_suite() 392 const struct test_suite *suite, in test_define_perm() 391 test_define_perm( const struct test_suite *suite, const struct test_case *case_, size_t perm) test_define_perm() argument 576 perm_printid( const struct test_suite *suite, const struct test_case *case_, const lfs_emubd_powercycles_t *cycles, size_t cycle_count) perm_printid() argument 617 test_seen_insert( test_seen_t *seen, const struct test_suite *suite, const struct test_case *case_) test_seen_insert() argument 679 case_forperm( const struct test_suite *suite, const struct test_case *case_, const test_define_t *defines, size_t define_count, const lfs_emubd_powercycles_t *cycles, size_t cycle_count, void (*cb)( void *data, const struct test_suite *suite, const struct test_case *case_, const test_powerloss_t *powerloss), void *data) case_forperm() argument 774 perm_count( void *data, const struct test_suite *suite, const struct test_case *case_, const test_powerloss_t *powerloss) perm_count() argument 1097 perm_list_defines( void *data, const struct test_suite *suite, const struct test_case *case_, const test_powerloss_t *powerloss) perm_list_defines() argument 1119 perm_list_permutation_defines( void *data, const struct test_suite *suite, const struct test_case *case_, const test_powerloss_t *powerloss) perm_list_permutation_defines() argument 1324 run_powerloss_none( const lfs_emubd_powercycles_t *cycles, size_t cycle_count, const struct test_suite *suite, const struct test_case *case_) run_powerloss_none() argument 1398 run_powerloss_linear( const lfs_emubd_powercycles_t *cycles, size_t cycle_count, const struct test_suite *suite, const struct test_case *case_) run_powerloss_linear() argument 1491 run_powerloss_log( const lfs_emubd_powercycles_t *cycles, size_t cycle_count, const struct test_suite *suite, const struct test_case *case_) run_powerloss_log() argument 1584 run_powerloss_cycles( const lfs_emubd_powercycles_t *cycles, size_t cycle_count, const struct test_suite *suite, const struct test_case *case_) run_powerloss_cycles() argument 1711 run_powerloss_exhaustive_layer( struct powerloss_exhaustive_cycles *cycles, const struct test_suite *suite, const struct test_case *case_, struct lfs_config *cfg, struct lfs_emubd_config *bdcfg, size_t depth) run_powerloss_exhaustive_layer() argument 1774 run_powerloss_exhaustive( const lfs_emubd_powercycles_t *cycles, size_t cycle_count, const struct test_suite *suite, const struct test_case *case_) run_powerloss_exhaustive() argument 1899 perm_run( void *data, const struct test_suite *suite, const struct test_case *case_, const test_powerloss_t *powerloss) perm_run() argument [all...] |
/third_party/rust/crates/rustix/benches/ |
H A D | mod.rs | 42 mod suite { modules 163 suite::simple_statat, 164 suite::simple_statat_libc, 165 suite::simple_statat_libc_cstr, 166 suite::simple_statat_cstr, 167 suite::simple_clock_gettime, 168 suite::simple_clock_gettime_libc, 169 suite::simple_getpid, 170 suite::simple_getpid_libc
|