Home
last modified time | relevance | path

Searched refs:InstallError (Results 1 – 13 of 13) sorted by relevance

/external/autotest/server/hosts/
Dtestbed.py209 raise error.InstallError(
305 raise error.InstallError('Build %s is invalid. Failed to parse '
314 raise error.InstallError(
323 raise error.InstallError(
414 raise error.InstallError('No image string is provided to test bed.')
Dtestbed_unittest.py64 self.assertRaises(error.InstallError, testbed_1.locate_devices, images)
87 self.assertRaises(error.InstallError, testbed_1.locate_devices, images)
Demulated_adb_host.py243 raise error.InstallError(
Dadb_host.py138 class AndroidInstallError(error.InstallError):
1594 raise error.InstallError(
/external/autotest/server/site_tests/provision_TestbedUpdate/
Dprovision_TestbedUpdate.py96 except error.InstallError as e:
/external/autotest/server/site_tests/provision_AutoUpdate/
Dprovision_AutoUpdate.py114 except error.InstallError as e:
/external/autotest/server/site_tests/provision_AndroidUpdate/
Dprovision_AndroidUpdate.py110 except error.InstallError as e:
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
Dnetwork_WiFi_UpdateRouter.py110 except error.InstallError as e:
/external/autotest/server/cros/clique_lib/
Dclique_dut_updater.py152 except error.InstallError as e:
/external/autotest/client/common_lib/
Derror.py171 class InstallError(JobError): class
/external/v8/src/
Dbootstrapper.cc1099 static void InstallError(Isolate* isolate, Handle<JSObject> global, in InstallError() function
2266 InstallError(isolate, global, factory->Error_string(), in InitializeGlobal()
2273 InstallError(isolate, global, factory->EvalError_string(), in InitializeGlobal()
2278 InstallError(isolate, global, factory->RangeError_string(), in InitializeGlobal()
2285 InstallError(isolate, global, factory->ReferenceError_string(), in InitializeGlobal()
2290 InstallError(isolate, global, factory->SyntaxError_string(), in InitializeGlobal()
2297 InstallError(isolate, global, factory->TypeError_string(), in InitializeGlobal()
2304 InstallError(isolate, global, factory->URIError_string(), in InitializeGlobal()
2312 InstallError(isolate, dummy, factory->CompileError_string(), in InitializeGlobal()
2316 InstallError(isolate, dummy, factory->LinkError_string(), in InitializeGlobal()
[all …]
/external/autotest/client/common_lib/cros/
Dautoupdater.py39 class ChromiumOSError(error.InstallError):
Dautoupdater_unittest.py465 exception=error.InstallError(