Searched defs:pspec (Results 1 - 25 of 40) sorted by relevance

12

/external/oprofile/pp/
H A Doparchive_options.cpp99 profile_spec const pspec = local
102 sample_files = pspec.generate_file_list(exclude_dependent, false);
110 pspec.extra_found_images);
H A Dopgprof_options.cpp112 profile_spec const pspec = local
122 if (!try_merge_profiles(pspec, true))
123 try_merge_profiles(pspec, false);
H A Dopannotate_options.cpp124 profile_spec const pspec = local
128 list<string> sample_files = pspec.generate_file_list(exclude_dependent, true);
130 cverb << vsfile << "Archive: " << pspec.get_archive_path() << endl;
144 pspec.extra_found_images);
H A Dcommon_option.cpp103 options::spec pspec; local
136 pspec.first.push_back(*it);
138 pspec.second.push_back(*it);
140 pspec.common.push_back(*it);
147 if (pspec.first.empty() && pspec.second.size())
151 pspec.first.insert(pspec.first.begin(), pspec.common.begin(),
152 pspec
[all...]
H A Dopreport_options.cpp252 profile_spec const pspec = local
256 list<string> sample_files = pspec.generate_file_list(exclude_dependent,
259 cverb << vsfile << "Archive: " << pspec.get_archive_path() << endl;
267 pspec.extra_found_images);
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitDOMObject.cpp25 static void webkit_dom_object_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) argument
29 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
34 static void webkit_dom_object_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) argument
41 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwindow.c25 static void notify_load_status_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) argument
H A Dtestmimehandling.c93 static void idle_quit_loop_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) argument
H A Dtestwebdatasource.c58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) argument
76 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) argument
142 static void notify_load_status_lifetime_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) argument
H A Dtestdownload.c70 notify_status_cb(GObject* object, GParamSpec* pspec, gpointer data) argument
213 static void idle_quit_loop_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) argument
H A Dtestloading.c113 static void status_changed_cb(GObject* object, GParamSpec* pspec, WebLoadingFixture* fixture) argument
168 static void load_error_status_changed_cb(GObject* object, GParamSpec* pspec, WebLoadingFixture* fixture) argument
248 static void load_cancelled_status_changed_cb(GObject* object, GParamSpec* pspec, WebLoadingFixture* fixture) argument
292 static void load_goback_status_changed_cb(GObject* object, GParamSpec* pspec, WebLoadingFixture* fixture) argument
319 static void load_wentback_status_changed_cb(GObject* object, GParamSpec* pspec, WebLoadingFixture* fixture) argument
H A Dtestwebresource.c166 static void notify_load_status_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) argument
225 static void notify_load_status_sub_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) argument
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
H A DWebKitDOMTestInterface.cpp91 static void webkit_dom_test_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) argument
96 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
102 static void webkit_dom_test_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) argument
107 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
H A DWebKitDOMTestMediaQueryListListener.cpp89 static void webkit_dom_test_media_query_list_listener_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) argument
94 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
100 static void webkit_dom_test_media_query_list_listener_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) argument
105 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
H A DWebKitDOMTestCallback.cpp175 static void webkit_dom_test_callback_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) argument
180 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
186 static void webkit_dom_test_callback_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) argument
191 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
H A DWebKitDOMTestSerializedScriptValueInterface.cpp106 static void webkit_dom_test_serialized_script_value_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) argument
111 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
117 static void webkit_dom_test_serialized_script_value_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) argument
130 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkithittestresult.cpp82 static void webkit_hit_test_result_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) argument
104 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
108 static void webkit_hit_test_result_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec) argument
133 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
H A Dwebkiticondatabase.cpp99 static void webkit_icon_database_set_property(GObject* object, guint propId, const GValue* value, GParamSpec* pspec) argument
108 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec);
113 static void webkit_icon_database_get_property(GObject* object, guint propId, GValue* value, GParamSpec* pspec) argument
122 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec);
H A Dwebkitnetworkrequest.cpp81 static void webkit_network_request_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) argument
93 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
97 static void webkit_network_request_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec) argument
110 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
H A Dwebkitnetworkresponse.cpp81 static void webkit_network_response_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) argument
93 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
97 static void webkit_network_response_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec) argument
110 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
H A Dwebkitwebnavigationaction.cpp62 static void webkit_web_navigation_action_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec) argument
83 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
88 static void webkit_web_navigation_action_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec) argument
110 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
H A Dwebkitwebresource.cpp58 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
59 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
178 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) argument
196 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
201 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) argument
211 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_shrinkable_hbox.cc104 GParamSpec* pspec);
108 GParamSpec* pspec);
143 GParamSpec* pspec) {
152 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
160 GParamSpec* pspec) {
168 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
140 gtk_chrome_shrinkable_hbox_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) argument
157 gtk_chrome_shrinkable_hbox_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) argument
H A Dgtk_floating_container.cc60 GParamSpec* pspec);
65 GParamSpec* pspec);
256 GParamSpec* pspec) {
272 container, property_id, pspec);
281 GParamSpec* pspec) {
295 container, property_id, pspec);
252 gtk_floating_container_set_child_property(GtkContainer* container, GtkWidget* child, guint property_id, const GValue* value, GParamSpec* pspec) argument
277 gtk_floating_container_get_child_property(GtkContainer* container, GtkWidget* child, guint property_id, GValue* value, GParamSpec* pspec) argument
/external/webkit/Source/WebCore/accessibility/gtk/
H A DWebKitAccessibleHyperlink.cpp298 static void webkitAccessibleHyperlinkGetProperty(GObject* object, guint propId, GValue* value, GParamSpec* pspec) argument
305 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec);
309 static void webkitAccessibleHyperlinkSetProperty(GObject* object, guint propId, const GValue* value, GParamSpec* pspec) argument
321 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec);

Completed in 542 milliseconds

12