OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:results_type
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/gm/rebaseline_server/
results.py
69
def get_results_of_type(self,
results_type
):
70
"""Return results of some/all tests (depending on '
results_type
' parameter).
73
results_type
: string describing which types of results to include; must
78
return self._results[
results_type
]
80
def get_packaged_results_of_type(self,
results_type
, reload_seconds=None,
85
results_type
: string indicating which set of results to return;
93
response_dict = self._results[
results_type
]
107
KEY__HEADER__TYPE:
results_type
,
server.py
364
results_type
=summary_type),
441
def do_GET_results(self,
results_type
):
445
results_type
: string indicating which set of results to return;
448
logging.debug('do_GET_results: sending results of type "%s"' %
results_type
)
460
results_type
=
results_type
, reload_seconds=_SERVER.reload_seconds,
compare_configs.py
202
results_obj.get_packaged_results_of_type(
results_type
=args.results),
compare_to_expectations.py
386
results_obj.get_packaged_results_of_type(
results_type
=args.results),
/external/skia/gm/rebaseline_server/
results.py
69
def get_results_of_type(self,
results_type
):
70
"""Return results of some/all tests (depending on '
results_type
' parameter).
73
results_type
: string describing which types of results to include; must
78
return self._results[
results_type
]
80
def get_packaged_results_of_type(self,
results_type
, reload_seconds=None,
85
results_type
: string indicating which set of results to return;
93
response_dict = self._results[
results_type
]
107
KEY__HEADER__TYPE:
results_type
,
server.py
364
results_type
=summary_type),
441
def do_GET_results(self,
results_type
):
445
results_type
: string indicating which set of results to return;
448
logging.debug('do_GET_results: sending results of type "%s"' %
results_type
)
460
results_type
=
results_type
, reload_seconds=_SERVER.reload_seconds,
compare_configs.py
202
results_obj.get_packaged_results_of_type(
results_type
=args.results),
compare_to_expectations.py
386
results_obj.get_packaged_results_of_type(
results_type
=args.results),
Completed in 443 milliseconds