OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:marshal
(Results
1 - 25
of
97
) sorted by null
1
2
3
4
/external/bluetooth/glib/gio/
.gitignore
1
gio-
marshal
.[ch]
makefile.msc
135
gio-
marshal
.obj \
178
gio-
marshal
.h gio-
marshal
.c $(NULL)
184
gio-
marshal
.list $(NULL)
197
gio-
marshal
.h: gio-
marshal
.list
198
$(GLIB_GEN_MARSHAL) --prefix=_gio_marshal gio-
marshal
.list --header >> xgen-gwmh \
199
&& copy /y xgen-gwmh gio-
marshal
.h \
202
gio-
marshal
.c: gio-
marshal
.
[
all
...]
Makefile.am
58
gio-
marshal
.h \
59
gio-
marshal
.c \
68
gio-
marshal
.h: gio-
marshal
.list
69
$(glib_genmarshal) --prefix=_gio_marshal $(srcdir)/gio-
marshal
.list --header --internal > $@.tmp && \
72
gio-
marshal
.c: gio-
marshal
.h gio-
marshal
.list
73
(echo "#include \"gio-
marshal
.h\""; \
74
$(glib_genmarshal) --prefix=_gio_marshal $(srcdir)/gio-
marshal
.list --body --internal) > $@.tmp &&
[
all
...]
/external/dbus/dbus/
Android.mk
23
dbus-
marshal
-basic.c \
24
dbus-
marshal
-byteswap.c \
25
dbus-
marshal
-header.c \
26
dbus-
marshal
-recursive.c \
27
dbus-
marshal
-validate.c \
dbus-marshal-byteswap.h
2
/* dbus-
marshal
-byteswap.h Swap a block of marshaled data
28
#include <dbus/dbus-
marshal
-recursive.h>
dbus-message-factory.h
30
#include <dbus/dbus-
marshal
-basic.h>
31
#include <dbus/dbus-
marshal
-validate.h>
Makefile.am
139
dbus-
marshal
-header.c \
140
dbus-
marshal
-header.h \
141
dbus-
marshal
-byteswap.c \
142
dbus-
marshal
-byteswap.h \
143
dbus-
marshal
-recursive.c \
144
dbus-
marshal
-recursive.h \
145
dbus-
marshal
-validate.c \
146
dbus-
marshal
-validate.h \
199
dbus-
marshal
-basic.c \
200
dbus-
marshal
-basic.h
[
all
...]
dbus-marshal-byteswap-util.c
2
/* dbus-
marshal
-byteswap-util.c Would be in dbus-
marshal
-byteswap.c but tests/bus only
27
#include "dbus-
marshal
-byteswap.h"
dbus-test.c
134
die ("recursive
marshal
");
138
_dbus_warn ("recursive
marshal
tests disabled\n");
151
run_test ("
marshal
-validate", specific_test, _dbus_marshal_validate_test);
153
run_test ("
marshal
-header", specific_test, _dbus_marshal_header_test);
dbus-marshal-header.h
2
/* dbus-
marshal
-header.h Managing marshaling/demarshaling of message headers
27
#include <dbus/dbus-
marshal
-basic.h>
28
#include <dbus/dbus-
marshal
-validate.h>
dbus-marshal-byteswap.c
2
/* dbus-
marshal
-byteswap.c Swap a block of marshaled data
25
#include "dbus-
marshal
-byteswap.h"
26
#include "dbus-
marshal
-basic.h"
252
/* Tests in dbus-
marshal
-byteswap-util.c */
dbus-marshal-basic.c
2
/* dbus-
marshal
-basic.c Marshalling routines for basic (primitive) types
27
#include "dbus-
marshal
-basic.h"
35
* @brief functions to
marshal
/unmarshal data from the wire
803
* @param str string to
marshal
to
1032
* @param str string to
marshal
to
1035
* @param value address of an array to
marshal
[
all
...]
dbus-marshal-validate-util.c
2
/* dbus-
marshal
-validate-util.c Would be in dbus-
marshal
-validate.c, but only used by tests/bus
30
#include "dbus-
marshal
-validate.h"
31
#include "dbus-
marshal
-recursive.h"
dbus-message-internal.h
26
#include <dbus/dbus-
marshal
-validate.h>
dbus-test.h
29
#include <dbus/dbus-
marshal
-validate.h>
/external/dbus/cmake/dbus/
CMakeLists.txt
40
${DBUS_DIR}/dbus-
marshal
-header.c
41
${DBUS_DIR}/dbus-
marshal
-byteswap.c
42
${DBUS_DIR}/dbus-
marshal
-recursive.c
43
${DBUS_DIR}/dbus-
marshal
-validate.c
85
${DBUS_DIR}/dbus-
marshal
-header.h
86
${DBUS_DIR}/dbus-
marshal
-byteswap.h
87
${DBUS_DIR}/dbus-
marshal
-recursive.h
88
${DBUS_DIR}/dbus-
marshal
-validate.h
129
${DBUS_DIR}/dbus-
marshal
-basic.c
143
${DBUS_DIR}/dbus-
marshal
-basic.
[
all
...]
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityServiceInfoTest.java
34
// fully populate the service info to
marshal
38
//
marshal
and unmarshal the service info
50
* Fully populates the {@link AccessibilityServiceInfo} to
marshal
.
/external/bluetooth/glib/gobject/
gsourceclosure.c
194
GClosureMarshal
marshal
= (GClosureMarshal)source->source_funcs->closure_marshal;
local
195
if (!
marshal
)
199
marshal
= source_closure_marshal_BOOLEAN__VOID;
201
marshal
= g_cclosure_marshal_BOOLEAN__FLAGS;
203
if (
marshal
)
204
g_closure_set_marshal (closure,
marshal
);
gclosure.c
211
closure->
marshal
= NULL;
234
* - must prepare for callback removal during FNOTIFY and INOTIFY (done via ->
marshal
= & ->data=)
235
* - must distinguish (->
marshal
= & ->data=) for INOTIFY vs. FNOTIFY (via ->in_inotify)
252
closure->
marshal
= (GClosureMarshal) ndata->notify;
256
closure->
marshal
= NULL;
267
closure->
marshal
= (GClosureMarshal) ndata->notify;
271
closure->
marshal
= NULL;
303
* @closure->
marshal
and modifies the way it is called in some
335
/* usually the meta
marshal
will be setup right after creation, so the
357
* g_object_watch_closure() for an example of
marshal
guards
748
GClosureMarshal
marshal
;
local
[
all
...]
gclosure.h
41
#define G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->
marshal
== NULL)
48
* and the
marshal
guards. Note that each guard counts as two notifiers.
161
/*< private >*/ void (*
marshal
) (GClosure *closure,
member in struct:_GClosure
172
* - ->
marshal
and ->data are _invalid_ as soon as ->is_invalid==TRUE
227
GClosureMarshal
marshal
);
makefile.msc.in
87
perl
marshal
-genstrings.pl > gmarshal.strings
glib-genmarshal.c
375
/* cfile
marshal
header */
398
/* cfile
marshal
variables */
424
/* cfile
marshal
data1, data2 and callback setup */
435
/* cfile
marshal
callback action */
448
/* cfile
marshal
return value storage */
455
/* cfile
marshal
footer */
/cts/tests/tests/view/src/android/view/cts/
AccessibilityEventTest.java
45
// fully populate the event to
marshal
49
//
marshal
and unmarshal the event
109
* Fully populates the {@link AccessibilityEvent} to
marshal
.
/external/bluetooth/glib/docs/reference/gio/
Makefile.am
30
gio-
marshal
.h \
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngineBuilders.h
10
// This file defines smart builder "references" which are used to
marshal
Completed in 495 milliseconds
1
2
3
4