/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_pickle.py | 21 def loads(self, buf): member in PickleTests 46 def loads(self, buf): member in UnpicklerTests 62 def loads(self, buf): member in PicklerTests 81 def loads(self, buf): member in PersPicklerTests 100 def loads(self, buf): member in PickleBigmemPickleTests
|
D | test_cpickle.py | 61 def loads(self, buf): member in cPickleUnpicklerTests 97 def loads(self, buf): member in cPicklePicklerTests 122 def loads(self, *args): member in cPickleListPicklerTests 155 def loads(self, *args): member in cPickleFastPicklerTests 208 def loads(self, buf): member in cPickleBigmemPickleTests
|
D | test_xpickle.py | 43 def loads(self, buf): member in DumpCPickle_LoadPickle 55 def loads(self, buf): member in DumpPickle_LoadCPickle 122 def loads(self, input): member in AbstractCompatTests
|
D | test_pickletools.py | 12 def loads(self, buf): member in OptimizedPickleTests
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_pickle.py | 39 loads = staticmethod(pickle._loads) variable in PyPickleTests 52 def loads(self, buf, **kwds): member in PyUnpicklerTests 70 def loads(self, buf, **kwds): member in PyPicklerTests 87 def loads(self, buf, **kwds): member in InMemoryPickleTests 104 def loads(self, buf, **kwds): member in PersistentPicklerUnpicklerMixin
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | scalar_analysis.cpp | 499 const Instruction* loads[6]; in TEST_F() local 738 const Instruction* loads[2] = {nullptr, nullptr}; in TEST_F() local 875 const Instruction* loads[1] = {nullptr}; in TEST_F() local 1020 std::vector<const Instruction*> loads{}; in TEST_F() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | scalar_analysis.cpp | 499 const Instruction* loads[6]; in TEST_F() local 738 const Instruction* loads[2] = {nullptr, nullptr}; in TEST_F() local 875 const Instruction* loads[1] = {nullptr}; in TEST_F() local 1020 std::vector<const Instruction*> loads{}; in TEST_F() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/ |
H A D | scalar_analysis.cpp | 499 const Instruction* loads[6]; in TEST_F() local 738 const Instruction* loads[2] = {nullptr, nullptr}; in TEST_F() local 875 const Instruction* loads[1] = {nullptr}; in TEST_F() local 1020 std::vector<const Instruction*> loads{}; in TEST_F() local
|
/aosp_15_r20/external/python/cpython2/Lib/json/tests/ |
D | __init__.py | 16 loads = staticmethod(pyjson.loads) variable in PyTest 23 loads = staticmethod(cjson.loads) variable in CTest
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_json/ |
D | __init__.py | 19 loads = staticmethod(pyjson.loads) variable in PyTest 27 loads = staticmethod(cjson.loads) variable in CTest
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io_to_scalar.c | 48 nir_def *loads[NIR_MAX_VEC_COMPONENTS]; in lower_load_input_to_scalar() local 88 nir_def *loads[NIR_MAX_VEC_COMPONENTS]; in lower_load_to_scalar() local 389 nir_def *loads[NIR_MAX_VEC_COMPONENTS]; in lower_load_to_scalar_early() local
|
H A D | nir_lower_load_const_to_scalar.c | 47 nir_def *loads[NIR_MAX_VEC_COMPONENTS]; in lower_load_const_instr_scalar() local
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/ |
H A D | rendering.rs | 135 let mut loads: BTreeMap<String, BTreeSet<String>> = BTreeMap::new(); in render_module_build_file() localVariable 308 let mut loads: BTreeMap<String, BTreeSet<String>> = BTreeMap::new(); in render_one_build_file() localVariable 422 let loads = loads in render_one_build_file() localVariable
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | loop_fusion.cpp | 41 const std::map<Instruction*, std::vector<Instruction*>>& loads) { in GetLocationsAccessed() 362 std::vector<Instruction*> loads{}; in GetLoadsAndStoresInLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_fusion.cpp | 41 const std::map<Instruction*, std::vector<Instruction*>>& loads) { in GetLocationsAccessed() 362 std::vector<Instruction*> loads{}; in GetLoadsAndStoresInLoop() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_fusion.cpp | 41 const std::map<Instruction*, std::vector<Instruction*>>& loads) { in GetLocationsAccessed() 362 std::vector<Instruction*> loads{}; in GetLoadsAndStoresInLoop() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/ |
H A D | lima_nir_lower_uniform_to_scalar.c | 34 nir_def *loads[4]; in lower_load_uniform_to_scalar() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/ |
D | __init__.py | 54 loads = unpackb variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/ |
D | __init__.py | 54 loads = unpackb variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/ |
D | __init__.py | 54 loads = unpackb variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/ |
D | __init__.py | 54 loads = unpackb variable
|
/aosp_15_r20/external/angle/build/android/pylib/local/emulator/ |
H A D | ini.py | 33 def loads(ini_str, strict=True): function
|
/aosp_15_r20/external/cronet/build/android/pylib/local/emulator/ |
H A D | ini.py | 33 def loads(ini_str, strict=True): function
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/ |
H A D | clientsecrets.py | 115 def loads(s): function
|
/aosp_15_r20/external/python/oauth2client/oauth2client/ |
D | clientsecrets.py | 115 def loads(s): function
|