/third_party/glib/gmodule/ |
D | gmodule-win32.c | 57 message = g_strconcat (detail, error, NULL); in set_error() 207 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, NULL); in _g_module_build_path() 210 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, ".dll", NULL); in _g_module_build_path() 212 return g_strconcat (directory, G_DIR_SEPARATOR_S, "cyg", module_name, ".dll", NULL); in _g_module_build_path() 215 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, ".dll", NULL); in _g_module_build_path() 217 return g_strconcat (directory, G_DIR_SEPARATOR_S, "lib", module_name, ".dll", NULL); in _g_module_build_path() 223 return g_strconcat (module_name, ".dll", NULL); in _g_module_build_path() 225 return g_strconcat ("cyg", module_name, ".dll", NULL); in _g_module_build_path() 228 return g_strconcat (module_name, ".dll", NULL); in _g_module_build_path() 230 return g_strconcat ("lib", module_name, ".dll", NULL); in _g_module_build_path()
|
D | gmodule-ar.c | 114 full_name = g_strconcat (file_name, "(", member, ")", NULL); in _g_module_open() 169 return g_strconcat (directory, "/", module_name, NULL); in _g_module_build_path() 171 return g_strconcat (directory, "/lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path() 175 return g_strconcat ("lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path()
|
D | gmodule-dl.c | 167 return g_strconcat (directory, "/", module_name, NULL); in _g_module_build_path() 169 return g_strconcat (directory, "/lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path() 173 return g_strconcat ("lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path()
|
D | gmodule.c | 414 lt_libdir = g_strconcat (dir, G_DIR_SEPARATOR_S ".libs", NULL); in parse_libtool_archive() 418 name = g_strconcat (lt_libdir, G_DIR_SEPARATOR_S, lt_dlname, NULL); in parse_libtool_archive() 547 name = g_strconcat (file_name, "." G_MODULE_SUFFIX, NULL); in g_module_open() 557 name = g_strconcat (file_name, ".la", NULL); in g_module_open() 574 name = g_strconcat (file_name, "." G_MODULE_SUFFIX, NULL); in g_module_open() 648 error = g_strconcat ("GModule (", file_name, ") ", in g_module_open() 791 name = g_strconcat ("_", symbol_name, NULL); in g_module_symbol() 804 error = g_strconcat ("'", symbol_name, "': ", module_error, NULL); in g_module_symbol()
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0r.c | 88 prop_name = g_strconcat ("param-", prop_name, NULL); in gst_frei0r_klass_install_properties() 142 prop_name_full = g_strconcat (prop_name, "-r", NULL); in gst_frei0r_klass_install_properties() 143 prop_nick_full = g_strconcat (param_info->name, " (R)", NULL); in gst_frei0r_klass_install_properties() 156 prop_name_full = g_strconcat (prop_name, "-g", NULL); in gst_frei0r_klass_install_properties() 157 prop_nick_full = g_strconcat (param_info->name, " (G)", NULL); in gst_frei0r_klass_install_properties() 170 prop_name_full = g_strconcat (prop_name, "-b", NULL); in gst_frei0r_klass_install_properties() 171 prop_nick_full = g_strconcat (param_info->name, " (B)", NULL); in gst_frei0r_klass_install_properties() 192 prop_name_full = g_strconcat (prop_name, "-x", NULL); in gst_frei0r_klass_install_properties() 193 prop_nick_full = g_strconcat (param_info->name, " (X)", NULL); in gst_frei0r_klass_install_properties() 206 prop_name_full = g_strconcat (prop_name, "-Y", NULL); in gst_frei0r_klass_install_properties() [all …]
|
/third_party/glib/gio/tests/ |
D | gdbus-testserver.c | 290 ret_string = g_strconcat (val_string, val_string, NULL); in handle_method_call() 291 ret_objpath = g_strconcat (val_objpath, "/modified", NULL); in handle_method_call() 292 ret_signature = g_strconcat (val_signature, val_signature, NULL); in handle_method_call() 560 tmp1 = g_strconcat (s1, "mod", NULL); in handle_method_call() 561 tmp2 = g_strconcat (s2, s2, NULL); in handle_method_call() 575 tmp1 = g_strconcat (s1, "/mod", NULL); in handle_method_call() 576 tmp2 = g_strconcat (s2, "/mod2", NULL); in handle_method_call() 590 tmp1 = g_strconcat (s1, "assgit", NULL); in handle_method_call() 591 tmp2 = g_strconcat (s2, s2, NULL); in handle_method_call() 616 desc_ret = g_strconcat (desc, "... in bed!", NULL); in handle_method_call() [all …]
|
D | appinfo.c | 45 uri = g_strconcat ("file://", g_test_get_dir (G_TEST_BUILT), "/appinfo-test.desktop", NULL); in test_launch_for_app_info() 258 cmdline = g_strconcat (g_test_get_dir (G_TEST_BUILT), "/appinfo-test --option", NULL); in test_commandline() 259 cmdline_out = g_strconcat (cmdline, " %u", NULL); in test_commandline() 276 cmdline_out = g_strconcat (cmdline, " %f", NULL); in test_commandline() 304 cmdline = g_strconcat (g_test_get_dir (G_TEST_BUILT), "/appinfo-test --option", NULL); in test_launch_context() 357 cmdline = g_strconcat (g_test_get_dir (G_TEST_BUILT), "/appinfo-test --option", NULL); in test_launch_context_signals() 404 cmdline = g_strconcat (g_test_get_dir (G_TEST_BUILT), "/appinfo-test --option", NULL); in test_associations()
|
D | gdbus-address-get-session.c | 74 mock_bus_path = g_strconcat (tmpdir, "/bus", NULL); in set_up_mock_xdg_runtime_dir() 112 path = g_strconcat (g_test_get_dir (G_TEST_BUILT), ":", in set_up_mock_dbus_launch()
|
D | thumbnail-verification.c | 101 file_uri = g_strconcat ("file:///tmp/", tests[i].filename, NULL); in test_validity()
|
/third_party/libsoup/tests/ |
D | auth-test.c | 305 uri = g_strconcat (base_uri, "Basic/realm1/", NULL); in do_pipelined_auth_test() 464 uri = g_strconcat (base_uri, "Digest/realm1/", NULL); in do_digest_expiration_test() 468 uri = g_strconcat (base_uri, "Digest/realm1/expire/", NULL); in do_digest_expiration_test() 567 uri = g_strconcat (base_uri, "Basic/realm1/", NULL); in do_async_auth_good_password_test() 654 uri = g_strconcat (base_uri, "Basic/realm1/", NULL); in do_async_auth_bad_password_test() 707 uri = g_strconcat (base_uri, "Basic/realm1/", NULL); in do_async_auth_no_password_test() 1085 uri = g_strconcat (base_uri, "Basic/realm1/", NULL); in do_infinite_auth_test() 1290 uri = g_strconcat (base_uri, "Digest/realm1/", NULL); in do_clear_credentials_test() 1316 uri = g_strconcat (base_uri, "Digest/realm1/", NULL); in do_message_do_not_use_auth_cache_test() 1392 uri = g_strconcat (base_uri, "Basic/realm1/", NULL); in do_async_message_do_not_use_auth_cache_test() [all …]
|
D | proxy-test.c | 207 http_url = g_strconcat (HTTP_SERVER, test->url, NULL); in do_proxy_test() 208 https_url = g_strconcat (HTTPS_SERVER, test->url, NULL); in do_proxy_test() 389 url = g_strconcat (HTTP_SERVER, "/Basic/realm1/", NULL); in do_proxy_auth_cache_test()
|
/third_party/glib/gio/win32/ |
D | gwin32fsmonitorutils.c | 266 dirname_with_long_prefix = g_strconcat (LONGPFX, dirname, NULL); in g_win32_fs_monitor_init() 277 fullpath_with_long_prefix = g_strconcat (LONGPFX, fullpath, NULL); in g_win32_fs_monitor_init() 332 dirname_with_long_prefix = g_strconcat (LONGPFX, filename, NULL); in g_win32_fs_monitor_init()
|
/third_party/glib/gio/ |
D | gcontenttype-win32.c | 244 key = g_strconcat (type+1, "file\\DefaultIcon", NULL); in g_content_type_get_icon() 247 gchar *key2 = g_strconcat (key, "\\DefaultIcon", NULL); in g_content_type_get_icon() 341 key = g_strconcat ("MIME\\DataBase\\Content Type\\", mime_type, NULL); in g_content_type_from_mime_type()
|
D | gapplication-tool.c | 241 path = g_strconcat ("/", app_id, NULL); in app_path_for_id() 417 filename = g_strconcat (args[0], ".desktop", NULL); in app_list_actions()
|
/third_party/glib/gobject/ |
D | gobject-query.c | 85 new_indent = g_strconcat (indent, O_VLINE, indent_inc, NULL); in show_nodes() 87 new_indent = g_strconcat (indent, O_SPACE, indent_inc, NULL); in show_nodes()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | GnomeGUISupport.cpp | 34 s = g_strconcat(title, ":\n", message, NULL); in postErrorMessage()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | GnomeGUISupport.cpp | 34 s = g_strconcat(title, ":\n", message, NULL); in postErrorMessage()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | GnomeGUISupport.cpp | 34 s = g_strconcat(title, ":\n", message, NULL); in postErrorMessage()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglfeature.c | 226 full_function_name = g_strconcat ("gl", data->functions[func_num].name, in _gst_gl_feature_check() 240 full_function_name = g_strconcat ("gl", data->functions[func_num].name, in _gst_gl_feature_check()
|
/third_party/glib/glib/ |
D | genviron.c | 320 string = g_strconcat (variable, "=", value, NULL); in g_setenv() 562 tem = g_strconcat (variable, "=", value, NULL); in g_setenv() 588 tem = g_strconcat (variable, "=", NULL); in g_unsetenv()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspautils.c | 301 name = g_strconcat (name, *v, NULL); in gst_ladspa_object_class_get_param_name() 318 name = g_strconcat ("param-", name, NULL); in gst_ladspa_object_class_get_param_name() 616 g_strconcat (extra_ladspa_class_tags, "/", str, NULL); in gst_ladspa_element_class_set_metadata() 619 extra_ladspa_class_tags = g_strconcat ("/", str, NULL); in gst_ladspa_element_class_set_metadata() 648 char *s = g_strconcat (ladspa_class_tags, extra_ladspa_class_tags, NULL); in gst_ladspa_element_class_set_metadata()
|
/third_party/glib/glib/tests/ |
D | markup-parse.c | 241 expected = g_strconcat (f, ".expected", NULL); in get_expected_filename() 243 expected = g_strconcat (f, ".cdata-as-text", NULL); in get_expected_filename()
|
/third_party/glib/tests/gobject/ |
D | override.c | 225 gchar *tmp = g_strconcat (retval , ",TestB::baz", NULL); in test_b_baz() 313 gchar *tmp = g_strconcat (retval , ",TestC::baz", NULL); in test_c_baz()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstfacedetect.cpp | 150 gchar *nx = g_strconcat (name, "->x", NULL); in structure_and_message() 151 gchar *ny = g_strconcat (name, "->y", NULL); in structure_and_message() 152 gchar *nw = g_strconcat (name, "->width", NULL); in structure_and_message() 153 gchar *nh = g_strconcat (name, "->height", NULL); in structure_and_message()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | licenses.c | 224 ref = g_strconcat (CC_LICENSE_REF_PREFIX, licenses[i].ref, NULL); in gst_tag_get_licenses() 233 ref = g_strconcat (CC_LICENSE_REF_PREFIX, licenses[i].ref, jurs, "/", in gst_tag_get_licenses()
|