Home
last modified time | relevance | path

Searched refs:marshal (Results 1 – 25 of 28) sorted by relevance

12

/external/bluetooth/glib/gobject/
Dgclosure.c211 closure->marshal = NULL; in g_closure_new_simple()
252 closure->marshal = (GClosureMarshal) ndata->notify; in closure_invoke_notifiers()
256 closure->marshal = NULL; in closure_invoke_notifiers()
267 closure->marshal = (GClosureMarshal) ndata->notify; in closure_invoke_notifiers()
271 closure->marshal = NULL; in closure_invoke_notifiers()
688 ((gpointer) closure->marshal) == ((gpointer) notify_func) && in g_closure_remove_invalidate_notifier()
690 closure->marshal = NULL; in g_closure_remove_invalidate_notifier()
716 ((gpointer) closure->marshal) == ((gpointer) notify_func) && in g_closure_remove_finalize_notifier()
718 closure->marshal = NULL; in g_closure_remove_finalize_notifier()
748 GClosureMarshal marshal; in g_closure_invoke() local
[all …]
Dgsourceclosure.c194 GClosureMarshal marshal = (GClosureMarshal)source->source_funcs->closure_marshal; in g_source_set_closure() local
195 if (!marshal) in g_source_set_closure()
199 marshal = source_closure_marshal_BOOLEAN__VOID; in g_source_set_closure()
201 marshal = g_cclosure_marshal_BOOLEAN__FLAGS; in g_source_set_closure()
203 if (marshal) in g_source_set_closure()
204 g_closure_set_marshal (closure, marshal); in g_source_set_closure()
Dgclosure.h41 #define G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->marshal == NULL)
161 /*< private >*/ void (*marshal) (GClosure *closure, member
227 GClosureMarshal marshal);
Dmakefile.msc.in87 perl marshal-genstrings.pl > gmarshal.strings
Dgsignal.c503 ((mask & G_SIGNAL_MATCH_FUNC) || (handler->closure->marshal == node->c_marshaller && in handlers_find()
540 ((mask & G_SIGNAL_MATCH_FUNC) || (handler->closure->marshal == node->c_marshaller && in handlers_find()
DChangeLog2882 * gclosure.c (g_closure_invoke): only require marshal/meta_marshal if
/external/dbus/dbus/
DAndroid.mk22 dbus-marshal-basic.c \
23 dbus-marshal-byteswap.c \
24 dbus-marshal-header.c \
25 dbus-marshal-recursive.c \
26 dbus-marshal-validate.c \
DMakefile.in70 dbus-marshal-header.lo dbus-marshal-byteswap.lo \
71 dbus-marshal-recursive.lo dbus-marshal-validate.lo \
80 dbus-list.lo dbus-marshal-basic.lo dbus-memory.lo \
87 dbus-marshal-byteswap-util.lo dbus-marshal-recursive-util.lo \
88 dbus-marshal-validate-util.lo dbus-message-factory.lo \
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-marshal-basic.Plo@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-marshal-byteswap-util.Plo@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-marshal-byteswap.Plo@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-marshal-header.Plo@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-marshal-recursive-util.Plo@am__quote@
[all …]
/external/bluetooth/glib/gio/
DMakefile.am74 …$(glib_genmarshal) --prefix=_gio_marshal $(srcdir)/gio-marshal.list --body --internal) > $@.tmp &&…
331 gio-marshal.h \
332 gio-marshal.c \
340 gio-marshal.list \
D.gitignore1 gio-marshal.[ch]
Dmakefile.msc203 echo #include "gio-marshal.h" >> xgen-gwmc \
DChangeLog3145 * gio-marshal.list:
3178 * gio-marshal.list:
3240 * gio-marshal.list:
/external/dbus/
DChangeLog917 * dbus/dbus-marshal-basic.c (_dbus_marshal_read_fixed_multi): Move
923 * dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c:
1216 * dbus/dbus-marshal-basic.c (_dbus_marshal_test):
1219 * dbus/dbus-marshal-recursive-util.c (node_new):
1473 * dbus/dbus-marshal-basic.c (_dbus_type_to_string): support 64-bit
1481 * dbus/dbus-marshal-validate.c:
2563 and send it. The GLib bindings can't marshal a return value of
2797 marshal return values, meaning you no longer require dbus.Array()
2821 * dbus/dbus-marshal-header.c:
2942 instead of marshal basic so we can handle recursive types in a variant
[all …]
DNEWS190 - marshal using introspect data if available
/external/bluetooth/glib/docs/reference/gio/
DMakefile.am30 gio-marshal.h \
/external/webkit/WebKit/gtk/po/
DChangeLog14 [GTK] marshal stamp files are not cleaned after a distclean
/external/dbus/doc/
DTODO140 dbus-marshal-recursive.c (this is mostly done now, just needs some
/external/webkit/WebKit/gtk/
DChangeLog6401 * webkit/webkit-marshal.list:
6758 Remove webkit-marshal.list, which was made obsolete in #19742
6760 * webkit/webkit-marshal.list: Removed.
6781 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
6784 webkit-marshal.h.
7376 * webkit/webkit-marshal.list:
7403 * webkit/webkit-marshal.list:
7786 * WebView/webkit-marshal.list: Removed.
8241 * WebView/webkit-marshal.list:
8573 prototype but simply include "webkit-marshal.h" now that its build
[all …]
/external/icu4c/data/lang/
Des.txt305 mh{"marshalés"}
Dpt.txt305 mh{"marshalês"}
/external/bluetooth/glib/
DChangeLog.pre-2-161123 * gio/Makefile.am: Remove makegioalias.pl from the marshal files
DChangeLog.pre-1-2485 function, use that to marshal hook destruction notifiers.
DChangeLog.pre-2-02137 * gobject/marshal-genstrings.pl:
/external/chromium/third_party/icu/source/data/locales/
Des.txt2384 mh{"marshalés"}
Dpt.txt2767 mh{"marshalês"}

12