Searched refs:include_paths (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/clang/scripts/
H A Dtest_tool.py18 def _GenerateCompileCommands(files, include_paths):
21 for include_path in include_paths)
52 include_paths = []
53 include_paths.append(
57 include_paths.append(
73 f.write(_GenerateCompileCommands(actual_files, include_paths))
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dandroid.py688 def NormalizeIncludePaths(self, include_paths):
689 """ Normalize include_paths.
693 include_paths: A list of unprocessed include paths.
698 for path in include_paths:
710 A tuple of lists: (clean_clfags, include_paths). "-I.." is trimmed.
713 include_paths = []
716 include_paths.append(flag[2:])
720 return (clean_cflags, include_paths)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py313 include_paths = ['../../../include', '../include'],
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py313 include_paths = ['../../../include', '../include'],
/external/valgrind/main/perf/
H A Dtinycc.c2416 char **include_paths;
8592 path = s1->include_paths[i];
20911 tcc_free(s1->include_paths[i]);
20912 tcc_free(s1->include_paths);
20926 dynarray_add((void ***)&s1->include_paths, &s1->nb_include_paths, pathname1);
2414 char **include_paths; member in struct:TCCState

Completed in 1470 milliseconds