/third_party/ffmpeg/tools/ |
D | target_dec_fate.list | 1 496/clusterfuzz-testcase-5805083497332736 tar… 2 498/clusterfuzz-testcase-6157986632302592 tar… 3 500/clusterfuzz-testcase-6315221727576064 tar… 4 501/clusterfuzz-testcase-5672752870588416 tar… 5 503/clusterfuzz-testcase-6386429735206912 tar… 6 508/clusterfuzz-testcase-6245747678773248 tar… 7 510/clusterfuzz-testcase-5737865715646464 tar… 8 540/clusterfuzz-testcase-5674546153652224 tar… 9 544/clusterfuzz-testcase-5936536407244800.f8bd9b24_8ba77916_70c2c7be_3df6a2ea_96cd9f14 tar… 10 546/clusterfuzz-testcase-4809433909559296 tar… [all …]
|
/third_party/mesa3d/src/freedreno/fdl/ |
D | fd_layout_test.c | 33 fdl_test_layout(const struct testcase *testcase, int gpu_id) in fdl_test_layout() argument 36 .ubwc = testcase->layout.ubwc, in fdl_test_layout() 37 .tile_mode = testcase->layout.tile_mode, in fdl_test_layout() 38 .tile_all = testcase->layout.tile_all, in fdl_test_layout() 42 int max_size = MAX2(testcase->layout.width0, testcase->layout.height0); in fdl_test_layout() 44 while (max_size > 1 && testcase->layout.slices[mip_levels].pitch) { in fdl_test_layout() 50 fdl6_layout(&layout, testcase->format, in fdl_test_layout() 51 MAX2(testcase->layout.nr_samples, 1), testcase->layout.width0, in fdl_test_layout() 52 MAX2(testcase->layout.height0, 1), in fdl_test_layout() 53 MAX2(testcase->layout.depth0, 1), mip_levels, in fdl_test_layout() [all …]
|
/third_party/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 138 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} in Command() argument 148 return testcase.countInputCodePoints+testcase.spanCount-1; in getOperationsPerIteration() 152 return testcase.spanCount; in getEventsPerIteration() 155 const UnicodeSetPerformanceTest &testcase; member in Command 160 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in Contains() argument 166 if(testcase.set.contains(c)) { in Contains() 170 if(set!=testcase.set) { in Contains() 175 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() argument 176 return new Contains(testcase); in get() 179 const UnicodeSet &set=testcase.set; in call() [all …]
|
/third_party/icu/icu4c/source/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 99 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} in Command() argument 108 return testcase.countInputCodePoints; in getOperationsPerIteration() 113 const UTrie2PerfTest &testcase; member in Command 119 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {} in CheckFCD() argument 121 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() argument 122 return new CheckFCD(testcase); in get() 126 qcResult=unorm_quickCheck(testcase.getBuffer(), testcase.getBufferLen(), in call() 139 CheckFCDAlwaysGet(const UTrie2PerfTest &testcase) : Command(testcase) {} 141 static UPerfFunction* get(const UTrie2PerfTest &testcase) { 142 return new CheckFCDAlwaysGet(testcase); [all …]
|
/third_party/spirv-tools/test/tools/ |
D | placeholder.py | 37 def instantiate_for_spirv_args(self, testcase): argument 48 def instantiate_for_expectation(self, testcase): argument 73 def instantiate_for_spirv_args(self, testcase): argument 80 dir=testcase.directory, suffix=self.suffix) 86 def instantiate_for_expectation(self, testcase): argument 101 def instantiate_for_spirv_args(self, testcase): argument 108 dir=testcase.directory, suffix=self.suffix) 114 def instantiate_for_expectation(self, testcase): argument 132 def instantiate_for_spirv_args(self, testcase): argument 139 dir=testcase.directory, suffix=self.suffix) [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
D | placeholder.py | 37 def instantiate_for_spirv_args(self, testcase): argument 48 def instantiate_for_expectation(self, testcase): argument 73 def instantiate_for_spirv_args(self, testcase): argument 80 dir=testcase.directory, suffix=self.suffix) 86 def instantiate_for_expectation(self, testcase): argument 101 def instantiate_for_spirv_args(self, testcase): argument 108 dir=testcase.directory, suffix=self.suffix) 114 def instantiate_for_expectation(self, testcase): argument 132 def instantiate_for_spirv_args(self, testcase): argument 139 dir=testcase.directory, suffix=self.suffix) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | placeholder.py | 37 def instantiate_for_spirv_args(self, testcase): argument 48 def instantiate_for_expectation(self, testcase): argument 73 def instantiate_for_spirv_args(self, testcase): argument 80 dir=testcase.directory, suffix=self.suffix) 86 def instantiate_for_expectation(self, testcase): argument 101 def instantiate_for_spirv_args(self, testcase): argument 108 dir=testcase.directory, suffix=self.suffix) 114 def instantiate_for_expectation(self, testcase): argument 132 def instantiate_for_spirv_args(self, testcase): argument 139 dir=testcase.directory, suffix=self.suffix) [all …]
|
/third_party/ltp/testcases/network/can/filter-tests/ |
D | can_filter.c | 23 static canid_t calc_id(int testcase) in calc_id() argument 27 if (testcase & 1) in calc_id() 29 if (testcase & 2) in calc_id() 35 static canid_t calc_mask(int testcase) in calc_mask() argument 39 if (testcase > 15) in calc_mask() 42 if (testcase & 4) in calc_mask() 44 if (testcase & 8) in calc_mask() 86 int testcase = n; in run() local 91 rfilter.can_id = calc_id(testcase); in run() 92 rfilter.can_mask = calc_mask(testcase); in run() [all …]
|
/third_party/lame/ |
D | Makefile.am | 10 CLEANFILES = testcase.new.mp3 29 testcase.mp3 \ 30 testcase.wav 39 testcase.new.mp3: testcase.wav frontend/lame$(EXEEXT) 40 …time frontend/lame$(EXEEXT) --nores $(top_srcdir)/testcase.wav testcase.new.mp3 || $(RM_F) testcas… 42 test: testcase.mp3 testcase.new.mp3 46 @cmp -l testcase.new.mp3 $(top_srcdir)/testcase.mp3 | wc -l 48 testupdate: testcase.mp3 testcase.new.mp3 49 cp testcase.new.mp3 $(top_srcdir)/testcase.mp3
|
/third_party/icu/icu4c/source/test/perf/utfperf/ |
D | utfperf.cpp | 125 Command(const UtfPerformanceTest &testcase) in Command() argument 126 : testcase(testcase), in Command() 127 input(testcase.getBuffer()), inputLength(testcase.getBufferLen()), in Command() 129 cnv=ucnv_open(testcase.charset, &errorCode); in Command() 131 …fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCo… in Command() 146 const UtfPerformanceTest &testcase; member in Command 156 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} in Roundtrip() argument 158 static UPerfFunction* get(const UtfPerformanceTest &testcase) { in get() argument 159 Roundtrip * t = new Roundtrip(testcase); in get() 183 pInterLimit=intermediate+testcase.chunkLength; in call() [all …]
|
/third_party/typescript/tests/arkTSTest/ |
D | README.zh-cn.md | 7 其中测试用例默认存放在`testcase`目录,运行结果存放在`test_results`目录。 29 3. 将测试用例放至 testcase 文件夹,建议使用约束名称作为测试用例目录,如`arkts-no-any-unknown` 39 node run.js -P:.\testcase\arkts-identifiers-as-prop-names\ // 可修改为当前路径下指定目录的测试用例 51 …node run.js --ignore-list:testcase/arkts-identifiers-as-prop-names/case1.ets,testcase/arkts-no-any… 58 …"ignoreCase":["testcase/arkts-identifiers-as-prop-names/xxxx.ets", "testcase/arkts-no-any-unknown"] 73 testcase/arkts-no-any-unknown/test2.ets 90 testcase/arkts-no-any-unknown/test2.ets 99 node run.js --ignore-list:testcase/arkts-no-any-unknown/test2.ets 105 testcase/arkts-no-any-unknown/test2.ets 110 node run.js --ignore-list:testcase/arkts-no-any-unknown/test2.ets,testcase/arkts-identifiers-as-pro… [all …]
|
D | README.md | 5 The test cases are stored in the default directory called "testcase", and the results are stored in… 26 3. Place the test cases in the "testcase" folder. It is recommended to use the constraint name as t… 35 node run.js -P:.\testcase\arkts-identifiers-as-prop-names\ // You can modify the test case to the … 44 node run.js --ignore-list:testcase/arkts-identifiers-as-prop-names/case1.ets,testcase/arkts-no-any-… 49 …"ignoreCase":["testcase/arkts-identifiers-as-prop-names/xxxx.ets", "testcase/arkts-no-any-unknown"] 62 testcase/arkts-no-any-unknown/test2.ets 78 testcase/arkts-no-any-unknown/test2.ets 86 node run.js --ignore-list:testcase/arkts-no-any-unknown/test2.ets 94 testcase/arkts-no-any-unknown/test2.ets 98 node run.js --ignore-list:testcase/arkts-no-any-unknown/test2.ets,testcase/arkts-identifiers-as-pro… [all …]
|
/third_party/python/Lib/test/support/ |
D | warnings_helper.py | 8 def check_syntax_warning(testcase, statement, errtext='', argument 15 testcase.assertEqual(len(warns), 1, warns) 18 testcase.assertTrue(issubclass(warn.category, SyntaxWarning), 21 testcase.assertRegex(str(warn.message), errtext) 22 testcase.assertEqual(warn.filename, '<testcase>') 23 testcase.assertIsNotNone(warn.lineno) 25 testcase.assertEqual(warn.lineno, lineno) 32 check_syntax_error(testcase, statement, errtext, 35 testcase.assertEqual(warns, []) 102 def check_no_warnings(testcase, message='', category=Warning, force_gc=False): argument [all …]
|
/third_party/mesa3d/src/amd/common/ |
D | ac_surface_test_common.h | 156 struct testcase { struct 165 static struct testcase testcases[] = { argument 186 static struct radeon_info get_radeon_info(struct testcase *testcase) in get_radeon_info() argument 193 testcase->init(&info); in get_radeon_info() 202 S_0098F8_NUM_PIPES(testcase->pipes) | in get_radeon_info() 203 S_0098F8_NUM_BANKS(testcase->banks_or_pkrs) | in get_radeon_info() 204 S_0098F8_NUM_SHADER_ENGINES_GFX9(testcase->se) | in get_radeon_info() 205 S_0098F8_NUM_RB_PER_SE(testcase->rb_per_se); in get_radeon_info() 213 S_0098F8_NUM_PIPES(testcase->pipes) | in get_radeon_info() 214 S_0098F8_NUM_PKRS(testcase->banks_or_pkrs); in get_radeon_info() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatRegressionTest.java | 327 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) { in checkNBSPPatternRtNum() argument 335 errln("FAIL: " + testcase +" - failed to parse. " + e.toString()); in checkNBSPPatternRtNum() 339 errln("FAIL: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n"); in checkNBSPPatternRtNum() 341 logln("PASS: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n"); in checkNBSPPatternRtNum() 345 void checkNBSPPatternRT(String testcase, NumberFormat nf) { in checkNBSPPatternRT() argument 346 checkNBSPPatternRtNum(testcase, nf, 12345.); in checkNBSPPatternRT() 347 checkNBSPPatternRtNum(testcase, nf, -12345.); in checkNBSPPatternRT() 353 String testcase; in TestNBSPInPattern() local 356 testcase="ar_AE UNUM_CURRENCY"; in TestNBSPInPattern() 358 checkNBSPPatternRT(testcase, nf); in TestNBSPInPattern() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | NumberFormatRegressionTest.java | 330 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) { in checkNBSPPatternRtNum() argument 338 errln("FAIL: " + testcase +" - failed to parse. " + e.toString()); in checkNBSPPatternRtNum() 342 errln("FAIL: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n"); in checkNBSPPatternRtNum() 344 logln("PASS: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n"); in checkNBSPPatternRtNum() 348 void checkNBSPPatternRT(String testcase, NumberFormat nf) { in checkNBSPPatternRT() argument 349 checkNBSPPatternRtNum(testcase, nf, 12345.); in checkNBSPPatternRT() 350 checkNBSPPatternRtNum(testcase, nf, -12345.); in checkNBSPPatternRT() 356 String testcase; in TestNBSPInPattern() local 359 testcase="ar_AE UNUM_CURRENCY"; in TestNBSPInPattern() 361 checkNBSPPatternRT(testcase, nf); in TestNBSPInPattern() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | AstroTest.java | 363 double testcase[][] = {{2012, 5, 20 , 16 , 48, 59}, in TestMoonAge() local 377 for(int i=0; i<testcase.length; i++){ in TestMoonAge() 379 …String testString = "CASE["+i+"]: Year "+(int)testcase[i][0]+" Month "+(int)testcase[i][1]+" Day "+ in TestMoonAge() 380 … (int)testcase[i][2]+" Hour "+(int)testcase[i][3]+" Minutes "+(int)testcase[i][4]+ in TestMoonAge() 381 " Seconds "+(int)testcase[i][5]; in TestMoonAge() 382 …gc.set((int)testcase[i][0],(int)testcase[i][1]-1,(int)testcase[i][2],(int)testcase[i][3],(int)test… in TestMoonAge()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | AstroTest.java | 366 double testcase[][] = {{2012, 5, 20 , 16 , 48, 59}, in TestMoonAge() local 380 for(int i=0; i<testcase.length; i++){ in TestMoonAge() 382 …String testString = "CASE["+i+"]: Year "+(int)testcase[i][0]+" Month "+(int)testcase[i][1]+" Day "+ in TestMoonAge() 383 … (int)testcase[i][2]+" Hour "+(int)testcase[i][3]+" Minutes "+(int)testcase[i][4]+ in TestMoonAge() 384 " Seconds "+(int)testcase[i][5]; in TestMoonAge() 385 …gc.set((int)testcase[i][0],(int)testcase[i][1]-1,(int)testcase[i][2],(int)testcase[i][3],(int)test… in TestMoonAge()
|
/third_party/curl/tests/data/ |
D | test40 | 1 <testcase> 14 Location: ../moo.html/?name=d a niel&testcase=/%TESTNUMBER0002 30 Location: ../moo.html/?name=d a niel&testcase=/%TESTNUMBER0002 32 Location: ../moo.html/?name=d a niel&testcase=/%TESTNUMBER0002 69 GET /we/are/all/moo.html/?name=d+a+niel&testcase=/%TESTNUMBER0002 HTTP/1.1 76 </testcase>
|
D | test1524 | 1 <testcase> 14 Location: moo.html&testcase=/%TESTNUMBER0002 27 Location: moo.html&testcase=/%TESTNUMBER0002 66 GET /blah/moo.html&testcase=/%TESTNUMBER0002 HTTP/1.1 74 </testcase>
|
D | test1011 | 1 <testcase> 14 Location: moo.html&testcase=/%TESTNUMBER0002 29 Location: moo.html&testcase=/%TESTNUMBER0002 67 mooGET /blah/moo.html&testcase=/%TESTNUMBER0002 HTTP/1.1 74 </testcase>
|
D | test1076 | 1 <testcase> 14 Location: moo.html&testcase=/%TESTNUMBER0002 29 Location: moo.html&testcase=/%TESTNUMBER0002 67 mooPOST /blah/moo.html&testcase=/%TESTNUMBER0002 HTTP/1.1 77 </testcase>
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestConversion.java | 114 DataMap testcase = (DataMap) iter.next(); in conversionTest() local 117 TestToUnicode(testcase, testToUnicode); in conversionTest() 121 TestFromUnicode(testcase, testFromUnicode); in conversionTest() 124 TestGetUnicodeSet(testcase); in conversionTest() 136 private void TestFromUnicode(DataMap testcase, int caseNr) { in TestFromUnicode() argument 143 cc.charset = ((ICUResourceBundle) testcase.getObject("charset")).getString(); in TestFromUnicode() 144 cc.unicode = ((ICUResourceBundle) testcase.getObject("unicode")).getString(); in TestFromUnicode() 145 cc.bytes = ((ICUResourceBundle) testcase.getObject("bytes")).getBinary(); in TestFromUnicode() 146 cc.offsets = ((ICUResourceBundle) testcase.getObject("offsets")).getIntVector(); in TestFromUnicode() 147 cc.finalFlush = ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0; in TestFromUnicode() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | astrotst.cpp | 443 static const double testcase[][10] = {{2012, 5, 20 , 16 , 48, 59}, in TestMoonAge() local 458 for (int32_t i = 0; i < UPRV_LENGTHOF(testcase); i++) { in TestMoonAge() 460 …logln((UnicodeString)"CASE["+i+"]: Year "+(int32_t)testcase[i][0]+" Month "+(int32_t)testcase[i][1… in TestMoonAge() 461 … (int32_t)testcase[i][2]+" Hour "+(int32_t)testcase[i][3]+" Minutes "+(int32_t)testcase[i][4]+ in TestMoonAge() 462 " Seconds "+(int32_t)testcase[i][5]); in TestMoonAge() 463 …(int32_t)testcase[i][0], (int32_t)testcase[i][1]-1, (int32_t)testcase[i][2], (int32_t)testcase[i][… in TestMoonAge()
|
/third_party/typescript/tests/baselines/reference/ |
D | parser15.4.4.14-9-2.js | 13 function testcase() { function 26 runTestCase(testcase); 39 function testcase() { 52 runTestCase(testcase);
|