/third_party/glib/gio/ |
D | gmarshal-internal.h | 30 gpointer invocation_hint, 31 gpointer marshal_data); 35 gpointer instance, 37 gpointer marshal_data, 47 gpointer invocation_hint, 48 gpointer marshal_data); 52 gpointer instance, 54 gpointer marshal_data, 64 gpointer invocation_hint, 65 gpointer marshal_data); [all …]
|
D | gmarshal-internal.c | 74 gpointer invocation_hint G_GNUC_UNUSED, in _g_cclosure_marshal_BOOLEAN__OBJECT() 75 gpointer marshal_data) in _g_cclosure_marshal_BOOLEAN__OBJECT() 77 typedef gboolean (*GMarshalFunc_BOOLEAN__OBJECT) (gpointer data1, in _g_cclosure_marshal_BOOLEAN__OBJECT() 78 gpointer arg1, in _g_cclosure_marshal_BOOLEAN__OBJECT() 79 gpointer data2); in _g_cclosure_marshal_BOOLEAN__OBJECT() 81 gpointer data1, data2; in _g_cclosure_marshal_BOOLEAN__OBJECT() 110 gpointer instance, in _g_cclosure_marshal_BOOLEAN__OBJECTv() 112 gpointer marshal_data, in _g_cclosure_marshal_BOOLEAN__OBJECTv() 116 typedef gboolean (*GMarshalFunc_BOOLEAN__OBJECT) (gpointer data1, in _g_cclosure_marshal_BOOLEAN__OBJECTv() 117 gpointer arg1, in _g_cclosure_marshal_BOOLEAN__OBJECTv() [all …]
|
/third_party/glib/gobject/ |
D | gmarshal.h | 28 gpointer invocation_hint, 29 gpointer marshal_data); 33 gpointer instance, 35 gpointer marshal_data, 45 gpointer invocation_hint, 46 gpointer marshal_data); 50 gpointer instance, 52 gpointer marshal_data, 62 gpointer invocation_hint, 63 gpointer marshal_data); [all …]
|
D | gmarshal.c | 94 gpointer invocation_hint G_GNUC_UNUSED, in g_cclosure_marshal_VOID__VOID() 95 gpointer marshal_data) in g_cclosure_marshal_VOID__VOID() 97 typedef void (*GMarshalFunc_VOID__VOID) (gpointer data1, in g_cclosure_marshal_VOID__VOID() 98 gpointer data2); in g_cclosure_marshal_VOID__VOID() 101 gpointer data1, data2; in g_cclosure_marshal_VOID__VOID() 141 gpointer instance, in g_cclosure_marshal_VOID__VOIDv() 143 gpointer marshal_data, in g_cclosure_marshal_VOID__VOIDv() 147 typedef void (*GMarshalFunc_VOID__VOID) (gpointer instance, in g_cclosure_marshal_VOID__VOIDv() 148 gpointer data); in g_cclosure_marshal_VOID__VOIDv() 150 gpointer data1, data2; in g_cclosure_marshal_VOID__VOIDv() [all …]
|
D | gobject.h | 242 typedef void (*GWeakNotify) (gpointer data, 358 gpointer pdummy[6]; 412 void g_object_interface_install_property (gpointer g_iface, 415 GParamSpec* g_object_interface_find_property (gpointer g_iface, 418 GParamSpec**g_object_interface_list_properties (gpointer g_iface, 424 gpointer g_object_new (GType object_type, 436 gpointer g_object_newv (GType object_type, 447 void g_object_set (gpointer object, 451 void g_object_get (gpointer object, 455 gpointer g_object_connect (gpointer object, [all …]
|
D | gsignal.h | 73 gpointer data); 96 gpointer data); 275 gpointer accu_data, 286 gpointer accu_data, 297 gpointer accu_data, 308 gpointer accu_data, 324 void g_signal_emit_valist (gpointer instance, 329 void g_signal_emit (gpointer instance, 334 void g_signal_emit_by_name (gpointer instance, 357 GSignalInvocationHint* g_signal_get_invocation_hint (gpointer instance); [all …]
|
D | gclosure.h | 95 typedef void (*GClosureNotify) (gpointer data, 119 gpointer invocation_hint, 120 gpointer marshal_data); 144 gpointer instance, 146 gpointer marshal_data, 163 gpointer data; 197 gpointer invocation_hint, 198 gpointer marshal_data); 199 /*< protected >*/ gpointer data; 219 gpointer callback; [all …]
|
/third_party/glib/glib/ |
D | gmem.h | 76 void g_free (gpointer mem); 79 void g_clear_pointer (gpointer *pp, 83 gpointer g_malloc (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1); 85 gpointer g_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1); 87 gpointer g_realloc (gpointer mem, 90 gpointer g_try_malloc (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1); 92 gpointer g_try_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1); 94 gpointer g_try_realloc (gpointer mem, 98 gpointer g_malloc_n (gsize n_blocks, 101 gpointer g_malloc0_n (gsize n_blocks, [all …]
|
D | ghash.h | 39 typedef gboolean (*GHRFunc) (gpointer key, 40 gpointer value, 41 gpointer user_data); 48 gpointer dummy1; 49 gpointer dummy2; 50 gpointer dummy3; 53 gpointer dummy6; 68 gpointer key, 69 gpointer value); 72 gpointer key, [all …]
|
D | gatomic.h | 63 gpointer g_atomic_pointer_get (const volatile void *atomic); 66 gpointer newval); 69 gpointer oldval, 70 gpointer newval); 120 G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gpointer)); \ 128 G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gpointer)); \ 131 (void) (0 ? (gpointer) * (atomic) : NULL); \ 137 G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gpointer)); \ 138 gpointer gapg_temp_newval; \ 139 gpointer *gapg_temp_atomic = (gpointer *)(atomic); \ [all …]
|
D | gasyncqueue.h | 59 gpointer data); 62 gpointer data); 65 gpointer data, 67 gpointer user_data); 70 gpointer data, 72 gpointer user_data); 74 gpointer g_async_queue_pop (GAsyncQueue *queue); 76 gpointer g_async_queue_pop_unlocked (GAsyncQueue *queue); 78 gpointer g_async_queue_try_pop (GAsyncQueue *queue); 80 gpointer g_async_queue_try_pop_unlocked (GAsyncQueue *queue); [all …]
|
D | gtree.h | 49 typedef gboolean (*GTraverseFunc) (gpointer key, 50 gpointer value, 51 gpointer data); 67 gpointer data); 75 gpointer key_compare_data); 78 gpointer key_compare_data, 97 gpointer key, 98 gpointer value); 101 gpointer key, 102 gpointer value); [all …]
|
D | gmem.c | 99 gpointer 104 gpointer mem; in g_malloc() 129 gpointer 134 gpointer mem; in g_malloc0() 163 gpointer 164 g_realloc (gpointer mem, in g_realloc() 167 gpointer newmem; in g_realloc() 197 g_free (gpointer mem) in g_free() 228 g_clear_pointer (gpointer *pp, in g_clear_pointer() 231 gpointer _p; in g_clear_pointer() [all …]
|
D | gsequence.h | 35 gpointer data); 48 gpointer user_data); 53 gpointer user_data); 57 gpointer cmp_data); 61 gpointer cmp_data); 76 gpointer data); 79 gpointer data); 82 gpointer data); 91 gpointer data, 93 gpointer cmp_data); [all …]
|
D | grcbox.h | 35 gpointer g_rc_box_alloc (gsize block_size) G_GNUC_MALLOC G_GNUC_A… 37 gpointer g_rc_box_alloc0 (gsize block_size) G_GNUC_MALLOC G_GNUC_A… 39 gpointer g_rc_box_dup (gsize block_size, 42 gpointer g_rc_box_acquire (gpointer mem_block); 44 void g_rc_box_release (gpointer mem_block); 46 void g_rc_box_release_full (gpointer mem_block, 50 gsize g_rc_box_get_size (gpointer mem_block); 53 gpointer g_atomic_rc_box_alloc (gsize block_size) G_GNUC_MALLOC G_GNUC_A… 55 gpointer g_atomic_rc_box_alloc0 (gsize block_size) G_GNUC_MALLOC G_GNUC_A… 57 gpointer g_atomic_rc_box_dup (gsize block_size, [all …]
|
/third_party/libsoup/libsoup/ |
D | soup-method.c | 17 gpointer _SOUP_METHOD_CONNECT = NULL; 18 gpointer _SOUP_METHOD_COPY = NULL; 19 gpointer _SOUP_METHOD_DELETE = NULL; 20 gpointer _SOUP_METHOD_GET = NULL; 21 gpointer _SOUP_METHOD_HEAD = NULL; 22 gpointer _SOUP_METHOD_LOCK = NULL; 23 gpointer _SOUP_METHOD_MKCOL = NULL; 24 gpointer _SOUP_METHOD_MOVE = NULL; 25 gpointer _SOUP_METHOD_OPTIONS = NULL; 26 gpointer _SOUP_METHOD_POST = NULL; [all …]
|
D | soup-method.h | 61 SOUP_VAR gpointer _SOUP_METHOD_OPTIONS; 62 SOUP_VAR gpointer _SOUP_METHOD_GET; 63 SOUP_VAR gpointer _SOUP_METHOD_HEAD; 64 SOUP_VAR gpointer _SOUP_METHOD_POST; 65 SOUP_VAR gpointer _SOUP_METHOD_PUT; 66 SOUP_VAR gpointer _SOUP_METHOD_DELETE; 67 SOUP_VAR gpointer _SOUP_METHOD_TRACE; 68 SOUP_VAR gpointer _SOUP_METHOD_CONNECT; 70 SOUP_VAR gpointer _SOUP_METHOD_PROPFIND; 71 SOUP_VAR gpointer _SOUP_METHOD_PROPPATCH; [all …]
|
/third_party/glib/glib/deprecated/ |
D | grel.c | 128 gpointer *data; 135 gpointer* a = (gpointer*) v_a; in tuple_equal_2() 136 gpointer* b = (gpointer*) v_b; in tuple_equal_2() 153 gpointer* a = (gpointer*) v_a; in tuple_hash_2() 211 relation_delete_value_tuple (gpointer tuple_key, in relation_delete_value_tuple() 212 gpointer tuple_value, in relation_delete_value_tuple() 213 gpointer user_data) in relation_delete_value_tuple() 216 gpointer *tuple = tuple_value; in relation_delete_value_tuple() 217 g_slice_free1 (relation->fields * sizeof (gpointer), tuple); in relation_delete_value_tuple() 221 g_relation_free_array (gpointer key, gpointer value, gpointer user_data) in g_relation_free_array() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-private.h | 43 typedef void (*ConvertTapsFunc) (gdouble * tmp_taps, gpointer taps, 45 typedef void (*InterpolateFunc) (gpointer o, const gpointer a, gint len, 46 const gpointer icoeff, gint astride); 47 typedef void (*ResampleFunc) (GstAudioResampler * resampler, gpointer in[], 48 gsize in_len, gpointer out[], gsize out_len, gsize * consumed); 50 gpointer * sbuf, gpointer in[], gsize in_frames); 76 gpointer tmp_taps; 81 gpointer taps; 82 gpointer taps_mem; 89 gpointer *cached_phases; [all …]
|
D | audio-resampler-x86-sse2.h | 34 interpolate_gint16_linear_sse2 (gpointer op, const gpointer ap, 35 gint len, const gpointer icp, gint astride); 38 interpolate_gint16_cubic_sse2 (gpointer op, const gpointer ap, 39 gint len, const gpointer icp, gint astride); 42 interpolate_gdouble_linear_sse2 (gpointer op, const gpointer ap, 43 gint len, const gpointer icp, gint astride); 46 interpolate_gdouble_cubic_sse2 (gpointer op, const gpointer ap, 47 gint len, const gpointer icp, gint astride);
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstelement.c | 655 gpointer key, value; in GST_START_TEST() 662 g_hash_table_insert (padnames, (gpointer) "src_0", (gpointer) "src_%u"); in GST_START_TEST() 663 g_hash_table_insert (padnames, (gpointer) "src_%u", (gpointer) "src_%u"); in GST_START_TEST() 664 g_hash_table_insert (padnames, (gpointer) "src_%u_%u", in GST_START_TEST() 665 (gpointer) "src_%u_%u"); in GST_START_TEST() 666 g_hash_table_insert (padnames, (gpointer) "src_0_%u", (gpointer) "src_%u_%u"); in GST_START_TEST() 667 g_hash_table_insert (padnames, (gpointer) "src_%u_0", (gpointer) "src_%u_%u"); in GST_START_TEST() 668 g_hash_table_insert (padnames, (gpointer) "src_0_1", (gpointer) "src_%u_%u"); in GST_START_TEST() 669 g_hash_table_insert (padnames, (gpointer) "src_%u_%u_%u", in GST_START_TEST() 670 (gpointer) "src_%u_%u_%u"); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstqueuearray.h | 50 gpointer gst_queue_array_pop_head (GstQueueArray * array); 53 gpointer gst_queue_array_peek_head (GstQueueArray * array); 56 gpointer gst_queue_array_peek_nth (GstQueueArray * array, guint idx); 59 gpointer gst_queue_array_pop_tail (GstQueueArray * array); 62 gpointer gst_queue_array_peek_tail (GstQueueArray * array); 66 gpointer data); 71 gpointer gst_queue_array_drop_element (GstQueueArray * array, 76 gpointer data); 87 gpointer p_struct); 89 gpointer gst_queue_array_pop_head_struct (GstQueueArray * array); [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpsession.h | 54 … (*RTPSessionProcessRTP) (RTPSession *sess, RTPSource *src, GstBuffer *buffer, gpointer user_data); 68 …owReturn (*RTPSessionSendRTP) (RTPSession *sess, RTPSource *src, gpointer data, gpointer user_data… 84 gboolean eos, gpointer user_data); 97 typedef GstFlowReturn (*RTPSessionSyncRTCP) (RTPSession *sess, GstBuffer *buffer, gpointer user_dat… 109 typedef gint (*RTPSessionClockRate) (RTPSession *sess, guint8 payload, gpointer user_data); 120 typedef void (*RTPSessionReconsider) (RTPSession *sess, gpointer user_data); 134 gboolean all_headers, gpointer user_data); 145 gpointer user_data); 158 guint16 seqnum, guint16 blp, guint32 ssrc, gpointer user_data); 167 GstStructure * twcc_packets, GstStructure * twcc_stats, gpointer user_data); [all …]
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-subset.cc | 59 G_OPTION_ARG_CALLBACK, (gpointer) &collect_face, nullptr, "[FONT-FILE] [TEXT]"}, in parse_face() 152 gpointer data, 157 gpointer data, 169 gpointer data, in parse_gids() 245 gpointer data, in parse_glyphs() 302 gpointer data, in parse_text() 336 gpointer data, in parse_unicodes() 415 gpointer data, in parse_nameids() 469 gpointer data, in parse_name_languages() 523 gpointer data, in set_flag() [all …]
|
/third_party/glib/glib/tests/ |
D | dataset.c | 49 gpointer location = (gpointer)test_dataset_basic; in test_dataset_basic() 50 gpointer other = (gpointer)test_quark_basic; in test_dataset_basic() 51 gpointer data = "test1"; in test_dataset_basic() 52 gpointer ret; in test_dataset_basic() 80 notify (gpointer data) in notify() 88 gpointer location = (gpointer)test_dataset_full; in test_dataset_full() 111 gpointer data, in foreach() 112 gpointer user_data) in foreach() 122 gpointer location = (gpointer)test_dataset_foreach; in test_dataset_foreach() 138 gpointer location = (gpointer)test_dataset_destroy; in test_dataset_destroy() [all …]
|