OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reset_results
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/
run-bindings-tests
43
reset_results
= "--reset-results" in argv
49
return BindingsTests(
reset_results
, test_python, verbose, executive.Executive()).main()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py
90
def __init__(self,
reset_results
, test_python, verbose, executive):
91
self.
reset_results
=
reset_results
99
if
reset_results
:
185
if self.
reset_results
and self.verbose:
248
if self.
reset_results
and self.verbose:
/external/chromium_org/tools/telemetry/telemetry/page/
html_page_measurement_results.py
31
def __init__(self, output_stream, test_name,
reset_results
, upload_results,
37
self._reset_results =
reset_results
results_options.py
83
output_stream, test.__class__.__name__, options.
reset_results
,
page_runner_unittest.py
130
options.
reset_results
= None
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py
88
return self._should_run_pixel_test and not (self._options.new_baseline or self._options.
reset_results
)
115
if self._options.
reset_results
:
121
if self._options.
reset_results
:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py
151
self.assertTrue(options.
reset_results
)
perftestsrunner.py
325
if self._options.
reset_results
or not self._host.filesystem.isfile(output_json_path):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py
317
options.
reset_results
= True
Completed in 131 milliseconds