OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:results_type
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/gm/rebaseline_server/
results.py
81
def get_results_of_type(self,
results_type
):
82
"""Return results of some/all tests (depending on '
results_type
' parameter).
85
results_type
: string describing which types of results to include; must
90
return self._results[
results_type
]
92
def get_packaged_results_of_type(self,
results_type
, reload_seconds=None,
97
results_type
: string indicating which set of results to return;
105
response_dict = self._results[
results_type
]
119
KEY__HEADER__TYPE:
results_type
,
server.py
479
results_type
=summary_type),
558
def do_GET_precomputed_results(self,
results_type
):
562
results_type
: string indicating which set of results to return;
566
results_type
)
578
results_type
=
results_type
, reload_seconds=_SERVER.reload_seconds,
637
results_type
=results_mod.KEY__HEADER__RESULTS_ALL,
[
all
...]
compare_configs.py
204
results_obj.get_packaged_results_of_type(
results_type
=args.results),
compare_to_expectations.py
410
results_obj.get_packaged_results_of_type(
results_type
=args.results),
Completed in 276 milliseconds