Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestPerf.java24 static final Set<String> testPaths; field in TestPerf
34 testPaths = Collections.unmodifiableSet(testPaths_);
36 sorted.addAll(testPaths);
41 for (String p : testPaths) {
60 logln("Path count: " + testPaths.size()); in TestA()
75 for (String p : testPaths) { in TestXPathParts()
89 for (String p : testPaths) { in TestMutableXPathParts()
104 for (String p : testPaths) { in TestFastFrozenXPathParts()
119 for (String p : testPaths) { in TestFastXPathParts()
DTestPaths.java308 private TestPaths testPaths; field in TestPaths.CheckDeprecated
310 public CheckDeprecated(TestPaths testPaths) { in CheckDeprecated() argument
311 this.testPaths = testPaths; in CheckDeprecated()
327 testPaths.errln( in check()
341 testPaths.errln( in check()
352 testPaths.errln( in check()
366 testPaths.errln( in check()
396 testPaths.warnln("Data doesn't contain: " + dtdType); in show()
408 testPaths.logln("Data doesn't contain: " + dtdType + ":" + element.name); in show()
418 testPaths.logln( in show()
[all …]
/external/cronet/tot/build/
DPRESUBMIT_test.py36 def testPaths(self): member in CheckNoBadDepsTest
/external/cronet/stable/build/
DPRESUBMIT_test.py36 def testPaths(self): member in CheckNoBadDepsTest
/external/angle/build/
DPRESUBMIT_test.py36 def testPaths(self): member in CheckNoBadDepsTest
/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/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
Dctor.pass.cpp68 const path testPaths[] = { static_env.DNE, static_env.BadSymlink }; in test_construction_from_bad_path() local
69 for (path const& testPath : testPaths) in test_construction_from_bad_path()
/external/cronet/stable/third_party/libc++/src/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_construction_from_bad_path() local
69 for (path const& testPath : testPaths) in test_construction_from_bad_path()
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
Dctor.pass.cpp68 const path testPaths[] = { static_env.DNE, static_env.BadSymlink }; in test_construction_from_bad_path() local
69 for (path const& testPath : testPaths) in test_construction_from_bad_path()
/external/cronet/tot/third_party/libc++/src/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_construction_from_bad_path() local
69 for (path const& testPath : testPaths) in test_construction_from_bad_path()
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java612 final String[] testPaths = {"dEQP-GLES3.info.vendor", in testRun_multipleTests() local
653 mockListener.testRunStarted(getTestId(deqpTest), testPaths.length); in testRun_multipleTests()
679 for (int i = 0; i < testPaths.length; i++) { in testRun_multipleTests()
1190 final String[] testPaths = { in testRun_unexecutableTests() local
1243 mockListener.testRunStarted(getTestId(deqpTest), testPaths.length); in testRun_unexecutableTests()
1269 for (int i = 0; i < testPaths.length; i++) { in testRun_unexecutableTests()
2538 final String[] testPaths = {"dEQP-GLES3.info.vendor", in testRuntimeHint_optionSet() local
2587 mockListener.testRunStarted(getTestId(deqpTest), testPaths.length); in testRuntimeHint_optionSet()
2613 for (int i = 0; i < testPaths.length; i++) { in testRuntimeHint_optionSet()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DListCoverageLevels.java104 Set<String> testPaths = ImmutableSortedSet.copyOf(root.fullIterable()); in main() local
105 for (String path : testPaths) { in main()
/external/deqp/android/openglcts/runner/tests/src/org/khronos/cts/runner/
DKhronosCTSRunnerTests.java597 final String[] testPaths = { in testRun_unexecutableTests() local
633 mockListener.testRunStarted(getTestId(), testPaths.length); in testRun_unexecutableTests()
649 for (int i = 0; i < testPaths.length; i++) { in testRun_unexecutableTests()
/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.java1219 ArrayList<String> testPaths = new ArrayList<String>(); in generateTestCaseTrie() local
1222 testPaths.add(test.getClassName() + "." + test.getTestName()); in generateTestCaseTrie()
1225 return generateTestCaseTrieFromPaths(testPaths); in generateTestCaseTrie()