OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_tool
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/clang/translation_unit/
test_translation_unit.py
49
os.path.join(tools_clang_scripts_directory, '
run_tool
.py'),
53
run_tool
= subprocess.Popen(args, stdout=subprocess.PIPE)
54
stdout, _ =
run_tool
.communicate()
55
if
run_tool
.returncode != 0:
56
print '
run_tool
failed:\n%s' % stdout
/external/v8/tools/clang/scripts/
test_tool.py
88
os.path.join(tools_clang_scripts_directory, '
run_tool
.py'),
92
run_tool
= subprocess.Popen(args, stdout=subprocess.PIPE)
93
stdout, _ =
run_tool
.communicate()
94
if
run_tool
.returncode != 0:
95
print '
run_tool
failed:\n%s' % stdout
Completed in 820 milliseconds