Home
last modified time | relevance | path

Searched defs:error_type (Results 1 - 25 of 31) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A 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() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-errortype.cpp89 jerry_error_t error_type = jerry_get_error_type (test_values[idx]); in HWTEST_F() local
/third_party/python/Python/
H A Dframe.c30 PyObject *error_type, *error_value, *error_traceback; in _PyFrame_MakeAndSetFrameObject() local
H A Dsysmodule.c3434 PyObject *error_type, *error_value, *error_traceback; in sys_write() local
3478 PyObject *error_type, *error_value, *error_traceback; in sys_format() local
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dshortnumberinfo_test.cc43 PhoneNumberUtil::ErrorType error_type = phone_util_.Parse( in ParseNumberForTesting() local
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
H A Dmain.cpp233 static void print_wgpu_error(WGPUErrorType error_type, const char* message, void*) in print_wgpu_error() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dutil.cc89 std::string error_type; in LogWgslError() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A 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() argument
200 ecma_new_standard_error_with_message (ecma_standard_error_t error_type, /**< native error type */ in ecma_new_standard_error_with_message() argument
224 ecma_raise_standard_error (ecma_standard_error_t error_type, /**< error type */ in ecma_raise_standard_error() argument
254 ecma_raise_standard_error_with_format(ecma_standard_error_t error_type, const char *format, ...) ecma_raise_standard_error_with_format() argument
[all...]
/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c37 jerryx_module_create_error (jerry_error_t error_type, /**< the type of error to create */ in jerryx_module_create_error() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dikev2.h49 u16 error_type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dikev2.h49 u16 error_type; member
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc220 SetErrorFromCollector(DescriptorPool::ErrorCollector* self, char* name, char* error_type) SetErrorFromCollector() argument
/third_party/python/Modules/_io/
H A Diobase.c255 PyObject *error_type, *error_value, *error_traceback; in iobase_finalize() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
H A Dcper.h205 __u8 error_type; member
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/
H A Dcper.h205 __u8 error_type; member
/third_party/mksh/
H A Dexpr.c88 enum error_type { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DError.h636 typedef std::unique_ptr<ErrorInfoBase> error_type; typedef in llvm::Expected
/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c895 int i, mb_x, mb_y, error, error_type, dc_error, mv_error, ac_error; in ff_er_frame_end() local
[all...]
/third_party/python/Objects/
H A Dframeobject.c1227 PyObject *error_type, *error_value, *error_traceback; in _PyFrame_LocalsToFast() local
H A Dgenobject.c57 PyObject *error_type, *error_value, *error_traceback; in _PyGen_Finalize() local
H A Dobject.c388 PyObject *error_type, *error_value, *error_traceback; in _PyObject_Dump() local
2198 PyObject *error_type, *error_value, *error_traceback; in Py_ReprLeave() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_common.h291 be16 error_type; member
/third_party/jerryscript/jerry-core/api/
H A 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() argument
1506 jerry_create_error_sz (jerry_error_t error_type, /**< type of error */ in jerry_create_error_sz() argument
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumberutil.cc3135 ErrorType error_type = in IsNumberMatchWithTwoStrings() local
3142 ErrorType error_type = Parse(second_number, RegionCode::GetUnknown(), in IsNumberMatchWithTwoStrings() local
3170 ErrorType error_type = IsNumberMatchWithOneString() local
[all...]
/third_party/python/Modules/
H A D_asynciomodule.c1408 PyObject *error_type, *error_value, *error_traceback; in FutureObj_finalize() local
2433 PyObject *error_type, *error_value, *error_traceback; in TaskObj_finalize() local

Completed in 38 milliseconds

12