Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPerf.java26 static final Set<String> testPaths; field in TestPerf
37 testPaths = Collections.unmodifiableSet(testPaths_);
40 sorted.addAll(testPaths);
45 for (String p : testPaths) {
65 logln("Path count: " + testPaths.size()); in TestA()
80 for (String p : testPaths) { in TestXPathParts()
94 for (String p : testPaths) { in TestMutableXPathParts()
109 for (String p : testPaths) { in TestFastFrozenXPathParts()
124 for (String p : testPaths) { in TestFastXPathParts()
DTestPaths.java255 private TestPaths testPaths; field in TestPaths.CheckDeprecated
257 public CheckDeprecated(TestPaths testPaths) { in CheckDeprecated() argument
258 this.testPaths = testPaths; in CheckDeprecated()
271 testPaths.errln("Deprecated element in data: " in check()
282 testPaths.errln("Deprecated attribute in data: " in check()
289 testPaths.errln("Deprecated attribute in data: " in check()
299 testPaths.errln("Deprecated attribute value in data: " in check()
322 testPaths.warnln("Data doesn't contain: " in show()
333 testPaths.logln("Data doesn't contain: " in show()
345 testPaths.logln("Data doesn't contain: " in show()
[all …]
/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/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
Dctor.pass.cpp67 const path testPaths[] = { static_env.DNE, static_env.BadSymlink }; in TEST_CASE() local
68 for (path const& testPath : testPaths) in TEST_CASE()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dctor.pass.cpp68 const path testPaths[] = { static_env.DNE, static_env.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.java507 final String[] testPaths = { in testRun_multipleTests() local
548 mockListener.testRunStarted(getTestId(deqpTest), testPaths.length); in testRun_multipleTests()
561 for (int i = 0; i < testPaths.length; i++) { in testRun_multipleTests()
850 final String[] testPaths = { in testRun_unexecutableTests() local
897 mockListener.testRunStarted(getTestId(deqpTest), testPaths.length); in testRun_unexecutableTests()
910 for (int i = 0; i < testPaths.length; i++) { in testRun_unexecutableTests()
2026 final String[] testPaths = { in testRuntimeHint_optionSet() local
2074 mockListener.testRunStarted(getTestId(deqpTest), testPaths.length); in testRuntimeHint_optionSet()
2087 for (int i = 0; i < testPaths.length; i++) { in testRuntimeHint_optionSet()
/external/cldr/tools/java/org/unicode/cldr/tool/
DListCoverageLevels.java77 Set<String> testPaths = ImmutableSortedSet.copyOf(root.fullIterable()); in main() local
78 for (String path : testPaths) { in main()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsWindowsLikeFileSystemTest.java71 public void testPaths() { in testPaths() method in JimfsWindowsLikeFileSystemTest
DJimfsUnixLikeFileSystemTest.java167 public void testPaths() { in testPaths() method in JimfsUnixLikeFileSystemTest
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1131 ArrayList<String> testPaths = new ArrayList<String>(); in generateTestCaseTrie() local
1134 testPaths.add(test.getClassName() + "." + test.getTestName()); in generateTestCaseTrie()
1137 return generateTestCaseTrieFromPaths(testPaths); in generateTestCaseTrie()