Searched refs:load_from_path (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
D | config.py | 61 self.load_from_path(path) 82 def load_from_path(self, path): member in Config 89 self.load_from_path(os.path.join(dir, extended_file))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/provider/ |
D | test_provider.py | 425 def test_shared_config_loading(self, load_from_path, exists): argument 429 load_from_path.assert_called_once_with(path) 432 load_from_path.reset_mock() 437 load_from_path.assert_called_once_with(path)
|
/external/llvm/utils/lit/lit/ |
D | discovery.py | 48 cfg.load_from_path(cfgpath, litConfig) 97 config.load_from_path(cfgpath, litConfig)
|
D | LitConfig.py | 66 config.load_from_path(path, self)
|
D | TestingConfig.py | 74 def load_from_path(self, path, litConfig): member in TestingConfig
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 76 common,info_iter = componentinfo.load_from_path(llvmbuild_path, 89 def load_from_path(source_root, llvmbuild_source_root): member in LLVMProjectInfo 931 project_info = LLVMProjectInfo.load_from_path(
|
D | componentinfo.py | 425 def load_from_path(path, subpath): function
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | provider.py | 198 self.shared_credentials.load_from_path(shared_path)
|