Home
last modified time | relevance | path

Searched refs:TestCoverage (Results 1 - 25 of 71) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dtree.go132 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 Doptimization.go55 f.tcm.traverse(func(tc *TestCoverage) {
128 f.tcm.traverse(func(tc *TestCoverage) {
140 func (o *optimizer) invertForCommon(tc *TestCoverage, t *Test) {
H A Dserialization.go252 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 Ddtfmapts.h45 void TestCoverage(void);
H A Dtrnserr.h50 void TestCoverage(void);
H A Dastrotst.h35 void TestCoverage(void);
H A Dcitrtest.h43 void TestCoverage();
H A Dtrnserr.cpp44 TESTCASE(3, TestCoverage); in runIndexedTest()
277 void TransliteratorErrorTest::TestCoverage() { in TestCoverage() function in TransliteratorErrorTest
H A Dsrchtest.h92 void TestCoverage();
H A Ddtfmapts.cpp58 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 Dastrotst.cpp37 CASE(3,TestCoverage); in runIndexedTest()
153 void AstroTest::TestCoverage(void) { in TestCoverage() function in AstroTest
H A Dnumfmtst.h77 void TestCoverage(void);
/third_party/node/lib/internal/test_runner/
H A Dcoverage.js63 class TestCoverage {
301 return new TestCoverage(coverageDirectory, originalCoverageDirectory, cwd);
511 module.exports = { setupCoverage, TestCoverage };
/third_party/icu/icu4c/source/test/cintltst/
H A Dspreptst.c43 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 DIntlTestSimpleDateFormatAPI.java192 public void TestCoverage(){ in TestCoverage() method in IntlTestSimpleDateFormatAPI
H A DIntlTestNumberFormatAPI.java211 public void TestCoverage(){ in TestCoverage() method in IntlTestNumberFormatAPI
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestSimpleDateFormatAPI.java195 public void TestCoverage(){ in TestCoverage() method in IntlTestSimpleDateFormatAPI
H A DIntlTestNumberFormatAPI.java214 public void TestCoverage(){ in TestCoverage() method in IntlTestNumberFormatAPI
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/shaping/
H A DArabicShapingRegTest.java194 public void TestCoverage() { in TestCoverage() method in ArabicShapingRegTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
H A DArabicShapingRegTest.java191 public void TestCoverage() { in TestCoverage() method in ArabicShapingRegTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DTestStringPrep.java212 public void TestCoverage(){ in TestCoverage() method in TestStringPrep
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestStringPrep.java209 public void TestCoverage(){ in TestCoverage() method in TestStringPrep
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DIndianTest.java133 public void TestCoverage() { in TestCoverage() method in IndianTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIndianTest.java130 public void TestCoverage() { in TestCoverage() method in IndianTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleDataTest.java412 public void TestCoverage(){ in TestCoverage() method in LocaleDataTest

Completed in 27 milliseconds

123