Searched refs:tests (Results 626 - 650 of 1092) sorted by relevance
1...<<21222324252627282930>>...44
| /third_party/rust/crates/aho-corasick/src/ |
| H A D | tests.rs | 10 /// 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 D | es31cSampleShadingTests.cpp | 135 } 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 D | crypto_module_tests.c | 2 * 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 D | crypto_module_tests.c | 2 * 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 D | concurrent.py | 446 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 D | lib.rs | 68 mod tests { modules
|
| /foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
| H A D | case09_once004.py | 29 self.tests = [
|
| H A D | case10_delay_time002.py | 29 self.tests = [
|
| H A D | case19_switch002.py | 29 self.tests = [
|
| H A D | case18_switch001.py | 30 self.tests = [
|
| H A D | case21_add001.py | 30 self.tests = [
|
| H A D | case20_timer003.py | 29 self.tests = [
|
| H A D | case11_delay_time003.py | 29 self.tests = [
|
| H A D | case12_delay_time001.py | 29 self.tests = [
|
| H A D | case13_param001.py | 29 self.tests = [
|
| H A D | case24_sub001.py | 31 self.tests = [
|
| H A D | case26_init001.py | 41 self.tests = [
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | ffprobe.mak | 1 FFPROBE_TEST_FILE=tests/data/ffprobe-test.nut
|
| /third_party/fsverity-utils/scripts/ |
| H A D | do-release.sh | 42 ./scripts/run-tests.sh
|
| /third_party/libabigail/tests/ |
| H A D | test-read-common.h | 6 /// 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 D | network.sh | 15 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 D | hash.t | 8 use Test::More tests => 13;
|
| H A D | safe2.t | 14 plan tests => 12;
|
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/ |
| H A D | Simple.pm | 75 plan tests => 1;
|
| /third_party/rust/crates/bindgen/ci/ |
| H A D | test.sh | 132 # Run the tests 133 (cd bindgen-tests && cargo test $CARGO_ARGS) 138 # Run the integration tests
|
Completed in 11 milliseconds
1...<<21222324252627282930>>...44