Home
last modified time | relevance | path

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

12

/third_party/python/Lib/test/test_json/
D__init__.py17 loads = staticmethod(pyjson.loads) variable in PyTest
25 loads = staticmethod(cjson.loads) variable in CTest
Dtest_decode.py53 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/python/Lib/test/
Dtest_pickle.py36 loads = staticmethod(pickle._loads) variable in PyPickleTests
49 def loads(self, buf, **kwds): member in PyUnpicklerTests
67 def loads(self, buf, **kwds): member in PyPicklerTests
84 def loads(self, buf, **kwds): member in InMemoryPickleTests
101 def loads(self, buf, **kwds): member in PersistentPicklerUnpicklerMixin
Dtest_pickletools.py12 def loads(self, buf, **kwds): member in OptimizedPickleTests
/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/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/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_m/kernel/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/include/sys/
Dsysinfo.h12 unsigned long loads[3]; member
/third_party/musl/src/linux/x32/
Dsysinfo.c9 kulong loads[3]; member
/third_party/python/Lib/json/
D__init__.py299 def loads(s, *, cls=None, object_hook=None, parse_float=None, function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_fusion.cpp42 const std::map<Instruction*, std::vector<Instruction*>>& loads) { in GetLocationsAccessed()
360 std::vector<Instruction*> loads{}; in GetLoadsAndStoresInLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion.cpp42 const std::map<Instruction*, std::vector<Instruction*>>& loads) { in GetLocationsAccessed()
360 std::vector<Instruction*> loads{}; in GetLoadsAndStoresInLoop() local
/third_party/uboot/u-boot-2020.01/include/
Dxilinx.h53 int (*loads)(xilinx_desc *desc, const void *buf, size_t bsize, member
/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc289 auto loads = load_reporter_->GenerateLoads(load_balanced_hostname_, lb_id_); in SendReport() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp339 int loads = 0; member
DOptimizer.cpp68 std::vector<Ice::Inst *> loads; member
/third_party/gn/src/gn/
Dtrace.cc68 void SummarizeParses(std::vector<const TraceItem*>& loads, std::ostream& out) { in SummarizeParses()
/third_party/python/Lib/multiprocessing/
Dreduction.py54 loads = pickle.loads variable in ForkingPickler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp303 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local

12