Searched refs:load_from_path (Results 1 – 10 of 10) sorted by relevance
/external/llvm/utils/lit/lit/ |
D | discovery.py | 48 cfg.load_from_path(cfgpath, litConfig) 97 config.load_from_path(cfgpath, litConfig)
|
D | TestingConfig.py | 75 def load_from_path(self, path, litConfig): member in TestingConfig
|
D | LitConfig.py | 98 config.load_from_path(path, self)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | discovery.py | 67 cfg.load_from_path(cfgpath, litConfig) 117 config.load_from_path(cfgpath, litConfig)
|
D | TestingConfig.py | 66 def load_from_path(self, path, litConfig): member in TestingConfig
|
D | LitConfig.py | 108 config.load_from_path(path, self)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 64 common,info_iter = componentinfo.load_from_path(llvmbuild_path, 77 def load_from_path(source_root, llvmbuild_source_root): member in LLVMProjectInfo 823 project_info = LLVMProjectInfo.load_from_path(
|
D | componentinfo.py | 425 def load_from_path(path, subpath): function
|
/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
|