Home
last modified time | relevance | path

Searched defs:error_type (Results 1 – 25 of 32) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c44 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/
Decma-builtin-helpers-error.c41 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/
Dtest-api-errortype.cpp89 jerry_error_t error_type = jerry_get_error_type (test_values[idx]); variable
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Dhandle_exception.cc57 std::string error_type; in BuildException() local
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
Dmain.cpp233 static void print_wgpu_error(WGPUErrorType error_type, const char* message, void*) in print_wgpu_error()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dutil.cc89 std::string error_type; in LogWgslError() local
/third_party/jerryscript/jerry-ext/module/
Dmodule.c37 jerryx_module_create_error (jerry_error_t error_type, /**< the type of error to create */ in jerryx_module_create_error()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dikev2.h49 u16 error_type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dikev2.h49 u16 error_type; member
/third_party/libphonenumber/cpp/test/phonenumbers/
Dshortnumberinfo_test.cc38 PhoneNumberUtil::ErrorType error_type = phone_util_.Parse( in ParseNumberForTesting() local
/third_party/python/Modules/_io/
Diobase.c261 PyObject *error_type, *error_value, *error_traceback; in iobase_finalize() local
/third_party/mksh/
Dexpr.c88 enum error_type { enum
/third_party/jerryscript/jerry-core/api/
Djerry.c1251 ecma_standard_error_t error_type = ecma_get_error_type (object_p); in jerry_get_error_type() local
1487 jerry_create_error (jerry_error_t error_type, /**< type of error */ in jerry_create_error()
1506 jerry_create_error_sz (jerry_error_t error_type, /**< type of error */ in jerry_create_error_sz()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h636 typedef std::unique_ptr<ErrorInfoBase> error_type; typedef
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc221 char* name, char* error_type) { in SetErrorFromCollector()
/third_party/python/Objects/
Dobject.c395 PyObject *error_type, *error_value, *error_traceback; in _PyObject_Dump() local
2067 PyObject *error_type, *error_value, *error_traceback; in Py_ReprLeave() local
Dframeobject.c1090 PyObject *error_type, *error_value, *error_traceback; in PyFrame_LocalsToFast() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc3104 ErrorType error_type = in IsNumberMatchWithTwoStrings() local
3111 ErrorType error_type = Parse(second_number, RegionCode::GetUnknown(), in IsNumberMatchWithTwoStrings() local
3139 ErrorType error_type = in IsNumberMatchWithOneString() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Dcper.h205 __u8 error_type; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h441 using error_type = std::unique_ptr<ErrorInfoBase>; variable
/third_party/python/Modules/
D_asynciomodule.c1422 PyObject *error_type, *error_value, *error_traceback; in FutureObj_finalize() local
2392 PyObject *error_type, *error_value, *error_traceback; in TaskObj_finalize() local
/third_party/python/Python/
Dsysmodule.c3315 PyObject *error_type, *error_value, *error_traceback; in sys_write() local
3359 PyObject *error_type, *error_value, *error_traceback; in sys_format() local
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c982 handle_error (GstDtlsConnection * self, int ret, GstResourceError error_type, in handle_error()
/third_party/ffmpeg/libavcodec/
Derror_resilience.c903 int i, mb_x, mb_y, error, error_type, dc_error, mv_error, ac_error; in ff_er_frame_end() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_common.h291 be16 error_type; member

12