OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install_hooks
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/perf_insights/perf_insights_build/
run_vinn_tests.py
40
'--no-install-hooks', dest='
install_hooks
', action='store_false')
41
parser.set_defaults(
install_hooks
=True)
43
if args.
install_hooks
:
/external/chromium-trace/catapult/tracing/tracing_build/
run_vinn_tests.py
41
'--no-install-hooks', dest='
install_hooks
', action='store_false')
42
parser.set_defaults(
install_hooks
=True)
44
if args.
install_hooks
:
/external/chromium-trace/catapult/catapult_build/
run_dev_server_tests.py
189
'--no-install-hooks', dest='
install_hooks
', action='store_false')
196
parser.set_defaults(
install_hooks
=True)
200
if args.
install_hooks
:
dev_server.py
292
'--no-install-hooks', dest='
install_hooks
', action='store_false')
310
if args.
install_hooks
:
Completed in 145 milliseconds