Home
last modified time | relevance | path

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

/external/vogar/src/vogar/
DRun.java111 public final boolean testOnly; field in Run
170 this.testOnly = vogar.testOnly; in Run()
DVogar.java204 boolean testOnly = false; field in Vogar
314 System.out.println(" Default is: " + testOnly); in printUsage()
/external/vogar/test/vogar/target/
DTestRunnerProperties.java48 boolean testOnly() default false; in testOnly() method
DTestRunnerRule.java60 setProperty(TestProperties.TEST_ONLY, testRunnerProperties.testOnly()); in apply()
/external/vogar/src/vogar/target/
DTestRunner.java91 boolean testOnly = Boolean.parseBoolean(properties.getProperty(TestProperties.TEST_ONLY)); in TestRunner()
92 if (testOnly) { in TestRunner()
/external/vogar/src/vogar/tasks/
DBuildActionTask.java197 properties.setProperty(TestProperties.TEST_ONLY, Boolean.toString(run.testOnly)); in fillInProperties()
/external/guice/core/test/com/google/inject/matcher/
DMatcherTest.java102 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()