/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
profile.py | 30 import marshal 415 marshal.dump(self.stats, f)
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
x509_test.go | 72 t.Errorf("Failed to marshal RSA public key for the second time: %s", err) 196 // It's never been documented that asn1.Marshal/Unmarshal on rsa.PublicKey works, 199 derBytes2, err := asn1.Marshal(*pub) 201 t.Errorf("Marshal(rsa.PublicKey): %v", err) 203 t.Errorf("Marshal(rsa.PublicKey) = %x, want %x", derBytes2, derBytes) [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
x509_test.go | 72 t.Errorf("Failed to marshal RSA public key for the second time: %s", err) 196 // It's never been documented that asn1.Marshal/Unmarshal on rsa.PublicKey works, 199 derBytes2, err := asn1.Marshal(*pub) 201 t.Errorf("Marshal(rsa.PublicKey): %v", err) 203 t.Errorf("Marshal(rsa.PublicKey) = %x, want %x", derBytes2, derBytes) [all...] |
/external/golang-protobuf/protoc-gen-go/generator/ |
generator.go | 372 g.P("func (m *", ms.sym, ") Marshal() ([]byte, error) ", 373 "{ return (*", remoteSym, ")(m).Marshal() }") [all...] |
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/ |
jaxb-runtime-2.2.11.jar | |
/external/python/cpython3/Lib/importlib/ |
_bootstrap_external.py | 487 code = marshal.loads(data) 503 data.extend(marshal.dumps(code)) [all...] |
/external/python/cpython3/Lib/test/test_import/ |
__init__.py | 6 import marshal 514 code = marshal.load(f) 527 marshal.dump(code, f) [all...] |
/external/python/cpython3/Modules/ |
zipimport.c | 4 #include "marshal.h" 832 marshal.c:r_long() */ 846 marshal.c:r_short() */ [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
CameraMetadataTest.java | 36 import android.hardware.camera2.marshal.impl.MarshalQueryableEnum; 365 * Ensure that the data survives a marshal/unmarshal round-trip; 409 * Ensure that the data survives a marshal/unmarshal round-trip; [all...] |
/frameworks/base/config/ |
preloaded-classes | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
__init__.py | 6 :mod:`marshal` and :mod:`pickle` modules. It is the externally maintained
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/ |
__init__.py | 6 :mod:`marshal` and :mod:`pickle` modules. It is the externally maintained
|
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
more_test_objects.pb.go | 34 var _ = proto.Marshal
|
/external/golang-protobuf/protoc-gen-go/plugin/ |
plugin.pb.go | 23 var _ = proto.Marshal
|
/external/golang-protobuf/ptypes/struct/ |
struct.pb.go | 22 var _ = proto.Marshal
|
/external/libevent/ |
event_tagging.c | 251 * Marshal a data type, the general format is as follows:
|
/external/python/cpython2/Doc/library/ |
rexec.rst | 217 'imageop', 'marshal', 'math', 'md5', 'operator', 'parser', 'regex', 'select',
|
/external/python/cpython2/Lib/json/ |
__init__.py | 6 :mod:`marshal` and :mod:`pickle` modules. It is the externally maintained
|
/external/python/cpython3/Lib/json/ |
__init__.py | 6 :mod:`marshal` and :mod:`pickle` modules. It is derived from a
|
/external/python/cpython3/Lib/test/test_importlib/ |
test_api.py | 203 for mod in ('tokenize', 'time', 'marshal'):
|
/kernel/tests/net/test/ |
csocket.py | 257 # Marshal the cmsg options.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/json/ |
__init__.py | 6 :mod:`marshal` and :mod:`pickle` modules. It is the externally maintained
|
/prebuilts/gdb/linux-x86/lib/python2.7/json/ |
__init__.py | 6 :mod:`marshal` and :mod:`pickle` modules. It is the externally maintained
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
fetch_test.go | 486 t.Fatalf("failed to marshal private key: %v", err)
|
/prebuilts/go/darwin-x86/src/crypto/sha512/ |
sha512.go | 10 // marshal and unmarshal the internal state of the hash.
|