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

  /external/autotest/site_utils/
dut_status.py 276 histories = []
282 histories.append(h)
290 return histories
319 histories = HostJobHistory.get_multiple_histories(
323 histories = _get_host_histories(afe, arguments)
324 if not histories:
327 return histories
lab_inventory_unittest.py 375 histories = []
378 histories.append(
380 return histories
497 histories = []
508 histories.append(history)
511 self.inventory = lab_inventory._LabInventory(histories)
908 histories.
915 histories = []
921 histories.append(
923 return histories
    [all...]
lab_inventory.py 173 Filter `self._histories` for histories where the last
195 Filter `self._histories` for histories where the last
217 Filter `self._histories` for histories where the last
470 def __init__(self, histories):
477 histories = [h for h in histories
479 boards = set([h.host_board for h in histories])
482 self._dut_count = len(histories)
484 for h in histories:
    [all...]
  /external/autotest/server/lib/
suite_report.py 205 # Retrieve histories for the time of the suite for all associated hosts.
208 histories = [HostJobHistory.get_host_history(afe, hostname,
213 for history in histories:
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 42 // readGCStats fills in the pause and end times histories (up to
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 42 // readGCStats fills in the pause and end times histories (up to

Completed in 126 milliseconds