Home
last modified time | relevance | path

Searched defs:dumps (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
D__init__.py17 dumps = staticmethod(pyjson.dumps) variable in PyTest
24 dumps = staticmethod(cjson.dumps) variable in CTest
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
D__init__.py17 dumps = staticmethod(pyjson.dumps) variable in PyTest
24 dumps = staticmethod(cjson.dumps) variable in CTest
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pickle.py13 def dumps(self, arg, proto=0, fast=0): member in PickleTests
28 def dumps(self, arg, proto=0, fast=0): member in PicklerTests
44 def dumps(self, arg, proto=0, fast=0): member in PersPicklerTests
Dtest_cpickle.py18 def dumps(self, arg, proto=0): member in cPicklePicklerTests
34 def dumps(self, arg, proto=0): member in cPickleListPicklerTests
48 def dumps(self, arg, proto=0): member in cPickleFastPicklerTests
Dtest_pickletools.py9 def dumps(self, arg, proto=0, fast=0): member in OptimizedPickleTests
Dtest_xpickle.py39 def dumps(self, arg, proto=0, fast=False): member in DumpCPickle_LoadPickle
51 def dumps(self, arg, proto=0, fast=False): member in DumpPickle_LoadCPickle
114 def dumps(self, arg, proto=0, fast=False): member in AbstractCompatTests
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
D__init__.py185 def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True, function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
D__init__.py193 def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True, function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmlrpclib.py611 def dumps(self, values): member in Marshaller
1046 def dumps(params, methodname=None, methodresponse=None, encoding=None, function
Dpickle.py1372 def dumps(obj, protocol=None): function