Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 159) sorted by relevance

1234567

/third_party/cef/tests/cefclient/renderer/
Dperformance_test_tests.cc96 CefString& exception) override { in PERF_TEST_FUNC()
118 CefString& exception) override { in PERF_TEST_FUNC()
143 CefString& exception) override { in PERF_TEST_FUNC()
174 CefString& exception) override { in PERF_TEST_FUNC()
180 CefString& exception) override { in PERF_TEST_FUNC()
200 CefString& exception) override { in PERF_TEST_FUNC()
206 CefString& exception) override { in PERF_TEST_FUNC()
212 CefString& exception) override { in PERF_TEST_FUNC()
218 CefString& exception) override { in PERF_TEST_FUNC()
260 CefString& exception) override { in PERF_TEST_FUNC()
[all …]
/third_party/cef/tests/ceftests/
Dv8_unittest.cc612 CefRefPtr<CefV8Exception> exception; in RunArrayBufferValueTest() local
696 CefString& exception) override { in RunObjectAccessorTest()
714 CefString& exception) override { in RunObjectAccessorTest()
790 CefString& exception) override { in RunObjectAccessorExceptionTest()
799 CefString& exception) override { in RunObjectAccessorExceptionTest()
814 CefRefPtr<CefV8Exception> exception; in RunObjectAccessorExceptionTest() local
864 CefString& exception) override { in RunObjectAccessorFailTest()
872 CefString& exception) override { in RunObjectAccessorFailTest()
886 CefRefPtr<CefV8Exception> exception; in RunObjectAccessorFailTest() local
928 CefString& exception) override { in RunObjectAccessorReadOnlyTest()
[all …]
/third_party/node/test/parallel/
Dtest-uv-unmapped-exception.js8 const exception = uvException({ errno: 100, syscall: 'open' }); constant
17 const exception = uvExceptionWithHostPort(100, 'listen', '127.0.0.1', 80); constant
Dtest-bad-unicode.js25 let exception = null; variable
/third_party/cef/libcef_dll/ctocpp/
Dv8interceptor_ctocpp.cc24 CefString& exception) { in Get()
68 CefString& exception) { in Get()
112 CefString& exception) { in Set()
145 CefString& exception) { in Set()
Dv8accessor_ctocpp.cc24 CefString& exception) { in Get()
68 CefString& exception) { in Set()
/third_party/cef/libcef_dll/cpptoc/
Dv8interceptor_cpptoc.cc26 cef_string_t* exception) { in v8interceptor_get_byname()
80 cef_string_t* exception) { in v8interceptor_get_byindex()
134 cef_string_t* exception) { in v8interceptor_set_byname()
173 cef_string_t* exception) { in v8interceptor_set_byindex()
Dv8accessor_cpptoc.cc26 cef_string_t* exception) { in v8accessor_get()
80 cef_string_t* exception) { in v8accessor_set()
/third_party/boost/boost/outcome/
Dsuccess_failure.hpp144 constexpr exception_type &exception() & { return _exception; } in exception() function
145 constexpr const exception_type &exception() const & { return _exception; } in exception() function
146 constexpr exception_type &&exception() && { return static_cast<exception_type &&>(_exception); } in exception() function
147 …constexpr const exception_type &&exception() const && { return static_cast<exception_type &&>(_exc… in exception() function
198 constexpr exception_type &exception() & { return _exception; } in exception() function
199 constexpr const exception_type &exception() const & { return _exception; } in exception() function
200 constexpr exception_type &&exception() && { return static_cast<exception_type &&>(_exception); } in exception() function
201 …constexpr const exception_type &&exception() const && { return static_cast<exception_type &&>(_exc… in exception() function
/third_party/grpc/src/csharp/Grpc.Core/Logging/
DNullLogger.cs52 public void Error(Exception exception, string message) in Error()
96 public void Warning(Exception exception, string message) in Warning()
DILogger.cs49 void Warning(Exception exception, string message); in Warning()
58 void Error(Exception exception, string message); in Error()
DLogLevelFilterLogger.cs125 public void Warning(Exception exception, string message) in Warning()
152 public void Error(Exception exception, string message) in Error()
DTextWriterLogger.cs123 public void Warning(Exception exception, string message) in Warning()
141 public void Error(Exception exception, string message) in Error()
/third_party/python/Lib/xml/sax/
D_exceptions.py19 def __init__(self, msg, exception=None): argument
59 def __init__(self, msg, exception, locator): argument
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Dhandle_exception.cc77 fuchsia::crash::GenericException exception = {}; in BuildException() local
112 fuchsia::crash::ManagedRuntimeException exception = in HandleException() local
/third_party/python/Python/
Derrors.c115 _PyErr_SetObject(PyThreadState *tstate, PyObject *exception, PyObject *value) in _PyErr_SetObject()
193 PyErr_SetObject(PyObject *exception, PyObject *value) in PyErr_SetObject()
216 _PyErr_SetNone(PyThreadState *tstate, PyObject *exception) in _PyErr_SetNone()
223 PyErr_SetNone(PyObject *exception) in PyErr_SetNone()
231 _PyErr_SetString(PyThreadState *tstate, PyObject *exception, in _PyErr_SetString()
240 PyErr_SetString(PyObject *exception, const char *string) in PyErr_SetString()
604 _PyErr_FormatVFromCause(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatVFromCause()
632 _PyErr_FormatFromCauseTstate(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatFromCauseTstate()
647 _PyErr_FormatFromCause(PyObject *exception, const char *format, ...) in _PyErr_FormatFromCause()
968 PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, in PyErr_SetImportErrorSubclass()
[all …]
/third_party/boost/libs/throw_exception/test/
Dlib1_throw.hpp27 struct BOOST_SYMBOL_VISIBLE exception: public std::exception struct
Dlib3_throw.hpp27 struct BOOST_SYMBOL_VISIBLE exception: public std::exception struct
Dlib2_throw.hpp27 struct BOOST_SYMBOL_VISIBLE exception: public std::exception struct
/third_party/boost/libs/mpi/src/
Dexception.cpp14 exception::exception(const char* routine, int result_code) in exception() function in boost::mpi::exception
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DIAsyncCallBack.java33 FLClientStatus onFailure(IOException exception); in onFailure()
/third_party/mesa3d/docs/_exts/
Dredirects.py9 def create_redirects(app, exception): argument
/third_party/boost/boost/exception/
Dexception.hpp154 exception; variable
222 exception class
232 exception(): in exception() function in boost::exception
242 exception( exception const & x ) BOOST_NOEXCEPT_OR_NOTHROW: in exception() function in boost::exception
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DExternalDnsWithTracingClientServerTest.cs124 public void Error(Exception exception, string message) in Error()
154 public void Warning(Exception exception, string message) in Warning()
/third_party/python/Lib/unittest/
Dloader.py26 def __init__(self, method_name, exception): argument
43 def _make_failed_load_tests(name, exception, suiteClass): argument
48 def _make_failed_test(methodname, exception, suiteClass, message): argument
52 def _make_skipped_test(methodname, exception, suiteClass): argument

1234567