HomeSort by relevance Sort by last modified time
    Searched full:include_paths (Results 1 - 7 of 7) 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(
67 f.write(_GenerateCompileCommands(actual_files, include_paths))
  /external/chromium_org/tools/
include_tracer.py 21 INCLUDE_PATHS = [
169 for root in INCLUDE_PATHS + [os.path.dirname(parent)]:
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 696 def NormalizeIncludePaths(self, include_paths):
697 """ Normalize include_paths.
703 include_paths: A list of unprocessed include paths.
708 for path in include_paths:
723 A tuple of lists: (clean_clfags, include_paths). "-I.." is trimmed.
726 include_paths = []
729 include_paths.append(flag[2:])
733 return (clean_cflags, include_paths)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
lit.cfg 279 include_paths = ['-I' + libcxx_src_root + '/include',
301 cpp_flags = ['-nostdinc++'] + compile_flags + include_paths,
  /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 90 milliseconds