Home
last modified time | relevance | path

Searched defs:suite (Results 1 – 25 of 97) 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
132 u32 suite; in wpa_gen_wpa_ie_rsn() local
272 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/harfbuzz/test/api/
Dmeson.build77 suite = ['api'] variable
/third_party/node/deps/npm/node_modules/fast-json-stable-stringify/benchmark/
Dindex.js4 const suite = new Benchmark.Suite; constant
/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/selinux/libsepol/tests/
Dtest-cond.c89 int cond_add_tests(CU_pSuite suite) in cond_add_tests()
Dlibsepol-tests.c61 CU_pSuite suite = NULL; in do_tests() local
/third_party/python/Lib/test/test_email/
Dtorture_test.py120 def suite(): function
/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
1154 u32 cipher, suite, selector, mask; in wpa_auth_write_fd_rsn_info() local
/third_party/python/Lib/sqlite3/test/
Ddump.py73 def suite(): function
/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