/external/bluetooth/glib/gio/tests/ |
D | sleepy-stream.c | 219 g_string_free (one, TRUE); in test() 220 g_string_free (two, TRUE); in test() 277 g_string_free (one, TRUE); in asynch() 278 g_string_free (two, TRUE); in asynch()
|
/external/bluetooth/glib/tests/ |
D | unicode-normalize.c | 35 return g_string_free (result, FALSE); in decode() 58 return g_string_free (result, FALSE); in encode() 207 g_string_free (buffer, TRUE); in main()
|
D | testglib.c | 1186 g_string_free (string1, TRUE); in gstring_tests() 1187 g_string_free (string2, TRUE); in gstring_tests() 1193 g_string_free (string1, TRUE); in gstring_tests() 1199 g_string_free (string1, TRUE); in gstring_tests() 1205 g_string_free (string1, TRUE); in gstring_tests() 1211 g_string_free (string1, TRUE); in gstring_tests() 1217 g_string_free (string1, TRUE); in gstring_tests() 1223 g_string_free (string1, TRUE); in gstring_tests() 1229 g_string_free (string1, TRUE); in gstring_tests() 1235 g_string_free (string1, TRUE); in gstring_tests() [all …]
|
D | markup-collect.c | 213 g_string_free (string, TRUE); in main()
|
D | utf8-validate.c | 305 g_string_free (str, FALSE); in do_test()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebdatasource.cpp | 117 g_string_free(priv->data, TRUE); in webkit_web_data_source_finalize() 345 g_string_free(priv->data, TRUE); in webkit_web_data_source_get_data()
|
D | webkitwebresource.cpp | 78 g_string_free(priv->data, TRUE); in webkit_web_resource_cleanup()
|
/external/bluetooth/glib/gio/ |
D | gicon.c | 292 ret = g_string_free (s, FALSE); in g_icon_to_string() 294 g_string_free (s, TRUE); in g_icon_to_string()
|
D | gunixmount.c | 279 g_string_free (data->error_string, TRUE); in eject_unmount_cb() 364 g_string_free (data->error_string, TRUE); in eject_unmount_do_cb()
|
D | gunixvolume.c | 327 g_string_free (data->error_string, TRUE); in eject_mount_cb() 423 g_string_free (data->error_string, TRUE); in eject_mount_do()
|
D | gdummyfile.c | 358 g_string_free (str, TRUE); in g_dummy_file_resolve_relative_path() 760 return g_string_free (uri, FALSE); in _g_encode_uri()
|
/external/bluetooth/glib/glib/ |
D | gkeyfile.c | 227 g_string_free (key_file->parse_buffer, TRUE); in g_key_file_clear() 1071 return g_string_free (data_string, FALSE); in g_key_file_to_data() 1593 g_string_free (value_list, TRUE); in g_key_file_set_string_list() 1850 g_string_free (value_list, TRUE); in g_key_file_set_locale_string_list() 2063 g_string_free (value_list, TRUE); in g_key_file_set_boolean_list() 2275 g_string_free (values, TRUE); in g_key_file_set_integer_list() 2484 g_string_free (values, TRUE); in g_key_file_set_double_list() 2764 g_string_free (string, FALSE); in g_key_file_get_key_comment() 2819 return g_string_free (string, FALSE); in get_group_comment() 3756 return g_string_free (string, FALSE); in g_key_file_parse_value_as_comment() [all …]
|
D | gstring.h | 70 gchar* g_string_free (GString *string,
|
D | gmessages.c | 617 return g_string_free (gstring, FALSE); in strdup_convert() 950 g_string_free (msg, TRUE); in g_log_default_handler() 957 string = g_string_free (gstring, FALSE); in g_log_default_handler()
|
D | gfileutils.c | 1435 g_string_free (result, TRUE); in g_build_path_va() 1443 return g_string_free (result, FALSE); in g_build_path_va() 1626 g_string_free (result, TRUE); in g_build_pathname_va() 1634 return g_string_free (result, FALSE); in g_build_pathname_va()
|
D | gtestutils.c | 1392 g_string_free (gstring, TRUE); in g_assertion_message_error() 1711 test_trap_last_stdout = g_string_free (sout, FALSE); in g_test_trap_fork() 1712 test_trap_last_stderr = g_string_free (serr, FALSE); in g_test_trap_fork() 1844 return (guint8*) g_string_free (gstring, FALSE); in g_test_log_dump() 1931 g_string_free (tbuffer->data, TRUE); in g_test_log_buffer_free()
|
D | giochannel.c | 151 g_string_free (channel->read_buf, TRUE); in g_io_channel_unref() 153 g_string_free (channel->write_buf, TRUE); in g_io_channel_unref() 155 g_string_free (channel->encoded_read_buf, TRUE); in g_io_channel_unref() 1800 *str_return = g_string_free (USE_BUF (channel), FALSE); in g_io_channel_read_to_end() 1802 g_string_free (USE_BUF (channel), TRUE); in g_io_channel_read_to_end()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | EditingCallbacks.cpp | 53 GOwnPtr<gchar> pathBuffer(g_string_free(path, FALSE)); in dumpNodePath()
|
D | AccessibilityUIElementGtk.cpp | 148 return g_string_free(str, FALSE); in attributeSetToString()
|
D | DumpRenderTree.cpp | 319 g_string_free(result, TRUE); in dumpHistoryItem() 859 testMessage = g_string_free(tempString, FALSE); in webViewConsoleMessage()
|
/external/webkit/Tools/GtkLauncher/ |
D | main.c | 49 gchar *title = g_string_free(string, FALSE); in updateTitle()
|
/external/bluetooth/glib/tests/gobject/ |
D | override.c | 394 g_string_free (test_string, TRUE); in test()
|
/external/dbus/tools/ |
D | dbus-viewer.c | 328 g_string_free (path, TRUE); in load_from_service_thread_func()
|
/external/bluetooth/glib/gio/fen/ |
D | fen-kernel.c | 126 g_string_free (str, FALSE); in printevent()
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 167 return g_string_free(ret, FALSE); in convertUniCharToUTF8()
|