/external/chromium/testing/gmock/src/ |
gmock-matchers.cc | 90 // 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);
|
/external/bluetooth/glib/gobject/ |
gclosure.h | 104 * @n_param_values: the length of the @param_values array 105 * @param_values: an array of #GValue<!-- -->s holding the arguments on 117 const GValue *param_values, 164 const GValue *param_values, 235 const GValue *param_values,
|
gclosure.c | 729 * @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, [all...] |
gsignal.c | 1967 GValue *param_values; local 2807 const GValue *param_values; local 2908 GValue *param_values; local [all...] |
gsourceclosure.c | 71 const GValue *param_values,
|
gsignal.h | 51 * @param_values: the instance on which the signal was emitted, followed by the 66 const GValue *param_values,
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_expanded_container.cc | 79 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),
|
gtk_custom_menu_item.cc | 17 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),
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
VideoSinkGStreamer.cpp | 312 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);
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-matchers.h | [all...] |