Home
last modified time | relevance | path

Searched refs:testPaths (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPerf.java27 static final Set<String> testPaths; field in TestPerf
38 testPaths = Collections.unmodifiableSet(testPaths_);
41 sorted.addAll(testPaths);
46 for (String p : testPaths) {
66 logln("Path count: " + testPaths.size()); in TestA()
81 for (String p : testPaths) { in TestXPathParts()
96 for (String p : testPaths) { in TestMutableXPathParts()
111 for (String p : testPaths) { in TestFastFrozenXPathParts()
126 for (String p : testPaths) { in TestFastXPathParts()
DTestPaths.java189 private TestPaths testPaths; field in TestPaths.CheckDeprecated
191 public CheckDeprecated(TestPaths testPaths) { in CheckDeprecated() argument
192 this.testPaths = testPaths; in CheckDeprecated()
205 testPaths.errln("Deprecated item in data: " in check()
215 testPaths.errln("Deprecated item in data: " in check()
224 testPaths.errln("Deprecated item in data: " in check()
247 testPaths.warnln("Data doesn't contain: " in show()
258 testPaths.logln("Data doesn't contain: " in show()
270 testPaths.logln("Data doesn't contain: " in show()
281 testPaths.logln("Data doesn't contain: " in show()
/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dctor.pass.cpp68 const path testPaths[] = { StaticEnv::DNE, StaticEnv::BadSymlink }; in TEST_CASE() local
69 for (path const& testPath : testPaths) in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
Dctor.pass.cpp67 const path testPaths[] = { StaticEnv::DNE, StaticEnv::BadSymlink }; in TEST_CASE() local
68 for (path const& testPath : testPaths) in TEST_CASE()
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java500 final String[] testPaths = { in testRun_multipleTests() local
541 mockListener.testRunStarted(getTestId(deqpTest), testPaths.length); in testRun_multipleTests()
549 for (int i = 0; i < testPaths.length; i++) { in testRun_multipleTests()
833 final String[] testPaths = { in testRun_unexecutableTests() local
880 mockListener.testRunStarted(getTestId(deqpTest), testPaths.length); in testRun_unexecutableTests()
888 for (int i = 0; i < testPaths.length; i++) { in testRun_unexecutableTests()
1987 final String[] testPaths = { in testRuntimeHint_optionSet() local
2035 mockListener.testRunStarted(getTestId(deqpTest), testPaths.length); in testRuntimeHint_optionSet()
2043 for (int i = 0; i < testPaths.length; i++) { in testRuntimeHint_optionSet()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1128 ArrayList<String> testPaths = new ArrayList<String>(); in generateTestCaseTrie() local
1131 testPaths.add(test.getClassName() + "." + test.getTestName()); in generateTestCaseTrie()
1134 return generateTestCaseTrieFromPaths(testPaths); in generateTestCaseTrie()