/external/oprofile/pp/ |
D | common_option.cpp | 103 options::spec pspec; in parse_spec() local 136 pspec.first.push_back(*it); in parse_spec() 138 pspec.second.push_back(*it); in parse_spec() 140 pspec.common.push_back(*it); in parse_spec() 147 if (pspec.first.empty() && pspec.second.size()) in parse_spec() 151 pspec.first.insert(pspec.first.begin(), pspec.common.begin(), in parse_spec() 152 pspec.common.end()); in parse_spec() 153 pspec.second.insert(pspec.second.begin(), pspec.common.begin(), in parse_spec() 154 pspec.common.end()); in parse_spec() 157 return pspec; in parse_spec()
|
D | opannotate_options.cpp | 124 profile_spec const pspec = in handle_options() local 128 list<string> sample_files = pspec.generate_file_list(exclude_dependent, true); in handle_options() 130 cverb << vsfile << "Archive: " << pspec.get_archive_path() << endl; in handle_options() 144 pspec.extra_found_images); in handle_options()
|
D | oparchive_options.cpp | 99 profile_spec const pspec = in handle_options() local 102 sample_files = pspec.generate_file_list(exclude_dependent, false); in handle_options() 110 pspec.extra_found_images); in handle_options()
|
D | opgprof_options.cpp | 112 profile_spec const pspec = in handle_options() local 122 if (!try_merge_profiles(pspec, true)) in handle_options() 123 try_merge_profiles(pspec, false); in handle_options()
|
D | opreport_options.cpp | 252 profile_spec const pspec = in process_spec() local 256 list<string> sample_files = pspec.generate_file_list(exclude_dependent, in process_spec() 259 cverb << vsfile << "Archive: " << pspec.get_archive_path() << endl; in process_spec() 267 pspec.extra_found_images); in process_spec()
|
/external/webkit/Source/WebCore/bindings/gobject/ |
D | WebKitDOMObject.cpp | 25 …id webkit_dom_object_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_object_get_property() argument 29 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_dom_object_get_property() 34 …kit_dom_object_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_object_set_property() argument 41 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_dom_object_set_property()
|
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
D | WebKitDOMTestMediaQueryListListener.cpp | 89 …_list_listener_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_test_media_query_list_listener_set_property() argument 94 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_dom_test_media_query_list_listener_set_property() 100 …_query_list_listener_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_test_media_query_list_listener_get_property() argument 105 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_dom_test_media_query_list_listener_get_property()
|
D | WebKitDOMTestInterface.cpp | 91 …test_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_test_interface_set_property() argument 96 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_dom_test_interface_set_property() 102 …t_dom_test_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_test_interface_get_property() argument 107 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_dom_test_interface_get_property()
|
D | WebKitDOMTestSerializedScriptValueInterface.cpp | 106 …alue_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_test_serialized_script_value_interface_set_property() argument 111 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_dom_test_serialized_script_value_interface_set_property() 117 …ript_value_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_test_serialized_script_value_interface_get_property() argument 130 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_dom_test_serialized_script_value_interface_get_property()
|
D | WebKitDOMTestCallback.cpp | 175 …_test_callback_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_test_callback_set_property() argument 180 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_dom_test_callback_set_property() 186 …it_dom_test_callback_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_test_callback_get_property() argument 191 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_dom_test_callback_get_property()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebwindowfeatures.cpp | 92 …ndow_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec); 94 …web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec); 283 …indow_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_web_window_features_set_property() argument 320 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_web_window_features_set_property() 325 …_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_web_window_features_get_property() argument 362 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_web_window_features_get_property()
|
D | webkitwebresource.cpp | 58 …webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec); 59 …_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec); 178 … webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_web_resource_get_property() argument 196 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_web_resource_get_property() 201 …t_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_web_resource_set_property() argument 211 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_web_resource_set_property()
|
D | webkiticondatabase.cpp | 99 …t_icon_database_set_property(GObject* object, guint propId, const GValue* value, GParamSpec* pspec) in webkit_icon_database_set_property() argument 108 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_icon_database_set_property() 113 … webkit_icon_database_get_property(GObject* object, guint propId, GValue* value, GParamSpec* pspec) in webkit_icon_database_get_property() argument 122 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_icon_database_get_property()
|
D | webkitnetworkresponse.cpp | 81 …_network_response_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) in webkit_network_response_get_property() argument 93 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec); in webkit_network_response_get_property() 97 …rk_response_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec) in webkit_network_response_set_property() argument 110 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec); in webkit_network_response_set_property()
|
D | webkitwebinspector.cpp | 106 …web_inspector_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec); 108 …ebkit_web_inspector_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec); 347 …_web_inspector_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_web_inspector_set_property() argument 376 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_web_inspector_set_property() 381 …webkit_web_inspector_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_web_inspector_get_property() argument 404 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_web_inspector_get_property()
|
D | webkithittestresult.cpp | 82 …t_hit_test_result_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) in webkit_hit_test_result_get_property() argument 104 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec); in webkit_hit_test_result_get_property() 108 …test_result_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec) in webkit_hit_test_result_set_property() argument 133 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec); in webkit_hit_test_result_set_property()
|
D | webkitnetworkrequest.cpp | 81 …t_network_request_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) in webkit_network_request_get_property() argument 93 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec); in webkit_network_request_get_property() 97 …ork_request_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec) in webkit_network_request_set_property() argument 110 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec); in webkit_network_request_set_property()
|
D | webkitwebnavigationaction.cpp | 62 …navigation_action_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) in G_DEFINE_TYPE() 83 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec); in G_DEFINE_TYPE() 88 …tion_action_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec) in webkit_web_navigation_action_set_property() argument 110 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec); in webkit_web_navigation_action_set_property()
|
D | webkitwebhistoryitem.cpp | 77 …_history_item_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec); 79 …it_web_history_item_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec); 221 …b_history_item_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_web_history_item_set_property() argument 230 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_web_history_item_set_property() 235 …kit_web_history_item_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_web_history_item_get_property() argument 256 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in webkit_web_history_item_get_property()
|
D | webkitsecurityorigin.cpp | 87 …security_origin_set_property(GObject* object, guint propId, const GValue* value, GParamSpec* pspec) in webkit_security_origin_set_property() argument 96 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_security_origin_set_property() 101 …ebkit_security_origin_get_property(GObject* object, guint propId, GValue* value, GParamSpec* pspec) in webkit_security_origin_get_property() argument 122 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_security_origin_get_property()
|
D | webkitwebdatabase.cpp | 109 …it_web_database_set_property(GObject* object, guint propId, const GValue* value, GParamSpec* pspec) in webkit_web_database_set_property() argument 121 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_web_database_set_property() 126 …d webkit_web_database_get_property(GObject* object, guint propId, GValue* value, GParamSpec* pspec) in webkit_web_database_get_property() argument 151 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_web_database_get_property()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_chrome_shrinkable_hbox.cc | 104 GParamSpec* pspec); 108 GParamSpec* pspec); 143 GParamSpec* pspec) { in gtk_chrome_shrinkable_hbox_set_property() argument 152 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in gtk_chrome_shrinkable_hbox_set_property() 160 GParamSpec* pspec) { in gtk_chrome_shrinkable_hbox_get_property() argument 168 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec); in gtk_chrome_shrinkable_hbox_get_property()
|
D | gtk_floating_container.cc | 60 GParamSpec* pspec); 65 GParamSpec* pspec); 256 GParamSpec* pspec) { in gtk_floating_container_set_child_property() argument 272 container, property_id, pspec); in gtk_floating_container_set_child_property() 281 GParamSpec* pspec) { in gtk_floating_container_get_child_property() argument 295 container, property_id, pspec); in gtk_floating_container_get_child_property()
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testwebdatasource.c | 58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* lo… in notify_load_status_unreachable_cb() argument 76 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) in notify_load_status_cb() argument 142 static void notify_load_status_lifetime_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) in notify_load_status_lifetime_cb() argument
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | WebKitAccessibleHyperlink.cpp | 298 …bkitAccessibleHyperlinkGetProperty(GObject* object, guint propId, GValue* value, GParamSpec* pspec) in webkitAccessibleHyperlinkGetProperty() argument 305 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkitAccessibleHyperlinkGetProperty() 309 …cessibleHyperlinkSetProperty(GObject* object, guint propId, const GValue* value, GParamSpec* pspec) in webkitAccessibleHyperlinkSetProperty() argument 321 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkitAccessibleHyperlinkSetProperty()
|