Home
last modified time | relevance | path

Searched refs:tests (Results 626 - 650 of 1092) sorted by relevance

1...<<21222324252627282930>>...44

/third_party/rust/crates/aho-corasick/src/
H A Dtests.rs10 /// Aho-Corasick automaton. The tests are categorized and grouped appropriately
43 // but each collection should have some tests that no other collection has.
85 // Now define the individual tests that make up the collections above.
87 /// A collection of tests for the Aho-Corasick algorithm that should always be
148 /// A collection of *anchored* tests for the Aho-Corasick algorithm that should
167 /// These tests generally shouldn't pass for leftmost-{first,longest}, although
168 /// some do in order to write clearer tests. For example, standard000 will
312 /// Tests for non-overlapping leftmost-first match semantics. These tests
367 /// Tests for non-overlapping leftmost-longest match semantics. These tests
425 /// Generally these tests should
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp135 } tests[] = { in iterate() local
138 for (int i = 0; i < DE_LENGTH_OF_ARRAY(tests); ++i) in iterate()
140 m_pGLMinSampleShading(tests[i].input); in iterate()
143 if (result != tests[i].result) in iterate()
549 : TestCaseGroup(context, "render", "Sample Shading render tests"), m_glslVersion(glslVersion) in SampleShadingRenderTests()
582 : TestCaseGroup(context, "sample_shading", "Sample Shading tests"), m_glslVersion(glslVersion) in SampleShadingTests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_module_tests.c2 * crypto module tests
753 } tests[] = { in test_md5() local
798 for (i = 0; i < ARRAY_SIZE(tests); i++) { in test_md5()
801 addr[0] = (u8 *) tests[i].data; in test_md5()
802 len[0] = strlen(tests[i].data); in test_md5()
804 os_memcmp(hash, tests[i].hash, 16) != 0) { in test_md5()
811 addr[0] = (u8 *) tests[i].data; in test_md5()
812 len[0] = strlen(tests[i].data); in test_md5()
813 addr[1] = (u8 *) tests[i].data + 1; in test_md5()
814 len[1] = strlen(tests[ in test_md5()
1277 } tests[] = { global() variable
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_module_tests.c2 * crypto module tests
902 } tests[] = { in test_md5() local
947 for (i = 0; i < ARRAY_SIZE(tests); i++) { in test_md5()
950 addr[0] = (u8 *) tests[i].data; in test_md5()
951 len[0] = strlen(tests[i].data); in test_md5()
953 os_memcmp(hash, tests[i].hash, 16) != 0) { in test_md5()
960 addr[0] = (u8 *) tests[i].data; in test_md5()
961 len[0] = strlen(tests[i].data); in test_md5()
962 addr[1] = (u8 *) tests[i].data + 1; in test_md5()
963 len[1] = strlen(tests[ in test_md5()
1426 } tests[] = { global() variable
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dconcurrent.py446 ReportConstant.tests, 0)) + int(
447 history_testsuite_element.get(ReportConstant.tests, 0))
448 testsuites_element.set(ReportConstant.tests,
459 ReportConstant.tests, 0)) + pass_num
460 target_testsuite_element.set(ReportConstant.tests,
463 ReportConstant.tests, 0)) + pass_num
464 testsuites_element.set(ReportConstant.tests, str(inherited_test))
/base/request/request/services/src/
H A Dlib.rs68 mod tests { modules
/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/
H A Dcase09_once004.py29 self.tests = [
H A Dcase10_delay_time002.py29 self.tests = [
H A Dcase19_switch002.py29 self.tests = [
H A Dcase18_switch001.py30 self.tests = [
H A Dcase21_add001.py30 self.tests = [
H A Dcase20_timer003.py29 self.tests = [
H A Dcase11_delay_time003.py29 self.tests = [
H A Dcase12_delay_time001.py29 self.tests = [
H A Dcase13_param001.py29 self.tests = [
H A Dcase24_sub001.py31 self.tests = [
H A Dcase26_init001.py41 self.tests = [
/third_party/ffmpeg/tests/fate/
H A Dffprobe.mak1 FFPROBE_TEST_FILE=tests/data/ffprobe-test.nut
/third_party/fsverity-utils/scripts/
H A Ddo-release.sh42 ./scripts/run-tests.sh
/third_party/libabigail/tests/
H A Dtest-read-common.h6 /// This file declares the common functionality for tests in
28 namespace tests namespace
46 /// The task that performs the tests.
65 /// in the tests container @ref
66 /// abigail::tests::read_common::InOutSpec.
75 /// entry in the tests container @ref
76 /// abigail::tests::read_common::InOutSpec.
88 /// entry in the tests container @ref
89 /// abigail::tests::read_common::InOutSpec.
181 }//end namespace tests
[all...]
/third_party/ltp/testscripts/
H A Dnetwork.sh15 CMDFILE=${TMPDIR}/network.tests
26 echo " -6 IPv6 tests"
27 echo " -m multicast tests"
28 echo " -n NFS tests"
29 echo " -s SCTP tests"
30 echo " -t TCP/IP command tests"
31 echo " -c RPC and TI-RPC tests"
32 echo " -d TS-RPC tests"
33 echo " -a Application stress tests (HTTP, SSH, DNS)"
34 echo " -e Interface stress tests"
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t8 use Test::More tests => 13;
H A Dsafe2.t14 plan tests => 12;
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm75 plan tests => 1;
/third_party/rust/crates/bindgen/ci/
H A Dtest.sh132 # Run the tests
133 (cd bindgen-tests && cargo test $CARGO_ARGS)
138 # Run the integration tests

Completed in 11 milliseconds

1...<<21222324252627282930>>...44