Home
last modified time | relevance | path

Searched refs:tests (Results 951 - 975 of 1054) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/skia/third_party/externals/jinja2/
H A Dext.py472 filters, and tests.
485 'tests': ['!=', '<', '<=', '==', '>', '>=', 'callable', 'defined',
503 "tests": sorted(self.environment.tests.keys()),
H A Dnodes.py706 test = self.environment.tests.get(self.name)
/third_party/skia/tests/
H A DStrokerTest.cpp15 #include "tests/PathOpsCubicIntersectionTestData.h"
16 #include "tests/PathOpsQuadIntersectionTestData.h"
17 #include "tests/Test.h"
135 cubicPairSetTest(tests, tests_count); in DEF_TEST()
/third_party/pcre2/pcre2/
H A DRunTest4 # Run the PCRE2 tests using the pcre2test program. The appropriate tests are
7 # When JIT support is available, all appropriate tests are run with and without
8 # JIT, unless "-nojit" is given on the command line. There are also two tests
17 # individual test numbers, ranges of tests such as 3-6 or 3- (meaning 3 to the
19 # runs tests 3 to 15, excluding test 10, and just "~10" runs all the tests
20 # except test 10. Whatever order the arguments are in, these tests are always
23 # If no specific tests are selected (which is the case when this script is run
24 # via 'make check') the default is to run all the numbered tests
[all...]
/third_party/rust/crates/clap/src/parser/matches/
H A Darg_matches.rs1895 mod tests { in unwrap_downcast_ref() modules
/third_party/rust/crates/nom/src/combinator/
H A Dmod.rs20 mod tests; modules
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs1468 mod tests { modules
H A Dprint.rs397 mod tests { modules
/third_party/rust/crates/nom/src/bytes/
H A Dcomplete.rs708 mod tests { modules
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc287 // This line tests that we can define tests in an unnamed namespace.
322 // inputs, as that requires death tests, which are expensive. This in TEST()
982 // we can guarantee that the following "random" tests will succeed.
1599 // Restores the Google Test flags that the tests have modified. This will
1655 // Google Test doesn't guarantee the order of tests. The following two
1656 // tests are designed to work regardless of their order.
1838 // Tests that ShouldRunTestOnShard() selects all tests
1929 // Choose an arbitrary number of tests and shards. in TEST()
1962 // Test class, there are no separate tests fo
7712 auto* tests = unittest->GetTestSuite(i); TEST() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java600 * General parse/format tests. Add test cases as needed.
668 logln("cross format/parse tests"); in TestGenericTime()
4649 List<Object[]> tests = new ArrayList(); in TestDotAndAtLeniency()
4659 tests.add(new Object[]{format, formattedString}); in TestDotAndAtLeniency()
4662 tests.add(new Object[]{format, formattedString}); in TestDotAndAtLeniency()
4664 tests.add(new Object[]{format, formattedString.replace("n ", "n. ") + "."}); in TestDotAndAtLeniency()
4667 tests.add(new Object[]{format, formattedString.replace(". ", " ")}); in TestDotAndAtLeniency()
4671 for (Object[] test : tests) { in TestDotAndAtLeniency()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java597 * General parse/format tests. Add test cases as needed.
665 logln("cross format/parse tests"); in TestGenericTime()
4746 List<Object[]> tests = new ArrayList(); in TestDotAndAtLeniency()
4756 tests.add(new Object[]{format, formattedString}); in TestDotAndAtLeniency()
4759 tests.add(new Object[]{format, formattedString}); in TestDotAndAtLeniency()
4761 tests.add(new Object[]{format, formattedString.replace("n ", "n. ") + "."}); in TestDotAndAtLeniency()
4764 tests.add(new Object[]{format, formattedString.replace(". ", " ")}); in TestDotAndAtLeniency()
4768 for (Object[] test : tests) { in TestDotAndAtLeniency()
/third_party/ffmpeg/
H A Dconfigure80 --logfile=FILE log tests and output to FILE [ffbuild/config.log]
475 --valgrind=VALGRIND run "make fate" tests through valgrind to detect memory
497 --ignore-tests=TESTS comma-separated list (without "fate-" prefix
498 in the name) of tests whose result is ignored
501 --disable-large-tests disable tests that use a large amount of memory
4347 target_exec_args="--error-exitcode=1 --malloc-fill=0x2a --track-origins=yes --leak-check=full --gen-suppressions=all --suppressions=$source_path/tests/fate-valgrind.supp"
7591 echo "Ignored FATE tests:"
7817 mkdir -p tests
7818 mkdir -p tests/ap
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c126 /* regression tests ---------------------------------------------------------*/
215 getStringFromDirProps(tests[testNumber].text, tests[testNumber].length, string); in doTests()
216 paraLevel=tests[testNumber].paraLevel; in doTests()
219 log_verbose("ubidi_setPara(tests[%d], paraLevel %d) ok, direction %d paraLevel=%d\n", in doTests()
221 lineStart=tests[testNumber].lineStart; in doTests()
223 doTest(pBiDi, testNumber, tests+testNumber, 0, countRunsFirst); in doTests()
225 ubidi_setLine(pBiDi, lineStart, tests[testNumber].lineLimit, pLine, &errorCode); in doTests()
228 lineStart, tests[testNumber].lineLimit, ubidi_getDirection(pLine), ubidi_getParaLevel(pLine)); in doTests()
229 doTest(pLine, testNumber, tests in doTests()
[all...]
H A Dccapitst.c3344 } tests[]={ in TestEBCDICSwapLFNL() local
3354 for(i=0; i<UPRV_LENGTHOF(tests); ++i) { in TestEBCDICSwapLFNL()
3355 testSwap(tests[i].name, tests[i].swap); in TestEBCDICSwapLFNL()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIBMCalendarTest.java60 // This test tests for specific locale data. This is probably okay in TestWeekend()
705 TestData[] tests = { in TestJB1684()
734 for (int i = 0; i < tests.length; ++i) { in TestJB1684()
735 TestData test = tests[i]; in TestJB1684()
894 * Miscellaneous tests to increase coverage.
1671 // try similar tests for era 1 (if calendar has it), in which years always go forward in TestAddRollEra0AndEraBounds()
1720 // if current era > 1, try the same roll tests for current era in TestAddRollEra0AndEraBounds()
/third_party/python/Lib/test/
H A Dtest_weakref.py164 # tests that all references to the object are invalidated
329 # PyWeakref_NewRef() and PyWeakref_NewProxy(). (Two tests.)
2238 def load_tests(loader, tests, pattern):
2239 tests.addTest(doctest.DocTestSuite())
2240 return tests
H A Dtest_patma.py3211 tests = []
3214 tests.append(getattr(self, attr))
3215 tests *= count
3217 for test in tests:
/third_party/curl/projects/
H A Dbuild-wolfssl.bat322 rem For tests to run properly the wolfSSL directory must remain the current.
/third_party/jinja2/
H A Dext.py616 filters, and tests.
629 'tests': ['!=', '<', '<=', '==', '>', '>=', 'callable', 'defined',
647 "tests": sorted(self.environment.tests.keys()),
H A Dnodes.py757 env_map = eval_ctx.environment.tests
807 ``as_const`` shares the same logic for filters and tests. Tests
/third_party/littlefs/
H A DMakefile28 TESTS ?= $(wildcard tests/*.toml)
379 ## Run the tests, -j enables parallel tests
384 ## List the tests
/third_party/node/lib/internal/test_runner/
H A Dtest.js391 // early to avoid trying to process any more tests since they would be
658 // Do not abort hooks and the root test as hooks instance are shared between tests suite so aborting them will
659 // cause them to not run for further tests.
667 // tests that were pending due to available concurrency.
671 // This helps catch any asynchronous activity that occurs after the tests
723 // all of the tests have finished running. However, there might be
746 reporter.diagnostic(nesting, loc, `tests ${harness.counters.all}`);
/third_party/node/test/internet/
H A Dtest-dns.js737 console.log(`${completed} tests completed`);
/third_party/node/test/parallel/
H A Dtest-crypto-sign-verify.js153 // Special tests for RSA_PKCS1_PSS_PADDING
303 example.tests.forEach((test) => testVerify(publicKey, test));

Completed in 66 milliseconds

1...<<31323334353637383940>>...43