/third_party/ltp/testcases/kernel/syscalls/membarrier/ |
H A 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 [all...] |
/third_party/python/Lib/test/ |
H A D | test_regrtest.py | 957 testname = self.create_test(code=code) 960 all_methods = ['%s.Tests.test_method1' % testname, 961 '%s.Tests.test_method2' % testname] 962 output = self.run_tests('--list-cases', testname) 966 all_methods = ['%s.Tests.test_method1' % testname] 969 testname) 1003 testname = self.create_test(code=code) 1013 '%s.Tests.test_method3' % testname] 1018 output = self.run_tests("-v", "--ignorefile", filename, testname) 1039 testname [all...] |
H A D | test_dbm.py | 210 testname = f'TestCase_{suffix}' variable 211 globals()[testname] = type(testname,
|
H A D | test_stat.py | 104 testname = "S_IS" + name 108 if funcname == testname: 111 if funcname == testname:
|
/third_party/skia/modules/pathkit/tests/ |
H A D | testReporter.js | 6 function reportCanvas(canvas, testname, outputType='canvas') { 8 return _report(b64, outputType, testname); 11 function reportSVG(svg, testname) { 27 _report(b64, 'svg', testname).then(() => { 38 function reportSVGString(svgstr, testname, fillRule='nofill') { 54 return reportSVG(newSVG, testname); 58 function reportPath(path, testname, done) { 67 return reportCanvas(canvas, testname).then(() => { 68 reportSVGString(svgStr, testname).then(() => { 76 function _report(data, outputType, testname) { [all...] |
/third_party/skia/modules/canvaskit/tests/ |
H A D | testReporter.js | 6 function reportCanvas(canvas, testname, outputType='canvas') { 8 return _report(b64, outputType, testname); 11 function reportSVG(svg, testname) { 27 _report(b64, 'svg', testname).then(() => { 38 function reportSVGString(svgstr, testname, fillRule='nofill') { 54 return reportSVG(newSVG, testname); 58 function reportPath(path, testname, done) { 67 return reportCanvas(canvas, testname).then(() => { 68 reportSVGString(svgStr, testname).then(() => { 76 function _report(data, outputType, testname) { [all...] |
H A D | util.js | 218 function reportSurface(surface, testname, done) { 231 throw 'Could not get pixels for test '+testname; 244 reportCanvas(reportingCanvas, testname).then(() => {
|
/third_party/curl/tests/ |
H A D | appveyor.pm | 52 my ($curl, $testnum, $testname)=@_; 53 $testname =~ s/\\/\\\\/g; 54 $testname =~ s/\"/\\\"/g; 55 $testname =~ s/\'/'"'"'/g; 61 "testName": "$testname", 69 $APPVEYOR_TEST_NAMES{$testnum}=$testname; 74 my $testname=$APPVEYOR_TEST_NAMES{$testnum}; 75 if(!defined $testname) { 105 "testName": "$testname", 120 "message": "$appveyor_outcome: $testname", [all...] |
H A D | azure.pm | 76 my ($curl, $azure_run_id, $testnum, $testname)=@_; 77 $testname =~ s/\\/\\\\/g; 78 $testname =~ s/\"/\\\"/g; 79 $testname =~ s/\'/'"'"'/g; 90 "testCaseTitle": "$title_testnum: $testname",
|
H A D | runtests.pl | 426 my ($runnerid, $testnum, $testname, $subject, $firstref, $secondref)=@_; 444 logmsg "FAIL: $testnum - $testname - $subject\n"; 931 my $testname= (getpart("client", "name"))[0]; 932 chomp $testname; 936 $AZURE_RESULT_ID = azure_create_test_result($ACURL, $AZURE_RUN_ID, $testnum, $testname); 939 appveyor_create_test_result($ACURL, $testnum, $testname); 1166 my $testname= (getpart("client", "name"))[0]; 1167 chomp $testname; 1168 logmsg "[$testname]\n" if(!$short); 1195 my $testname [all...] |
/third_party/ltp/testcases/open_posix_testsuite/bin/ |
H A 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/elfutils/tests/ |
H A D | backtrace-subr.sh | 76 testname=$3 77 check_main $bt $testname 78 check_gsignal $bt $testname 79 check_err $err $testname 85 testname=$2 87 echo >&2 $testname: arch not supported 96 testname=$2 97 check_unsupported $err $testname 105 echo >&2 $testname: arm needs debuginfo installed for all libraries
|
/third_party/icu/icu4j/perf-tests/ |
H A 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/mesa3d/src/freedreno/decode/scripts/ |
H A D | analyze.lua | 20 -- * [testname] - current test 29 -- * [1..n] - testname "." didx 34 local testname = nil 48 testname = posix.basename(name) 50 --io.write("START: gpuname=" .. gpuname .. ", testname=" .. testname .. "\n"); 57 gpu["tests"][testname] = test 95 table.insert(drawlist, testname .. "." .. didx) 108 testname = nil 113 for testname,tes [all...] |
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | statusfile.py | 80 def get_outcomes(self, testname, variant=None): 88 if testname in rules: 89 outcomes |= rules[testname] 92 if testname.startswith(prefix): 104 tests: list of pairs (testname, variant) 114 for testname, variant in tests: 117 if testname in self._rules.get(variant, {}): 118 used_rules.add((testname, variant)) 119 if SKIP in self._rules[variant][testname]: 123 if testname [all...] |
/third_party/openssl/test/ |
H A D | generate_ssl_tests.pl | 117 my $testname = "${idx}-" . $test->{'name'}; 118 print "test-$idx = $testname\n"; 125 my $testname = "${idx}-" . $test->{'name'}; 127 HASH => [{ idx => $idx, testname => $testname } , $test],
|
/third_party/protobuf/kokoro/linux/ |
H A 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/icu/vendor/double-conversion/upstream/test/cctest/ |
H A D | cctest.cc | 106 char* testname = strchr(arg_copy, '/'); in main() local 107 if (testname) { in main() 110 *testname = 0; in main() 112 char* name = testname + 1; in main()
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-ext.cc | 121 int TestDefManager::getLevel(const std::string testcasename, const std::string testname) const
in getLevel() 154 && matchNaming(testname.c_str(), info->name, test_name_mt);
in getLevel() 167 int* TestDefManager::getTestFlags (const std::string testcasename, const std::string testname) const
in getTestFlags() 203 && matchNaming(testname.c_str(), info->name, test_name_mt);
in getTestFlags()
|
/third_party/openssl/test/testutil/ |
H A D | driver.c | 137 static int check_single_test_params(char *name, char *testname, char *itname) in check_single_test_params() argument 160 testname, 1, num_tests); in check_single_test_params() 191 char *testname = NULL; in process_shared_options() local 209 testname = opt_arg(); in process_shared_options() 229 if (!check_single_test_params(testname, flag_test, flag_iter)) in process_shared_options()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | minicheck.h | 59 #define START_TEST(testname) \ 60 static void testname(void) { \
|
/third_party/python/Lib/test/test_email/ |
H A D | __init__.py | 161 testname = testnameroot + '_' + paramname 162 test.__name__ = testname 163 testfuncs[testname] = test
|
/third_party/googletest/googletest/test/ |
H A D | gtest_dirs_test.cc | 47 // Creates a directory with a unique name including `testname`. 49 explicit MakeTempDir(const std::string& testname) { in MakeTempDir() argument 52 std::string pattern = "/tmp/" + testname + "_XXXXXX"; in MakeTempDir()
|
/third_party/icu/icu4c/source/test/perf/collperf/ |
H A D | collperf.cpp | 668 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \ 670 name = #testname;\ 690 #define TEST_KEYGEN(testname, func)\ in runIndexedTest() 691 TEST(testname, CmdKeyGen, col, win_langid, count, rnd_index, &CmdKeyGen::func, 0) in runIndexedTest() 700 #define TEST_ITER(testname, func)\ in runIndexedTest() 701 TEST(testname, CmdIter, col, count, icu_data, &CmdIter::func,0,0) in runIndexedTest() 707 #define TEST_ITER_ALL(testname, func)\ in runIndexedTest() 708 TEST(testname, CmdIterAll, col, icu_data_all_len, icu_data_all, CmdIterAll::func,0,0) in runIndexedTest() 714 #define TEST_QSORT(testname, func)\ in runIndexedTest() 715 TEST(testname, CmdQsor in runIndexedTest() [all...] |
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-ext.h | 76 int getLevel(const std::string testcasename, const std::string testname) const; 77 int* getTestFlags(const std::string testcasename, const std::string testname) const;
|