Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset_deprecated/
Dtest_eager_vision.py413 def test_config(my_input, error_type, error_msg): argument
429 def test_config(my_input, error_type, error_msg): argument
445 def test_config(my_input, error_type, error_msg): argument
461 def test_config(my_input, error_type, error_msg): argument
477 def test_config(my_input, error_type, error_msg): argument
493 def test_config(my_input, error_type, error_msg): argument
509 def test_config(my_input, error_type, error_msg): argument
525 def test_config(my_input, error_type, error_msg): argument
542 def test_config(my_input, error_type, error_msg): argument
558 def test_config(my_input, error_type, error_msg): argument
/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_eager_vision.py416 def test_config(my_input, error_type, error_msg): argument
436 def test_config(my_input, error_type, error_msg): argument
454 def test_config(my_input, error_type, error_msg): argument
470 def test_config(my_input, error_type, error_msg): argument
488 def test_config(my_input, error_type, error_msg): argument
504 def test_config(my_input, error_type, error_msg): argument
521 def test_config(my_input, error_type, error_msg): argument
537 def test_config(my_input, error_type, error_msg): argument
558 def test_config(my_input, error_type, error_msg): argument
581 def test_config(my_input, error_type, error_msg): argument
/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/python/Python/
Dframe.c30 PyObject *error_type, *error_value, *error_traceback; in _PyFrame_MakeAndSetFrameObject() local
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/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.cc43 PhoneNumberUtil::ErrorType error_type = phone_util_.Parse( in ParseNumberForTesting() local
/third_party/python/Modules/_io/
Diobase.c255 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/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc221 char* name, char* error_type) { in SetErrorFromCollector()
/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/python/Objects/
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
Dframeobject.c1227 PyObject *error_type, *error_value, *error_traceback; in _PyFrame_LocalsToFast() local
Dgenobject.c57 PyObject *error_type, *error_value, *error_traceback; in _PyGen_Finalize() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc3135 ErrorType error_type = in IsNumberMatchWithTwoStrings() local
3142 ErrorType error_type = Parse(second_number, RegionCode::GetUnknown(), in IsNumberMatchWithTwoStrings() local
3170 ErrorType error_type = in IsNumberMatchWithOneString() local
/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.c1408 PyObject *error_type, *error_value, *error_traceback; in FutureObj_finalize() local
2433 PyObject *error_type, *error_value, *error_traceback; in TaskObj_finalize() local
/third_party/ffmpeg/libavcodec/
Derror_resilience.c895 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