Home
last modified time | relevance | path

Searched defs:suite (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/selinux/libsepol/cil/test/unit/
DCilTest.c158 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
DAllTests.c44 CuSuite* suite = CuSuiteNew(); in RunAllTests() local
/third_party/skia/third_party/externals/expat/expat/tests/
Dminicheck.c51 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/
Dworker.ts113 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/
DCONTRIBUTING.md30 ##### In the [`serde`] directory
37 ##### In the [`test_suite`] directory
/third_party/mesa3d/.gitlab-ci/windows/
Ddeqp_runner_run.ps117 $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/
DDecoderTest.java32 public static TestSuite suite() throws IOException { in suite() method in DecoderTest
33 TestSuite suite = new TestSuite(); in suite() local
DBrotliDecoderChannelTest.java34 public static TestSuite suite() throws IOException { in suite() method in BrotliDecoderChannelTest
35 TestSuite suite = new TestSuite(); in suite() local
DBrotliInputStreamTest.java32 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/
DEncoderTest.java26 public static TestSuite suite() throws IOException { in suite() method in EncoderTest
27 TestSuite suite = new TestSuite(); in suite() local
DBrotliOutputStreamTest.java37 public static TestSuite suite() throws IOException { in suite() method in BrotliOutputStreamTest
38 TestSuite suite = new TestSuite(); in suite() local
DBrotliEncoderChannelTest.java39 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/
Dwpa_ie.c47 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/
Dwpa_ie.c47 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__.py9 def suite(): function
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dmeson.build80 suite = ['api'] variable
/third_party/littlefs/runners/
Dtest_runner.c308 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 …]
Dbench_runner.c295 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/
Drun_perf.py331 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/
Dtest-cond.c89 int cond_add_tests(CU_pSuite suite) in cond_add_tests()
Dlibsepol-tests.c63 CU_pSuite suite = NULL; in do_tests() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DExtensionRegistryFactoryTest.java213 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/
Dwpa_auth_ie.c32 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/
Dfix_metaclass.py123 def fixup_indent(suite): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_common.c107 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

1234