Searched refs:header_groups (Results 1 – 3 of 3) sorted by relevance
/external/autotest/frontend/tko/ |
D | rpc_interface.py | 22 def get_group_counts(group_by, header_groups=None, fixed_headers=None, argument 58 header_groups or [], 73 def get_status_counts(group_by, header_groups=[], fixed_headers={}, argument 80 return get_group_counts(group_by, header_groups=header_groups, 86 def get_latest_tests(group_by, header_groups=[], fixed_headers={}, argument 110 header_groups,
|
D | tko_rpc_utils.py | 100 def __init__(self, query, group_by, header_groups, fixed_headers): argument 103 self._header_groups = header_groups 110 in xrange(len(header_groups))]
|
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 1261 header_groups=[['afe_job_id'], ['afe_job_id']],
|