/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2util.c | 231 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/gstreamer/gstplugins_good/sys/directsound/ |
D | gstdirectsoundsink.c | 442 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/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11utils.cpp | 525 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/ |
D | gstwasapiutil.c | 295 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/ |
D | dxgicapture.c | 1409 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/ |
D | gstmfutils.cpp | 483 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/node/deps/v8/src/regexp/ |
D | regexp.h | 161 RegExpError error_text);
|
D | regexp.cc | 137 Handle<String> error_text = in ThrowRegExpException() local 143 NewSyntaxError(MessageTemplate::kMalformedRegExp, pattern, error_text), in ThrowRegExpException() 148 RegExpError error_text) { in ThrowRegExpException() argument 150 error_text)); in ThrowRegExpException()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest.cc | 1674 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/ |
D | gtest.cc | 1880 const char error_text[] = ""; in HRESULTFailureHelper() local 1891 char error_text[kBufSize] = {'\0'}; in HRESULTFailureHelper() 1896 error_text, // output buffer in HRESULTFailureHelper() 1900 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper() 1902 error_text[message_length - 1] = '\0'; in HRESULTFailureHelper() 1910 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
|
/third_party/node/deps/googletest/src/ |
D | gtest.cc | 1888 const char error_text[] = ""; in HRESULTFailureHelper() local 1899 char error_text[kBufSize] = {'\0'}; in HRESULTFailureHelper() 1904 error_text, // output buffer in HRESULTFailureHelper() 1908 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper() 1910 error_text[message_length - 1] = '\0'; in HRESULTFailureHelper() 1918 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
|
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipelinecomm.c | 239 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/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 3331 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/ |
D | 0003-ohos-1115.patch | 9639 + const cef_string_t* error_text); 11449 + const CefString& error_text) {} 29622 + const cef_string_t* error_text) { 29634 + // Verify param: error_text; type: string_byref_const 29635 + DCHECK(error_text); 29636 + if (!error_text) 29642 + has_user_gesture ? true : false, error_code, CefString(error_text)); 35096 + const CefString& error_text) { 35109 + // Verify param: error_text; type: string_byref_const 35110 + DCHECK(!error_text.empty()); [all …]
|