/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
Py2710ReadMe.txt | 62 edk2 errno imp marshal
217 marshal Python/marshal.c
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
newslist.py | 35 import sys, nntplib, marshal, time, os
265 tree = marshal.load(dump)
273 groups = marshal.dump(tree, dump)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_import.py | 2 import marshal
342 code = marshal.load(f)
354 marshal.dump(code, f)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
PythonReadMe.txt | 46 edk2 errno imp marshal
195 marshal Python/marshal.c
|
/external/golang-protobuf/proto/ |
text_test.go | 48 // textMessage implements the methods that allow it to marshal and unmarshal 111 // Add an unknown extension. We marshal a pb.Ext, and fake the ID. 112 b, err := proto.Marshal(&pb.Ext{Data: proto.String("3G skiing")})
|
equal_test.go | 66 buf, err := Marshal(messageWithExtension1b) 68 panic("Marshal of 1b failed: " + err.Error())
|
/external/python/cpython3/Lib/test/ |
test_imp.py | 341 with support.CleanImport('marshal'): 342 import marshal 343 imp.reload(marshal)
|
/external/python/cpython3/Tools/unicode/ |
gencodec.py | 29 import re, os, marshal, codecs 372 marshal.dump(d,f) 414 map = marshal.load(open(os.path.join(dir,mapname),
|
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
elliptic.go | 304 // Marshal converts a point into the uncompressed form specified in section 4.3.6 of ANSI X9.62. 305 func Marshal(curve Curve, x, y *big.Int) []byte { 318 // Unmarshal converts a point, serialized by Marshal, into an x, y pair.
|
elliptic_test.go | 28 b := Marshal(p224, x, y) 571 serialized := Marshal(p224, x, y) 623 // marshal
|
/prebuilts/go/darwin-x86/src/hash/crc32/ |
crc32_test.go | 122 t.Errorf("could not marshal: %v", err) 154 t.Errorf("could not marshal: %v", err) 184 t.Errorf("could not marshal: %v", err)
|
/prebuilts/go/darwin-x86/src/hash/crc64/ |
crc64_test.go | 89 t.Errorf("could not marshal: %v", err) 121 t.Errorf("could not marshal: %v", err) 151 t.Errorf("could not marshal: %v", err)
|
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
elliptic.go | 304 // Marshal converts a point into the uncompressed form specified in section 4.3.6 of ANSI X9.62. 305 func Marshal(curve Curve, x, y *big.Int) []byte { 318 // Unmarshal converts a point, serialized by Marshal, into an x, y pair.
|
elliptic_test.go | 28 b := Marshal(p224, x, y) 571 serialized := Marshal(p224, x, y) 623 // marshal
|
/prebuilts/go/linux-x86/src/hash/crc32/ |
crc32_test.go | 122 t.Errorf("could not marshal: %v", err) 154 t.Errorf("could not marshal: %v", err) 184 t.Errorf("could not marshal: %v", err)
|
/prebuilts/go/linux-x86/src/hash/crc64/ |
crc64_test.go | 89 t.Errorf("could not marshal: %v", err) 121 t.Errorf("could not marshal: %v", err) 151 t.Errorf("could not marshal: %v", err)
|
/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ |
XmlConfigUtils.java | 144 m.marshal(bean, baos); 184 m.marshal(bean, baos); 289 m.marshal(bean,os);
|
/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ |
XmlConfigUtils.java | 144 m.marshal(bean, baos); 184 m.marshal(bean, baos); 289 m.marshal(bean,os);
|
/external/golang-protobuf/ |
README.md | 104 - Marshal and Unmarshal are functions to encode and decode the wire format. 149 data, err := proto.Marshal(test)
|
/external/tpm2/ |
TpmFail.c | 78 // Function to marshal a 16 bit value to the output buffer. 93 // Function to marshal a 32 bit value to the output buffer.
|
/external/webrtc/talk/app/webrtc/ |
peerconnectionfactory.cc | 88 bool result = call.Marshal(pc_factory->signaling_thread()); 116 bool result = call.Marshal(signaling_thread);
|
/libcore/ojluni/src/main/java/sun/security/util/ |
Debug.java | 66 args = marshal(args); 238 private static String marshal(String args) { method in class:Debug
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
CertificateExtensions.java | 150 * @param out the DerOutputStream to marshal the contents to. 162 * @param out the DerOutputStream to marshal the contents to.
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/vendor/golang_org/x/net/ |
route.a | 19
marshal |