/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/ |
asn1.go | 190 // MarshalASN1 calls encoding_asn1.Marshal on its input and appends the result if 194 // encoding_asn1.Marshal errors into Builder.err. N.B. if you call MarshalASN1 with a 199 bytes, err := encoding_asn1.Marshal(v)
|
/prebuilts/go/linux-x86/src/encoding/xml/ |
xml_test.go | 739 data, err := Marshal(T{192, 168, 0, 1}) 741 t.Errorf("Marshal error: %v", err) 744 t.Errorf("Marshal generated invalid UTF-8: %x", data)
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/ |
asn1.go | 190 // MarshalASN1 calls encoding_asn1.Marshal on its input and appends the result if 194 // encoding_asn1.Marshal errors into Builder.err. N.B. if you call MarshalASN1 with a 199 bytes, err := encoding_asn1.Marshal(v)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
rpc.py | 42 import marshal 46 co = marshal.loads(ms) 52 ms = marshal.dumps(co)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imputil.py | 23 import marshal 438 marshal.dump(code, f) 593 code = marshal.load(f)
|
pickle.py | 32 import marshal 53 # Why use struct.pack() for pickling but marshal.loads() for 54 # unpickling? struct.pack() is 40% faster than marshal.dumps(), but 55 # marshal.loads() is twice as fast as struct.unpack()! 56 mloads = marshal.loads [all...] |
xmlrpclib.py | 37 # 2001-11-12 fl Use repr() to marshal doubles (from Paul Felix) 646 raise TypeError, "cannot marshal %s objects" % type(value) 648 # because we don't know how to marshal these types 652 raise TypeError, "cannot marshal %s objects" % type(value) 658 raise TypeError, "cannot marshal None unless allow_none is enabled" 709 raise TypeError, "cannot marshal recursive sequences" 723 raise TypeError, "cannot marshal recursive dictionaries" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 3 import marshal 475 code = marshal.load(f) 487 marshal.dump(code, f)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
rpc.py | 42 import marshal 46 co = marshal.loads(ms) 52 ms = marshal.dumps(co)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imputil.py | 23 import marshal 438 marshal.dump(code, f) 593 code = marshal.load(f)
|
pickle.py | 32 import marshal 53 # Why use struct.pack() for pickling but marshal.loads() for 54 # unpickling? struct.pack() is 40% faster than marshal.dumps(), but 55 # marshal.loads() is twice as fast as struct.unpack()! 56 mloads = marshal.loads [all...] |
xmlrpclib.py | 37 # 2001-11-12 fl Use repr() to marshal doubles (from Paul Felix) 646 raise TypeError, "cannot marshal %s objects" % type(value) 648 # because we don't know how to marshal these types 652 raise TypeError, "cannot marshal %s objects" % type(value) 658 raise TypeError, "cannot marshal None unless allow_none is enabled" 709 raise TypeError, "cannot marshal recursive sequences" 723 raise TypeError, "cannot marshal recursive dictionaries" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 3 import marshal 475 code = marshal.load(f) 487 marshal.dump(code, f)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pickle.py | 32 import marshal
53 # Why use struct.pack() for pickling but marshal.loads() for
54 # unpickling? struct.pack() is 40% faster than marshal.dumps(), but
55 # marshal.loads() is twice as fast as struct.unpack()!
56 mloads = marshal.loads
[all...] |
xmlrpclib.py | 37 # 2001-11-12 fl Use repr() to marshal doubles (from Paul Felix)
646 raise TypeError, "cannot marshal %s objects" % type(value)
648 # because we don't know how to marshal these types
652 raise TypeError, "cannot marshal %s objects" % type(value)
658 raise TypeError, "cannot marshal None unless allow_none is enabled"
709 raise TypeError, "cannot marshal recursive sequences"
723 raise TypeError, "cannot marshal recursive dictionaries"
[all...] |
/external/python/cpython2/Lib/ |
pickle.py | 32 import marshal 53 # Why use struct.pack() for pickling but marshal.loads() for 54 # unpickling? struct.pack() is 40% faster than marshal.dumps(), but 55 # marshal.loads() is twice as fast as struct.unpack()! 56 mloads = marshal.loads [all...] |
xmlrpclib.py | 37 # 2001-11-12 fl Use repr() to marshal doubles (from Paul Felix) 652 raise TypeError, "cannot marshal %s objects" % type(value) 654 # because we don't know how to marshal these types 658 raise TypeError, "cannot marshal %s objects" % type(value) 664 raise TypeError, "cannot marshal None unless allow_none is enabled" 714 raise TypeError, "cannot marshal recursive sequences" 728 raise TypeError, "cannot marshal recursive dictionaries" [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pickle.py | 32 import marshal 53 # Why use struct.pack() for pickling but marshal.loads() for 54 # unpickling? struct.pack() is 40% faster than marshal.dumps(), but 55 # marshal.loads() is twice as fast as struct.unpack()! 56 mloads = marshal.loads [all...] |
xmlrpclib.py | 37 # 2001-11-12 fl Use repr() to marshal doubles (from Paul Felix) 646 raise TypeError, "cannot marshal %s objects" % type(value) 648 # because we don't know how to marshal these types 652 raise TypeError, "cannot marshal %s objects" % type(value) 658 raise TypeError, "cannot marshal None unless allow_none is enabled" 709 raise TypeError, "cannot marshal recursive sequences" 723 raise TypeError, "cannot marshal recursive dictionaries" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pickle.py | 32 import marshal 53 # Why use struct.pack() for pickling but marshal.loads() for 54 # unpickling? struct.pack() is 40% faster than marshal.dumps(), but 55 # marshal.loads() is twice as fast as struct.unpack()! 56 mloads = marshal.loads [all...] |
xmlrpclib.py | 37 # 2001-11-12 fl Use repr() to marshal doubles (from Paul Felix) 646 raise TypeError, "cannot marshal %s objects" % type(value) 648 # because we don't know how to marshal these types 652 raise TypeError, "cannot marshal %s objects" % type(value) 658 raise TypeError, "cannot marshal None unless allow_none is enabled" 709 raise TypeError, "cannot marshal recursive sequences" 723 raise TypeError, "cannot marshal recursive dictionaries" [all...] |
/prebuilts/misc/common/swig/include/2.0.11/csharp/ |
csharp.swg | 805 /* Marshal C/C++ pointer to IntPtr */ [all...] |
/external/python/cpython3/Lib/xmlrpc/ |
client.py | 37 # 2001-11-12 fl Use repr() to marshal doubles (from Paul Felix) 514 raise TypeError("cannot marshal %s objects" % type(value)) 516 # because we don't know how to marshal these types 520 raise TypeError("cannot marshal %s objects" % type(value)) 528 raise TypeError("cannot marshal None unless allow_none is enabled") 572 raise TypeError("cannot marshal recursive sequences") 586 raise TypeError("cannot marshal recursive dictionaries") [all...] |
/external/golang-protobuf/proto/ |
lib.go | 71 - Marshal and Unmarshal are functions to encode and decode the wire format. 243 data, err := proto.Marshal(test) 306 // the global functions Marshal and Unmarshal create a
|
/external/python/cpython2/Lib/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...] |