Searched refs:source_root (Results 1 – 7 of 7) sorted by relevance
/external/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 89 def load_from_path(source_root, llvmbuild_source_root): argument 93 return LLVMProjectInfo(source_root, infos) 95 def __init__(self, source_root, component_infos): argument 97 self.source_root = source_root 484 p = os.path.join(self.source_root, ci.subpath[1:], 'LLVMBuild.txt') 505 if (path.startswith(self.source_root) and os.path.exists(path)): 915 source_root = opts.source_root 916 if source_root: 917 if not os.path.exists(os.path.join(source_root, 'lib', 'IR', 919 parser.error('invalid LLVM source root: %r' % source_root) [all …]
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | Test.py | 31 def __init__(self, name, source_root, exec_root, config): argument 33 self.source_root = source_root 39 return os.path.join(self.source_root, *components)
|
D | main.py | 175 source_root = os.path.realpath(cfg.test_source_root or path) 177 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), () 538 print ' Source Root: %s' % ts.source_root
|
/external/libmojo/mojo/public/tools/bindings/ |
D | mojom_bindings_generator.py | 83 def __init__(self, path, source_root): argument 85 self.source_root = source_root 89 os.path.abspath(self.source_root)) 99 return RelativePath(path, rel_search_dir.source_root) 101 rel_dir.source_root) 147 RelativePath(dirname, rel_filename.source_root), 207 RelativePath(dirname, rel_filename.source_root),
|
/external/llvm/utils/lit/lit/ |
D | Test.py | 162 def __init__(self, name, source_root, exec_root, config): argument 164 self.source_root = source_root 170 return os.path.join(self.source_root, *components)
|
D | discovery.py | 49 source_root = os.path.realpath(cfg.test_source_root or path) 51 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
|
D | main.py | 337 print(' Source Root: %s' % ts.source_root)
|