/third_party/gstreamer/gstplugins_good/ext/mpg123/ |
D | gstmpg123audiodec.c | 120 g_string_append (s, "format = { "); in gst_mpg123_audio_dec_class_init() 124 g_string_append (s, (i > 0) ? ", " : ""); in gst_mpg123_audio_dec_class_init() 125 g_string_append (s, GST_AUDIO_NE (S16)); in gst_mpg123_audio_dec_class_init() 128 g_string_append (s, (i > 0) ? ", " : ""); in gst_mpg123_audio_dec_class_init() 129 g_string_append (s, GST_AUDIO_NE (U16)); in gst_mpg123_audio_dec_class_init() 132 g_string_append (s, (i > 0) ? ", " : ""); in gst_mpg123_audio_dec_class_init() 133 g_string_append (s, GST_AUDIO_NE (S24)); in gst_mpg123_audio_dec_class_init() 136 g_string_append (s, (i > 0) ? ", " : ""); in gst_mpg123_audio_dec_class_init() 137 g_string_append (s, GST_AUDIO_NE (U24)); in gst_mpg123_audio_dec_class_init() 140 g_string_append (s, (i > 0) ? ", " : ""); in gst_mpg123_audio_dec_class_init() [all …]
|
/third_party/gstreamer/gstreamer/docs/ |
D | gst-hotdoc-plugins-scanner.c | 43 g_string_append (output, "\\b"); in json_strescape() 46 g_string_append (output, "\\f"); in json_strescape() 49 g_string_append (output, "\\n"); in json_strescape() 52 g_string_append (output, "\\r"); in json_strescape() 55 g_string_append (output, "\\t"); in json_strescape() 91 g_string_append (s, values[i].value_nick); in flags_to_string() 140 g_string_append (json, "]}"); in _serialize_flags() 180 g_string_append (json, ",\"ignore-enum-members\": true}"); in _serialize_enum() 182 g_string_append (json, ",\"values\": ["); in _serialize_enum() 199 g_string_append (json, "]}"); in _serialize_enum() [all …]
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-term.c | 311 g_string_append (str_buf, " / "); in cr_term_to_string() 315 g_string_append (str_buf, ", "); in cr_term_to_string() 320 g_string_append (str_buf, " "); in cr_term_to_string() 330 g_string_append (str_buf, "+"); in cr_term_to_string() 334 g_string_append (str_buf, "-"); in cr_term_to_string() 348 g_string_append (str_buf, (const gchar *) content); in cr_term_to_string() 374 g_string_append (str_buf, in cr_term_to_string() 380 g_string_append (str_buf, ")"); in cr_term_to_string() 410 g_string_append (str_buf, (const gchar *) content); in cr_term_to_string() 435 g_string_append (str_buf, "rgb("); in cr_term_to_string() [all …]
|
D | cr-style.c | 2350 g_string_append (str, "NumPropVal {"); in cr_style_num_prop_val_to_string() 2377 g_string_append (str, "}"); in cr_style_num_prop_val_to_string() 2378 g_string_append (a_str, str->str); in cr_style_num_prop_val_to_string() 2405 g_string_append (str, "RGBPropVal {"); in cr_style_rgb_prop_val_to_string() 2431 g_string_append (str, "}"); in cr_style_rgb_prop_val_to_string() 2432 g_string_append (a_str, str->str); in cr_style_rgb_prop_val_to_string() 2490 g_string_append (a_str, str); in cr_style_border_style_to_string() 2562 g_string_append (a_str, str); in cr_style_display_type_to_string() 2595 g_string_append (a_str, str); in cr_style_position_type_to_string() 2625 g_string_append (a_str, str); in cr_style_float_type_to_string() [all …]
|
D | cr-simple-sel.c | 132 g_string_append (str_buf, " "); in cr_simple_sel_to_string() 136 g_string_append (str_buf, "+"); in cr_simple_sel_to_string() 140 g_string_append (str_buf, ">"); in cr_simple_sel_to_string() 147 g_string_append (str_buf, (const gchar *) str); in cr_simple_sel_to_string() 158 g_string_append (str_buf, (const gchar *) tmp_str); in cr_simple_sel_to_string()
|
D | cr-attr-sel.c | 139 g_string_append (str_buf, (const gchar *) name); in cr_attr_sel_to_string() 160 g_string_append (str_buf, "~="); in cr_attr_sel_to_string() 164 g_string_append (str_buf, "|="); in cr_attr_sel_to_string()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspdefs.c | 457 g_string_append (str, "OPTIONS, "); in gst_rtsp_options_as_text() 459 g_string_append (str, "DESCRIBE, "); in gst_rtsp_options_as_text() 461 g_string_append (str, "ANNOUNCE, "); in gst_rtsp_options_as_text() 463 g_string_append (str, "GET_PARAMETER, "); in gst_rtsp_options_as_text() 465 g_string_append (str, "PAUSE, "); in gst_rtsp_options_as_text() 467 g_string_append (str, "PLAY, "); in gst_rtsp_options_as_text() 469 g_string_append (str, "RECORD, "); in gst_rtsp_options_as_text() 471 g_string_append (str, "REDIRECT, "); in gst_rtsp_options_as_text() 473 g_string_append (str, "SETUP, "); in gst_rtsp_options_as_text() 475 g_string_append (str, "SET_PARAMETER, "); in gst_rtsp_options_as_text() [all …]
|
/third_party/libsoup/libsoup/ |
D | soup-cookie.c | 731 g_string_append (header, ", "); in serialize_cookie() 733 g_string_append (header, "; "); in serialize_cookie() 737 g_string_append (header, cookie->name); in serialize_cookie() 738 g_string_append (header, "="); in serialize_cookie() 740 g_string_append (header, cookie->value); in serialize_cookie() 747 g_string_append (header, "; expires="); in serialize_cookie() 750 g_string_append (header, timestamp); in serialize_cookie() 754 g_string_append (header, "; path="); in serialize_cookie() 755 g_string_append (header, cookie->path); in serialize_cookie() 758 g_string_append (header, "; domain="); in serialize_cookie() [all …]
|
D | soup-auth-digest.c | 125 g_string_append (out, "auth"); in soup_auth_digest_get_qop() 128 g_string_append (out, ","); in soup_auth_digest_get_qop() 129 g_string_append (out, "auth-int"); in soup_auth_digest_get_qop() 430 g_string_append (out, ", "); in soup_auth_digest_get_authorization() 432 g_string_append (out, ", "); in soup_auth_digest_get_authorization() 434 g_string_append (out, ", "); in soup_auth_digest_get_authorization() 436 g_string_append (out, ", "); in soup_auth_digest_get_authorization() 440 g_string_append (out, ", "); in soup_auth_digest_get_authorization() 444 g_string_append (out, ", "); in soup_auth_digest_get_authorization() 451 g_string_append (out, ", "); in soup_auth_digest_get_authorization()
|
D | soup-multipart.c | 374 g_string_append (disposition, "; "); in soup_multipart_append_form_file() 425 g_string_append (str, "--"); in soup_multipart_to_message() 426 g_string_append (str, multipart->boundary); in soup_multipart_to_message() 427 g_string_append (str, "\r\n"); in soup_multipart_to_message() 431 g_string_append (str, "\r\n"); in soup_multipart_to_message() 440 g_string_append (str, multipart->boundary); in soup_multipart_to_message() 441 g_string_append (str, "--\r\n"); in soup_multipart_to_message()
|
D | soup-headers.c | 901 g_string_append (string, name); in append_param_rfc5987() 902 g_string_append (string, "*=UTF-8''"); in append_param_rfc5987() 904 g_string_append (string, encoded); in append_param_rfc5987() 915 g_string_append (string, name); in append_param_quoted() 916 g_string_append (string, "=\""); in append_param_quoted() 952 g_string_append (string, name); in append_param_internal() 954 g_string_append (string, value); in append_param_internal() 1014 g_string_append (string, name); in soup_header_g_string_append_param()
|
/third_party/gstreamer/gstplugins_bad/gst/inter/ |
D | gstintertest.c | 186 g_string_append (pipe_desc, "videotestsrc name=source num-buffers=100 ! "); in gst_inter_test_create_pipeline_vts() 187 g_string_append (pipe_desc, in gst_inter_test_create_pipeline_vts() 189 g_string_append (pipe_desc, "timeoverlay ! "); in gst_inter_test_create_pipeline_vts() 190 g_string_append (pipe_desc, "intervideosink name=sink sync=true "); in gst_inter_test_create_pipeline_vts() 191 g_string_append (pipe_desc, in gst_inter_test_create_pipeline_vts() 193 g_string_append (pipe_desc, "interaudiosink sync=true "); in gst_inter_test_create_pipeline_vts() 228 g_string_append (pipe_desc, "intervideosrc ! queue ! "); in gst_inter_test_create_pipeline_server() 229 g_string_append (pipe_desc, "xvimagesink name=sink "); in gst_inter_test_create_pipeline_server() 230 g_string_append (pipe_desc, "interaudiosrc ! queue ! "); in gst_inter_test_create_pipeline_server() 231 g_string_append (pipe_desc, "alsasink "); in gst_inter_test_create_pipeline_server()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | samiparse.c | 433 unescaped = g_string_append (unescaped, "&"); in unescape_string() 606 g_string_append (str, "</i>"); in sami_context_pop_state() 611 g_string_append (str, "</span>"); in sami_context_pop_state() 621 g_string_append (sctx->rubybuf, "</span>"); in sami_context_pop_state() 623 g_string_append (sctx->rubybuf, "</i>"); in sami_context_pop_state() 632 g_string_append (sctx->buf, str->str); in sami_context_pop_state() 639 g_string_append (sctx->buf, str->str); in sami_context_pop_state() 667 g_string_append (sctx->resultbuf, sctx->buf->str); in handle_start_sync() 682 g_string_append (sctx->buf, "<span"); in handle_start_font() 759 g_string_append (sctx->rubybuf, "<i>"); in handle_start_element() [all …]
|
D | mpl2parse.c | 70 g_string_append (markup, "<i>"); in mpl2_parse_line() 82 g_string_append (markup, line_chunk_escaped); in mpl2_parse_line() 87 g_string_append (markup, "</i>"); in mpl2_parse_line() 92 g_string_append (markup, "\n"); in mpl2_parse_line()
|
D | qttextparse.c | 334 g_string_append (state->buf, "<span"); in qttext_open_markup() 349 g_string_append (state->buf, " weight='bold'"); in qttext_open_markup() 351 g_string_append (state->buf, " style='italic'"); in qttext_open_markup() 353 g_string_append (state->buf, ">"); in qttext_open_markup() 363 g_string_append (state->buf, "\n"); in qttext_prepare_text() 369 g_string_append (state->buf, "</span>"); in qttext_prepare_text() 380 g_string_append (state->buf, line + index); in qttext_parse_text() 392 g_string_append (state->buf, "</span>"); in qttext_get_text()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglapi.c | 70 g_string_append (str, " " GST_GL_API_OPENGL3_NAME); in gst_gl_api_to_string() 77 g_string_append (str, " " GST_GL_API_GLES1_NAME); in gst_gl_api_to_string() 84 g_string_append (str, " " GST_GL_API_GLES2_NAME); in gst_gl_api_to_string() 169 str = g_string_append (str, str__); \ in gst_gl_platform_to_string() 182 str = g_string_append (str, "unknown"); in gst_gl_platform_to_string()
|
/third_party/glib/gio/ |
D | gresource-tool.c | 538 g_string_append (string, in cmd_help() 556 g_string_append (string, _("Arguments:\n")); in cmd_help() 559 g_string_append (string, in cmd_help() 563 g_string_append (string, in cmd_help() 569 g_string_append (string, in cmd_help() 572 g_string_append (string, in cmd_help() 578 g_string_append (string, in cmd_help() 581 g_string_append (string, in cmd_help() 584 g_string_append (string, "\n"); in cmd_help()
|
D | gsettings-tool.c | 666 g_string_append (string, in gsettings_help() 694 g_string_append (string, _("Arguments:\n")); in gsettings_help() 696 g_string_append (string, in gsettings_help() 700 g_string_append (string, in gsettings_help() 704 g_string_append (string, in gsettings_help() 709 g_string_append (string, in gsettings_help() 713 g_string_append (string, in gsettings_help() 717 g_string_append (string, in gsettings_help() 720 g_string_append (string, "\n"); in gsettings_help()
|
D | gcredentials.c | 235 g_string_append (ret, "linux-ucred:"); in g_credentials_to_string() 245 g_string_append (ret, "apple-xucred:"); in g_credentials_to_string() 254 g_string_append (ret, "freebsd-cmsgcred:"); in g_credentials_to_string() 262 g_string_append (ret, "netbsd-unpcbid:"); in g_credentials_to_string() 271 g_string_append (ret, "openbsd-sockpeercred:"); in g_credentials_to_string() 281 g_string_append (ret, "solaris-ucred:"); in g_credentials_to_string() 294 g_string_append (ret, "unknown"); in g_credentials_to_string()
|
/third_party/glib/gio/tests/ |
D | sleepy-stream.c | 179 g_string_append (string, str); in read_line() 180 g_string_append (string, eol); in read_line() 194 g_string_append (str, stream->pieces[i]); in build_comparison() 253 g_string_append (two, str); in asynch_ready() 254 g_string_append (two, eol); in asynch_ready()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstjniutils.c | 329 g_string_append (gs, "<error getting class name>"); in getExceptionSummary() 337 g_string_append (gs, "<error getting class name UTF-8>"); in getExceptionSummary() 341 g_string_append (gs, classNameChars); in getExceptionSummary() 355 g_string_append (gs, ": "); in getExceptionSummary() 359 g_string_append (gs, messageChars); in getExceptionSummary() 364 g_string_append (gs, "<error getting message>"); in getExceptionSummary() 398 g_string_append (gs, "<error getting java.io.StringWriter class>"); in getStackTrace() 410 g_string_append (gs, "<error getting java.io.PrintWriter class>"); in getStackTrace() 421 g_string_append (gs, "<error creating new StringWriter instance>"); in getStackTrace() 430 g_string_append (gs, "<error creating new PrintWriter instance>"); in getStackTrace() [all …]
|
/third_party/libsoup/tests/ |
D | forms-test.c | 274 g_string_append (buf, "<html><head><title>forms-test: hello</title></head><body>\r\n"); in hello_callback() 280 g_string_append (buf, "<form action='/hello' method='get'>" in hello_callback() 286 g_string_append (buf, "</body></html>\r\n"); in hello_callback() 323 g_string_append (buf, "<html><head><title>forms-test: md5</title></head><body>\r\n"); in md5_get_callback() 329 g_string_append (buf, "<form action='/md5' method='post' enctype='multipart/form-data'>" in md5_get_callback() 334 g_string_append (buf, "</body></html>\r\n"); in md5_get_callback()
|
/third_party/glib/glib/ |
D | gunicollate.c | 581 g_string_append (result, collate_key); in g_utf8_collate_key_for_filename() 585 g_string_append (result, COLLATION_SENTINEL "\1"); in g_utf8_collate_key_for_filename() 604 g_string_append (result, collate_key); in g_utf8_collate_key_for_filename() 608 g_string_append (result, COLLATION_SENTINEL "\2"); in g_utf8_collate_key_for_filename() 672 g_string_append (result, collate_key); in g_utf8_collate_key_for_filename() 676 g_string_append (result, append->str); in g_utf8_collate_key_for_filename()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstxmptag.c | 1518 g_string_append (string, tag); in string_open_tag() 1525 g_string_append (string, "</"); in string_close_tag() 1526 g_string_append (string, tag); in string_close_tag() 1527 g_string_append (string, ">\n"); in string_close_tag() 1619 g_string_append (data, "<rdf:li rdf:parseType=\""); in write_one_tag() 1620 g_string_append (data, xmp_tag->parse_type); in write_one_tag() 1662 g_string_append (data, s); in write_one_tag() 1684 g_string_append (data, s); in write_one_tag() 1730 g_string_append (data, in gst_tag_list_to_xmp_buffer() 1732 g_string_append (data, in gst_tag_list_to_xmp_buffer() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gstm3u8playlist.c | 162 g_string_append (playlist_str, "\n"); in gst_m3u8_playlist_render() 170 g_string_append (playlist_str, "#EXT-X-DISCONTINUITY\n"); in gst_m3u8_playlist_render() 186 g_string_append (playlist_str, "#EXT-X-ENDLIST"); in gst_m3u8_playlist_render()
|