Home
last modified time | relevance | path

Searched defs:fast (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pickle.py13 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
Dtest_pickletools.py9 def dumps(self, arg, proto=0, fast=0): argument
Dtest_xpickle.py39 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/
Dframeobject.c874 PyObject **fast; in PyFrame_FastToLocals() local
926 PyObject **fast; in PyFrame_LocalsToFast() local
Ddictobject.c1479 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/
Dframeobject.c872 PyObject **fast; in PyFrame_FastToLocals() local
924 PyObject **fast; in PyFrame_LocalsToFast() local
Ddictobject.c1445 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/
DcPickle.c347 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/
DcPickle.c349 int fast; /* Fast mode doesn't save in memo, don't use if circ ref */ member