/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-exceptions.c | 44 ecma_standard_error_t error_type; /**< Native error type */ member 79 ecma_new_standard_error (ecma_standard_error_t error_type) /**< native error type */ in ecma_new_standard_error() 200 ecma_new_standard_error_with_message (ecma_standard_error_t error_type, /**< native error type */ in ecma_new_standard_error_with_message() 224 ecma_raise_standard_error (ecma_standard_error_t error_type, /**< error type */ in ecma_raise_standard_error() 254 ecma_raise_standard_error_with_format (ecma_standard_error_t error_type, /**< error type */ in ecma_raise_standard_error_with_format()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers-error.c | 41 ecma_builtin_helper_error_dispatch_call (ecma_standard_error_t error_type, /**< native error type */ in ecma_builtin_helper_error_dispatch_call()
|
/third_party/jerryscript/tests/unit-core/ |
D | test-api-errortype.c | 60 jerry_error_t error_type = jerry_get_error_type (test_values[idx]); in main() local
|
/third_party/glib/glib/ |
D | gerror.h | 72 #define G_DEFINE_EXTENDED_ERROR(ErrorType, error_type) \ argument
|
/third_party/boost/boost/outcome/detail/ |
D | basic_result_error_observers.hpp | 43 using error_type = EC; typedef in detail::basic_result_error_observers
|
/third_party/boost/boost/outcome/ |
D | success_failure.hpp | 91 using error_type = EC; typedef 151 using error_type = EC; typedef 178 using error_type = void; typedef
|
/third_party/boost/boost/regex/v4/ |
D | error_type.hpp | 29 enum error_type{ enum
|
/third_party/boost/libs/test/test/execution_monitor-ts/ |
D | errors-handling-test.cpp | 85 } error_type; variable
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/ |
D | handle_exception.cc | 57 std::string error_type; in BuildException() local
|
/third_party/boost/boost/callable_traits/detail/ |
D | utility.hpp | 27 using error_type = typename std::conditional< typedef
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
D | main.cpp | 233 static void print_wgpu_error(WGPUErrorType error_type, const char* message, void*) in print_wgpu_error()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/layer-add-surfaces/src/ |
D | layer-add-surfaces.c | 99 static void shutdownCallbackFunction(t_ilm_shutdown_error_type error_type, in shutdownCallbackFunction()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
D | util.cc | 89 std::string error_type; in LogWgslError() local
|
/third_party/jerryscript/jerry-ext/module/ |
D | module.c | 37 jerryx_module_create_error (jerry_error_t error_type, /**< the type of error to create */ in jerryx_module_create_error()
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | pj_strerrno.hpp | 39 enum error_type enum
|
/third_party/boost/boost/xpressive/ |
D | regex_constants.hpp | 189 enum error_type enum
|
/third_party/boost/boost/outcome/experimental/status-code/ |
D | result.hpp | 108 using error_type = BOOST_OUTCOME_SYSTEM_ERROR2_NAMESPACE::error; typedef in result
|
/third_party/python/Lib/test/libregrtest/ |
D | runtest_mp.py | 183 def mp_result_error(self, test_name, error_type, stdout='', stderr='', argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | ikev2.h | 49 u16 error_type; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | ikev2.h | 49 u16 error_type; member
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | shortnumberinfo_test.cc | 39 PhoneNumberUtil::ErrorType error_type = phone_util_.Parse( in ParseNumberForTesting() local
|
/third_party/python/Modules/_io/ |
D | iobase.c | 260 PyObject *error_type, *error_value, *error_traceback; in iobase_finalize() local
|
/third_party/quickjs/ |
D | run-test262.c | 1172 const char *error_type, FILE *outfile, int eval_flags, in eval_buf() 1502 char *buf, size_t buf_len, const char* error_type, in run_test_buf() 1566 char *error_type; in run_test() local
|
/third_party/mksh/ |
D | expr.c | 88 enum error_type { enum
|
/third_party/python/Objects/ |
D | object.c | 375 PyObject *error_type, *error_value, *error_traceback; in _PyObject_Dump() local 1997 PyObject *error_type, *error_value, *error_traceback; in Py_ReprLeave() local
|