OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_on_unfinished
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
gen_bench_expectations_from_codereview.py
115
error_on_unfinished
=True):
124
error_on_unfinished
: bool; throw an error if any trybot has not finished.
129
if
error_on_unfinished
and not _all_trybots_finished(try_builds):
/external/skia/tools/
gen_bench_expectations_from_codereview.py
115
error_on_unfinished
=True):
124
error_on_unfinished
: bool; throw an error if any trybot has not finished.
129
if
error_on_unfinished
and not _all_trybots_finished(try_builds):
Completed in 57 milliseconds