Searched refs:source_root (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DTest.py31 def __init__(self, name, source_root, exec_root, config):
33 self.source_root = source_root
39 return os.path.join(self.source_root, *components)
H A Dmain.py175 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/
H A Dmojom_bindings_generator.py83 def __init__(self, path, source_root):
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/llvm-build/llvmbuild/
H A Dmain.py89 def load_from_path(source_root, llvmbuild_source_root):
93 return LLVMProjectInfo(source_root, infos)
95 def __init__(self, source_root, component_infos):
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)):
848 group.add_option("", "--source-root", dest="source_root", metavar="PATH",
915 source_root = opts.source_root variable
924 source_root = os.path.dirname(utils_path) variable
[all...]
/external/llvm/utils/lit/lit/
H A DTest.py162 def __init__(self, name, source_root, exec_root, config):
164 self.source_root = source_root
170 return os.path.join(self.source_root, *components)
H A Ddiscovery.py49 source_root = os.path.realpath(cfg.test_source_root or path)
51 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
H A Dmain.py337 print(' Source Root: %s' % ts.source_root)

Completed in 163 milliseconds