Home
last modified time | relevance | path

Searched refs:source_root (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py89 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/pigweed/pw_build/py/pw_build/
Dmirror_tree.py46 def _link_files(source_root: Path, sources: Iterable[Path],
49 dest = directory / source.relative_to(source_root)
80 def mirror_paths(source_root: Path,
94 outputs = list(_link_files(source_root, sources, directory))
/external/pigweed/pw_build/
Dmirror_tree.gni23 # - The outputs list is generated by the template based on the source_root and
25 # - The source_root argument can be used to trim prefixes from source files.
32 # source_root: Root path for sources; defaults to ".".
42 if (defined(invoker.source_root)) {
43 _root = invoker.source_root
/external/llvm/utils/lit/lit/
DTest.py162 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)
Ddiscovery.py49 source_root = os.path.realpath(cfg.test_source_root or path)
51 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
Dmain.py337 print(' Source Root: %s' % ts.source_root)
/external/libchrome/mojo/public/tools/bindings/
Dmojom_bindings_generator.py83 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)
186 RelativePath(dirname, rel_filename.source_root),
/external/llvm-project/llvm/utils/lit/lit/
DTest.py203 def __init__(self, name, source_root, exec_root, config): argument
205 self.source_root = source_root
211 return os.path.join(self.source_root, *components)
Ddiscovery.py67 source_root = os.path.realpath(cfg.test_source_root or path)
69 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
Dmain.py142 print(' Source Root: %s' % suite.source_root)
/external/libxkbcommon/
Dmeson.build151 args: '-Wl,--version-script=' + meson.source_root()/'xkbcommon.map',
235 libxkbcommon_link_args += '-Wl,--version-script=' + meson.source_root()/'xkbcommon.map'
291 … libxkbcommon_x11_link_args += '-Wl,--version-script=' + meson.source_root()/'xkbcommon-x11.map'
340 libxkbregistry_link_args += '-Wl,--version-script=' + meson.source_root()/'xkbregistry.map'
500 test_env.set('top_srcdir', meson.source_root())
508 test_configh_data.set_quoted('TEST_XKB_CONFIG_ROOT', meson.source_root()/'test'/'data')
683 bench_env.set('top_srcdir', meson.source_root())
751 … command: [doxygen_wrapper, doxygen.path(), meson.build_root()/'Doxyfile', meson.source_root()],
/external/libepoxy/doc/
Dmeson.build4 doxyfile_conf.set('top_srcdir', meson.source_root())
/external/mesa3d/src/freedreno/ir3/
Dmeson.build27 '-p', join_paths(meson.source_root(), 'src/compiler/nir/'),
39 '-p', join_paths(meson.source_root(), 'src/compiler/nir/'),
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc217 Node* source_root = edge->source()->node_graph()->root(); in ComputeSharedFootprintFromGraph() local
219 PERFETTO_DCHECK(current != source_root); in ComputeSharedFootprintFromGraph()
223 while (current->parent() != source_root) in ComputeSharedFootprintFromGraph()
227 if (source_root->GetChild(kSharedMemoryRootNode) == current) { in ComputeSharedFootprintFromGraph()
/external/mesa3d/src/gallium/drivers/zink/
Dmeson.build58 '-p', join_paths(meson.source_root(), 'src/compiler/nir/'),
/external/mesa3d/src/panfrost/midgard/
Dmeson.build50 '-p', join_paths(meson.source_root(), 'src/compiler/nir/'),
/external/mesa3d/src/freedreno/
Dmeson.build24 rnn_src_path = meson.source_root() + '/src/freedreno/registers'
/external/mesa3d/src/panfrost/bifrost/
Dmeson.build43 '-p', join_paths(meson.source_root(), 'src/compiler/nir/'),
/external/mesa3d/src/intel/common/
Dmeson.build96 genxml_path = join_paths(meson.source_root(),
/external/igt-gpu-tools/lib/
Dmeson.build116 srcdir = join_paths(meson.source_root(), 'tests')
/external/mesa3d/src/compiler/glsl/tests/
Dmeson.build105 meson.source_root(), 'src', 'compiler', 'glsl', 'tests', 'warnings'
/external/llvm-project/llvm/cmake/modules/
DHandleLLVMOptions.cmake1116 get_filename_component(source_root "${LLVM_MAIN_SRC_DIR}/.." ABSOLUTE)
1118 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
1120 file(RELATIVE_PATH relative_root "${source_root}" "${CMAKE_BINARY_DIR}")
1122 …append_if(SUPPORTS_FDEBUG_PREFIX_MAP "-fdebug-prefix-map=${source_root}/=${LLVM_SOURCE_PREFIX}" CM…
1131 get_filename_component(source_root "${LLVM_MAIN_SRC_DIR}/.." ABSOLUTE)
1133 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
1135 file(RELATIVE_PATH relative_root "${source_root}" "${CMAKE_BINARY_DIR}")
1137 …append_if(SUPPORTS_FFILE_PREFIX_MAP "-ffile-prefix-map=${source_root}/=${LLVM_SOURCE_PREFIX}" CMAK…
/external/mesa3d/src/gallium/drivers/lima/
Dmeson.build89 '-p', join_paths(meson.source_root(), 'src/compiler/nir/'),
/external/mesa3d/src/intel/compiler/
Dmeson.build136 '-p', join_paths(meson.source_root(), 'src/compiler/nir/'),
/external/llvm-project/libcxx/utils/
Dgenerate_feature_test_macro_components.py24 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable

12