/third_party/python/Lib/distutils/command/ |
D | check.py | 18 debug=0, encoding='ascii', error_handler='replace'): argument 21 debug, encoding, error_handler) 138 error_handler=settings.error_encoding_error_handler)
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | dump.md | 7 const error_handler_t error_handler = error_handler_t::strict) const; 27 `error_handler` (in) 44 is not UTF-8 encoded and `error_handler` is set to `strict`
|
/third_party/json/include/nlohmann/detail/output/ |
D | serializer.hpp | 75 , error_handler(error_handler_) in serializer() 509 switch (error_handler) 532 if (error_handler == error_handler_t::replace) 601 switch (error_handler) 984 const error_handler_t error_handler; member in detail::serializer
|
/third_party/node/deps/v8/src/ast/ |
D | modules.cc | 339 ModuleScope* module_scope, PendingCompilationErrorHandler* error_handler, in Validate() argument 342 DCHECK_NOT_NULL(error_handler); in Validate() 348 error_handler->ReportMessageAt( in Validate() 360 error_handler->ReportMessageAt( in Validate()
|
D | modules.h | 86 PendingCompilationErrorHandler* error_handler, Zone* zone);
|
/third_party/python/Objects/stringlib/ |
D | codecs.h | 265 _Py_error_handler error_handler, in STRINGLIB() 316 if (error_handler == _Py_ERROR_UNKNOWN) { in STRINGLIB() 317 error_handler = _Py_GetErrorHandler(errors); in STRINGLIB() 329 switch (error_handler) in STRINGLIB()
|
/third_party/python/Lib/test/ |
D | test_codecs.py | 844 for data, error_handler, expected in ( 850 with self.subTest(data=data, error_handler=error_handler, 852 self.assertEqual(data.decode(self.encoding, error_handler), 3224 for data, error_handler, expected in ( 3232 with self.subTest(data=data, error_handler=error_handler, 3234 self.assertEqual(data.encode('ascii', error_handler), 3246 for data, error_handler, expected in ( 3252 with self.subTest(data=data, error_handler=error_handler, 3254 self.assertEqual(data.decode('ascii', error_handler), 3268 for data, error_handler, expected in ( [all …]
|
/third_party/alsa-utils/seq/aconnect/ |
D | aconnect.c | 32 static void error_handler(const char *file, int line, const char *function, int err, const char *fm… in error_handler() function 327 snd_lib_error_set_handler(error_handler); in main()
|
/third_party/mesa3d/src/glx/apple/ |
D | apple_glx_drawable.c | 352 error_handler(Display * dpy, XErrorEvent * err) in error_handler() function 374 old_handler = XSetErrorHandler(error_handler); in apple_glx_garbage_collect_drawables()
|
/third_party/python/Doc/library/ |
D | xml.sax.rst | 51 .. function:: parse(filename_or_stream, handler, error_handler=handler.ErrorHandler()) 56 *error_handler* is given, it must be a SAX :class:`~handler.ErrorHandler` 62 .. function:: parseString(string, handler, error_handler=handler.ErrorHandler())
|
D | codecs.rst | 387 .. function:: register_error(name, error_handler) 389 Register the error handling function *error_handler* under the name *name*. 390 The *error_handler* argument will be called during encoding and decoding 393 For encoding, *error_handler* will be called with a :exc:`UnicodeEncodeError`
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
D | ittnotify_static.c | 289 ITT_EXTERN_C void _N_(error_handler)(__itt_error_code, va_list args); 301 if (_N_(_ittapi_global).error_handler != NULL) in __itt_report_error() 303 …__itt_error_handler_t* handler = (__itt_error_handler_t*)(size_t)_N_(_ittapi_global).error_handler; in __itt_report_error() 307 _N_(error_handler)(code, args); in __itt_report_error() local 1310 __itt_error_handler_t* prev = (__itt_error_handler_t*)(size_t)_N_(_ittapi_global).error_handler; in _N_() 1311 _N_(_ittapi_global).error_handler = (void*)(size_t)handler; in _N_()
|
D | ittnotify_config.h | 440 void* error_handler; member
|
/third_party/alsa-utils/alsactl/ |
D | alsactl.h | 24 void error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...);
|
D | utils.c | 180 void error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...) in error_handler() function
|
D | alsactl.c | 437 snd_lib_error_set_handler(error_handler); in main()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 304 unicode_encode_utf8(PyObject *unicode, _Py_error_handler error_handler, 308 _Py_error_handler error_handler, const char *errors, 3799 unicode_encode_locale(PyObject *unicode, _Py_error_handler error_handler, in unicode_encode_locale() argument 3818 current_locale, error_handler); in unicode_encode_locale() 3851 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_EncodeLocale() local 3852 return unicode_encode_locale(unicode, error_handler, 1); in PyUnicode_EncodeLocale() 3862 fs_codec->error_handler, in PyUnicode_EncodeFSDefault() 4073 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocaleAndSize() local 4074 return unicode_decode_locale(str, len, error_handler, 1); in PyUnicode_DecodeLocaleAndSize() 4081 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocale() local [all …]
|
/third_party/python/Include/internal/ |
D | pycore_interp.h | 53 _Py_error_handler error_handler; member
|
/third_party/json/docs/mkdocs/docs/api/ |
D | operator_ltlt.md | 38 …F-8 encoded. Note that unlike the [`dump`](basic_json/dump.md) member functions, no `error_handler`
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | main.cpp | 73 function<void()> error_handler; member 118 if (cbs.error_handler) in parse() 120 cbs.error_handler(); in parse() 1688 cbs.error_handler = [] { print_help(); }; in main_inner()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 344 void* error_handler; member
|
/third_party/python/Lib/email/ |
D | _header_value_parser.py | 2954 error_handler = 'strict' 2962 error_handler = 'surrogateescape' 2967 value, safe='', errors=error_handler) 2993 partial, safe='', errors=error_handler)
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 4749 var error_handler = function(error, message, stack) { function 4783 error_handler(e.error, message, stack); 4797 error_handler(e.reason, message, stack);
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 3169 error_handler(png_structp png_ptr, png_const_charp message) in error_handler() function 3587 error_handler, warning_handler); in read_png()
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 5259 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in encode_locale_ex() local 5266 current_locale, error_handler); in encode_locale_ex() 5303 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in decode_locale_ex() local 5310 current_locale, error_handler); in decode_locale_ex()
|