Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_pickle.py17 def dumps(self, arg, proto=0, fast=0): member in PickleTests
53 def dumps(self, arg, proto=0, fast=0): member in PicklerTests
69 def dumps(self, arg, proto=0, fast=0): member in PersPicklerTests
96 def dumps(self, arg, proto=0, fast=0): member in PickleBigmemPickleTests
Dtest_cpickle.py87 def dumps(self, arg, proto=0): member in cPicklePicklerTests
117 def dumps(self, arg, proto=0): member in cPickleListPicklerTests
144 def dumps(self, arg, proto=0): member in cPickleFastPicklerTests
204 def dumps(self, arg, proto=0, fast=0): member in cPickleBigmemPickleTests
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
119 def dumps(self, arg, proto=0, fast=False): member in AbstractCompatTests
Dtest_pickletools.py9 def dumps(self, arg, proto=0, fast=0): member in OptimizedPickleTests
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_pickle.py37 dumps = staticmethod(pickle._dumps) variable in PyPickleTests
63 def dumps(self, arg, proto=None, **kwargs): member in PyPicklerTests
84 def dumps(self, arg, protocol=None, **kwargs): member in InMemoryPickleTests
95 def dumps(self, arg, proto=None): member in PersistentPicklerUnpicklerMixin
Dtest_pickletools.py10 def dumps(self, arg, proto=None, **kwargs): member in OptimizedPickleTests
Dpickletester.py3485 def check_dumps_loads_oob_buffers(self, dumps, loads): argument
3515 def dumps(obj, **kwargs): function
3893 def dumps(obj, protocol=None): function
3906 def dumps(obj, protocol=None): function
3916 def _test_dispatch_table(self, dumps, dispatch_table): argument
/aosp_15_r20/external/python/cpython2/Lib/json/tests/
D__init__.py17 dumps = staticmethod(pyjson.dumps) variable in PyTest
24 dumps = staticmethod(cjson.dumps) variable in CTest
/aosp_15_r20/external/python/cpython3/Lib/test/test_json/
D__init__.py20 dumps = staticmethod(pyjson.dumps) variable in PyTest
28 dumps = staticmethod(cjson.dumps) variable in CTest
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_end_to_end_test.cc825 size_t dumps = 0; in ValidateOnlyPID() local
1316 const auto& dumps = packet.profile_packet().process_dumps(); in TEST_P() local
1381 const auto& dumps = packet.profile_packet().process_dumps(); in TEST_P() local
1439 const auto& dumps = packet.profile_packet().process_dumps(); in TEST_P() local
1498 const auto& dumps = packet.profile_packet().process_dumps(); in TEST_P() local
1794 const auto& dumps = packet.profile_packet().process_dumps(); in TEST_P() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
H A DStacktraceUtils.kt191 val dumps = traces in verifyDump() constant
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
D__init__.py57 dumps = packb variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
D__init__.py57 dumps = packb variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
D__init__.py57 dumps = packb variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
D__init__.py57 dumps = packb variable
/aosp_15_r20/external/angle/build/android/pylib/local/emulator/
H A Dini.py66 def dumps(obj): function
/aosp_15_r20/external/cronet/build/android/pylib/local/emulator/
H A Dini.py66 def dumps(obj): function
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_pickling.py18 def dumps(self, item): member in PickleTest
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_pickling.py18 def dumps(self, item): member in PickleTest
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_pickling.py18 def dumps(self, item): member in PickleTest
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dserialize.py28 def dumps(self, request, response, body=None): member in Serializer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dserialize.py28 def dumps(self, request, response, body=None): member in Serializer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dserialize.py28 def dumps(self, request, response, body=None): member in Serializer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dserialize.py28 def dumps(self, request, response, body=None): member in Serializer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/json/
D__init__.py183 def dumps(obj, *, skipkeys=False, ensure_ascii=True, check_circular=True, function

1234