/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | tree.go | 132 parent := (*TestCoverage)(nil) 266 // TestCoverage holds the coverage information for a deqp test group / leaf. 271 type TestCoverage struct { type 277 func (tc TestCoverage) String(t *Test, s Strings) string { 296 // deletable returns true if the TestCoverage provides no data. 297 func (tc TestCoverage) deletable() bool { 301 // TestCoverageMap is a map of TestIndex to *TestCoverage. 302 type TestCoverageMap map[TestIndex]*TestCoverage 304 // traverse performs a depth first traversal of the TestCoverage tree. 305 func (tcm TestCoverageMap) traverse(cb func(*TestCoverage)) { [all...] |
H A D | optimization.go | 55 f.tcm.traverse(func(tc *TestCoverage) { 128 f.tcm.traverse(func(tc *TestCoverage) { 140 func (o *optimizer) invertForCommon(tc *TestCoverage, t *Test) {
|
H A D | serialization.go | 252 func (t *Tree) writeCoverageJSON(c *TestCoverage, sb *strings.Builder) { 438 func (p *parser) parseCoverage(tc *TestCoverage) {
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmapts.h | 45 void TestCoverage(void);
|
H A D | trnserr.h | 50 void TestCoverage(void);
|
H A D | astrotst.h | 35 void TestCoverage(void);
|
H A D | citrtest.h | 43 void TestCoverage();
|
H A D | trnserr.cpp | 44 TESTCASE(3, TestCoverage); in runIndexedTest() 277 void TransliteratorErrorTest::TestCoverage() { in TestCoverage() function in TransliteratorErrorTest
|
H A D | srchtest.h | 92 void TestCoverage();
|
H A D | dtfmapts.cpp | 58 case 3: name = "TestCoverage"; in runIndexedTest() 60 logln("TestCoverage---"); logln(""); in runIndexedTest() 61 TestCoverage(); in runIndexedTest() 72 void IntlTestDateFormatAPI::TestCoverage(void) in TestCoverage() function in IntlTestDateFormatAPI
|
H A D | astrotst.cpp | 37 CASE(3,TestCoverage); in runIndexedTest() 153 void AstroTest::TestCoverage(void) { in TestCoverage() function in AstroTest
|
H A D | numfmtst.h | 77 void TestCoverage(void);
|
/third_party/node/lib/internal/test_runner/ |
H A D | coverage.js | 63 class TestCoverage { 301 return new TestCoverage(coverageDirectory, originalCoverageDirectory, cwd); 511 module.exports = { setupCoverage, TestCoverage };
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | spreptst.c | 43 static void TestCoverage(void); 60 addTest(root, &TestCoverage, "spreptst/TestCoverage"); in addUStringPrepTest() 619 static void TestCoverage(void) { in TestCoverage() function
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestSimpleDateFormatAPI.java | 192 public void TestCoverage(){ in TestCoverage() method in IntlTestSimpleDateFormatAPI
|
H A D | IntlTestNumberFormatAPI.java | 211 public void TestCoverage(){ in TestCoverage() method in IntlTestNumberFormatAPI
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestSimpleDateFormatAPI.java | 195 public void TestCoverage(){ in TestCoverage() method in IntlTestSimpleDateFormatAPI
|
H A D | IntlTestNumberFormatAPI.java | 214 public void TestCoverage(){ in TestCoverage() method in IntlTestNumberFormatAPI
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/shaping/ |
H A D | ArabicShapingRegTest.java | 194 public void TestCoverage() { in TestCoverage() method in ArabicShapingRegTest
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/ |
H A D | ArabicShapingRegTest.java | 191 public void TestCoverage() { in TestCoverage() method in ArabicShapingRegTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
H A D | TestStringPrep.java | 212 public void TestCoverage(){ in TestCoverage() method in TestStringPrep
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
H A D | TestStringPrep.java | 209 public void TestCoverage(){ in TestCoverage() method in TestStringPrep
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | IndianTest.java | 133 public void TestCoverage() { in TestCoverage() method in IndianTest
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | IndianTest.java | 130 public void TestCoverage() { in TestCoverage() method in IndianTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleDataTest.java | 412 public void TestCoverage(){ in TestCoverage() method in LocaleDataTest
|