Home
last modified time | relevance | path

Searched refs:InvocationError (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/py-tox/tox-3.12.1/src/tox/session/commands/run/
H A Dsequential.py4 from tox.exception import InvocationError
30 except InvocationError as exception:
48 except tox.exception.InvocationError as exception:
63 except InvocationError as exception:
H A Dparallel.py8 from tox.exception import InvocationError
63 except InvocationError as err:
/dports/devel/py-tox/tox-3.12.1/src/tox/session/commands/
H A Dprovision.py6 from tox.exception import InvocationError
18 except InvocationError as exception:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/renderer/extensions/
H A Dcustom_types_unittest.cc130 "Uncaught TypeError: " + api_errors::InvocationError( in TEST_F()
163 "Uncaught TypeError: " + api_errors::InvocationError( in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/extensions/
H A Dcustom_types_unittest.cc130 "Uncaught TypeError: " + api_errors::InvocationError( in TEST_F()
163 "Uncaught TypeError: " + api_errors::InvocationError( in TEST_F()
/dports/devel/tailor/tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7/vcpx/
H A Ddualwd.py24 from .source import UpdatableSourceWorkingDir, InvocationError
52 raise InvocationError('Target base directory "%s" cannot be a '
H A Dsource.py50 class InvocationError(TailorException): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/bindings/
H A Dapi_invocation_errors_unittest.cc39 InvocationError("tabs.query", "object details, function callback", in TEST()
H A Dapi_invocation_errors.h66 std::string InvocationError(const std::string& method_name,
H A Dapi_binding_unittest.cc364 api_errors::InvocationError("test.oneString", "string str", in TEST_F()
368 api_errors::InvocationError("test.stringAndInt", in TEST_F()
374 api_errors::InvocationError("test.intAndCallback", in TEST_F()
485 api_errors::InvocationError( in TEST_F()
496 api_errors::InvocationError( in TEST_F()
844 api_errors::InvocationError("test.oneString", "string str", in TEST_F()
897 api_errors::InvocationError("test.oneString", "string str", in TEST_F()
1184 api_errors::InvocationError("test.oneString", "string str", in TEST_F()
1796 api_errors::InvocationError("test.supportsPromises", in TEST_F()
H A Dapi_invocation_errors.cc118 std::string InvocationError(const std::string& method_name, in InvocationError() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/bindings/
H A Dapi_invocation_errors_unittest.cc39 InvocationError("tabs.query", "object details, function callback", in TEST()
H A Dapi_invocation_errors.h66 std::string InvocationError(const std::string& method_name,
H A Dapi_binding_unittest.cc349 api_errors::InvocationError("test.oneString", "string str", in TEST_F()
353 api_errors::InvocationError("test.stringAndInt", in TEST_F()
359 api_errors::InvocationError("test.intAndCallback", in TEST_F()
470 api_errors::InvocationError( in TEST_F()
481 api_errors::InvocationError( in TEST_F()
827 api_errors::InvocationError("test.oneString", "string str", in TEST_F()
880 api_errors::InvocationError("test.oneString", "string str", in TEST_F()
1167 api_errors::InvocationError("test.oneString", "string str", in TEST_F()
H A Dapi_invocation_errors.cc118 std::string InvocationError(const std::string& method_name, in InvocationError() function
/dports/devel/tailor/tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7/vcpx/repository/
H A Dmonotone.py26 from vcpx.source import UpdatableSourceWorkingDir, InvocationError, \
734 raise InvocationError("The branch '%s' is empty" % module)
739 raise InvocationError("Branch '%s' has multiple heads. "
761 raise InvocationError("Ancestor reading returned "
770 raise InvocationError("Can't find an INITIAL revision on branch '%s'."
796 raise InvocationError("mtn descendents returned "
/dports/devel/py-tox/tox-3.12.1/src/tox/
H A Dexception.py60 class InvocationError(Error): class
H A Daction.py16 from tox.exception import InvocationError
123 raise InvocationError(cmd_args_shell, exit_code, output)
H A Dvenv.py186 raise tox.exception.InvocationError(
259 except tox.exception.InvocationError as exception:
526 except tox.exception.InvocationError as err:
603 except tox.exception.InvocationError as e:
/dports/devel/py-tox/tox-3.12.1/docs/example/
H A Dgeneral.rst217 Understanding ``InvocationError`` exit codes
222 and an ``InvocationError`` exception is raised by ``tox``:
226 ERROR: InvocationError for command
239 ERROR: InvocationError for command
/dports/devel/py-tox/tox-3.12.1/src/tox/package/
H A D__init__.py41 except tox.exception.InvocationError as exception:
/dports/devel/py-tox/tox-3.12.1/tests/unit/
H A Dtest_result.py84 result = str(tox.exception.InvocationError("<command>", exit_code=exit_code))
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/
H A Dstorage_area_unittest.cc110 api_errors::InvocationError( in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/
H A Dstorage_area_unittest.cc110 api_errors::InvocationError( in TEST_F()
/dports/misc/py-cinder/cinder-12.0.10/doc/source/contributor/
H A Dtesting.rst140 oslo.versionedobjects[fixtures]]; v = InvocationError('/opt/stack/cinder/
145 oslo.versionedobjects[fixtures]]; v = InvocationError('/opt/stack/cinder/

12