/third_party/openssl/test/ |
D | ssl_test.tmpl | 1 [{-$testname-}] 2 ssl_conf = {-$testname-}-ssl 4 [{-$testname-}-ssl] 5 server = {-$testname-}-server 6 client = {-$testname-}-client{- 10 $OUT .= "\nserver2 = $testname-server2"; 12 $OUT .= "\nserver2 = $testname-server"; 15 $OUT .= "\nresume-server = $testname-resume-server"; 17 $OUT .= "\nresume-server = $testname-server"; 20 $OUT .= "\nresume-client = $testname-resume-client"; [all …]
|
D | generate_ssl_tests.pl | 107 my $testname = "${idx}-" . $test->{'name'}; 108 print "test-$idx = $testname\n"; 115 my $testname = "${idx}-" . $test->{'name'}; 117 HASH => [{ idx => $idx, testname => $testname } , $test],
|
/third_party/ltp/testcases/kernel/syscalls/membarrier/ |
D | membarrier01.c | 29 char testname[80]; member 50 .testname = "cmd_fail", 62 .testname = "cmd_flags_fail", 75 .testname = "cmd_global_success", 90 .testname = "cmd_private_expedited_fail", 102 .testname = "cmd_private_expedited_register_success", 118 .testname = "cmd_private_expedited_success", 137 .testname = "cmd_private_expedited_sync_core_fail", 149 .testname = "cmd_private_expedited_sync_core_register_success", 162 .testname = "cmd_private_expedited_sync_core_success", [all …]
|
/third_party/curl/tests/ |
D | appveyor.pm | 37 my ($curl, $testnum, $testname)=@_; 38 $testname =~ s/\\/\\\\/g; 39 $testname =~ s/\'/\\\'/g; 40 $testname =~ s/\"/\\\"/g; 46 'testName': '$testname', 54 $APPVEYOR_TEST_NAMES{$testnum}=$testname; 59 my $testname=$APPVEYOR_TEST_NAMES{$testnum}; 60 if(!defined $testname) { 90 'testName': '$testname', 105 'message': '$appveyor_outcome: $testname',
|
D | azure.pm | 60 my ($curl, $azure_run_id, $testnum, $testname)=@_; 61 $testname =~ s/\\/\\\\/g; 62 $testname =~ s/\'/\\\'/g; 63 $testname =~ s/\"/\\\"/g; 74 'testCaseTitle': '$title_testnum: $testname',
|
/third_party/skia/modules/canvaskit/tests/ |
D | testReporter.js | 6 function reportCanvas(canvas, testname, outputType='canvas') { argument 8 return _report(b64, outputType, testname); 11 function reportSVG(svg, testname) { argument 27 _report(b64, 'svg', testname).then(() => { 38 function reportSVGString(svgstr, testname, fillRule='nofill') { argument 54 return reportSVG(newSVG, testname); 58 function reportPath(path, testname, done) { argument 67 return reportCanvas(canvas, testname).then(() => { 68 reportSVGString(svgStr, testname).then(() => { 76 function _report(data, outputType, testname) { argument [all …]
|
/third_party/skia/modules/pathkit/tests/ |
D | testReporter.js | 6 function reportCanvas(canvas, testname, outputType='canvas') { argument 8 return _report(b64, outputType, testname); 11 function reportSVG(svg, testname) { argument 27 _report(b64, 'svg', testname).then(() => { 38 function reportSVGString(svgstr, testname, fillRule='nofill') { argument 54 return reportSVG(newSVG, testname); 58 function reportPath(path, testname, done) { argument 67 return reportCanvas(canvas, testname).then(() => { 68 reportSVGString(svgStr, testname).then(() => { 76 function _report(data, outputType, testname) { argument [all …]
|
/third_party/flutter/skia/modules/pathkit/tests/ |
D | testReporter.js | 6 function reportCanvas(canvas, testname, outputType='canvas') { argument 8 return _report(b64, outputType, testname); 11 function reportSVG(svg, testname) { argument 27 _report(b64, 'svg', testname).then(() => { 38 function reportSVGString(svgstr, testname, fillRule='nofill') { argument 54 return reportSVG(newSVG, testname); 58 function reportPath(path, testname, done) { argument 67 return reportCanvas(canvas, testname).then(() => { 68 reportSVGString(svgStr, testname).then(() => { 76 function _report(data, outputType, testname) { argument [all …]
|
/third_party/python/Lib/test/ |
D | test_regrtest.py | 950 testname = self.create_test(code=code) 953 all_methods = ['%s.Tests.test_method1' % testname, 954 '%s.Tests.test_method2' % testname] 955 output = self.run_tests('--list-cases', testname) 959 all_methods = ['%s.Tests.test_method1' % testname] 962 testname) 996 testname = self.create_test(code=code) 1006 '%s.Tests.test_method3' % testname] 1011 output = self.run_tests("-v", "--ignorefile", filename, testname) 1032 testname = self.create_test(code=code) [all …]
|
/third_party/icu/icu4j/perf-tests/ |
D | perftests.pl | 83 my $testname = $shortNames[$index]; 95 my $testName = "DateFmt-$testname-pat$patternCounter-JDK"; 105 my $testName = "DateFmt-$testname-pat$patternCounter"; 128 my $testname = $shortNames[$index]; 139 my $testName = "NumFmt-$testname-$patternName-JDK"; 149 my $testName = "NumFmt-$testname-$patternName"; 230 my $testname = "Coll-$locale-data$counter-StrCol"; 232 $ICU->setAttribute("test"=> $testname); 238 my $testname = "Coll-$locale-data$counter-keyGen"; 239 $Key->setAttribute("test"=> $testname); [all …]
|
/third_party/boost/libs/date_time/test/ |
D | testfrmwk.hpp | 44 inline bool check(const std::string& testname, bool testcond) in check() argument 48 std::cout << "Pass :: " << testname << " " << std::endl; in check() 54 std::cout << "FAIL :: " << testname << " " << std::endl; in check() 74 inline bool check_equal(const std::string& testname, T const& left, U const& right) in check_equal() argument 76 bool res = check(testname, left == right); in check_equal() 95 inline bool check_equal(const std::string& testname, std::wstring const& left, std::wstring const& … in check_equal() argument 97 bool res = check(testname, left == right); in check_equal()
|
/third_party/ltp/testcases/open_posix_testsuite/bin/ |
D | run-tests.sh | 45 testname="$TEST_PATH/${1%.*}" 47 complog=$(basename $testname).log.$$ 54 echo "$testname: execution: PASS" >> "${LOGFILE}" 79 echo "$testname: execution: $msg: Output: " >> "${LOGFILE}" 81 echo "$testname: execution: $msg " 83 echo "$testname: execution: SKIPPED (test not present)"
|
/third_party/mesa3d/src/freedreno/decode/scripts/ |
D | analyze.lua | 34 local testname = nil 48 testname = posix.basename(name) 57 gpu["tests"][testname] = test 95 table.insert(drawlist, testname .. "." .. didx) 108 testname = nil 113 for testname,test in pairs(gpu["tests"]) do 114 io.write(" " .. testname .. ", draws=" .. #test["draws"] .. "\n")
|
/third_party/musl/ndk-test/sanitize/ubsan/ |
D | CMakeLists.txt | 11 get_filename_component(testname ${srcfile} NAME_WE) 14 if (${testname} STREQUAL "add-overflow") 21 elseif(${testname} STREQUAL "div-zero") 31 elseif(${testname} STREQUAL "shift") 51 elseif(${testname} STREQUAL "uadd-overflow") 58 elseif(${testname} STREQUAL "cast-overflow") 61 elseif(${testname} STREQUAL "unreachable") 65 add_executable(${testname} ${srcfile})
|
/third_party/boost/libs/date_time/test/gregorian/ |
D | testformat_date_parser.cpp | 69 const std::string& testname, in wtest_format() argument 85 check_equal(testname, d, expected_res); in wtest_format() 89 check(testname, false); in wtest_format() 97 const std::string& testname, in test_format() argument 113 check_equal(testname, d, expected_res); in test_format() 117 check(testname, false); in test_format() 127 const std::string& testname, in test_format2() argument 132 check_equal(testname, d == expected_res); in test_format2() 136 check(testname, false); in test_format2()
|
/third_party/protobuf/kokoro/linux/ |
D | make_test_output.py | 50 for testname in os.listdir(basedir + "/logs/1"): 51 test = tests[testname] 53 with open(basedir + "/logs/1/" + testname + "/stdout") as f: 56 with open(basedir + "/logs/1/" + testname + "/stderr") as f:
|
/third_party/grpc/third_party/upb/third_party/lunit/ |
D | lunit.lua | 412 function reporterrobj(context, tcname, testname, errobj) 413 local fullname = tcname .. "." .. testname 415 fullname = fullname .. ":" .. setupname(tcname, testname) 417 fullname = fullname .. ":" .. teardownname(tcname, testname) 527 function lunit.runtest(tcname, testname) 529 orig_assert( is_string(testname) ) 539 reporterrobj(context, tcname, testname, err) 547 report("run", tcname, testname) 551 local test = tc[testname] 560 report("pass", tcname, testname) [all …]
|
D | console.lua | 102 for testname, test in lunit.tests(tcname) do 111 function run(testcasename, testname) 135 function pass(testcasename, testname)
|
/third_party/musl/ndk-test/sanitize/fuzz/ |
D | CMakeLists.txt | 12 get_filename_component(testname ${srcfile} NAME_WE) 13 add_executable(${testname} ${srcfile}) 14 # target_compile_options(${testname} PRIVATE -fsanitize=fuzzer)
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | cctest.cc | 86 char* testname = strchr(arg_copy, '/'); in main() local 87 if (testname) { in main() 90 *testname = 0; in main() 92 char* name = testname + 1; in main()
|
/third_party/gstreamer/gstreamer/tests/validate/ |
D | gst-tester.c | 58 const gchar *testname; member 136 g_print ("ok 1 %s\n", app->testname); in _run_app() 138 g_print ("not ok 1 %s # Got a critical report\n", app->testname); in _run_app() 140 g_print ("not ok 1 %s # Unknown reason\n", app->testname); in _run_app() 165 app.testname = argv[1]; in main()
|
/third_party/re2/re2/testing/ |
D | filtered_re2_test.cc | 73 const char* testname; member 158 const char* testname, in CheckExpectedAtoms() argument 172 LOG(ERROR) << "Failed " << testname; in CheckExpectedAtoms() 197 if (!CheckExpectedAtoms(t->atoms, natom, t->testname, &v)) in TEST() 223 EXPECT_EQ("CheckEmptyPattern", std::string(t->testname)); in TEST() 240 EXPECT_EQ("SubstrAtomRemovesSuperStrInOr", std::string(t->testname)); in TEST()
|
/third_party/gettext/gettext-tools/system-tests/ |
D | run-test | 9 testname=`echo "$1" | sed 's,^.*/,,'` 12 exec /bin/sh "$srcdir/$testname" "$@"
|
/third_party/glib/gio/tests/ |
D | defaultvalue.c | 205 gchar *testname; in main() local 216 testname = g_strdup_printf ("/Default Values/%s", in main() 218 g_test_add_data_func (testname, &otypes[i], test_type); in main() 219 g_free (testname); in main()
|
/third_party/musl/ndk-test/sanitize/cfi/ |
D | CMakeLists.txt | 11 get_filename_component(testname ${srcfile} NAME_WE) 12 add_executable( ${testname} ${srcfile})
|