| /third_party/selinux/libsepol/cil/test/unit/ |
| D | CilTest.c | 158 CuSuite* suite = CuSuiteNew(); in CilTreeGetResolveSuite() local 660 CuSuite* suite = CuSuiteNew(); in CilTreeGetBuildSuite() local 1735 CuSuite* suite = CuSuiteNew(); in CilTreeGetSuite() local 1969 CuSuite* suite = CuSuiteNew(); in CilTestFullCil() local
|
| D | AllTests.c | 44 CuSuite* suite = CuSuiteNew(); in RunAllTests() local
|
| /third_party/skia/third_party/externals/expat/expat/tests/ |
| D | minicheck.c | 51 Suite *suite = (Suite *)calloc(1, sizeof(Suite)); in suite_create() local 68 suite_add_tcase(Suite *suite, TCase *tc) { in suite_add_tcase() 111 suite_free(Suite *suite) { in suite_free() 125 srunner_create(Suite *suite) { in srunner_create() 164 Suite *suite; in srunner_run_all() local
|
| /third_party/typescript/src/testRunner/parallel/ |
| D | worker.ts | 113 const suite = new Suite(title, suites[0].ctx); constant 150 for (const suite of unitTestSuite.suites) { constant 199 const suite = new Suite("", new Mocha.Context()); constant
|
| /third_party/rust/crates/serde/ |
| D | CONTRIBUTING.md | 30 ##### In the [`serde`] directory 37 ##### In the [`test_suite`] directory
|
| /third_party/mesa3d/.gitlab-ci/windows/ |
| D | deqp_runner_run.ps1 | 17 $suite = ".\_install\deqp-dozen.toml" variable 21 deqp-runner suite --suite $($suite) --output $($results) --baseline $($baseline) --testlog-to-xml C… variable
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
| D | DecoderTest.java | 32 public static TestSuite suite() throws IOException { in suite() method in DecoderTest 33 TestSuite suite = new TestSuite(); in suite() local
|
| D | BrotliDecoderChannelTest.java | 34 public static TestSuite suite() throws IOException { in suite() method in BrotliDecoderChannelTest 35 TestSuite suite = new TestSuite(); in suite() local
|
| D | BrotliInputStreamTest.java | 32 public static TestSuite suite() throws IOException { in suite() method in BrotliInputStreamTest 33 TestSuite suite = new TestSuite(); in suite() local
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
| D | EncoderTest.java | 26 public static TestSuite suite() throws IOException { in suite() method in EncoderTest 27 TestSuite suite = new TestSuite(); in suite() local
|
| D | BrotliOutputStreamTest.java | 37 public static TestSuite suite() throws IOException { in suite() method in BrotliOutputStreamTest 38 TestSuite suite = new TestSuite(); in suite() local
|
| D | BrotliEncoderChannelTest.java | 39 public static TestSuite suite() throws IOException { in suite() method in BrotliEncoderChannelTest 40 TestSuite suite = new TestSuite(); in suite() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
| D | wpa_ie.c | 47 u32 suite; in wpa_gen_wpa_ie_wpa() local 138 u32 suite; in wpa_gen_wpa_ie_rsn() local 280 u32 suite; in wpa_gen_wpa_ie_osen() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
| D | wpa_ie.c | 47 u32 suite; in wpa_gen_wpa_ie_wpa() local 116 u32 suite; in wpa_gen_wpa_ie_rsn() local 269 u32 suite; in wpa_gen_wpa_ie_osen() local
|
| /third_party/python/Lib/unittest/test/ |
| D | __init__.py | 9 def suite(): function
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| D | meson.build | 80 suite = ['api'] variable
|
| /third_party/littlefs/runners/ |
| D | test_runner.c | 308 void test_define_suite(const struct test_suite *suite) { in test_define_suite() 392 const struct test_suite *suite, in test_define_perm() 577 const struct test_suite *suite, in perm_printid() 619 const struct test_suite *suite, in test_seen_insert() 680 const struct test_suite *suite, in case_forperm() 776 const struct test_suite *suite, in perm_count() 1099 const struct test_suite *suite, in perm_list_defines() 1121 const struct test_suite *suite, in perm_list_permutation_defines() 1327 const struct test_suite *suite, in run_powerloss_none() 1401 const struct test_suite *suite, in run_powerloss_linear() [all …]
|
| D | bench_runner.c | 295 void bench_define_suite(const struct bench_suite *suite) { in bench_define_suite() 379 const struct bench_suite *suite, in bench_define_perm() 608 const struct bench_suite *suite, in perm_printid() 639 const struct bench_suite *suite, in bench_seen_insert() 689 const struct bench_suite *suite, in case_forperm() 751 const struct bench_suite *suite, in perm_count() 1066 const struct bench_suite *suite, in perm_list_defines() 1086 const struct bench_suite *suite, in perm_list_permutation_defines() 1287 const struct bench_suite *suite, in perm_run()
|
| /third_party/node/deps/v8/tools/ |
| D | run_perf.py | 331 def __init__(self, suite, parent, arch): argument 391 def __init__(self, suite, parent, arch): argument 441 def __init__(self, suite, parent, arch): argument 517 def __init__(self, suite, parent, arch): argument 525 def MakeGraphConfig(suite, arch, parent): argument 545 def BuildGraphConfigs(suite, arch, parent): argument
|
| /third_party/selinux/libsepol/tests/ |
| D | test-cond.c | 89 int cond_add_tests(CU_pSuite suite) in cond_add_tests()
|
| D | libsepol-tests.c | 63 CU_pSuite suite = NULL; in do_tests() local
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | ExtensionRegistryFactoryTest.java | 213 public static Test suite() { in suite() method in ExtensionRegistryFactoryTest 214 TestSuite suite = new TestSuite(); in suite() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| D | wpa_auth_ie.c | 32 u32 suite; in wpa_write_wpa_ie() local 127 u32 suite; in wpa_write_rsn_ie() local 1164 u32 cipher, suite, selector, mask; in wpa_auth_write_fd_rsn_info() local
|
| /third_party/python/Lib/lib2to3/fixes/ |
| D | fix_metaclass.py | 123 def fixup_indent(suite): argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| D | tlsv1_common.c | 107 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite) in tls_get_cipher_suite() 129 const struct tls_cipher_suite *suite; in tls_server_key_exchange_allowed() local
|