Searched refs:HostError (Results 1 – 15 of 15) sorted by relevance
/external/devlib/devlib/module/ |
D | android.py | 23 from devlib.exception import HostError 74 raise HostError('File {} is not a tarfile'.format(image_bundle)) 78 … HostError('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]))
|
D | vexpress.py | 22 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/ |
D | daq.py | 7 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))
|
D | monsoon.py | 7 from devlib.exception import HostError 46 raise HostError(INSTALL_INSTRUCTIONS) 86 raise HostError(
|
D | energy_probe.py | 24 from devlib.exception import HostError 46 raise HostError('caiman must be installed on the host ' 81 raise HostError(
|
/external/devlib/devlib/utils/ |
D | android.py | 29 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 '
|
D | serial_port.py | 32 from devlib.exception import HostError 50 raise HostError(e.message)
|
D | misc.py | 39 from devlib.exception import HostError, TimeoutError 187 he = HostError('Could not load {}: {}'.format(path, str(e)))
|
D | ssh.py | 36 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/ |
D | ftrace.py | 25 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__.py | 10 from devlib.exception import TargetError, HostError 76 raise HostError('APK for netstats instrument does not exist ({})'.format(apk))
|
/external/devlib/devlib/ |
D | __init__.py | 3 from devlib.exception import DevlibError, TargetError, HostError, TargetNotRespondingError
|
D | exception.py | 33 class HostError(DevlibError): class
|
/external/devlib/devlib/platform/ |
D | arm.py | 24 from devlib.exception import TargetError, HostError 272 raise HostError('Channel "{}" is not in {}'.format(chan.name, temp_file))
|
/external/devlib/doc/ |
D | connection.rst | 107 is not esblished within this period, :class:`HostError`
|