Home
last modified time | relevance | path

Searched refs:tests (Results 551 - 575 of 1027) sorted by relevance

1...<<21222324252627282930>>...42

/third_party/skia/tests/
H A DFontNamesTest.cpp11 #include "tests/Test.h"
96 } tests[] = { member
118 for (const auto& test : tests) { in test_synthetic()
H A DSkColorSpaceXformStepsTest.cpp10 #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 DDir.mk89 math-tests := $(wildcard $(S)/test/testcases/directed/*.tst)
93 cat $(math-tests) | $(EMULATOR) build/bin/mathtest $(math-testflags)
/third_party/unity/auto/
H A Dstylize_as_junit.rb90 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 Dcolour_reporter.rb19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i
/third_party/python/PCbuild/
H A Drt.bat6 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 Dvbn.mak1 fate-vbn-%: VBN_FILE = tests/data/$(subst fate-vbn-,,$(@)).vbn
/third_party/cJSON/tests/unity/auto/
H A Dcolour_reporter.rb19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h76 tests[];
/third_party/icu/icu4c/source/test/intltest/
H A Dregcoll.h10 * Collation regression tests.
245 const UChar tests[][CollationRegressionTest::MAX_TOKEN_LEN],
/third_party/libabigail/tests/
H A Dtest-utils.cc13 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 Ddocker_env.sh8 # 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 DMakefile28 $(MAKE) -C $(abs_srcdir)/tests/ test
/third_party/lwip/test/unit/
H A Dlwip_check.h4 /* 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 Dshouty_kebab.rs48 mod tests { modules
H A Dtitle.rs48 mod tests { modules
H A Dkebab.rs47 mod tests { modules
/third_party/python/Lib/distutils/tests/
H A Dtest_install_headers.py6 from distutils.tests import support
/third_party/python/Lib/unittest/
H A D__init__.py7 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 Dtest.sh12 # 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 Dmod.rs6 mod tests; modules
/third_party/rust/crates/nom/examples/
H A Dcustom_error.rs31 mod tests { modules
/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...]
/third_party/curl/tests/
H A Druntests.pl28 # 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...]

Completed in 10 milliseconds

1...<<21222324252627282930>>...42