Searched defs:path_in_suite (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/lit/lit/ |
D | discovery.py | 76 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument 77 def search1(path_in_suite): argument 100 def search(path_in_suite): argument 123 def getTestsInSuite(ts, path_in_suite, litConfig, argument
|
D | Test.py | 131 def __init__(self, suite, path_in_suite, config, file_path = None): argument
|
/external/llvm/utils/lit/lit/formats/ |
D | googletest.py | 61 def getTestsInExecutable(self, testSuite, path_in_suite, execpath, argument 71 def getTestsInDirectory(self, testSuite, path_in_suite, argument
|
D | base.py | 14 def getTestsInDirectory(self, testSuite, path_in_suite, argument 52 def getTestsInDirectory(self, testSuite, path_in_suite, argument
|