Home
last modified time | relevance | path

Searched refs:g_string_append (Results 1 – 25 of 32) sorted by relevance

12

/external/bluetooth/glib/gio/fen/
Dfen-kernel.c102 str = g_string_append (str, " ACCESS"); in printevent()
105 str = g_string_append (str, " MODIFIED"); in printevent()
108 str = g_string_append (str, " ATTRIB"); in printevent()
111 str = g_string_append (str, " DELETE"); in printevent()
114 str = g_string_append (str, " RENAME_TO"); in printevent()
117 str = g_string_append (str, " RENAME_FROM"); in printevent()
120 str = g_string_append (str, " UNMOUNTED"); in printevent()
123 str = g_string_append (str, " MOUNTEDOVER"); in printevent()
/external/bluetooth/glib/gio/tests/
Dsleepy-stream.c178 g_string_append (string, str); in read_line()
179 g_string_append (string, eol); in read_line()
193 g_string_append (str, stream->pieces[i]); in build_comparison()
252 g_string_append (two, str); in asynch_ready()
253 g_string_append (two, eol); in asynch_ready()
/external/bluetooth/glib/glib/
Dgmessages.c909 g_string_append (gstring, "\n"); in g_log_default_handler()
911 g_string_append (gstring, "** "); in g_log_default_handler()
925 g_string_append (gstring, log_domain); in g_log_default_handler()
928 g_string_append (gstring, level_prefix); in g_log_default_handler()
930 g_string_append (gstring, ": "); in g_log_default_handler()
932 g_string_append (gstring, "(NULL) message"); in g_log_default_handler()
942 g_string_append (gstring, msg->str); /* charset is UTF-8 already */ in g_log_default_handler()
946 g_string_append (gstring, string); in g_log_default_handler()
953 g_string_append (gstring, "\naborting...\n"); in g_log_default_handler()
955 g_string_append (gstring, "\n"); in g_log_default_handler()
Dgoption.c619 g_string_append (string, " "); in g_option_context_get_help()
620 g_string_append (string, rest_description); in g_option_context_get_help()
625 g_string_append (string, " "); in g_option_context_get_help()
626 g_string_append (string, TRANSLATE (context, context->parameter_string)); in g_option_context_get_help()
629 g_string_append (string, "\n\n"); in g_option_context_get_help()
633 g_string_append (string, TRANSLATE (context, context->summary)); in g_option_context_get_help()
634 g_string_append (string, "\n\n"); in g_option_context_get_help()
740 g_string_append (string, "\n"); in g_option_context_get_help()
749 g_string_append (string, TRANSLATE (group, group->description)); in g_option_context_get_help()
750 g_string_append (string, "\n"); in g_option_context_get_help()
[all …]
Dgstring.h85 GString* g_string_append (GString *string,
Dgkeyfile.c1586 g_string_append (value_list, value); in g_key_file_set_string_list()
1841 g_string_append (value_list, value); in g_key_file_set_locale_string_list()
2056 g_string_append (value_list, value); in g_key_file_set_boolean_list()
2268 g_string_append (values, value); in g_key_file_set_integer_list()
2479 g_string_append (values, result); in g_key_file_set_double_list()
2755 g_string_append (string, comment); in g_key_file_get_key_comment()
2812 g_string_append (string, comment); in get_group_comment()
Dgfileutils.c1427 g_string_append (result, separator); in g_build_path_va()
1441 g_string_append (result, last_trailing); in g_build_path_va()
1632 g_string_append (result, last_trailing); in g_build_pathname_va()
Dgstring.c571 g_string_append (string, rval); in g_string_assign()
809 g_string_append (GString *string, in g_string_append() function
Dgutf8.c1866 g_string_append (string, "\357\277\275"); in _g_utf8_make_valid()
1875 g_string_append (string, remainder); in _g_utf8_make_valid()
Dguniprop.c1191 g_string_append (result, casefold_table[half].data); in g_utf8_casefold()
/external/bluetooth/glib/gio/
Dgdummyfile.c355 g_string_append (str, "/"); in g_dummy_file_resolve_relative_path()
725 g_string_append (uri, decoded->scheme); in _g_encode_uri()
726 g_string_append (uri, "://"); in _g_encode_uri()
737 g_string_append (uri, decoded->host); in _g_encode_uri()
751 g_string_append (uri, decoded->query); in _g_encode_uri()
757 g_string_append (uri, decoded->fragment); in _g_encode_uri()
Dgunixmount.c311 g_string_append (data->error_string, "\n"); in eject_unmount_read_error()
313 g_string_append (data->error_string, error->message); in eject_unmount_read_error()
Dgunixvolume.c358 g_string_append (data->error_string, "\n"); in eject_mount_read_error()
360 g_string_append (data->error_string, error->message); in eject_mount_read_error()
Dgdesktopappinfo.c623 g_string_append (exec, expanded); in expand_macro()
654 g_string_append (exec, expanded); in expand_macro()
669 g_string_append (exec, "--icon "); in expand_macro()
670 g_string_append (exec, info->icon_name); in expand_macro()
676 g_string_append (exec, info->name); in expand_macro()
681 g_string_append (exec, info->filename); in expand_macro()
Dgicon.c191 g_string_append (s, g_type_name_from_instance ((GTypeInstance *)icon)); in g_icon_to_string_tokenized()
Dglocalfileinfo.c1017 g_string_append (string, "\357\277\275"); in make_valid_utf8()
1026 g_string_append (string, remainder); in make_valid_utf8()
/external/bluetooth/bluez/audio/
Dheadset.c222 g_string_append(gstr, "\"Three-way calling\" "); in print_ag_features()
224 g_string_append(gstr, "\"EC and/or NR function\" "); in print_ag_features()
226 g_string_append(gstr, "\"Voice recognition function\" "); in print_ag_features()
228 g_string_append(gstr, "\"In-band ring tone capability\" "); in print_ag_features()
230 g_string_append(gstr, "\"Attach a number to a voice tag\" "); in print_ag_features()
232 g_string_append(gstr, "\"Ability to reject a call\" "); in print_ag_features()
234 g_string_append(gstr, "\"Enhanced call status\" "); in print_ag_features()
236 g_string_append(gstr, "\"Enhanced call control\" "); in print_ag_features()
238 g_string_append(gstr, "\"Extended Error Result Codes\" "); in print_ag_features()
260 g_string_append(gstr, "\"EC and/or NR function\" "); in print_hf_features()
[all …]
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DDumpRenderTree.cpp105 g_string_append(string, url); in autocorrectURL()
227 result = g_string_append(result, "(file test):"); in dumpHistoryItem()
228 result = g_string_append(result, pos + strlen("/LayoutTests/")); in dumpHistoryItem()
/external/bluetooth/glib/tests/gobject/
Difacecheck.c109 g_string_append (iface->history, check_data); in check_func()
Doverride.c352 g_string_append (test_string, str); in record()
/external/webkit/WebKitTools/GtkLauncher/
Dmain.c50 g_string_append (string, " - WebKit Launcher"); in update_title()
/external/webkit/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp875 g_string_append(str, lineText.utf8().data()); in textForObject()
876 g_string_append(str, "\n"); in textForObject()
883 g_string_append(str, "\n"); in textForObject()
899 g_string_append(str, text); in textForObject()
904 g_string_append(str, "\n"); in textForObject()
/external/webkit/WebCore/platform/gtk/
DRenderThemeGtk.cpp63 g_string_append(nameWithDirection, "-rtl"); in getIconNameForTextDirection()
65 g_string_append(nameWithDirection, "-ltr"); in getIconNameForTextDirection()
/external/bluetooth/glib/gobject/
Dgvaluetransform.c223 g_string_append (gstring, " | "); in value_transform_flags_string()
224 g_string_append (gstring, flags_value->value_name); in value_transform_flags_string()
/external/bluetooth/glib/tests/
Dtestglib.c1191 g_string_append (string1, "lasthalf"); in gstring_tests()
1247 g_string_append (string2, "st"); in gstring_tests()
1266 g_string_append(string1, "yzzy"); in gstring_tests()

12