/external/python/cpython2/Modules/ |
zipimport.c | 4 #include "marshal.h" 651 marshal.c:r_long() */ 665 marshal.c:r_short() */ [all...] |
/frameworks/rs/rsov/driver/ |
rsovScript.cpp | 434 // and marshal their type information to a dedicated Vulkan Buffer 436 // Marshal global allocation metadata to the device 462 // TODO: marshal other properties
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
bundlebuilder.py | 36 import imp, marshal 255 return path, MAGIC + '\0\0\0\0' + marshal.dumps(code) 755 marshal.dump(code, f) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 36 import imp, marshal 255 return path, MAGIC + '\0\0\0\0' + marshal.dumps(code) 755 marshal.dump(code, f) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
pycodegen.py | 3 import marshal
121 marshal.dump(self.code, f)
126 # compile.c uses marshal to write a long directly, with
129 # same effect is to call marshal and then skip the code.
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
PythonCore.inf | 78 PyMod-$(PYTHON_VERSION)/Python/marshal.c
|
/external/autotest/contrib/ |
coverage.py | 480 import marshal 481 marshal.dump(self.cexecuted, cache) 496 import marshal 497 cexecuted = marshal.load(cache) [all...] |
/external/boringssl/src/ssl/test/runner/ |
sign.go | 186 return asn1.Marshal(ecdsaSignature{r, s})
|
/external/golang-protobuf/ptypes/timestamp/ |
timestamp.pb.go | 20 var _ = proto.Marshal
|
/external/golang-protobuf/ptypes/wrappers/ |
wrappers.pb.go | 28 var _ = proto.Marshal
|
/external/python/cpython2/Doc/library/ |
bsddb.rst | 18 :func:`marshal.dumps` or :func:`pickle.dumps`.
|
/external/python/cpython2/Lib/compiler/ |
pycodegen.py | 3 import marshal 121 marshal.dump(self.code, f) 126 # compile.c uses marshal to write a long directly, with 129 # same effect is to call marshal and then skip the code. [all...] |
/external/python/cpython2/Misc/ |
maintainers.rst | 148 marshal
|
/external/python/cpython2/PC/os2emx/ |
python27.def | 985 ; From python27_s.lib(marshal)
|
/external/python/cpython3/Lib/test/test_importlib/ |
util.py | 123 if name in ('sys', 'marshal', 'imp'):
|
/external/tpm2/ |
marshal_test.c | 55 printf("\nRunning marshal unit tests.\n\n");
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
CRLExtensions.java | 139 * @param out the DerOutputStream to marshal the contents to.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/ |
pycodegen.py | 3 import marshal 121 marshal.dump(self.code, f) 126 # compile.c uses marshal to write a long directly, with 129 # same effect is to call marshal and then skip the code. [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/ |
pycodegen.py | 3 import marshal 121 marshal.dump(self.code, f) 126 # compile.c uses marshal to write a long directly, with 129 # same effect is to call marshal and then skip the code. [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/ |
proto.go | 53 func marshal(m message) []byte { func
|
/prebuilts/go/darwin-x86/src/cmd/vet/all/whitelist/ |
all.txt | 40 encoding/xml/marshal.go: method MarshalXML(e *Encoder, start StartElement) error should have signature MarshalXML(*xml.Encoder, xml.StartElement) error
|
/prebuilts/go/darwin-x86/src/crypto/ecdsa/ |
ecdsa.go | 80 return asn1.Marshal(ecdsaSignature{r, s})
|
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1.go | 119 // marshal and unmarshal the internal state of the hash.
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_server_test.go | 82 cli.writeRecord(recordTypeHandshake, m.marshal()) 210 cli.writeRecord(recordTypeHandshake, clientHello.marshal()) 271 cli.writeRecord(recordTypeHandshake, clientHello.marshal()) [all...] |
/prebuilts/go/darwin-x86/src/encoding/json/ |
scanner_test.go | 269 b, err := Marshal(genValue(n))
|