HomeSort by relevance Sort by last modified time
    Searched refs:cPickle (Results 76 - 100 of 180) sorted by null

1 2 34 5 6 7 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_slice.py 5 from cPickle import loads, dumps
pickletester.py 3 import cPickle
21 assert pickle.HIGHEST_PROTOCOL == cPickle.HIGHEST_PROTOCOL == 2
408 # Append some integer test cases at cPickle.c's internal size
465 # pickle and cPickle, largely because cPickle starts PUT indices at
466 # 1 and pickle starts them at 0. See XXX comment in cPickle's put2() --
468 # is a mystery. cPickle also suppresses PUT for objects with a refcount
963 except (AttributeError, pickle.PickleError, cPickle.PickleError):
967 except (AttributeError, pickle.PickleError, cPickle.PickleError):
    [all...]
test_ast.py 360 import cPickle
361 mods.append(cPickle)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
pickletester.py 3 import cPickle
14 assert pickle.HIGHEST_PROTOCOL == cPickle.HIGHEST_PROTOCOL == 2
386 # Append some integer test cases at cPickle.c's internal size
443 # pickle and cPickle, largely because cPickle starts PUT indices at
444 # 1 and pickle starts them at 0. See XXX comment in cPickle's put2() --
446 # is a mystery. cPickle also suppresses PUT for objects with a refcount
931 except (AttributeError, pickle.PickleError, cPickle.PickleError):
935 except (AttributeError, pickle.PickleError, cPickle.PickleError):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pickletester.py 3 import cPickle
21 assert pickle.HIGHEST_PROTOCOL == cPickle.HIGHEST_PROTOCOL == 2
408 # Append some integer test cases at cPickle.c's internal size
465 # pickle and cPickle, largely because cPickle starts PUT indices at
466 # 1 and pickle starts them at 0. See XXX comment in cPickle's put2() --
468 # is a mystery. cPickle also suppresses PUT for objects with a refcount
963 except (AttributeError, pickle.PickleError, cPickle.PickleError):
967 except (AttributeError, pickle.PickleError, cPickle.PickleError):
    [all...]
test_ast.py 360 import cPickle
361 mods.append(cPickle)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pickletester.py 3 import cPickle
21 assert pickle.HIGHEST_PROTOCOL == cPickle.HIGHEST_PROTOCOL == 2
408 # Append some integer test cases at cPickle.c's internal size
465 # pickle and cPickle, largely because cPickle starts PUT indices at
466 # 1 and pickle starts them at 0. See XXX comment in cPickle's put2() --
468 # is a mystery. cPickle also suppresses PUT for objects with a refcount
963 except (AttributeError, pickle.PickleError, cPickle.PickleError):
967 except (AttributeError, pickle.PickleError, cPickle.PickleError):
    [all...]
test_ast.py 360 import cPickle
361 mods.append(cPickle)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 3 import cPickle
21 assert pickle.HIGHEST_PROTOCOL == cPickle.HIGHEST_PROTOCOL == 2
408 # Append some integer test cases at cPickle.c's internal size
465 # pickle and cPickle, largely because cPickle starts PUT indices at
466 # 1 and pickle starts them at 0. See XXX comment in cPickle's put2() --
468 # is a mystery. cPickle also suppresses PUT for objects with a refcount
963 except (AttributeError, pickle.PickleError, cPickle.PickleError):
967 except (AttributeError, pickle.PickleError, cPickle.PickleError):
    [all...]
test_ast.py 360 import cPickle
361 mods.append(cPickle)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 41 import cPickle
42 pickle = cPickle
    [all...]
  /external/python/cpython2/Lib/test/
test_ast.py 360 import cPickle
361 mods.append(cPickle)
test_exceptions.py 6 import pickle, cPickle
302 for p in pickle, cPickle:
341 for p in pickle, cPickle:
  /external/python/cpython2/Tools/pybench/
pybench.py 41 import cPickle
42 pickle = cPickle
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 152 cPickle (or pickle, if cPickle isn't available). As a result of
176 serialize (ala cPickle) the value *if and only if* it isn't a
216 from cPickle import dumps, loads
687 values are serialized (using cPickle) before being sent to the
714 string, however, then SmartCookie will use cPickle to serialize
trace.py 62 import cPickle
63 pickle = cPickle
  /external/python/cpython2/Lib/
Cookie.py 149 cPickle (or pickle, if cPickle isn't available). As a result of
173 serialize (ala cPickle) the value *if and only if* it isn't a
213 from cPickle import dumps, loads
699 values are serialized (using cPickle) before being sent to the
726 string, however, then SmartCookie will use cPickle to serialize
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 152 cPickle (or pickle, if cPickle isn't available). As a result of
176 serialize (ala cPickle) the value *if and only if* it isn't a
216 from cPickle import dumps, loads
687 values are serialized (using cPickle) before being sent to the
714 string, however, then SmartCookie will use cPickle to serialize
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 152 cPickle (or pickle, if cPickle isn't available). As a result of
176 serialize (ala cPickle) the value *if and only if* it isn't a
216 from cPickle import dumps, loads
687 values are serialized (using cPickle) before being sent to the
714 string, however, then SmartCookie will use cPickle to serialize
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 152 cPickle (or pickle, if cPickle isn't available). As a result of
176 serialize (ala cPickle) the value *if and only if* it isn't a
216 from cPickle import dumps, loads
687 values are serialized (using cPickle) before being sent to the
714 string, however, then SmartCookie will use cPickle to serialize
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 152 cPickle (or pickle, if cPickle isn't available). As a result of
176 serialize (ala cPickle) the value *if and only if* it isn't a
216 from cPickle import dumps, loads
687 values are serialized (using cPickle) before being sent to the
714 string, however, then SmartCookie will use cPickle to serialize
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Python2710.inf 189 Modules/cPickle.c #
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 27 import logging, socket, os, cPickle, struct, time, re
525 s = cPickle.dumps(record.__dict__, 1)
    [all...]
  /external/python/cpython2/Lib/bsddb/
dbtables.py 31 import cPickle as pickle
48 message='the cPickle module has been removed in Python 3.0',
50 import cPickle as pickle
  /external/python/cpython2/Lib/logging/
handlers.py 26 import errno, logging, socket, os, cPickle, struct, time, re
548 s = cPickle.dumps(d, 1)
    [all...]

Completed in 1454 milliseconds

1 2 34 5 6 7 8