Home
last modified time | relevance | path

Searched refs:testOnly (Results 1 – 8 of 8) sorted by relevance

/external/skia/modules/skparagraph/utils/
DTestFontCollection.cpp11 TestFontCollection::TestFontCollection(const std::string& resourceDir, bool testOnly, bool loadFont… in TestFontCollection() argument
29 if (testOnly) { in TestFontCollection()
DTestFontCollection.h10 … TestFontCollection(const std::string& resourceDir, bool testOnly = false, bool loadFonts = true);
/external/skia/tools/gpu/gl/interface/
Dgen_interface.go359 testOnly := []string{}
364 testOnly = append(testOnly, "!fFunctions.f"+function)
370 if len(testOnly) != 0 {
376 `, indent, strings.Join(testOnly, " ||\n"+indent+" "), indent, SPACER, indent)
/external/skia/fuzz/
DFuzzSkParagraph.cpp64 ResourceFontCollection(bool testOnly = false) in ResourceFontCollection() argument
91 if (testOnly) { in ResourceFontCollection()
/external/vogar/src/vogar/
DVogar.java207 boolean testOnly = false; field in Vogar
320 System.out.println(" Default is: " + testOnly); in printUsage()
664 if (testOnly) { in run()
674 } else if (testOnly) { in run()
680 if (testOnly) { in run()
/external/guice/core/test/com/google/inject/matcher/
DMatcherTest.java97 public void testOnly() { in testOnly() method in MatcherTest
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp629 bool testOnly = true; in logSamples() local
635 testOnly = false; in logSamples()
642 if (testOnly) in logSamples()
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp74 ResourceFontCollection(bool testOnly = false) in ResourceFontCollection() argument
101 if (testOnly) { in ResourceFontCollection()