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

  /external/chromium_org/tools/clang/scripts/
test_tool.py 18 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/
android.py 688 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)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.py 313 include_paths = ['../../../include', '../include'],
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 313 include_paths = ['../../../include', '../include'],
  /external/valgrind/main/perf/
tinycc.c 2414 char **include_paths; member in struct:TCCState
    [all...]

Completed in 341 milliseconds