/external/bluetooth/glib/tests/gobject/ |
D | paramspec-test.c | 90 g_assert (!modified && g_value_get_string (&value) != NULL); in test_param_spec_string() 98 g_assert (modified && g_value_get_string (&value) != NULL); in test_param_spec_string() 108 g_assert (modified && g_value_get_string (&value) == NULL); in test_param_spec_string() 112 g_assert (modified && g_value_get_string (&value) == NULL); in test_param_spec_string() 123 g_assert (modified && g_value_get_string (&value)[0] == '-'); in test_param_spec_string() 127 g_assert (modified && g_value_get_string (&value)[0] == '-'); in test_param_spec_string() 135 g_assert (modified && g_value_get_string (&value)[1] == '-'); in test_param_spec_string() 139 g_assert (modified && g_value_get_string (&value)[1] == '-'); in test_param_spec_string()
|
D | accumulator.c | 71 const gchar *accu_string = g_value_get_string (return_accu); in test_signal1_accumulator() 72 const gchar *new_string = g_value_get_string (handler_return); in test_signal1_accumulator()
|
D | gvalue-test.c | 215 g_assert (strcmp (g_value_get_string (&value), "string ?") == 0); in test_collection()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebsettings.cpp | 986 priv->default_encoding = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property() 990 priv->cursive_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property() 994 priv->default_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property() 998 priv->fantasy_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property() 1002 priv->monospace_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property() 1006 priv->sans_serif_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property() 1010 priv->serif_font_family = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property() 1047 priv->user_stylesheet_uri = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property() 1072 priv->spell_checking_languages = g_strdup(g_value_get_string(value)); in webkit_web_settings_set_property() 1085 if (!g_value_get_string(value) || !strlen(g_value_get_string(value))) in webkit_web_settings_set_property() [all …]
|
D | webkitwebnavigationaction.cpp | 98 webkit_web_navigation_action_set_original_uri(navigationAction, g_value_get_string(value)); in webkit_web_navigation_action_set_property() 107 webkit_web_navigation_action_set_target_frame(navigationAction, g_value_get_string(value)); in webkit_web_navigation_action_set_property()
|
D | webkiticondatabase.cpp | 105 webkit_icon_database_set_path(database, g_value_get_string(value)); in webkit_icon_database_set_property()
|
D | webkitnetworkresponse.cpp | 104 webkit_network_response_set_uri(response, g_value_get_string(value)); in webkit_network_response_set_property()
|
D | webkitnetworkrequest.cpp | 104 webkit_network_request_set_uri(request, g_value_get_string(value)); in webkit_network_request_set_property()
|
D | webkitwebview.cpp | 588 webkit_web_view_set_custom_encoding(webView, g_value_get_string(value)); in webkit_web_view_set_property() 3380 settings->setDefaultTextEncodingName(g_value_get_string(&value)); in webkit_web_view_settings_notify() 3382 settings->setCursiveFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify() 3384 settings->setStandardFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify() 3386 settings->setFantasyFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify() 3388 settings->setFixedFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify() 3390 settings->setSansSerifFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify() 3392 settings->setSerifFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify() 3418 settings->setUserStyleSheetLocation(KURL(KURL(), g_value_get_string(&value))); in webkit_web_view_settings_notify() 3468 …kerClientEnchant*>(client->textChecker())->updateSpellCheckingLanguage(g_value_get_string(&value)); in webkit_web_view_settings_notify()
|
D | webkitwebdatabase.cpp | 118 webkit_web_database_set_name(webDatabase, g_value_get_string(value)); in webkit_web_database_set_property()
|
D | webkitwebhistoryitem.cpp | 227 webkit_web_history_item_set_alternate_title(webHistoryItem, g_value_get_string(value)); in webkit_web_history_item_set_property()
|
/external/bluetooth/bluez/audio/ |
D | gstsbcutil.c | 86 return g_value_get_string(gst_value_list_get_value(value, size-1)); in gst_sbc_get_allocation_from_list() 104 aux = g_value_get_string(value); in gst_sbc_get_mode_from_list() 409 allocation = g_value_get_string(value); in gst_sbc_util_caps_fixate() 421 mode = g_value_get_string(value); in gst_sbc_util_caps_fixate()
|
D | gsta2dpsink.c | 170 g_value_get_string(value)); in gst_a2dp_sink_set_property() 180 g_value_get_string(value)); in gst_a2dp_sink_set_property()
|
/external/bluetooth/glib/gio/ |
D | gmountoperation.c | 99 g_value_get_string (value)); in g_mount_operation_set_property() 104 g_value_get_string (value)); in g_mount_operation_set_property() 114 g_value_get_string (value)); in g_mount_operation_set_property()
|
D | glocalfilemonitor.c | 89 filename = g_value_get_string (construct_properties[i].value); in g_local_file_monitor_constructor()
|
D | glocaldirectorymonitor.c | 108 dirname = g_value_get_string (construct_properties[i].value); in g_local_directory_monitor_constructor()
|
D | gthemedicon.c | 112 name = g_value_get_string (value); in g_themed_icon_set_property()
|
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
D | WebKitDOMTestObj.cpp | 1180 coreSelf->setStringAttr(WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property() 1190 …ute(WebCore::HTMLNames::reflectedstringattrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property() 1210 …ribute(WebCore::HTMLNames::reflectedurlattrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property() 1215 …ebCore::HTMLNames::reflectednonemptyurlattrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property() 1220 …WebCore::HTMLNames::customContentStringAttrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property() 1235 …te(WebCore::HTMLNames::customContentURLAttrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property() 1240 …re::HTMLNames::customContentNonEmptyURLAttrAttr, WTF::String::fromUTF8(g_value_get_string(value))); in webkit_dom_test_obj_set_property() 1258 … coreSelf->setStringAttrWithGetterException(WTF::String::fromUTF8(g_value_get_string(value)), ec); in webkit_dom_test_obj_set_property() 1264 … coreSelf->setStringAttrWithSetterException(WTF::String::fromUTF8(g_value_get_string(value)), ec); in webkit_dom_test_obj_set_property()
|
/external/bluetooth/glib/gobject/ |
D | testgobject.c | 234 gchar *accu_string = g_value_get_string (return_accu); in test_signal_accumulator() 235 gchar *new_string = g_value_get_string (handler_return); in test_signal_accumulator()
|
D | gvaluetypes.h | 206 G_CONST_RETURN gchar* g_value_get_string (const GValue *value);
|
D | gvaluetypes.c | 1002 g_value_get_string (const GValue *value) in g_value_get_string() function 1125 src = g_value_get_string (value); in g_strdup_value_contents() 1144 s = g_strescape (g_value_get_string (&tmp_value), NULL); in g_strdup_value_contents()
|
D | gobject.symbols | 266 g_value_get_string
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | AccessibilityCallbacks.cpp | 87 g_value_get_string(¶mValues[1]), in axObjectEventListener()
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
D | bookmark_tree_model.cc | 221 const gchar* utf8str = g_value_get_string(&value); in GetTitleFromTreeIter()
|
/external/bluetooth/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 599 g_value_get_string
|