| /third_party/skia/tests/ |
| H A D | FontNamesTest.cpp | 11 #include "tests/Test.h" 96 } tests[] = { member 118 for (const auto& test : tests) { in test_synthetic()
|
| H A D | SkColorSpaceXformStepsTest.cpp | 10 #include "tests/Test.h" 34 Test tests[] = { in DEF_TEST() local 134 for (const Test& t : tests) { in DEF_TEST()
|
| /third_party/optimized-routines/math/ |
| H A D | Dir.mk | 89 math-tests := $(wildcard $(S)/test/testcases/directed/*.tst) 93 cat $(math-tests) | $(EMULATOR) build/bin/mathtest $(math-testflags)
|
| /third_party/unity/auto/ |
| H A D | stylize_as_junit.rb | 90 tests, failures, ignored = parse_test_summary(lines) 91 result_output[:counts][:total] = tests 181 stream.puts "\t<testsuite errors=\"0\" skipped=\"#{counts[:ignored]}\" failures=\"#{counts[:failed]}\" tests=\"#{counts[:total]}\" name=\"unity\">" 206 puts "Writing ignored tests for test harness: #{filename}"
|
| H A D | colour_reporter.rb | 19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i
|
| /third_party/python/PCbuild/ |
| H A D | rt.bat | 6 rem -q "quick" -- normally the tests are run twice, the first time
8 rem -q runs the tests just once, and without deleting .pyc files.
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | vbn.mak | 1 fate-vbn-%: VBN_FILE = tests/data/$(subst fate-vbn-,,$(@)).vbn
|
| /third_party/cJSON/tests/unity/auto/ |
| H A D | colour_reporter.rb | 19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cbiditst.h | 76 tests[];
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | regcoll.h | 10 * Collation regression tests. 245 const UChar tests[][CollationRegressionTest::MAX_TOKEN_LEN],
|
| /third_party/libabigail/tests/ |
| H A D | test-utils.cc | 13 namespace tests namespace 54 /// @param passed_count the number of passed tests. This is going to 57 /// @param failed_count the number of failed tests. This is going to 60 /// @param total_count the total number of tests. This is going to be 85 /// @param total_count the total number of tests executed. 87 /// @param passed_count the number of tests that succeeded. 89 /// @param failed_count the number of tests that failed. 101 std::cout << "Total number of tests executed: " << total_count in emit_test_summary() 102 << " Number of tests PASSED: " << passed_count in emit_test_summary() 103 << ", Number of tests FAILE in emit_test_summary() [all...] |
| /third_party/mbedtls/tests/scripts/ |
| H A D | docker_env.sh | 8 # This is a helper script to enable running tests under a Docker container, 70 tests/docker/${MBEDTLS_DOCKER_GUEST}
|
| /third_party/ltp/metadata/ |
| H A D | Makefile | 28 $(MAKE) -C $(abs_srcdir)/tests/ test
|
| /third_party/lwip/test/unit/ |
| H A D | lwip_check.h | 4 /* Common header file for lwIP unit tests using the check framework */ 41 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown);
|
| /third_party/rust/crates/heck/src/ |
| H A D | shouty_kebab.rs | 48 mod tests { modules
|
| H A D | title.rs | 48 mod tests { modules
|
| H A D | kebab.rs | 47 mod tests { modules
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_install_headers.py | 6 from distutils.tests import support
|
| /third_party/python/Lib/unittest/ |
| H A D | __init__.py | 7 text-based utility class for running the tests and reporting the results 76 # There are no tests here, so don't try to run anything discovered from 78 # tests come from within unittest.test. 79 def load_tests(loader, tests, pattern): 87 # It imports asyncio, which is relatively heavy, but most tests
|
| /third_party/rust/crates/minimal-lexical/ci/ |
| H A D | test.sh | 12 # Force default tests to disable default feature on NO_STD. 15 DOCTESTS="--tests" 33 cargo check --tests $check_features 52 # Default tests. 63 # Default tests.
|
| /third_party/rust/crates/nom/src/character/ |
| H A D | mod.rs | 6 mod tests; modules
|
| /third_party/rust/crates/nom/examples/ |
| H A D | custom_error.rs | 31 mod tests { modules
|
| /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...] |
| /third_party/curl/tests/ |
| H A D | runtests.pl | 28 # Experimental hooks are available to run tests remotely on machines that 44 # the contents of the tests/server/ directory must be from the host 47 # Note that even with these changes a number of tests will still fail (mainly 67 # Define srcdir to the location of the tests source directory. This is 139 my %disabled_keywords; # key words of tests to skip 140 my %ignored_keywords; # key words of tests to ignore results 141 my %enabled_keywords; # key words of tests to run 171 my %runnersrunning; # tests currently running by runner ID 178 my $keepoutfiles; # keep stdout and stderr files after tests 180 my $postmortem; # display detailed info about failed tests [all...] |