| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmSignedIntCompareTests.cpp | 38 void createSignedIntCompareTests (tcu::TestCaseGroup* tests, const char* data_dir) in createSignedIntCompareTests() argument 41 tcu::TestContext& testCtx = tests->getTestContext(); in createSignedIntCompareTests() 63 tests->addChild(testCase); in createSignedIntCompareTests() 66 DE_UNREF(tests); in createSignedIntCompareTests()
|
| H A D | vktSpvAsmSignedOpTests.cpp | 22 * \brief SPIR-V signed instruction tests 38 void createSignedOpTests (tcu::TestCaseGroup* tests, const char* data_dir) in createSignedOpTests() argument 41 tcu::TestContext& testCtx = tests->getTestContext(); in createSignedOpTests() 78 tests->addChild(testCase); in createSignedOpTests() 81 DE_UNREF(tests); in createSignedOpTests()
|
| H A D | vktSpvAsmPtrAccessChainTests.cpp | 35 void createTests (tcu::TestCaseGroup* tests, const char* data_dir) in createTests() argument 38 tcu::TestContext& testCtx = tests->getTestContext(); in createTests() 58 tests->addChild(testCase); in createTests() 61 DE_UNREF(tests); in createTests()
|
| H A D | vktSpvAsmVectorShuffleTests.cpp | 35 void createTests (tcu::TestCaseGroup* tests, const char* data_dir) in createTests() argument 38 tcu::TestContext& testCtx = tests->getTestContext(); in createTests() 56 tests->addChild(testCase); in createTests() 59 DE_UNREF(tests); in createTests()
|
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | vc1dsp.c | 296 const test tests[] = { in check_inv_trans_adding() local 308 for (size_t t = 0; t < FF_ARRAY_ELEMS(tests); ++t) { in check_inv_trans_adding() 309 void (*func)(uint8_t *, ptrdiff_t, int16_t *) = *(void **)((intptr_t) &h + tests[t].offset); in check_inv_trans_adding() 310 if (check_func(func, "vc1dsp.%s", tests[t].name)) { in check_inv_trans_adding() 315 coeffs = generate_inverse_quantized_transform_coefficients(tests[t].width, tests[t].height); in check_inv_trans_adding() 316 for (int j = 0; j < tests[t].height; ++j) in check_inv_trans_adding() 317 for (int i = 0; i < tests[t].width; ++i) { in check_inv_trans_adding() 319 inv_trans_in1[idx] = inv_trans_in0[idx] = coeffs->d[j * tests[t].width + i]; in check_inv_trans_adding() 343 const test tests[] in check_loop_filter() local [all...] |
| /third_party/cJSON/tests/unity/auto/ |
| H A D | generate_test_runner.rb | 55 tests = find_tests(source) 63 generate(input_file, output_file, tests, used_mocks, testfile_includes) 73 def generate(input_file, output_file, tests, used_mocks, testfile_includes) 76 create_externs(output, tests, used_mocks) 81 create_main(output, input_file, tests, used_mocks) 87 create_h_file(output, @options[:header_file], tests, testfile_includes, used_mocks) 102 # find tests 117 # determine line numbers and create tests to run 193 def create_externs(output, tests, _mocks) 197 tests [all...] |
| /test/testfwk/xdevice/src/xdevice/_core/report/ |
| H A D | repeater_helper.py | 42 total = int(suite.attrib.get(ReportConstant.tests, 0)) 61 [ReportConstant.tests, ReportConstant.ignored, 64 root_tree.attrib.update({ReportConstant.tests: "0"}) 85 tests = int( 86 modules[uuid].attrib.get(ReportConstant.tests, 0)) + 1 87 modules[uuid].attrib[ReportConstant.tests] = str(tests)
|
| /third_party/curl/tests/unit/ |
| H A D | unit1307.c | 66 static const struct testcase tests[] = { variable 278 int testnum = sizeof(tests) / sizeof(struct testcase); 296 int result = tests[i].result; 297 int rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string); 308 tests[i].pattern, tests[i].string, ret2name(result),
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | fits.mak | 0 tests/data/fits-multi.fits: TAG = GEN 2 tests/data/fits-multi.fits: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data 27 fate-fitsdec-multi: tests/data/fits-multi.fits 28 fate-fitsdec-multi: CMD = framecrc -i $(TARGET_PATH)/tests/data/fits-multi.fits -pix_fmt gbrap 40 fate-fitsenc%: SRC = $(TARGET_PATH)/tests/data/fits-multi.fits 44 $(FATE_FITS_ENC_PIXFMT:%=fate-fitsenc-%): tests/data/fits-multi.fits
|
| /third_party/libsnd/programs/ |
| H A D | test-sndfile-metadata-set.py | 110 def test_update (programs, tests): 112 for arg, value in tests: 117 def test_post_mod (programs, tests): 119 for arg, value in tests: 177 tests = [ variable 184 test_update (programs, tests) 185 test_post_mod (programs, tests)
|
| /third_party/python/Lib/test/ |
| H A D | test_regrtest.py | 64 self.assertIn('Run Python regression tests.', out.getvalue()) 397 # Use 'x' mode to ensure that we do not override existing tests 423 def check_executed_tests(self, output, tests, skipped=(), failed=(), 428 if isinstance(tests, str): 429 tests = [tests] 443 self.assertEqual(set(executed), set(tests), output) 445 self.assertEqual(executed, tests, output) 450 def list_regex(line_format, tests): 451 count = len(tests) [all...] |
| /third_party/ffmpeg/libavutil/tests/ |
| H A D | base64.c | 88 } tests[] = { in main() local 100 printf("Encoding/decoding tests\n"); in main() 101 for (i = 0; i < FF_ARRAY_ELEMS(tests); i++) in main() 102 error_count += test_encode_decode(tests[i].data, strlen(tests[i].data), tests[i].encoded_ref); in main()
|
| /third_party/libabigail/tests/ |
| H A D | test-diff-dwarf-abixml.cc | 22 using abigail::tests::get_build_dir; 23 using abigail::tests::emit_test_status_and_update_counters; 24 using abigail::tests::emit_test_summary; 57 using abigail::tests::get_src_dir; in main() 58 using abigail::tests::get_build_dir; in main() 70 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main() 71 in_abi_path = string(get_src_dir()) + "/tests/"+ s->in_abi_path; in main() 73 string(get_src_dir()) + "/tests/" + s->in_report_path; in main() 75 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()
|
| /third_party/node/test/parallel/ |
| H A D | test-http2-info-headers-errors.js | 38 const tests = specificTests.concat(genericTests); 61 }, tests.length)); 63 server.listen(0, common.mustCall(() => runTest(tests.shift()))); 82 if (!tests.length) { 85 runTest(tests.shift());
|
| H A D | test-http2-respond-nghttperrors.js | 39 const tests = specificTests.concat(genericTests); 65 }, tests.length)); 67 server.listen(0, common.mustCall(() => runTest(tests.shift()))); 95 if (!tests.length) { 98 runTest(tests.shift());
|
| H A D | test-http2-server-push-stream-errors.js | 63 const tests = specificTests.concat(genericTests); 75 }, tests.length)); 77 server.listen(0, common.mustCall(() => runTest(tests.shift()))); 92 if (!tests.length) { 95 runTest(tests.shift());
|
| H A D | test-icu-transcode.js | 13 const tests = { 21 for (const test in tests) { 23 assert.strictEqual(dest.length, tests[test].length, `utf8->${test} length`); 24 for (let n = 0; n < tests[test].length; n++) 25 assert.strictEqual(dest[n], tests[test][n], `utf8->${test} char ${n}`); 29 const dest = buffer.transcode(Buffer.from(tests.ucs2), 'ucs2', 'utf8');
|
| H A D | test-repl-preview.js | 59 async function tests(options) { 186 tests({ terminal: false }); // No preview 187 tests({ terminal: true }); // Preview 188 tests({ terminal: false, preview: false }); // No preview 189 tests({ terminal: false, preview: true }); // No preview 190 tests({ terminal: true, preview: true }); // Preview
|
| /third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| H A D | CollationRegressionTest.java | 167 void compareArray(Collator c, String[] tests) { in compareArray() argument 171 for (int i = 0; i < tests.length; i += 3) { in compareArray() 172 String source = tests[i]; in compareArray() 173 String comparison = tests[i + 1]; in compareArray() 174 String target = tests[i + 2]; in compareArray() 285 final String[] tests = { "\uFB4F", "\u003d", "\u05D0\u05DC" }; // Alef-Lamed vs. Alef, Lamed in Test4054736() 286 compareArray(c, tests); in Test4054736() 397 String[] tests = { in Test4062418() 401 compareArray(c, tests); in Test4062418() 456 String[] tests in Test4066696() [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| H A D | CollationRegressionTest.java | 170 void compareArray(Collator c, String[] tests) { in compareArray() argument 174 for (int i = 0; i < tests.length; i += 3) { in compareArray() 175 String source = tests[i]; in compareArray() 176 String comparison = tests[i + 1]; in compareArray() 177 String target = tests[i + 2]; in compareArray() 288 final String[] tests = { "\uFB4F", "\u003d", "\u05D0\u05DC" }; // Alef-Lamed vs. Alef, Lamed in Test4054736() 289 compareArray(c, tests); in Test4054736() 400 String[] tests = { in Test4062418() 404 compareArray(c, tests); in Test4062418() 459 String[] tests in Test4066696() [all...] |
| /third_party/python/Lib/test/libregrtest/ |
| H A D | main.py | 31 # gh-90681: When rerunning tests, we might need to rerun the whole 51 tests -- a list of strings containing test names (optional) 52 testdir -- the directory in which to look for tests (optional) 58 If the tests argument is omitted, the tests listed on the 72 # tests 73 self.tests = [] 217 def find_tests(self, tests): 218 self.tests = tests [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmPtrAccessChainTests.cpp | 35 void createTests (tcu::TestCaseGroup* tests, const char* data_dir) in createTests() argument 38 tcu::TestContext& testCtx = tests->getTestContext(); in createTests() 58 tests->addChild(testCase); in createTests() 61 DE_UNREF(tests); in createTests()
|
| H A D | vktSpvAsmVectorShuffleTests.cpp | 35 void createTests (tcu::TestCaseGroup* tests, const char* data_dir) in createTests() argument 38 tcu::TestContext& testCtx = tests->getTestContext(); in createTests() 56 tests->addChild(testCase); in createTests() 59 DE_UNREF(tests); in createTests()
|
| /third_party/ltp/testcases/open_posix_testsuite/scripts/ |
| H A D | generate-makefiles.sh | 8 # end-result for modifying and/or adding tests can be achieved by merely 40 local tests= 62 if [ "$tests" != "" ]; then 63 tests="$tests " 66 tests="$tests${test_prefix}_$prereq" 153 if [ ! -z "${tests}" ]; then 155 INSTALL_TARGETS+= ${tests} 204 @echo "\$(top_srcdir)/bin/run-tests [all...] |
| /third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
| H A D | main.go | 15 // fix-tests is a tool to update tests with new expected output. 41 fix-tests is a tool to update tests with new expected output. 43 fix-tests performs string matching and heuristics to fix up expected results of 44 tests that use EXPECT_EQ(a, b) and EXPECT_THAT(a, HasSubstr(b)) 50 fix-tests <executable> 67 tmpDir, err := ioutil.TempDir("", "fix-tests") 79 // Run the tests 88 fmt.Println("All tests passe [all...] |