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

1 2 3 4 5 6 7 8 91011>>

  /build/soong/android/
api_levels.go 34 jsonStr, err := json.Marshal(apiLevelsMap)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
makeconfig.py 6 never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions', '_warnings']
  /external/golang-protobuf/protoc-gen-go/testdata/
extension_test.go 59 buf, err := proto.Marshal(bm)
97 buf, err := proto.Marshal(bm)
134 buf, err := proto.Marshal(bm)
170 buf, err := proto.Marshal(osm)
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
MarshalBase64.java 31 public class MarshalBase64 implements Marshal {
  /external/llvm/test/CodeGen/X86/
libcall-sret.ll 7 ; sure we marshal the return properly:
  /external/python/cpython2/Tools/freeze/
makeconfig.py 6 never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions', '_warnings']
  /external/python/cpython3/Python/
frozen.c 12 /* To regenerate this data after the bytecode or marshal format has changed,
  /external/python/cpython3/Tools/freeze/
makeconfig.py 6 never = ['marshal', '_imp', '_ast', '__main__', 'builtins',
  /external/tpm2/
ECDH_KeyGen.c 65 // Marshal the values to generate the point.
  /prebuilts/go/darwin-x86/doc/progs/
json1.go 23 b, err := json.Marshal(m)
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
proto_test.go 33 if got, want := marshal(source), tc.encoded; !reflect.DeepEqual(got, want) {
  /prebuilts/go/darwin-x86/test/bench/go1/
json_test.go 68 buf, err := json.Marshal(&jsondata)
template_test.go 19 // json.Marshal, making it easy to test for correctness.
  /prebuilts/go/linux-x86/doc/progs/
json1.go 23 b, err := json.Marshal(m)
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
proto_test.go 33 if got, want := marshal(source), tc.encoded; !reflect.DeepEqual(got, want) {
  /prebuilts/go/linux-x86/test/bench/go1/
json_test.go 68 buf, err := json.Marshal(&jsondata)
template_test.go 19 // json.Marshal, making it easy to test for correctness.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
sortperf.py 11 import marshal
31 marshal.dump(result, fp)
43 result = marshal.load(fp)
  /external/golang-protobuf/_conformance/
conformance.go 75 if err := outbuf.Marshal(res); err != nil {
76 fmt.Fprintln(os.Stderr, "go conformance: marshal response:", err)
127 p, err := proto.Marshal(&msg)
  /external/python/cpython2/Doc/c-api/
marshal.rst 9 data format as the :mod:`marshal` module. There are functions to write data
25 Marshal a :c:type:`long` integer, *value*, to *file*. This will only write
35 Marshal a Python object, *value*, to *file*.
  /external/python/cpython2/Lib/test/
sortperf.py 11 import marshal
31 marshal.dump(result, fp)
43 result = marshal.load(fp)
  /external/python/cpython3/Doc/c-api/
marshal.rst 9 data format as the :mod:`marshal` module. There are functions to write data
24 Marshal a :c:type:`long` integer, *value*, to *file*. This will only write
31 Marshal a Python object, *value*, to *file*.
  /external/python/cpython3/Lib/test/
sortperf.py 11 import marshal
31 marshal.dump(result, fp)
43 result = marshal.load(fp)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
sortperf.py 11 import marshal
31 marshal.dump(result, fp)
43 result = marshal.load(fp)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
sortperf.py 11 import marshal
31 marshal.dump(result, fp)
43 result = marshal.load(fp)

Completed in 308 milliseconds

1 2 3 4 5 6 7 8 91011>>