Searched refs:getTestsInDirectory (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | TestFormats.py | 57 def getTestsInDirectory(self, testSuite, path_in_suite, member in GoogleTest 103 def getTestsInDirectory(self, testSuite, path_in_suite, member in FileBasedTest 157 def getTestsInDirectory(self, testSuite, path_in_suite, member in OneCommandPerFileTest
|
D | main.py | 262 for res in lc.test_format.getTestsInDirectory(ts, path_in_suite,
|
/external/llvm/utils/lit/lit/formats/ |
D | base.py | 14 def getTestsInDirectory(self, testSuite, path_in_suite, member in FileBasedTest 52 def getTestsInDirectory(self, testSuite, path_in_suite, member in OneCommandPerFileTest
|
D | googletest.py | 81 def getTestsInDirectory(self, testSuite, path_in_suite, member in GoogleTest
|
/external/llvm/utils/lit/examples/many-tests/ |
D | lit.cfg | 9 def getTestsInDirectory(self, testSuite, path_in_suite,
|
/external/llvm/utils/lit/lit/ |
D | discovery.py | 143 for res in lc.test_format.getTestsInDirectory(ts, path_in_suite,
|
/external/libcxx/utils/libcxx/test/ |
D | format.py | 61 def getTestsInDirectory(self, testSuite, path_in_suite, member in LibcxxTestFormat
|