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

  /external/autotest/client/site_tests/network_TwoShills/
network_TwoShills.py 57 except error.CmdTimeoutError:
  /external/autotest/server/site_tests/android_CrashLogging/
android_CrashLogging.py 59 error.CmdTimeoutError):
  /external/autotest/server/site_tests/brillo_CrashLogging/
brillo_CrashLogging.py 54 error.CmdTimeoutError):
  /external/autotest/server/site_tests/platform_ImageLoaderServer/
platform_ImageLoaderServer.py 59 except error.CmdTimeoutError:
  /external/autotest/client/site_tests/graphics_Drm/
graphics_Drm.py 74 except error.CmdTimeoutError as e:
  /external/autotest/client/site_tests/graphics_GLMark2/
graphics_GLMark2.py 90 # Strangely autotest takes CmdError/CmdTimeoutError as warning only.
98 except error.CmdTimeoutError:
  /external/autotest/client/bin/
local_host.py 58 except error.CmdTimeoutError as e:
59 # CmdTimeoutError is a subclass of CmdError, so must be caught first
local_host_unittest.py 98 mock_run.side_effect = error.CmdTimeoutError('yes', mock_result)
  /external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py 161 except error.CmdTimeoutError:
  /external/autotest/client/site_tests/usbpd_GFU/
usbpd_GFU.py 120 except error.CmdTimeoutError:
  /external/autotest/site_utils/lxc/
lxc.py 114 blacklist=[error.CmdTimeoutError],
138 # We do not want to retry on CmdTimeoutError but still retry on
  /external/autotest/client/common_lib/
error.py 155 class CmdTimeoutError(CmdError):
232 This is equivalent to CmdTimeoutError when raised from a Host object instead
utils.py 698 timeout occurs it will raise CmdTimeoutError.
708 @raise CmdTimeoutError: the command timed out and ignore_timeout is False.
731 except error.CmdTimeoutError:
808 raise error.CmdTimeoutError(
    [all...]
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 366 except error.CmdTimeoutError:
  /external/autotest/server/hosts/
adb_host.py     [all...]

Completed in 490 milliseconds