OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:header_groups
(Results
1 - 4
of
4
) sorted by null
/external/autotest/frontend/tko/
tko_rpc_utils.py
100
def __init__(self, query, group_by,
header_groups
, fixed_headers):
103
self._header_groups =
header_groups
110
in xrange(len(
header_groups
))]
rpc_interface.py
20
def get_group_counts(group_by,
header_groups
=None, fixed_headers=None,
28
*
header_groups
can be used to get lists of unique combinations of group
33
with
header_groups
.
37
header_groups
. Each list contains all the values for the corresponding
56
header_groups
or [],
71
def get_status_counts(group_by,
header_groups
=[], fixed_headers={},
78
return get_group_counts(group_by,
header_groups
=
header_groups
,
84
def get_latest_tests(group_by,
header_groups
=[], fixed_headers={},
108
header_groups
,
[
all
...]
rpc_interface_unittest_fixme.py
342
header_groups
=[('job_name',)],
/external/autotest/frontend/afe/
rpc_interface.py
[
all
...]
Completed in 3234 milliseconds