Home
last modified time | relevance | path

Searched refs:CreateError (Results 1 – 9 of 9) sorted by relevance

/tools/acloud/
Derrors.py142 class CreateError(Exception): class
146 class GetAndroidBuildEnvVarError(CreateError):
150 class CheckPathError(CreateError):
154 class CheckGCEZonesQuotaError(CreateError):
158 class UnsupportedInstanceImageType(CreateError):
162 class UnsupportedFlavor(CreateError):
166 class UnsupportedMultiAdbPort(CreateError):
170 class UnsupportedCreateArgs(CreateError):
174 class GetBuildIDError(CreateError):
178 class NotSupportedHWPropertyError(CreateError):
[all …]
/tools/acloud/create/
Dgoldfish_local_image_local_instance.py106 except errors.CreateError as e:
148 raise errors.CreateError("Instance %d is locked by another "
157 raise errors.CreateError(_INSTANCES_IN_USE_MSG % {"max_id": max_id})
326 raise errors.CreateError("Cannot kill emulator.")
556 create_error = errors.CreateError(_EMU_KILL_TIMEOUT_ERROR %
Dlocal_image_local_instance.py163 except errors.CreateError as e:
224 raise errors.CreateError("Instance %d is locked by another "
243 raise errors.CreateError(_INSTANCES_IN_USE_MSG)
Davd_spec.py490 raise errors.CreateError(
/tools/acloud/internal/lib/
Dcvd_utils.py755 raise errors.CreateError("Timed out before loading remote image args.")
774 timeout_exception=errors.CreateError(
783 raise errors.CreateError(
789 raise errors.CreateError(f"Cannot load {remote_args_path}: {e}")
Dcvd_utils_test.py474 with self.assertRaises(errors.CreateError):
/tools/acloud/public/actions/
Dremote_host_cf_device_factory.py105 except (errors.CreateError, errors.DriverError,
484 raise errors.CreateError(f"Cannot convert {launch_cvd_args} to "
Dremote_host_cf_device_factory_test.py467 mock_cvd_utils.LoadRemoteImageArgs.side_effect = errors.CreateError(
Dremote_host_gf_device_factory.py332 raise errors.CreateError(