HomeSort by relevance Sort by last modified time
    Searched refs:HostError (Results 1 - 18 of 18) sorted by null

  /external/devlib/devlib/module/
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]))
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))
gem5stats.py 230 raise HostError('Cannot go to dump {}'.format(target_dump))
  /external/devlib/devlib/instrument/
acmecape.py 12 from devlib.exception import HostError
51 raise HostError('Missing iio-capture binary')
97 raise HostError(msg.format(output))
103 raise HostError('iio-capture exited with an error ({}), output:\n{}'
106 raise HostError('Output CSV not generated.')
daq.py 7 from devlib.exception import HostError
38 raise HostError('Could not import "daqpower": {}'.format(import_error_mesg))
50 raise HostError('Problem querying DAQ server: {}'.format(result.message))
70 raise HostError(result.message)
105 raise HostError(message.format(site, tempdir))
monsoon.py 7 from devlib.exception import HostError
46 raise HostError(INSTALL_INSTRUCTIONS)
86 raise HostError(
energy_probe.py 24 from devlib.exception import HostError
46 raise HostError('caiman must be installed on the host '
83 raise HostError(
gem5power.py 21 from devlib.exception import TargetError, HostError
  /external/devlib/devlib/utils/
serial_port.py 32 from devlib.exception import HostError
50 raise HostError(e.message)
android.py 33 from devlib.exception import TargetError, HostError, DevlibError
142 raise HostError('Error parsing APK file {}. `aapt` says:\n{}'
206 raise HostError(
232 raise HostError('No such file "{}"'.format(source))
290 find any device connected, :class:`devlib.exceptions.HostError` is raised.
314 raise HostError(message.format(output_length - 2))
317 raise HostError('No device is connected and available')
342 raise HostError(message)
506 raise HostError('ANDROID_HOME is not set and adb is not in PATH. '
529 raise HostError(msg.format(env.android_home)
    [all...]
ssh.py 36 from devlib.exception import HostError, TargetError, TimeoutError
295 raise HostError("Failed to copy file with '{}'. Output:\n{}".format(
    [all...]
misc.py 39 from devlib.exception import HostError, TimeoutError
189 :raises HostError: if an exception is raised while trying to import one of the
201 he = HostError('Could not load {}: {}'.format(path, str(e)))
  /external/devlib/devlib/
exception.py 33 class HostError(DevlibError):
__init__.py 3 from devlib.exception import DevlibError, TargetError, HostError, TargetNotRespondingError
  /external/devlib/devlib/trace/
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/
__init__.py 10 from devlib.exception import TargetError, HostError
76 raise HostError('APK for netstats instrument does not exist ({})'.format(apk))
  /external/devlib/devlib/derived/
fps.py 12 from devlib.exception import HostError
190 raise HostError('Please install "pandas" Python package to process SurfaceFlinger frames')
  /external/devlib/devlib/platform/
arm.py 24 from devlib.exception import TargetError, HostError
274 raise HostError('Channel "{}" is not in {}'.format(chan.name, temp_file))

Completed in 410 milliseconds