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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/hash/fnv/
fnv.go 12 // marshal and unmarshal the internal state of the hash.
  /prebuilts/go/linux-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/linux-x86/src/crypto/sha512/
sha512.go 10 // marshal and unmarshal the internal state of the hash.
  /prebuilts/go/linux-x86/src/hash/fnv/
fnv.go 12 // marshal and unmarshal the internal state of the hash.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 6 :mod:`marshal` and :mod:`pickle` modules. It is the externally maintained
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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.10/Modules/
zipimport.c 4 #include "marshal.h"
649 marshal.c:r_long() */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 4 #include "marshal.h"
649 marshal.c:r_long() */
    [all...]
  /external/golang-protobuf/proto/
text_parser.go 510 b, err := Marshal(v.Interface().(Message))
512 return p.errorf("failed to marshal message of type %q: %v", messageName, err)
  /external/python/cpython2/Doc/library/
json.rst 18 :mod:`marshal` and :mod:`pickle` modules.
188 Unlike :mod:`pickle` and :mod:`marshal`, JSON is not a framed protocol so
  /external/python/cpython2/PCbuild/
pythoncore.vcxproj.filters 153 <ClInclude Include="..\Include\marshal.h">
887 <ClCompile Include="..\Python\marshal.c">
  /external/python/cpython3/Lib/test/
test_exceptions.py 54 import marshal
55 marshal.loads(b'')
    [all...]
test_zipimport.py 3 import marshal
31 data = marshal.dumps(co)
  /external/python/cpython3/PCbuild/
pythoncore.vcxproj.filters 147 <ClInclude Include="..\Include\marshal.h">
902 <ClCompile Include="..\Python\marshal.c">
    [all...]
  /external/python/cpython2/PC/os2vacpp/
makefile.omk 79 Marshal.obj \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 
  /external/boringssl/src/ssl/test/runner/
conn.go     [all...]
  /external/python/cpython2/Doc/faq/
library.rst 787 A more awkward way of doing things is to use pickle's little sister, marshal.
788 The :mod:`marshal` module provides very fast ways to store noncircular basic
789 Python types to files and strings, and back again. Although marshal does not do
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bytes.py     [all...]
  /external/libmojo/third_party/jinja2/
environment.py 637 import imp, marshal
683 marshal.dumps(c), 'wb')
    [all...]
  /external/python/cpython2/Lib/test/
test_bytes.py     [all...]
  /external/python/cpython2/PC/VS8.0/
pythoncore.vcproj 790 RelativePath="..\..\Include\marshal.h"
    [all...]
  /external/python/cpython2/PC/VS9.0/
pythoncore.vcproj 790 RelativePath="..\..\Include\marshal.h"
    [all...]

Completed in 905 milliseconds

<<21222324252627282930>>