/external/python/cpython2/Lib/test/ |
test_imp.py | 68 with test_support.CleanImport('marshal'): 69 import marshal 70 imp.reload(marshal)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_imp.py | 63 with test_support.CleanImport('marshal'): 64 import marshal 65 imp.reload(marshal)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_imp.py | 63 with test_support.CleanImport('marshal'): 64 import marshal 65 imp.reload(marshal)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imp.py | 63 with test_support.CleanImport('marshal'): 64 import marshal 65 imp.reload(marshal)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imp.py | 63 with test_support.CleanImport('marshal'): 64 import marshal 65 imp.reload(marshal)
|
/frameworks/base/core/java/android/hardware/camera2/marshal/ |
MarshalQueryable.java | 16 package android.hardware.camera2.marshal; 21 * Query if a marshaler can marshal to/from a particular native and managed type; if it supports 53 * Determine whether or not this query marshal is able to create a marshaler that will 57 * {@link #createMarshaler} that will marshal data to/from the native type
|
Marshaler.java | 16 package android.hardware.camera2.marshal; 22 import static android.hardware.camera2.marshal.MarshalHelpers.*; 26 * Base class to marshal data to/from managed/native metadata byte buffers. 69 * Marshal the specified object instance (value) into a byte buffer. 72 * the {@link #calculateMarshalSize marshal size} of {@code value}.</p> 77 public abstract void marshal(T value, ByteBuffer buffer); method in class:Marshaler 106 * the {@link #calculateMarshalSize marshal size} of the returned {@code T} instance.</p>
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
dumppyc.py | 3 import marshal
17 co = marshal.load(f)
|
/external/golang-protobuf/proto/ |
map_test.go | 18 b, err := proto.Marshal(m) 20 panic(fmt.Sprintf("Can't marshal %+v: %v", m, err))
|
all_test.go | 295 err := o.Marshal(pb) 297 fmt.Printf("overify marshal-1 err = %v", err) 315 err = o.Marshal(pbd) 317 t.Errorf("overify marshal-2 err = %v", err) 404 func (f *fakeMarshaler) Marshal() ([]byte, error) { return f.b, f.err } 428 err: errors.New("some marshal err"), 431 // Since the Marshal method returned bytes, they should be written to the 432 // buffer. (For efficiency, we assume that Marshal implementations are 435 errType: reflect.TypeOf(errors.New("some marshal err")), 463 err := b.Marshal(test.m [all...] |
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
PString.h | 35 m_p = Marshal::AllocHGlobal(utf8Bytes->Length + 1); 50 Marshal::FreeHGlobal(m_p);
|
/external/python/cpython2/Modules/ |
config.c.in | 37 /* This module lives in marshal.c */ 38 {"marshal", PyMarshal_Init},
|
/external/python/cpython2/Tools/compiler/ |
dumppyc.py | 3 import marshal 17 co = marshal.load(f)
|
/external/python/cpython3/Doc/library/ |
marshal.rst | 1 :mod:`marshal` --- Internal Python object serialization 4 .. module:: marshal 23 :mod:`shelve`. The :mod:`marshal` module exists mainly to support reading and 25 Therefore, the Python maintainers reserve the right to modify the marshal format 29 supports a substantially wider range of objects than marshal. 33 The :mod:`marshal` module is not intended to be secure against erroneous or 75 (e.g. because the data has a different Python version's incompatible marshal 118 around in a self-contained form. Strictly speaking, "to marshal" means to
|
/external/python/cpython3/Modules/ |
config.c.in | 38 /* This module lives in marshal.c */ 39 {"marshal", PyMarshal_Init},
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
MarshalQueryableArray.java | 16 package android.hardware.camera2.marshal.impl; 18 import android.hardware.camera2.marshal.Marshaler; 19 import android.hardware.camera2.marshal.MarshalQueryable; 20 import android.hardware.camera2.marshal.MarshalRegistry; 29 * Marshal any array {@code T}. 31 * <p>To marshal any {@code T} to/from a native type, the marshaler for T to/from that native type 61 public void marshal(T value, ByteBuffer buffer) { method in class:MarshalQueryableArray.MarshalerArray 149 marshaler.marshal((TElem)Array.get(array, index), buffer);
|
MarshalQueryableReprocessFormatsMap.java | 16 package android.hardware.camera2.marshal.impl; 18 import android.hardware.camera2.marshal.Marshaler; 19 import android.hardware.camera2.marshal.MarshalQueryable; 25 import static android.hardware.camera2.marshal.MarshalHelpers.*; 44 public void marshal(ReprocessFormatsMap value, ByteBuffer buffer) { method in class:MarshalQueryableReprocessFormatsMap.MarshalerReprocessFormatsMap
|
MarshalQueryableString.java | 16 package android.hardware.camera2.marshal.impl; 18 import android.hardware.camera2.marshal.Marshaler; 19 import android.hardware.camera2.marshal.MarshalQueryable; 29 * Marshal {@link String} to/from {@link #TYPE_BYTE}. 48 public void marshal(String value, ByteBuffer buffer) { method in class:MarshalQueryableString.MarshalerString
|
MarshalQueryablePrimitive.java | 16 package android.hardware.camera2.marshal.impl; 19 import android.hardware.camera2.marshal.Marshaler; 20 import android.hardware.camera2.marshal.MarshalQueryable; 25 import static android.hardware.camera2.marshal.MarshalHelpers.*; 29 * Marshal/unmarshal built-in primitive types to and from a {@link ByteBuffer}. 74 public void marshal(T value, ByteBuffer buffer) { method in class:MarshalQueryablePrimitive.MarshalerPrimitive 100 "Can't marshal managed type " + mTypeReference);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
config.c.in | 37 /* This module lives in marshal.c */ 38 {"marshal", PyMarshal_Init},
|
/prebuilts/gdb/linux-x86/lib/python2.7/config/ |
config.c.in | 37 /* This module lives in marshal.c */ 38 {"marshal", PyMarshal_Init},
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
config.c.in | 37 /* This module lives in marshal.c */ 38 {"marshal", PyMarshal_Init},
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
config.c.in | 37 /* This module lives in marshal.c */ 38 {"marshal", PyMarshal_Init},
|
/external/python/cpython2/Lib/plat-mac/ |
appletrawmain.py | 14 import marshal 58 __code__ = marshal.load(_fp) 63 del argvemulator, os, sys, marshal, _dir, _fp
|
/external/tpm2/ |
Marshal_CreatePrimary.c | 19 // Marshal response handles. 28 // Marshal response parameters. 103 // Marshal output structure to global response buffer.
|