Searched refs:TestDescription (Results 1 – 3 of 3) sorted by relevance
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunnerTest.java | 29 import com.android.tradefed.result.TestDescription; 126 Collection<TestDescription> tests, in buildGlesTestRunner() 129 for (TestDescription test : tests) { in buildGlesTestRunner() 172 final TestDescription testId = new TestDescription("dEQP-GLES" in testGlesVersion() 218 Collection<TestDescription> tests = new ArrayList<TestDescription>(); in testGlesVersion() 323 final TestDescription testId = new TestDescription("dEQP-GLES3.info", "version"); in testResultCode() 360 Collection<TestDescription> tests = new ArrayList<TestDescription>(); in testResultCode() 498 final TestDescription[] testIds = { in testRun_multipleTests() 499 new TestDescription("dEQP-GLES3.info", "vendor"), in testRun_multipleTests() 500 new TestDescription("dEQP-GLES3.info", "renderer"), in testRun_multipleTests() [all …]
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 35 import com.android.tradefed.result.TestDescription; 163 private Collection<TestDescription> mRemainingTests = null; 164 private Map<TestDescription, Set<BatchRunConfiguration>> mTestInstances = null; 166 private final Map<TestDescription, Integer> mTestInstabilityRatings = new HashMap<>(); 185 Map<TestDescription, Set<BatchRunConfiguration>> tests) { in DeqpTestRunner() argument 284 private TestDescription mCurrentTestId; 295 private final Map<TestDescription, PendingResult> mPendingResults = new HashMap<>(); 308 public TestDescription getCurrentTestId() { in getCurrentTestId() 315 private void forwardFinalizedPendingResult(TestDescription testId) { in forwardFinalizedPendingResult() 364 public void setTestInstances(TestDescription testId, Set<BatchRunConfiguration> configs) { in setTestInstances() [all …]
|
/external/icu/tools/testing/test_harness/src/com/android/icu/tradefed/testtype/ |
D | ICU4CXmlResultParser.java | 20 import com.android.tradefed.result.TestDescription; 180 TestDescription testId = new TestDescription(classname, testname); in processTestResult()
|