HomeSort by relevance Sort by last modified time
    Searched full:load_from_path (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
config.py 61 self.load_from_path(path)
82 def load_from_path(self, path): member in class:Config
89 self.load_from_path(os.path.join(dir, extended_file))
  /external/llvm/utils/lit/lit/
TestingConfig.py 74 def load_from_path(self, path, litConfig): member in class:TestingConfig
76 load_from_path(path, litConfig)
discovery.py 48 cfg.load_from_path(cfgpath, litConfig)
97 config.load_from_path(cfgpath, litConfig)
LitConfig.py 66 config.load_from_path(path, self)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/provider/
test_provider.py 424 @mock.patch.object(provider.Config, 'load_from_path')
425 def test_shared_config_loading(self, load_from_path, exists):
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/llvm-build/llvmbuild/
main.py 76 common,info_iter = componentinfo.load_from_path(llvmbuild_path,
89 def load_from_path(source_root, llvmbuild_source_root): member in class:LLVMProjectInfo
    [all...]
componentinfo.py 425 def load_from_path(path, subpath): function
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
provider.py 198 self.shared_credentials.load_from_path(shared_path)

Completed in 724 milliseconds