Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 24 of 24) sorted by relevance

/test/vts/runners/host/
Dconfig_parser.py25 from vts.runners.host import errors
88 except errors.USERError as e:
141 raise errors.USERError(("Required key {} missing in test "
163 raise errors.USERError("Syntax error in test specifier %s" % item)
178 raise errors.USERError(
224 raise errors.USERError(
247 raise errors.USERError("Duplicate testbed name {} found.".format(
265 raise errors.USERError("Test bed names can't be empty.")
267 raise errors.USERError("Test bed names have to be string. Found: %s" %
271 raise errors.USERError(
Dbase_test.py28 from vts.runners.host import errors
291 raise errors.BaseTestError(("Missing required user param '%s' "
345 raise errors.BaseTestError("empty param_name provided")
358 raise errors.BaseTestError(msg)
406 raise errors.BaseTestError(msg)
1220 raise errors.USERError(msg)
/test/vti/test_serving/gae/webapp/src/handlers/
Dbase.py29 import errors
52 raise errors.Error(httplib.FORBIDDEN)
98 elif isinstance(exception, errors.FormValidationError):
101 resp_dict['errors'] = exception.errors
102 self.session['form_errors'] = exception.errors
112 elif isinstance(exception, (errors.Error, errors.AclError)):
Derrors.py40 def __init__(self, code=None, msg=None, errors=None): argument
43 self.errors = errors or []
47 return repr([self.code, self.msg, self.errors])
/test/vts/utils/python/mirror/
Dlib_mirror.py21 from vts.runners.host import errors
60 raise errors.ComponentLoadingError(
77 raise errors.ComponentLoadingError(
98 raise errors.ComponentLoadingError(
Dmirror_object.py19 from vts.runners.host import errors
159 raise errors.ComponentLoadingError(
Dmirror_tracker.py21 from vts.runners.host import errors
91 raise errors.ComponentLoadingError(
428 raise errors.ComponentLoadingError(
569 raise errors.USERError("User has to provide a target version.")
Dhal_mirror.py109 raise errors.ComponentLoadingError(
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py27 from vts.runners.host import errors
156 raise errors.VtsTcpClientCreationError(
293 raise errors.VtsMalformedProtoStringError()
337 raise errors.VtsUnsupportedTypeError(
348 raise errors.VtsTcpCommunicationError(
376 raise errors.VtsTcpCommunicationError(
387 raise errors.VtsTcpCommunicationError(
405 raise errors.VtsTcpCommunicationError(
596 raise errors.VtsTcpCommunicationError(
660 raise errors.VtsTcpCommunicationError(
/test/vts/runners/host/tcp_server/
Dcallback_server_test.py23 from vts.runners.host import errors
83 raise errors.ConnectionRefusedError # Test is a success here
135 raise errors.TcpServerConnectionError('Exception occurred.')
143 with self.assertRaises(errors.ConnectionRefusedError):
Dcallback_server.py22 from vts.runners.host import errors
30 class CallbackServerError(errors.VtsError):
/test/vts/utils/python/common/
Dtimeout_utils.py23 from vts.runners.host import errors
26 class TimeoutError(errors.VtsError):
/test/framework/harnesses/host_controller/
Dinvocation_thread.py22 from googleapiclient import errors
130 except (httplib2.HttpLib2Error, errors.HttpError) as e:
146 except errors.HttpError as e:
Dtfc_host_controller.py23 from googleapiclient import errors
138 errors.HttpError) as e:
/test/framework/harnesses/host_controller/command_processor/
Dcommand_config_local.py23 from googleapiclient import errors
77 httplib2.HttpLib2Error, errors.HttpError) as e:
Dcommand_build.py23 from googleapiclient import errors
141 httplib2.HttpLib2Error, errors.HttpError) as e:
Dcommand_device.py23 from googleapiclient import errors
226 httplib2.HttpLib2Error, errors.HttpError) as e:
Dcommand_config.py25 from googleapiclient import errors
193 httplib2.HttpLib2Error, errors.HttpError) as e:
/test/mlts/benchmark/results/
Dgenerate_result.py341 errors = []
345 errors.append((result.name, result.backend_type, error))
347 if errors:
353 error=error) for name, backend, error in errors))
/test/vts/utils/python/precondition/
Dprecondition_utils.py21 from vts.runners.host import errors
/test/vts/testcases/template/binary_test/
Dbinary_test.py25 from vts.runners.host import errors
/test/vti/dashboard/
DREADME.md121 otherwise you will end up with errors from the mock data dev API.
/test/vts/utils/python/controllers/
Dandroid_device.py32 from vts.runners.host import errors
/test/suite_harness/tools/dex-tools/dex/
Dclasses0.out.dex64710 public java.util.Enumeration errors()
106892 protected java.util.List[] errors