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

  /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 154 def __init__(self, name, source_root, exec_root, config):
156 self.source_root = source_root
162 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 311 print(' Source Root: %s' % ts.source_root)
  /frameworks/base/tools/localedata/
extract_icu_data.py 274 source_root = sys.argv[1]
276 source_root,

Completed in 197 milliseconds