OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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(
67
f.write(_GenerateCompileCommands(actual_files,
include_paths
))
/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
...]
/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 2011 milliseconds