HomeSort by relevance Sort by last modified time
    Searched full:marshal (Results 376 - 400 of 970) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/expvar/
expvar.go 228 b, _ := json.Marshal(s)
245 v, _ := json.Marshal(f())
  /prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/
jaxb-api-2.2.12-b140109.1041.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pstats.py 38 import marshal
48 that was emitted (via marshal) from the Profile class.
122 self.stats = marshal.load(f)
179 marshal.dump(self.stats, f)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_importlib.py 17 if name in ('sys', 'marshal', 'imp'):
  /external/libevent/
evrpc-internal.h 148 * automatically unmarshal and marshal the http buffers.
  /external/protobuf/examples/
add_person.go 125 out, err := proto.Marshal(book)
  /external/python/cpython2/Lib/
pstats.py 26 import marshal
36 that was emitted (via marshal) from the Profile class.
110 self.stats = marshal.load(f)
167 marshal.dump(self.stats, f)
  /external/python/cpython2/Lib/test/
test_importlib.py 17 if name in ('sys', 'marshal', 'imp'):
  /external/python/cpython3/Include/
floatobject.h 91 /* Needed for the old way for marshal to store a floating point number.
  /external/python/cpython3/Lib/
pstats.py 26 import marshal
36 that was emitted (via marshal) from the Profile class.
100 self.stats = marshal.load(f)
155 marshal.dump(self.stats, f)
  /external/python/cpython3/Lib/test/test_importlib/source/
test_file_loader.py 10 import marshal
323 lambda bc: bc[:12] + marshal.dumps(b'abcd'),
446 # [bad marshal]
449 # Bad marshal data should raise a ValueError.
  /external/scapy/doc/
scapy.1.gz 
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
generic_utils.py 22 import marshal
208 raw_code = marshal.dumps(func.__code__).replace(b'\\', b'/')
211 raw_code = marshal.dumps(func.__code__)
263 code = marshal.loads(raw_code)
  /external/testng/src/main/java/org/testng/remote/strprotocol/
MessageHelper.java 12 * Marshal/unmarshal tool for <code>IStringMessage</code>s.
  /external/tpm2/
Attest_spt.c 137 // Marshal TPMS_ATTEST structure for hash
Time.c 202 // Marshal TPMS_TIME_INFO to canonical form
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateAlgorithmId.java 105 * @param out the DerOutputStream to marshal the contents to.
CertificateIssuerName.java 107 * @param out the DerOutputStream to marshal the contents to.
CertificateSerialNumber.java 116 * @param out the DerOutputStream to marshal the contents to.
CertificateSubjectName.java 107 * @param out the DerOutputStream to marshal the contents to.
CertificateVersion.java 158 * @param out the OutputStream to marshal the contents to.
CertificateX509Key.java 100 * @param out the OutputStream to marshal the contents to.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pstats.py 26 import marshal
36 that was emitted (via marshal) from the Profile class.
110 self.stats = marshal.load(f)
167 marshal.dump(self.stats, f)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importlib.py 17 if name in ('sys', 'marshal', 'imp'):
  /prebuilts/gdb/linux-x86/lib/python2.7/
pstats.py 26 import marshal
36 that was emitted (via marshal) from the Profile class.
110 self.stats = marshal.load(f)
167 marshal.dump(self.stats, f)

Completed in 697 milliseconds

<<11121314151617181920>>