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

  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Test.py 31 def __init__(self, name, source_root, exec_root, config):
33 self.source_root = source_root
39 return os.path.join(self.source_root, *components)
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/
mojom_bindings_generator.py 83 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/
main.py 89 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/
Test.py 162 def __init__(self, name, source_root, exec_root, config):
164 self.source_root = source_root
170 return os.path.join(self.source_root, *components)
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), ()
main.py 337 print(' Source Root: %s' % ts.source_root)
  /frameworks/base/tools/localedata/
extract_icu_data.py 276 source_root = sys.argv[1]
278 source_root,

Completed in 1121 milliseconds