Searched refs:include_paths (Results 1 – 12 of 12) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
D | find_normal.rs | 222 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/ |
D | test.rs | 103 .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/ |
D | android.py | 692 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/ |
D | android.py | 751 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/ |
D | amalgamate.py | 54 search_dirs = self.include_paths[:] 87 print(" include_paths = {0}".format(self.include_paths))
|
/third_party/rust/crates/pkg-config-rs/src/ |
D | lib.rs | 101 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/ |
D | conf.c | 475 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, ¤t->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/ |
D | meson.build | 107 include_paths: join_paths(meson.current_source_dir(), '..'),
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.py | 312 include_paths = ['../../../include', '../include'],
|
/third_party/gstreamer/gstplugins_bad/docs/ |
D | meson.build | 250 include_paths: join_paths(meson.current_source_dir(), '..'),
|
/third_party/mesa3d/src/mesa/main/ |
D | shaderapi.c | 3247 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/ |
D | cargo.md | 189 let python_include_paths = python3.include_paths.iter().map(PathBuf::as_path);
|