Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 25 of 33) sorted by relevance

12

/third_party/json/tests/src/
Dunit-disabled_exceptions.cpp30 error_string = new std::string(ex.what()); // NOLINT(cppcoreguidelines-owning-memory) in parse_error()
34 static std::string* error_string; member in sax_no_exception
37 std::string* sax_no_exception::error_string = nullptr; member in sax_no_exception
47 …CHECK(*sax_no_exception::error_string == "[json.exception.parse_error.101] parse error at line 1, …
48 delete sax_no_exception::error_string; // NOLINT(cppcoreguidelines-owning-memory)
Dunit-regression2.cpp172 error_string = new std::string(ex.what()); // NOLINT(cppcoreguidelines-owning-memory) in parse_error()
176 static std::string* error_string; member in sax_no_exception
179 std::string* sax_no_exception::error_string = nullptr; member in sax_no_exception
777 …CHECK(*sax_no_exception::error_string == "[json.exception.parse_error.101] parse error at line 1, …
778 delete sax_no_exception::error_string; // NOLINT(cppcoreguidelines-owning-memory)
/third_party/gstreamer/gstplugins_good/sys/waveform/
Dgstwaveformsink.c210 waveOutGetErrorText (mmresult, wfsink->error_string, ERROR_LENGTH - 1); in gst_waveform_sink_getcaps()
213 wfsink->error_string), (NULL)); in gst_waveform_sink_getcaps()
366 waveOutGetErrorText (mmresult, wfsink->error_string, ERROR_LENGTH - 1); in gst_waveform_sink_prepare()
369 wfsink->error_string), (NULL)); in gst_waveform_sink_prepare()
409 waveOutGetErrorText (mmresult, wfsink->error_string, in gst_waveform_sink_unprepare()
413 wfsink->error_string); in gst_waveform_sink_unprepare()
466 waveOutGetErrorText (mmresult, wfsink->error_string, ERROR_LENGTH - 1); in gst_waveform_sink_write()
468 "Error unpreparing buffer => %s", wfsink->error_string); in gst_waveform_sink_write()
487 waveOutGetErrorText (mmresult, wfsink->error_string, ERROR_LENGTH - 1); in gst_waveform_sink_write()
490 wfsink->error_string); in gst_waveform_sink_write()
[all …]
Dgstwaveformsink.h97 gchar error_string[ERROR_LENGTH]; member
/third_party/node/deps/openssl/openssl/apps/
Dtsget.in101 my $error_string;
104 $error_string = "could not get timestamp";
105 $error_string .= ", http code: $http_code" unless $http_code == 0;
106 $error_string .= ", curl code: $error_code";
107 $error_string .= " ($::error_buf)" if defined($::error_buf);
112 $error_string = "unexpected content type returned: $ct";
115 return ($ts_body, $error_string);
/third_party/openssl/apps/
Dtsget.in101 my $error_string;
104 $error_string = "could not get timestamp";
105 $error_string .= ", http code: $http_code" unless $http_code == 0;
106 $error_string .= ", curl code: $error_code";
107 $error_string .= " ($::error_buf)" if defined($::error_buf);
112 $error_string = "unexpected content type returned: $ct";
115 return ($ts_body, $error_string);
/third_party/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c85 fprintf(stderr, "set_pbuffer: %s\n", apple_cgl.error_string(cglerr)); in pbuffer_make_current()
215 apple_cgl.error_string(err)); in get_max_size()
225 apple_cgl.error_string(err)); in get_max_size()
236 apple_cgl.error_string(err)); in get_max_size()
Dapple_visual.c174 … ("Trying again without CoreProfile: error=%s, vsref=%d\n", apple_cgl.error_string(error), vsref); in apple_visual_create_pfobj()
187 "CGLChoosePixelFormat error: %s\n", apple_cgl.error_string(error)); in apple_visual_create_pfobj()
Dapple_glx_pixmap.c69 apple_cgl.error_string(cglerr)); in pixmap_make_current()
77 fprintf(stderr, "set off screen: %s\n", apple_cgl.error_string(cglerr)); in pixmap_make_current()
Dapple_cgl.h59 const char *(*error_string) (CGLError error); member
Dapple_cgl.c110 apple_cgl.error_string = sym(h, "CGLErrorString"); in apple_cgl_init()
Dapple_glx_context.c186 DebugMessageF("error: %s\n", apple_cgl.error_string(error)); in apple_glx_create_context()
434 apple_cgl.error_string(cglerr)); in apple_glx_make_current_context()
/third_party/glib/patch/
Dbackport-gregex-Use-pcre2-error-messages-if-we-dont-provide-a-specific-one.patch68 + char *error_string;
73 + error_string = get_pcre2_error_string (errcode);
75 + if (error_string)
76 + return error_string;
/third_party/ffmpeg/libavfilter/
Dqsvvpp.h78 const char *error_string);
Dqsvvpp.c164 const char *error_string) in ff_qsvvpp_print_error() argument
169 av_log(log_ctx, AV_LOG_ERROR, "%s: %s (%d)\n", error_string, desc, err); in ff_qsvvpp_print_error()
/third_party/ffmpeg/libavcodec/
Dqsv_internal.h115 const char *error_string);
Dlibsvtav1.c111 const char *error_string) in svt_print_error() argument
116 av_log(log_ctx, AV_LOG_ERROR, "%s: %s (0x%x)\n", error_string, desc, err); in svt_print_error()
Dqsv.c177 const char *error_string) in ff_qsv_print_error() argument
182 av_log(log_ctx, AV_LOG_ERROR, "%s: %s (%d)\n", error_string, desc, err); in ff_qsv_print_error()
/third_party/node/src/crypto/
Dcrypto_util.h192 const char* error_string = nullptr; in Insert() local
195 case NodeCryptoError::CODE: error_string = DESCRIPTION; break; in Insert()
199 errors_.emplace_back(SPrintF(error_string, in Insert()
/third_party/node/src/
Dstream_base.cc71 env->error_string(), in Shutdown()
128 env->error_string(), in Write()
825 env->error_string(), in Done()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstparsebin.c1959 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local
1961 GST_ELEMENT_NAME (element), error_string); in connect_pad()
1963 g_free (error_string); in connect_pad()
1984 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local
1987 error_string); in connect_pad()
1989 g_free (error_string); in connect_pad()
2118 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local
2120 GST_ELEMENT_NAME (element), error_string); in connect_pad()
2122 g_free (error_string); in connect_pad()
Dgstdecodebin2.c2597 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local
2599 GST_ELEMENT_NAME (element), error_string); in connect_pad()
2601 g_free (error_string); in connect_pad()
2622 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local
2625 error_string); in connect_pad()
2627 g_free (error_string); in connect_pad()
2811 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local
2813 GST_ELEMENT_NAME (element), error_string); in connect_pad()
2815 g_free (error_string); in connect_pad()
/third_party/python/Modules/
Dpyexpat.c1657 const char *error_string = XML_ErrorString(value); in add_error() local
1658 if (PyModule_AddStringConstant(errors_module, name, error_string) < 0) { in add_error()
1667 if (PyDict_SetItemString(codes_dict, error_string, num) < 0) { in add_error()
1672 PyObject *str = PyUnicode_FromString(error_string); in add_error()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dtests.rs581 .error_string(), in test_verify_fails_with_crl_flag_set_and_no_crl()
856 .error_string(), in test_verify_param_set_time_fails_verification()
949 .error_string(), in test_verify_param_set_depth_fails_verification()
/third_party/python/Lib/test/
Dtest_subprocess.py2062 error_string = str(err)
2065 self.assertIn("signal", error_string.lower())
2068 self.assertIn("SIG", error_string)
2069 self.assertIn(str(signal.SIGABRT), error_string)
2073 error_string = str(err)
2074 self.assertIn("unknown signal 9876543.", error_string)
2078 error_string = str(err)
2079 self.assertIn("non-zero exit status 2.", error_string)

12