OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compile_database
(Results
1 - 3
of
3
) sorted by null
/external/v8/tools/clang/translation_unit/
test_translation_unit.py
38
compile_database
= os.path.join(test_directory_for_tool,
40
compile_database_template =
compile_database
+ '.template'
44
with open(
compile_database
, 'w') as f:
95
os.remove(
compile_database
)
/external/v8/tools/clang/scripts/
run_tool.py
198
'
compile_database
',
217
compile_db.GenerateWithNinja(args.
compile_database
)
220
source_filenames = set(_GetFilesFromCompileDB(args.
compile_database
))
230
args.
compile_database
,
test_tool.py
111
compile_database
= os.path.join(test_directory_for_tool,
141
with open(
compile_database
, 'w') as f:
175
os.remove(
compile_database
)
Completed in 198 milliseconds