/external/avahi/avahi-gobject/ |
D | Makefile.am | 44 signals-marshal.list \ 45 signals-marshal.h \ 46 signals-marshal.c \ 77 signals-marshal.list: $(CORE_SOURCES) Makefile.am 88 signals-marshal.h: signals-marshal.list 91 signals-marshal.c: signals-marshal.list
|
D | .gitignore | 12 signals-marshal.c 13 signals-marshal.h 14 signals-marshal.list
|
/external/opencv3/3rdparty/jinja2/ |
D | bccache.py | 19 import marshal 29 marshal_dump = marshal.dump 30 marshal_load = marshal.load 35 marshal.dump(code, f) 37 f.write(marshal.dumps(code)) 41 return marshal.load(f) 42 return marshal.loads(f.read())
|
D | environment.py | 637 import imp, marshal 683 marshal.dumps(c), 'wb')
|
/external/dbus/dbus/ |
D | 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 \
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_server.go | 157 c.writeRecord(recordTypeHandshake, helloVerifyRequest.marshal()) 493 hs.writeClientHash(hs.clientHello.marshal()) 494 hs.writeServerHash(hs.hello.marshal()) 496 c.writeRecord(recordTypeHandshake, hs.hello.marshal()) 540 hs.writeClientHash(hs.clientHello.marshal()) 541 hs.writeServerHash(hs.hello.marshal()) 543 c.writeRecord(recordTypeHandshake, hs.hello.marshal()) 551 certMsgBytes := certMsg.marshal() 564 hs.writeServerHash(certStatus.marshal()) 565 c.writeRecord(recordTypeHandshake, certStatus.marshal()) [all …]
|
D | handshake_client.go | 220 helloBytes = v2Hello.marshal() 223 helloBytes = hello.marshal() 248 helloBytes = hello.marshal() 311 hs.writeServerHash(hs.serverHello.marshal()) 394 hs.writeServerHash(certMsg.marshal()) 449 hs.writeServerHash(cs.marshal()) 465 hs.writeServerHash(skx.marshal()) 495 hs.writeServerHash(certReq.marshal()) 561 hs.writeServerHash(shd.marshal()) 571 hs.writeClientHash(certMsg.marshal()) [all …]
|
D | handshake_messages.go | 73 func (m *clientHelloMsg) marshal() []byte { func 656 func (m *serverHelloMsg) marshal() []byte { func 1007 func (m *certificateMsg) marshal() (x []byte) { func 1084 func (m *serverKeyExchangeMsg) marshal() []byte { func 1115 func (m *certificateStatusMsg) marshal() []byte { func 1166 func (m *serverHelloDoneMsg) marshal() []byte { func 1181 func (m *clientKeyExchangeMsg) marshal() []byte { func 1215 func (m *finishedMsg) marshal() (x []byte) { func 1242 func (m *nextProtoMsg) marshal() []byte { func 1309 func (m *certificateRequestMsg) marshal() (x []byte) { func [all …]
|
D | ticket.go | 56 func (s *sessionState) marshal() []byte { func 173 serialized := state.marshal()
|
D | common.go | 991 marshal() []byte methodSpec
|
/external/dbus/cmake/dbus/ |
D | 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 81 ${DBUS_DIR}/dbus-marshal-header.h 82 ${DBUS_DIR}/dbus-marshal-byteswap.h 83 ${DBUS_DIR}/dbus-marshal-recursive.h 84 ${DBUS_DIR}/dbus-marshal-validate.h 124 ${DBUS_DIR}/dbus-marshal-basic.c 138 ${DBUS_DIR}/dbus-marshal-basic.h [all …]
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | task_runner.py | 37 import marshal 64 code_string = marshal.dumps(task_function.func_code) 76 code = marshal.loads(code_string)
|
/external/minijail/ |
D | libminijail_unittest.c | 113 FIXTURE(marshal) { in FIXTURE() argument 120 FIXTURE_SETUP(marshal) { in FIXTURE_SETUP() argument 130 FIXTURE_TEARDOWN(marshal) { in FIXTURE_TEARDOWN() argument 135 TEST_F(marshal, empty) { in TEST_F() argument 140 TEST_F(marshal, 0xff) {
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | util.py | 7 import marshal 84 fp = BytesIO(imp.get_magic() + b'\0\0\0\0' + marshal.dumps(co))
|
D | modulegraph.py | 16 import marshal 147 imp.get_magic() + b'\0\0\0\0' + marshal.dumps(co)) 1186 co = marshal.loads(fp.read())
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapSerializationEnvelope.java | 504 public void addMapping(String namespace, String name, Class clazz, Marshal marshal) { in addMapping() argument 506 .put(new SoapPrimitive(namespace, name, null), marshal == null ? (Object) clazz in addMapping() 507 : marshal); in addMapping() 509 namespace, name, null, marshal in addMapping() 696 Object marshal) in writeElement() argument 698 if (marshal != null) { in writeElement() 699 ((Marshal) marshal).writeInstance(writer, element); in writeElement()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | execfile.py | 6 import marshal 237 code = marshal.load(fpyc)
|
/external/dbus/test/ |
D | .gitignore | 30 test-marshal
|
D | Makefile.am | 108 test-marshal \ 157 test_marshal_SOURCES = marshal.c
|
/external/llvm/test/CodeGen/X86/ |
D | libcall-sret.ll | 7 ; sure we marshal the return properly:
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 843 * dbus/dbus-marshal-basic.c (_dbus_marshal_read_fixed_multi): Move 849 * dbus/dbus-marshal-recursive-util.c, dbus/dbus-marshal-recursive.c: 1142 * dbus/dbus-marshal-basic.c (_dbus_marshal_test): 1145 * dbus/dbus-marshal-recursive-util.c (node_new): 1399 * dbus/dbus-marshal-basic.c (_dbus_type_to_string): support 64-bit 1407 * dbus/dbus-marshal-validate.c: 2489 and send it. The GLib bindings can't marshal a return value of 2723 marshal return values, meaning you no longer require dbus.Array() 2747 * dbus/dbus-marshal-header.c: 2868 instead of marshal basic so we can handle recursive types in a variant [all …]
|
D | ChangeLog.pre-1-2 | 194 * dbus/dbus-marshal-recursive.c (all_reader_classes[]): wrap in 445 * dbus/dbus-marshal-validate.c: avoid empty statements by removing 1304 * dbus/dbus-marshal-recursive.c (write_or_verify_typecode): 1894 * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass):
|
/external/autotest/contrib/ |
D | coverage.py | 480 import marshal 481 marshal.dump(self.cexecuted, cache) 496 import marshal 497 cexecuted = marshal.load(cache)
|
/external/dbus/doc/ |
D | TODO | 140 dbus-marshal-recursive.c (this is mostly done now, just needs some
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | upload-diffs.py | 43 import marshal 1639 data = marshal.loads(data)
|