/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-project/llvm/utils/lit/lit/formats/ |
D | base.py | 13 def getTestsInDirectory(self, testSuite, path_in_suite, member in FileBasedTest 51 def getTestsInDirectory(self, testSuite, path_in_suite, member in OneCommandPerFileTest
|
D | googletest.py | 90 def getTestsInDirectory(self, testSuite, path_in_suite, member in GoogleTest
|
/external/llvm-project/llvm/utils/lit/examples/many-tests/ |
D | ManyTests.py | 8 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): member in ManyTests
|
/external/llvm/utils/lit/examples/many-tests/ |
D | lit.cfg | 9 def getTestsInDirectory(self, testSuite, path_in_suite,
|
/external/llvm-project/llvm/utils/lit/lit/ |
D | discovery.py | 166 for res in lc.test_format.getTestsInDirectory(ts, test_dir_in_suite, 185 for res in lc.test_format.getTestsInDirectory(ts, path_in_suite,
|
/external/llvm-project/lldb/test/API/ |
D | lldbtest.py | 18 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, member in LLDBTest
|
/external/libcxx/utils/libcxx/test/ |
D | googlebenchmark.py | 72 def getTestsInDirectory(self, testSuite, path_in_suite, member in GoogleBenchmark
|
D | format.py | 61 def getTestsInDirectory(self, testSuite, path_in_suite, member in LibcxxTestFormat
|
/external/llvm-project/libcxx/utils/libcxx/test/ |
D | googlebenchmark.py | 72 def getTestsInDirectory(self, testSuite, path_in_suite, member in GoogleBenchmark
|
D | format.py | 197 def getTestsInDirectory(self, testSuite, pathInSuite, litConfig, localConfig): member in CxxStandardLibraryTest
|
/external/llvm/utils/lit/lit/ |
D | discovery.py | 143 for res in lc.test_format.getTestsInDirectory(ts, path_in_suite,
|