Home
last modified time | relevance | path

Searched refs:include_paths (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dfind_normal.rs222 super::postprocess(&lib.include_paths); in try_pkg_config()
224 for include in lib.include_paths.iter() { in try_pkg_config()
251 super::postprocess(&lib.include_paths); in try_vcpkg()
/third_party/rust/crates/pkg-config-rs/tests/
Dtest.rs103 .include_paths in output_ok()
105 assert!(lib.include_paths.contains(&PathBuf::from("/usr/foo"))); in output_ok()
114 .include_paths in escapes()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dandroid.py692 def NormalizeIncludePaths(self, include_paths): argument
702 for path in include_paths:
717 include_paths = []
720 include_paths.append(flag[2:])
724 return (clean_cflags, include_paths)
/third_party/node/tools/gyp/pylib/gyp/generator/
Dandroid.py751 def NormalizeIncludePaths(self, include_paths): argument
761 for path in include_paths:
776 include_paths = []
779 include_paths.append(flag[2:])
783 return (clean_cflags, include_paths)
/third_party/json/third_party/amalgamate/
Damalgamate.py54 search_dirs = self.include_paths[:]
87 print(" include_paths = {0}".format(self.include_paths))
/third_party/rust/crates/pkg-config-rs/src/
Dlib.rs101 pub include_paths: Vec<PathBuf>, field
568 include_paths: Vec::new(), in new()
687 self.include_paths.push(PathBuf::from(val)); in parse_libs_cflags()
735 self.include_paths.push(PathBuf::from(inc)); in parse_libs_cflags()
/third_party/alsa-lib/src/
Dconf.c475 struct list_head include_paths; member
547 list_for_each(pos, &fd1->include_paths) { in add_include_path()
564 list_add_tail(&path->list, &fd->include_paths); in add_include_path()
577 base = &fd->include_paths; in free_include_paths()
650 list_for_each(pos, &current->include_paths) { in input_stdio_open()
852 INIT_LIST_HEAD(&fd->include_paths); in get_char_skip_comments()
1951 int override, const char * const *include_paths) in _snd_config_load_with_include() argument
1966 INIT_LIST_HEAD(&fd->include_paths); in _snd_config_load_with_include()
1967 if (include_paths) { in _snd_config_load_with_include()
1968 for (; *include_paths; include_paths++) { in _snd_config_load_with_include()
[all …]
/third_party/gstreamer/gstplugins_good/docs/
Dmeson.build107 include_paths: join_paths(meson.current_source_dir(), '..'),
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py312 include_paths = ['../../../include', '../include'],
/third_party/gstreamer/gstplugins_bad/docs/
Dmeson.build250 include_paths: join_paths(meson.current_source_dir(), '..'),
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c3247 struct sh_incl_path_entry **include_paths; member
3411 ctx->Shared->ShaderIncludes->include_paths[i]; in lookup_shader_include()
3625 ctx->Shared->ShaderIncludes->include_paths = in _mesa_CompileShaderIncludeARB()
3643 ctx->Shared->ShaderIncludes->include_paths[i] = path_list; in _mesa_CompileShaderIncludeARB()
3665 ctx->Shared->ShaderIncludes->include_paths = NULL; in _mesa_CompileShaderIncludeARB()
/third_party/rust/crates/cxx/book/src/build/
Dcargo.md189 let python_include_paths = python3.include_paths.iter().map(PathBuf::as_path);