Home
last modified time | relevance | path

Searched refs:tests (Results 526 - 550 of 1054) sorted by relevance

1...<<21222324252627282930>>...43

/third_party/python/Lib/test/
H A Dtest_ttk_guionly.py35 def load_tests(loader, tests, pattern):
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmemcmp.rs78 mod tests { modules
H A Drand.rs52 mod tests { modules
/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/
H A Dcase05_init001.py27 self.tests = [
/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],
H A Ditspoof.cpp10 * IntlTestSpoof tests for USpoofDetector
68 * "sc" is the ready-to-go SpoofChecker for use in the tests.
535 // Additional tests in testScriptSet()
559 } tests[] = { in testRestrictionLevel() local
587 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) { in testRestrictionLevel()
589 const Test &test = tests[testNum]; in testRestrictionLevel()
632 } tests[] = { in testMixedNumbers() local
648 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) { in testMixedNumbers()
651 Test &test = tests[testNum]; in testMixedNumbers()
H A Dapicoll.cpp25 // 6/30/97 helena Added tests for CollationElementIterator::setText, getOffset
81 logln("The property tests begin : "); in TestProperty()
442 logln("hashCode tests begin."); in TestHashCode()
475 logln("hashCode tests end."); in TestHashCode()
605 logln("Equality tests : "); in TestCollationKey()
844 logln("The operator tests begin : "); in TestOperators()
894 logln("operator tests ended."); in TestOperators()
960 logln("The compare tests begin : "); in TestCompare()
1012 logln("The compare tests end."); in TestCompare()
1082 - very bad if you try to run the tests o in TestSortKey()
1808 struct teststruct tests[] = { TestBounds() local
1924 const char *tests[20]; TestGetTailoredSet() member
[all...]
/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/unity/auto/
H A Dcolour_reporter.rb19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i
/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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
H A DSpoofCheckerTest.java217 * The checks that were disabled just above are the same ones that the "scMixed" test fails. So with those tests in TestGetSetChecks()
354 * IntlTestSpoof is the top level test class for the Unicode Spoof detection tests
360 * IntlTestSpoof tests for USpoofDetector
475 // The spoof checker should only return those tests that the user requested. This test makes sure that in TestConfusableFlagVariants()
485 Object[][] tests = { in TestConfusableFlagVariants()
519 for (Object[] test : tests) { in TestConfusableFlagVariants()
561 Object[][] tests = { in TestRestrictionLevel()
585 for (Object[] test : tests) { in TestRestrictionLevel()
612 Object[][] tests = { in TestMixedNumbers()
628 for (Object[] test : tests) { in TestMixedNumbers()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java214 * The checks that were disabled just above are the same ones that the "scMixed" test fails. So with those tests in TestGetSetChecks()
351 * IntlTestSpoof is the top level test class for the Unicode Spoof detection tests
357 * IntlTestSpoof tests for USpoofDetector
472 // The spoof checker should only return those tests that the user requested. This test makes sure that in TestConfusableFlagVariants()
482 Object[][] tests = { in TestConfusableFlagVariants()
516 for (Object[] test : tests) { in TestConfusableFlagVariants()
558 Object[][] tests = { in TestRestrictionLevel()
582 for (Object[] test : tests) { in TestRestrictionLevel()
609 Object[][] tests = { in TestMixedNumbers()
625 for (Object[] test : tests) { in TestMixedNumbers()
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...43