Home
last modified time | relevance | path

Searched refs:HostError (Results 1 – 15 of 15) sorted by relevance

/external/devlib/devlib/module/
Dandroid.py23 from devlib.exception import HostError
74 raise HostError('File {} is not a tarfile'.format(image_bundle))
78HostError('Image bundle does not contain the required partition file (see documentation)')
112 raise HostError('{} does not exist.'.format(path))
122 HostError('partitions.txt is not properly formated')
125 HostError('file {} was not found in the bundle or was misplaced'.format(pair[1]))
Dvexpress.py22 from devlib.exception import TargetError, HostError
361 raise HostError('Image bundle {} does not appear to be a valid TAR file.'.format(bundle))
370 raise HostError(msg.format(bundle))
/external/devlib/devlib/instrument/
Ddaq.py7 from devlib.exception import HostError
37 raise HostError('Could not import "daqpower": {}'.format(import_error_mesg))
49 raise HostError('Problem querying DAQ server: {}'.format(result.message))
69 raise HostError(result.message)
102 raise HostError(message.format(site, tempdir))
Dmonsoon.py7 from devlib.exception import HostError
46 raise HostError(INSTALL_INSTRUCTIONS)
86 raise HostError(
Denergy_probe.py24 from devlib.exception import HostError
46 raise HostError('caiman must be installed on the host '
81 raise HostError(
/external/devlib/devlib/utils/
Dandroid.py29 from devlib.exception import TargetError, HostError, DevlibError
183 raise HostError(
208 raise HostError('No such file "{}"'.format(source))
286 raise HostError(message.format(output_length - 2))
289 raise HostError('No device is connected and available')
314 raise HostError(message)
449 raise HostError('ANDROID_HOME is not set and adb is not in PATH. '
472 raise HostError(msg.format(env.android_home))
481 raise HostError('aapt not found. Please make sure at least one Android '
Dserial_port.py32 from devlib.exception import HostError
50 raise HostError(e.message)
Dmisc.py39 from devlib.exception import HostError, TimeoutError
187 he = HostError('Could not load {}: {}'.format(path, str(e)))
Dssh.py36 from devlib.exception import HostError, TargetError, TimeoutError
835 … raise HostError('Must have sshpass installed on the host in order to use password-based auth.')
847 raise HostError('OpenSSH must be installed on the host.')
/external/devlib/devlib/trace/
Dftrace.py25 from devlib.exception import TargetError, HostError
101 raise HostError('trace-cmd binary must be installed on the host if autoreport=True.')
103 raise HostError('kernelshark binary must be installed on the host if autoview=True.')
297 … raise HostError('Could not find trace-cmd. Please make sure it is installed and is in PATH.')
/external/devlib/devlib/instrument/netstats/
D__init__.py10 from devlib.exception import TargetError, HostError
76 raise HostError('APK for netstats instrument does not exist ({})'.format(apk))
/external/devlib/devlib/
D__init__.py3 from devlib.exception import DevlibError, TargetError, HostError, TargetNotRespondingError
Dexception.py33 class HostError(DevlibError): class
/external/devlib/devlib/platform/
Darm.py24 from devlib.exception import TargetError, HostError
272 raise HostError('Channel "{}" is not in {}'.format(chan.name, temp_file))
/external/devlib/doc/
Dconnection.rst107 is not esblished within this period, :class:`HostError`