Home
last modified time | relevance | path

Searched refs:g_error_matches (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/text/gtk/
DTextCodecGtk.cpp483 if (g_error_matches(error.get(), G_IO_ERROR, G_IO_ERROR_PARTIAL_INPUT)) { in decode()
489 } else if (g_error_matches(error.get(), G_IO_ERROR, G_IO_ERROR_NO_SPACE)) in decode()
491 else if (g_error_matches(error.get(), G_IO_ERROR, G_IO_ERROR_INVALID_DATA)) { in decode()
552 if (error && g_error_matches(error.get(), G_IO_ERROR, G_IO_ERROR_INVALID_DATA)) { in encode()
/external/bluetooth/glib/glib/
Dgerror.h53 gboolean g_error_matches (const GError *error,
Dgerror.c166 g_error_matches (const GError *error, in g_error_matches() function
Dgkeyfile.c1407 if (g_error_matches (key_file_error, in g_key_file_get_string()
1522 if (g_error_matches (key_file_error, in g_key_file_get_string_list()
1901 if (g_error_matches (key_file_error, in g_key_file_get_boolean()
2116 if (g_error_matches (key_file_error, in g_key_file_get_integer()
2328 if (g_error_matches (key_file_error, in g_key_file_get_double()
Dgconvert.c863 if (!g_error_matches (local_error, G_CONVERT_ERROR, G_CONVERT_ERROR_ILLEGAL_SEQUENCE)) in g_convert_with_fallback()
Dgaliasdef.c787 #undef g_error_matches
788 extern __typeof (g_error_matches) g_error_matches __attribute((alias("IA__g_error_matches"), visibi…
Dgalias.h780 extern __typeof (g_error_matches) IA__g_error_matches __attribute((visibility("hidden")));
781 #define g_error_matches IA__g_error_matches macro
/external/webkit/Source/WebCore/platform/network/soup/
DSocketStreamHandleSoup.cpp165 if (error && !g_error_matches(error.get(), G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { in platformSend()
/external/bluetooth/glib/tests/
Dunicode-encoding.c119 if (!error || !g_error_matches (error, G_CONVERT_ERROR, G_CONVERT_ERROR_PARTIAL_INPUT)) in process()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt393 g_error_matches