Home
last modified time | relevance | path

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/
Dconfig.py61 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/
Dtest_provider.py425 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/
Ddiscovery.py48 cfg.load_from_path(cfgpath, litConfig)
97 config.load_from_path(cfgpath, litConfig)
DLitConfig.py66 config.load_from_path(path, self)
DTestingConfig.py74 def load_from_path(self, path, litConfig): member in TestingConfig
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py76 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(
Dcomponentinfo.py425 def load_from_path(path, subpath): function
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dprovider.py198 self.shared_credentials.load_from_path(shared_path)