Lines Matching refs:machine
248 """Saves the current state of the virtual machine.
250 This function is a NOOP if the test is not running under a virtual machine
435 execute on a DUT or external machine. Method must accept
479 """Returns machine's CPU usage.
576 A simple heuristic to wait for a machine to cool.
578 nor machine characteristics and still would like to return the caller
579 a machine that cooled down as much as reasonably possible.
582 # We got here with a cold machine, return immediately. This should be the
586 logging.info('Got a hot machine of %dC. Sleeping 1 minute.', temperature)
587 # A modest wait should cool the machine.
607 # System paths for machine performance state.
1013 """Return whether a machine doesn't have a built-in monitor"""
1118 """Check if the process is running in a virtual machine.
1120 @return: True if the process is running in a virtual machine, otherwise
1129 'it is not a virtual machine.')