Searched defs:param_values (Results 1 - 7 of 7) sorted by relevance

/external/chromium/testing/gmock/src/
H A Dgmock-matchers.cc90 // negation of the matcher. 'param_values' contains a list of strings
93 const Strings& param_values) {
95 if (param_values.size() >= 1)
96 result += " " + JoinAsTuple(param_values);
92 FormatMatcherDescription(bool negation, const char* matcher_name, const Strings& param_values) argument
/external/bluetooth/glib/gobject/
H A Dgsourceclosure.c71 const GValue *param_values,
68 source_closure_marshal_BOOLEAN__VOID(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) argument
H A Dgclosure.c729 * @n_param_values: the length of the @param_values array
730 * @param_values: an array of #GValue<!-- -->s holding the arguments on
740 const GValue *param_values,
769 n_param_values, param_values,
866 const GValue *param_values,
875 class = G_TYPE_INSTANCE_GET_CLASS (g_value_peek_pointer (param_values + 0), itype, GTypeClass);
880 n_param_values, param_values,
889 const GValue *param_values,
898 class = G_TYPE_INSTANCE_GET_INTERFACE (g_value_peek_pointer (param_values + 0), itype, GTypeClass);
903 n_param_values, param_values,
737 g_closure_invoke(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint) argument
863 g_type_class_meta_marshal(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) argument
886 g_type_iface_meta_marshal(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) argument
[all...]
H A Dgsignal.c1967 GValue *param_values; local
1975 param_values = instance_and_params + 1;
1983 param_values[i].g_type = 0;
1985 g_value_init (param_values + i, ptype);
1986 G_VALUE_COLLECT (param_values + i,
1999 g_value_unset (param_values + i);
2060 g_value_unset (param_values + i);
2807 const GValue *param_values; local
2817 param_values = instance_and_params + 1;
2836 if (!G_TYPE_CHECK_VALUE_TYPE (param_values
2908 GValue *param_values; local
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_expanded_container.cc79 const GValue* param_values,
94 data2 = g_value_peek_pointer(param_values + 0);
96 data1 = g_value_peek_pointer(param_values + 0);
104 g_value_get_object(param_values + 1),
105 g_value_get_boxed(param_values + 2),
76 Marshal_VOID__OBJECT_BOXED(GClosure* closure, GValue* return_value G_GNUC_UNUSED, guint n_param_values, const GValue* param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) argument
H A Dgtk_custom_menu_item.cc17 const GValue* param_values,
36 // that asserts saying that the object pointed to by param_values doesn't
43 data2 = (param_values + 0)->data[0].v_pointer;
45 data1 = (param_values + 0)->data[0].v_pointer;
52 g_value_get_int(param_values + 1),
14 chrome_marshall_BOOLEAN__INT(GClosure* closure, GValue* return_value G_GNUC_UNUSED, guint n_param_values, const GValue* param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) argument
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DVideoSinkGStreamer.cpp312 guint n_param_values, const GValue * param_values,
324 data2 = g_value_peek_pointer(param_values + 0);
326 data1 = g_value_peek_pointer(param_values + 0);
331 callback(data1, gst_value_get_mini_object(param_values + 1), data2);
311 marshal_VOID__MINIOBJECT(GClosure * closure, GValue * return_value, guint n_param_values, const GValue * param_values, gpointer invocation_hint, gpointer marshal_data) argument

Completed in 116 milliseconds