Searched
full:marshal (Results
326 -
350 of
970) sorted by null
<<11121314151617181920>>
/external/tensorflow/tensorflow/go/genop/internal/ |
api_def_map.go | 55 opdefSerialized, err := proto.Marshal(oplist)
|
/frameworks/base/core/java/android/view/textservice/ |
TextInfo.java | 75 // SpellCheckSpan is for internal use. We do not want to marshal this for TextService.
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
SerialNumber.java | 110 * @param out the DerOutputStream to marshal the contents to.
|
UniqueIdentity.java | 93 * @param out the DerOutputStream to marshal the contents to.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
buildtools.py | 11 import marshal 246 data = marshal.dumps(code) 427 import marshal 431 marshal.dump(codeobject, fc)
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
pkcs8_test.go | 101 t.Errorf("%s: failed to marshal into PKCS#8: %s", test.name, err)
|
x509.go | 72 publicKeyBytes, err = asn1.Marshal(pkcs1PublicKey{ 84 publicKeyBytes = elliptic.Marshal(pub.Curve, pub.X, pub.Y) 91 paramBytes, err = asn1.Marshal(oid) 121 ret, _ := asn1.Marshal(pkix) 380 params.MGF.Parameters.FullBytes, err = asn1.Marshal(mgf1Params) 385 serialized, err := asn1.Marshal(params) [all...] |
/prebuilts/go/darwin-x86/src/html/template/ |
js.go | 124 // as necessary to reach the base type (or nil) or an implementation of json.Marshal. 156 // TODO: detect cycles before calling Marshal which loops infinitely on 159 b, err := json.Marshal(a) 190 // Make sure that json.Marshal escapes codepoints U+2028 & U+2029
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
pkcs8_test.go | 101 t.Errorf("%s: failed to marshal into PKCS#8: %s", test.name, err)
|
x509.go | 72 publicKeyBytes, err = asn1.Marshal(pkcs1PublicKey{ 84 publicKeyBytes = elliptic.Marshal(pub.Curve, pub.X, pub.Y) 91 paramBytes, err = asn1.Marshal(oid) 121 ret, _ := asn1.Marshal(pkix) 380 params.MGF.Parameters.FullBytes, err = asn1.Marshal(mgf1Params) 385 serialized, err := asn1.Marshal(params) [all...] |
/prebuilts/go/linux-x86/src/html/template/ |
js.go | 124 // as necessary to reach the base type (or nil) or an implementation of json.Marshal. 156 // TODO: detect cycles before calling Marshal which loops infinitely on 159 b, err := json.Marshal(a) 190 // Make sure that json.Marshal escapes codepoints U+2028 & U+2029
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
buildtools.py | 11 import marshal 246 data = marshal.dumps(code) 427 import marshal 431 marshal.dump(codeobject, fc)
|
/external/python/cpython3/Doc/library/ |
pickle.rst | 41 Comparison with ``marshal`` 44 Python has a more primitive serialization module called :mod:`marshal`, but in 46 objects. :mod:`marshal` exists primarily to support Python's :file:`.pyc` 49 The :mod:`pickle` module differs from :mod:`marshal` in several significant ways: 53 :mod:`marshal` doesn't do this. 57 handled by marshal, and in fact, attempting to marshal recursive objects will 64 * :mod:`marshal` cannot be used to serialize user-defined classes and their 69 * The :mod:`marshal` serialization format is not guaranteed to be portable [all...] |
/external/perf_data_converter/src/ |
builder.cc | 80 return Marshal(*profile_, output); 83 bool Builder::Marshal(const Profile &profile, string *output) {
|
/frameworks/base/core/java/android/hardware/camera2/marshal/ |
MarshalHelpers.java | 16 package android.hardware.camera2.marshal; 28 * implementing a new marshaler (or marshal queryable).</p>
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/vendor/golang_org/x/net/ |
route.a | 19
marshal |