Home
last modified time | relevance | path

Searched refs:error_text (Results 1 – 18 of 18) sorted by relevance

/third_party/gettext/gnulib-local/lib/
Dmarkup.c166 char *error_text; member
284 context->error_text = NULL; in markup_parse_context_new()
325 free (context->error_text); in markup_parse_context_free()
333 emit_error (markup_parse_context_ty *context, const char *error_text) in emit_error() argument
338 (*context->parser->error) (context, error_text, context->user_data); in emit_error()
347 (*context->parser->error) (context, error_text, context->user_data); in emit_error()
350 if (context->error_text) in emit_error()
351 free (context->error_text); in emit_error()
352 context->error_text = xstrdup (error_text); in emit_error()
377 char *error_text = xasprintf (_("'%s' is not a valid name: %c"), in slow_name_validate() local
[all …]
Dmarkup.h144 const char *error_text,
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.c231 gchar *error_text = NULL; in gst_wasapi2_util_get_error_message() local
233 error_text = g_win32_error_message ((gint) hr); in gst_wasapi2_util_get_error_message()
234 if (!error_text || strlen (error_text) == 0) { in gst_wasapi2_util_get_error_message()
235 g_free (error_text); in gst_wasapi2_util_get_error_message()
236 error_text = g_strdup (hresult_to_string_fallback (hr)); in gst_wasapi2_util_get_error_message()
239 return error_text; in gst_wasapi2_util_get_error_message()
250 gchar *error_text = NULL; in _gst_wasapi2_result() local
253 error_text = g_win32_error_message ((gint) hr); in _gst_wasapi2_result()
256 if (!error_text || strlen (error_text) == 0) { in _gst_wasapi2_result()
257 g_free (error_text); in _gst_wasapi2_result()
[all …]
/third_party/boost/boost/wave/
Dcpp_throw.hpp31 << Exception::error_text(code); in throw_()
46 << Exception::error_text(code); in throw_()
62 << Exception::error_text(code); in throw_()
78 << Exception::error_text(code); in throw_()
93 << Exception::error_text(code);
108 << Exception::error_text(code);
124 << Exception::error_text(code);
140 << Exception::error_text(code);
Dcpp_exceptions.hpp246 static char const *error_text(int code) in error_text() function in boost::wave::preprocess_exception
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c442 gchar *error_text = gst_hres_to_string (hRes); in gst_directsound_sink_open() local
444 ("DirectSoundCreate: %s", error_text), (NULL)); in gst_directsound_sink_open()
446 g_free (error_text); in gst_directsound_sink_open()
454 gchar *error_text = gst_hres_to_string (hRes); in gst_directsound_sink_open() local
456 ("IDirectSound_SetCooperativeLevel: %s", error_text), (NULL)); in gst_directsound_sink_open()
457 g_free (error_text); in gst_directsound_sink_open()
551 gchar *error_text = gst_hres_to_string (hRes); in gst_directsound_sink_prepare() local
553 ("IDirectSound_CreateSoundBuffer: %s", error_text), (NULL)); in gst_directsound_sink_prepare()
554 g_free (error_text); in gst_directsound_sink_prepare()
876 gchar *error_text = gst_hres_to_string (hRes); in gst_directsound_probe_supported_formats() local
[all …]
/third_party/boost/boost/wave/cpplexer/
Dcpplexer_exceptions.hpp38 << cls::error_text(cls::code); \
53 << cls::error_text(cls::code); \
72 << cls::error_text(code); \
88 << cls::error_text(code); \
223 static char const *error_text(int code) in error_text() function in boost::wave::cpplexer::lexing_exception
/third_party/jsoncpp/.travis_scripts/
Drun-clang-format.py214 error_text = 'error:'
216 error_text = bold_red(error_text)
217 print("{}: {} {}".format(prog, error_text, message), file=sys.stderr)
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11utils.cpp525 gchar *error_text = NULL; in _gst_d3d11_result() local
527 error_text = g_win32_error_message ((guint) hr); in _gst_d3d11_result()
533 GST_STR_NULL (error_text)); in _gst_d3d11_result()
534 g_free (error_text); in _gst_d3d11_result()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c295 gchar *error_text = NULL; in gst_wasapi_util_hresult_to_string() local
297 error_text = g_win32_error_message ((gint) hr); in gst_wasapi_util_hresult_to_string()
300 if (!error_text || strlen (error_text) == 0) { in gst_wasapi_util_hresult_to_string()
301 g_free (error_text); in gst_wasapi_util_hresult_to_string()
302 error_text = g_strdup (hresult_to_string_fallback (hr)); in gst_wasapi_util_hresult_to_string()
305 return error_text; in gst_wasapi_util_hresult_to_string()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.c1409 gchar *error_text = NULL; in get_hresult_to_string() local
1411 error_text = g_win32_error_message ((gint) hr); in get_hresult_to_string()
1415 if (!error_text || strlen (error_text) == 0) { in get_hresult_to_string()
1416 g_free (error_text); in get_hresult_to_string()
1417 error_text = g_strdup (_hresult_to_string_fallback (hr)); in get_hresult_to_string()
1420 return error_text; in get_hresult_to_string()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfutils.cpp483 gchar *error_text = NULL; in _gst_mf_result() local
485 error_text = g_win32_error_message ((gint) hr); in _gst_mf_result()
491 GST_STR_NULL (error_text)); in _gst_mf_result()
492 g_free (error_text); in _gst_mf_result()
/third_party/mesa3d/src/gtest/src/
Dgtest.cc1674 const char error_text[] = ""; in HRESULTFailureHelper() local
1685 char error_text[kBufSize] = { '\0' }; in HRESULTFailureHelper()
1690 error_text, // output buffer in HRESULTFailureHelper()
1694 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper()
1696 error_text[message_length - 1] = '\0'; in HRESULTFailureHelper()
1704 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
/third_party/googletest/googletest/src/
Dgtest.cc1840 const char error_text[] = ""; in HRESULTFailureHelper() local
1851 char error_text[kBufSize] = { '\0' }; in HRESULTFailureHelper()
1856 error_text, // output buffer in HRESULTFailureHelper()
1860 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper()
1862 error_text[message_length - 1] = '\0'; in HRESULTFailureHelper()
1870 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.c239 gchar *error_text = g_win32_error_message (last_error); in write_to_fd_raw() local
240 GST_ERROR_OBJECT (comm->element, "Failed to write to fd: %s", error_text); in write_to_fd_raw()
241 g_free (error_text); in write_to_fd_raw()
/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp101 static char const *error_text(int code) in error_text() function in bad_pragma_exception
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc3331 const char error_text[] = ""; in HRESULTFailureHelper() local
3342 char error_text[kBufSize] = { '\0' }; in HRESULTFailureHelper()
3347 error_text, // output buffer in HRESULTFailureHelper()
3351 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper()
3353 error_text[message_length - 1] = '\0'; in HRESULTFailureHelper()
3361 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch9573 + const cef_string_t* error_text);
11299 + const CefString& error_text) {}
28838 + const cef_string_t* error_text) {
28850 + // Verify param: error_text; type: string_byref_const
28851 + DCHECK(error_text);
28852 + if (!error_text)
28858 + has_user_gesture ? true : false, error_code, CefString(error_text));
34015 + const CefString& error_text) {
34028 + // Verify param: error_text; type: string_byref_const
34029 + DCHECK(!error_text.empty());
[all …]