Home
last modified time | relevance | path

Searched defs:loads (Results 1 – 25 of 58) sorted by relevance

123

/third_party/python/Lib/test/test_json/
D__init__.py19 loads = staticmethod(pyjson.loads) variable in PyTest
27 loads = staticmethod(cjson.loads) variable in CTest
Dtest_decode.py52 def check_keys_reuse(self, source, loads): argument
/third_party/boost/libs/mpi/src/python/
Dserialize.cpp22 object loads; member
35 object pickle::loads(object s) in loads() function in boost::python::pickle
/third_party/mesa3d/src/gallium/drivers/lima/ir/
Dlima_nir_lower_uniform_to_scalar.c34 nir_ssa_def *loads[4]; in lower_load_uniform_to_scalar() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_load_const_to_scalar.c49 nir_ssa_def *loads[NIR_MAX_VEC_COMPONENTS]; in lower_load_const_instr_scalar() local
Dnir_lower_io_to_scalar.c41 nir_ssa_def *loads[NIR_MAX_VEC_COMPONENTS]; in lower_load_input_to_scalar() local
185 nir_ssa_def *loads[NIR_MAX_VEC_COMPONENTS]; in lower_load_to_scalar_early() local
/third_party/python/Lib/test/
Dtest_pickle.py39 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
Dtest_pickletools.py13 def loads(self, buf, **kwds): member in OptimizedPickleTests
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Dload-global.c11 const char *loads(void) { return s; } in loads() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp503 const Instruction* loads[6]; in TEST_F() local
742 const Instruction* loads[2] = {nullptr, nullptr}; in TEST_F() local
879 const Instruction* loads[1] = {nullptr}; in TEST_F() local
1024 std::vector<const Instruction*> loads{}; in TEST_F() local
/third_party/spirv-tools/test/opt/
Dscalar_analysis.cpp503 const Instruction* loads[6]; in TEST_F() local
742 const Instruction* loads[2] = {nullptr, nullptr}; in TEST_F() local
879 const Instruction* loads[1] = {nullptr}; in TEST_F() local
1024 std::vector<const Instruction*> loads{}; in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dscalar_analysis.cpp503 const Instruction* loads[6]; in TEST_F() local
742 const Instruction* loads[2] = {nullptr, nullptr}; in TEST_F() local
879 const Instruction* loads[1] = {nullptr}; in TEST_F() local
1024 std::vector<const Instruction*> loads{}; in TEST_F() local
/third_party/python/Lib/lib2to3/pgen2/
Dgrammar.py98 def loads(self, pkl): member in Grammar
/third_party/node/tools/inspector_protocol/
Dpdl.py168 def loads(data, file_name, map_binary_to_string=False): function
/third_party/python/Lib/ctypes/test/
Dtest_pickling.py21 def loads(self, item): member in PickleTest
/third_party/musl/porting/liteos_a/kernel/include/
Dsysinfo.h10 unsigned long loads[3]; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dsysinfo.h10 unsigned long loads[3]; member
/third_party/musl/include/sys/
Dsysinfo.h12 unsigned long loads[3]; member
/third_party/musl/porting/linux/user/include/sys/
Dsysinfo.h13 unsigned long loads[3]; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsysinfo.h12 unsigned long loads[3]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsysinfo.h12 unsigned long loads[3]; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsysinfo.h12 unsigned long loads[3]; member
/third_party/musl/ndk_musl_include/sys/
Dsysinfo.h13 unsigned long loads[3]; member
/third_party/musl/src/linux/x32/
Dsysinfo.c9 kulong loads[3]; member
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dupdatestate_eliminate.cc204 std::vector<CNodePtr> *loads) { in GetLoadsFromUpdateState()
214 std::vector<CNodePtr> *loads) { in GetLoadsFollowLoad()
224 std::vector<CNodePtr> *loads) { in GetLoadsFollowTuple()
339 const std::vector<CNodePtr> &loads) { in EliminateUpdateStateForLoads()
790 std::vector<CNodePtr> loads; in operator ()() local

123