| /third_party/python/Lib/test/test_email/ |
| H A D | torture_test.py | 120 def load_tests(loader, tests, pattern):
|
| /third_party/rust/crates/regex/regex-syntax/src/ |
| H A D | lib.rs | 267 mod tests { modules
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | mov.mak | 145 # FIXME: Uncomment these two tests once the test files are uploaded to the fate 165 fate-mov-channel-description: tests/data/asynth-44100-1.wav tests/data/filtergraphs/mov-channel-description 166 fate-mov-channel-description: CMD = transcode wav $(TARGET_PATH)/tests/data/asynth-44100-1.wav mov "-filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/mov-channel-description -map [outFL] -map [outFR] -map [outFC] -map [outLFE] -map [outBL] -map [outBR] -map [outDL] -map [outDR] -c:a pcm_s16le" "-map 0 -c copy -frames:a 0"
|
| H A D | ac3.mak | 88 fate-ac3-fixed-encode: tests/data/asynth-44100-2.wav 89 fate-ac3-fixed-encode: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cdtrgtst.c | 47 addTest(root, &Test_GEec, "tsformat/cdtrgtst/Test_GEec"); /* tests for format chars GEec, jitterbugs 5726 6072 6585 */ in addDateForRgrTest() 386 const char* tests [] = { in Test4073003() local 405 datestr=(UChar*)malloc(sizeof(UChar) * (strlen(tests[i])+1)); in Test4073003() 406 u_uastrcpy(datestr, tests[i]); in Test4073003() 415 datestr=(UChar*)malloc(sizeof(UChar) * (strlen(tests[i+1])+1)); in Test4073003() 416 u_uastrcpy(datestr, tests[i+1]); in Test4073003()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
| H A D | IslamicTest.java | 58 int[][] tests = new int[][] { in TestRoll() 77 doRollAdd(ROLL, cal, tests); in TestRoll() 80 doRollAdd(ROLL, cal, tests); in TestRoll() 90 final TestCase[] tests = { in TestCivilCases() 137 doTestCases(tests, civilCalendar); in TestCivilCases()
|
| H A D | CalendarTestFmwk.java | 161 protected void doRollAdd(boolean roll, Calendar cal, int[][] tests) in doRollAdd() argument 165 for (int i = 0; i < tests.length; i++) { in doRollAdd() 166 int[] test = tests[i]; in doRollAdd()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| H A D | IslamicTest.java | 55 int[][] tests = new int[][] { in TestRoll() 74 doRollAdd(ROLL, cal, tests); in TestRoll() 77 doRollAdd(ROLL, cal, tests); in TestRoll() 87 final TestCase[] tests = { in TestCivilCases() 134 doTestCases(tests, civilCalendar); in TestCivilCases()
|
| H A D | CalendarTestFmwk.java | 158 protected void doRollAdd(boolean roll, Calendar cal, int[][] tests) in doRollAdd() argument 162 for (int i = 0; i < tests.length; i++) { in doRollAdd() 163 int[] test = tests[i]; in doRollAdd()
|
| /third_party/node/deps/v8/tools/testrunner/ |
| H A D | base_runner.py | 56 "wasm-spec-tests", 65 "wasm-api-tests", 72 "wasm-spec-tests", 80 "wasm-api-tests", 314 tests = self._load_testsuite_generators(args, options) 316 print(">>> Running tests for %s.%s" % (self.build_config.arch, 318 exit_code = self._do_execute(tests, args, options) 337 parser.usage = '%prog [options] [tests]' 350 help="The architecture to run tests for") 370 help="The device ID to run Android tests o [all...] |
| /third_party/node/deps/v8/tools/testrunner/testproc/ |
| H A D | progress.py | 29 """Tracks number of results and stops to run tests if max_failures reached.""" 101 print("=== All tests succeeded") 106 print("=== %d tests failed" % len(self._failed)) 108 print("=== %d tests were flaky" % flaky) 110 print("=== %d tests CRASHED" % crashed) 172 # feedback channel from the workers, providing which tests are currently run. 406 # We want to drop stdout/err for all passed tests on the first try, but we 419 self.tests = util.FixedSizeTopList( 436 # Omit tests that run as expected on the first try. 461 self.tests [all...] |
| /third_party/musl/scripts/ |
| H A D | runtest_Windows.bat | 13 set REMOTE=/data/tests/libc-test
63 hdc shell rm -rf /data/tests/libc-test
64 hdc shell mkdir /data/tests
|
| /third_party/lwip/test/unit/udp/ |
| H A D | test_udp.c | 8 #error "This tests needs UDP- and MEMP-statistics enabled" 462 /** Create the suite including all tests for this module */ 466 testfunc tests[] = { in udp_suite() local 471 return create_suite("UDP", tests, sizeof(tests)/sizeof(testfunc), udp_setup, udp_teardown); in udp_suite()
|
| /third_party/rust/crates/cxx/tests/ffi/ |
| H A D | tests.h | 35 namespace tests { namespace in A::AEnum 218 } // namespace tests 221 void ns_c_take_trivial(::tests::D d); 222 ::tests::D ns_c_return_trivial();
|
| /third_party/openssl/test/ |
| H A D | dtlsv1listentest.c | 246 } tests; typedef 248 static tests testpackets[9] = { 296 tests *tp = &testpackets[i]; in dtls_listen_test()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupUniformControlFlowTests.cpp | 138 // For the compute shader tests, there are variants for implementations in checkSupport() 141 // these tests if the extension is supported so tests are only supported in checkSupport() 156 TCU_THROW(NotSupportedError, "These tests are not enabled for subgroup size control implementations"); in checkSupport() 161 // The are large and small variants of the tests. The large variants in checkSupport() 174 template<bool requirements> void addTestsForAmberFiles(tcu::TestCaseGroup* tests, CaseGroup group) in addTestsForAmberFiles() argument 176 tcu::TestContext& testCtx = tests->getTestContext(); in addTestsForAmberFiles() 203 tests->addChild(testCase); in addTestsForAmberFiles() 211 // There are four main groups of tests. Each group runs the same set of base in createSubgroupUniformControlFlowTests() 214 // tests, shader in createSubgroupUniformControlFlowTests() [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_http_cookies.py | 248 # tests valid and invalid reserved keys for Morsels 263 # tests the .set method to set keys and their values 483 def load_tests(loader, tests, pattern): 484 tests.addTest(doctest.DocTestSuite(cookies)) 485 return tests
|
| /third_party/vixl/tools/ |
| H A D | test.py | 98 '''This tool runs all tests matching the specified filters for multiple 104 help='Run tests matching all of the (regexp) filters.') 152 help='''Runs the tests using N jobs. If the option is set but no value is 169 help='Do not run tests.') 177 Note that a few tests are known to fail because of 369 tests = test_runner.TestQueue() 426 # Don't run the tests for this configuration if the build failed. 438 tests.AddTests( 447 rc.Combine(tests.Run(args.jobs, args.verbose))
|
| /third_party/python/Lib/unittest/test/ |
| H A D | test_program.py | 17 tests = [self] 24 return tests 28 self.assertEqual(suite._tests, tests) 378 # running tests with filenames instead of module names 466 self.assertIn('Ran 7 tests', run_unittest([t])) 467 self.assertIn('Ran 7 tests', run_unittest(['-k', 'TestWarnings', t])) 468 self.assertIn('Ran 7 tests', run_unittest(['discover', '-p', '*_test*', '-k', 'TestWarnings'])) 469 self.assertIn('Ran 2 tests', run_unittest(['-k', 'f', t])) 470 self.assertIn('Ran 7 tests', run_unittest(['-k', 't', t])) 471 self.assertIn('Ran 3 tests', run_unittes [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupUniformControlFlowTests.cpp | 140 // For the compute shader tests, there are variants for implementations in checkSupport() 143 // these tests if the extension is supported so tests are only supported in checkSupport() 158 TCU_THROW(NotSupportedError, "These tests are not enabled for subgroup size control implementations"); in checkSupport() 163 // The are large and small variants of the tests. The large variants in checkSupport() 176 template<bool requirements> void addTestsForAmberFiles(tcu::TestCaseGroup* tests, CaseGroup group) in addTestsForAmberFiles() argument 178 tcu::TestContext& testCtx = tests->getTestContext(); in addTestsForAmberFiles() 206 tests->addChild(testCase); in addTestsForAmberFiles() 214 // There are four main groups of tests. Each group runs the same set of base in createSubgroupUniformControlFlowTests() 217 // tests, shader in createSubgroupUniformControlFlowTests() [all...] |
| /third_party/vk-gl-cts/modules/gles2/stress/ |
| H A D | es2sDrawTests.cpp | 21 * \brief Drawing tests. 115 const IndexTest tests[] = in init() local 128 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx) in init() 130 const IndexTest& indexTest = tests[testNdx]; in init() 185 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init() 406 : TestCaseGroup(context, "draw", "Drawing tests") in DrawTests()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | DateFormatRegressionTest.java | 413 String tests[] = {"12/25/61", "12/25/1961", "4/3/2010", "4/3/10"}; in Test4073003() 415 Date d = fmt.parse(tests[i]); in Test4073003() 416 Date dd = fmt.parse(tests[i + 1]); in Test4073003() 911 String tests = "7:25:43\u202FAM"; in Test714() 913 if (!s.equals(tests)) { in Test714() 914 errln("Fail: " + s + " != " + tests); in Test714() 916 logln("OK: " + s + " == " + tests); in Test714() 932 final PatternAndResult[] tests = { in Test_GEec() 951 for ( int i = 0; i < tests.length; i++ ) { in Test_GEec() 952 PatternAndResult item = tests[ in Test_GEec() [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | DateFormatRegressionTest.java | 416 String tests[] = {"12/25/61", "12/25/1961", "4/3/2010", "4/3/10"}; in Test4073003() 418 Date d = fmt.parse(tests[i]); in Test4073003() 419 Date dd = fmt.parse(tests[i + 1]); in Test4073003() 914 String tests = "7:25:43 AM"; in Test714() 916 if (!s.equals(tests)) { in Test714() 917 errln("Fail: " + s + " != " + tests); in Test714() 919 logln("OK: " + s + " == " + tests); in Test714() 935 final PatternAndResult[] tests = { in Test_GEec() 954 for ( int i = 0; i < tests.length; i++ ) { in Test_GEec() 955 PatternAndResult item = tests[ in Test_GEec() [all...] |
| /third_party/pcre2/pcre2/ |
| H A D | RunGrepTest.bat | 3 :: Run pcre2grep tests. The assumption is that the PCRE2 tests check the library
53 :: test data. Subsequently, we run most of the pcre2grep tests in the source
89 :: ------ Normal tests ------
598 :: These tests require UTF-8 support
619 echo Skipping pcre2grep UTF-8 tests: no UTF-8 support in PCRE2 library
623 :: We go to some contortions to try to ensure that the tests for the various
627 :: These tests are run in the build directory.
654 :: If pcre2grep supports script callouts, run some tests on them.
674 :: Finally, some tests t [all...] |
| /third_party/ffmpeg/ |
| H A D | Makefile | 20 HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options 184 include $(SRC_PATH)/tests/Makefile
|