Searched defs:fast (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pickle.py | 13 def dumps(self, arg, proto=0, fast=0): argument 28 def dumps(self, arg, proto=0, fast=0): argument 44 def dumps(self, arg, proto=0, fast=0): argument
|
D | test_pickletools.py | 9 def dumps(self, arg, proto=0, fast=0): argument
|
D | test_xpickle.py | 39 def dumps(self, arg, proto=0, fast=False): argument 51 def dumps(self, arg, proto=0, fast=False): argument 114 def dumps(self, arg, proto=0, fast=False): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | frameobject.c | 874 PyObject **fast; in PyFrame_FastToLocals() local 926 PyObject **fast; in PyFrame_LocalsToFast() local
|
D | dictobject.c | 1479 PyObject *fast; /* item as a 2-tuple or 2-list */ in PyDict_MergeFromSeq2() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | frameobject.c | 872 PyObject **fast; in PyFrame_FastToLocals() local 924 PyObject **fast; in PyFrame_LocalsToFast() local
|
D | dictobject.c | 1445 PyObject *fast; /* item as a 2-tuple or 2-list */ in PyDict_MergeFromSeq2() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cPickle.c | 347 int fast; /* Fast mode doesn't save in memo, don't use if circ ref */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cPickle.c | 349 int fast; /* Fast mode doesn't save in memo, don't use if circ ref */ member
|