Searched refs:TestingConfig (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | TestingConfig.py | 4 class TestingConfig: class 30 config = TestingConfig(parent, 86 cfg = TestingConfig(self, self.name, self.suffixes, self.test_format,
|
D | LitConfig.py | 63 from TestingConfig import TestingConfig 64 return TestingConfig.frompath(path, config.parent, self,
|
D | main.py | 15 from TestingConfig import TestingConfig 174 cfg = TestingConfig.frompath(cfgpath, None, litConfig, mustExist = True) 215 return TestingConfig.frompath(cfgpath, parent, litConfig,
|
/external/llvm/utils/lit/lit/ |
D | discovery.py | 10 from lit.TestingConfig import TestingConfig 47 cfg = TestingConfig.fromdefaults(litConfig)
|
D | TestingConfig.py | 6 class TestingConfig: class 62 return TestingConfig(None,
|
D | LitConfig.py | 8 import lit.TestingConfig
|
/external/autotest/client/common_lib/ |
D | logging_config.py | 152 class TestingConfig(LoggingConfig): class
|
/external/autotest/client/bin/ |
D | setup_job_unittest.py | 121 logging_manager.configure_logging(logging_config.TestingConfig())
|
D | job_unittest.py | 132 logging_manager.configure_logging(logging_config.TestingConfig())
|
/external/llvm/utils/lit/ |
D | TODO | 164 TestingConfig object).
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | lit.pod | 269 This is the config object (a I<TestingConfig> instance) for the test suite,
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 286 This is the config object (a *TestingConfig* instance) for the test suite,
|