HomeSort by relevance Sort by last modified time
    Searched refs:equality_constraints (Results 1 - 6 of 6) sorted by null

  /external/autotest/site_utils/
host_label_utils.py 67 equality_constraints=[('_type', _HOST_LABEL_TIME_INDEX_TYPE),],
80 equality_constraints=[('_type', _HOST_LABEL_TYPE),
83 equality_constraints.append(('hostname', hostname))
86 equality_constraints.append(('labels', label))
89 equality_constraints=equality_constraints)
collect_suite_time_stats.py 116 equality_constraints=[('_type', 'job_time_breakdown'),
158 equality_constraints=[('_type', 'job_time_breakdown'),
230 equality_constraints=[('_type', 'host_history'),
286 equality_constraints=[('_type', 'host_history')],
375 equality_constraints=[('_type', job_overhead.SUITE_RUNTIME_KEY),],
host_history_utils.py 105 equality_constraints=[('_type', type_str),
158 equality_constraints=[('_type', _LOCK_HISTORY_TYPE),
297 equality_constraints=[('_type', _HOST_HISTORY_TYPE),
334 equality_constraints=[('_type', _HOST_HISTORY_TYPE),]
336 equality_constraints.append(('labels', 'board:'+board))
338 equality_constraints.append(('labels', 'pool:'+pool))
342 equality_constraints=equality_constraints,
analyze_reboot_time.py 66 equality_constraints=[('_type', 'reboot_total'),
devserver_history.py 105 equality_constraints=eqs,
  /external/autotest/client/common_lib/cros/graphite/
es_utils.py 227 def _compose_query(self, equality_constraints=[], fields_returned=None,
236 equality_constraints = [
285 @param equality_constraints: list of tuples of (field, value) pairs
310 if not equality_constraints and not range_constraints:
327 eq_list = [{'term': {k: v}} for k, v in equality_constraints if k]

Completed in 214 milliseconds