HomeSort by relevance Sort by last modified time
    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 22 def get_group_counts(group_by, header_groups=None, fixed_headers=None,
30 * header_groups can be used to get lists of unique combinations of group
35 with header_groups.
39 header_groups. Each list contains all the values for the corresponding
58 header_groups or [],
73 def get_status_counts(group_by, header_groups=[], fixed_headers={},
80 return get_group_counts(group_by, header_groups=header_groups,
86 def get_latest_tests(group_by, header_groups=[], fixed_headers={},
110 header_groups,
    [all...]
rpc_interface_unittest_fixme.py 342 header_groups=[('job_name',)],
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]

Completed in 169 milliseconds