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

  /external/autotest/site_utils/
dut_status.py 118 HostJobHistory = status_history.HostJobHistory
256 """Return HostJobHistory objects for the requested hosts.
262 The return value is a list of HostJobHistory objects for the
269 @return List of HostJobHistory objects for the hosts requested
277 h = HostJobHistory.get_host_history(
300 The return value is a list of HostJobHistory objects for the
307 @return List of HostJobHistory objects for the hosts requested
316 histories = HostJobHistory.get_multiple_histories(
365 @return List of HostJobHistory objects for the hosts requeste
    [all...]
balance_pools.py 249 status_history.HostJobHistory.get_multiple_histories(
255 status_history.HostJobHistory.get_multiple_histories(
397 @param start_time Start time for HostJobHistory objects in
399 @param end_time End time for HostJobHistory objects in the
status_history.py 7 The central abstraction of this module is the `HostJobHistory`
296 class HostJobHistory(object):
327 """Create a `HostJobHistory` instance for a single host.
339 @return A new `HostJobHistory` instance.
349 """Create `HostJobHistory` instances for a set of hosts.
364 @return A list of new `HostJobHistory` instances.
lab_inventory.py 126 """Maintains a set of `HostJobHistory` objects for a pool.
141 individual `HostJobHistory` objects, so only the first call
164 """Add one `HostJobHistory` object to the collection.
166 @param host_history The `HostJobHistory` object to be
183 @return A list of HostJobHistory objects.
205 @return A list of HostJobHistory objects.
225 """Maintains a set of `HostJobHistory` objects for a board.
248 """Add one `HostJobHistory` object to the collection.
250 @param host_history The `HostJobHistory` object to be
280 Go through all HostJobHistory objects in the board's pools
    [all...]

Completed in 942 milliseconds