Home
last modified time | relevance | path

Searched refs:UserError (Results 1 – 6 of 6) sorted by relevance

/external/jsoncpp/scons-tools/
Dsubstinfile.py29 raise SCons.Errors.UserError("Can't read source file %s"%sourcefile)
37 raise SCons.Errors.UserError("Can't write target file %s"%targetfile)
42 raise SCons.Errors.UserError("SubstInFile requires SUBST_DICT to be set.")
50 … raise SCons.Errors.UserError("SubstInFile: key %s: %s must be a string or callable"%(k, repr(v)))
/external/python/apitools/apitools/base/py/
Dexceptions.py35 class UserError(Error): class
107 class ConfigurationValueError(UserError):
Dbase_cli.py92 raise exceptions.UserError('Unknown output format: %s' % output_format)
Dtransfer.py309 raise exceptions.UserError('Must provide client or http.')
660 raise exceptions.UserError((
825 raise exceptions.UserError(
828 raise exceptions.UserError('Must provide client or http.')
/external/vixl/
DSConstruct41 from SCons.Errors import UserError
180 raise UserError('Building an AArch64 simulator implies that VIXL targets '
203 raise UserError('Invalid value for option {name}: {value}. '
218 raise UserError('Invalid value for %s: %s' % (name, value))
304 raise UserError('Building VIXL for AArch64 in 32-bit is not supported. Set '
/external/mesa3d/scons/
Dcrossmingw.py86 …raise SCons.Errors.UserError("A shared library should have exactly one target with the suffix: %s"…