Home
last modified time | relevance | path

Searched defs:load_data (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/mesa3d/bin/ci/
H A Dstructured_logger.py154 def load_data(self, file_path: Path) -> dict: member in StructuredLoggerStrategy
168 def load_data(self, file_path: Path) -> dict: member in CSVStrategy
189 def load_data(self, file_path: Path) -> dict: member in JSONStrategy
212 def load_data(self, file_path: Path) -> dict: member in YAMLStrategy
245 def load_data(self): member in StructuredLogger
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DElfInterfaceTest.cpp205 LoadInfo load_data = pt_loads.at(0); in SinglePtLoad() local
262 LoadInfo load_data = pt_loads.at(0); in MultipleExecutablePtLoads() local
329 LoadInfo load_data = pt_loads.at(0); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr() local
398 LoadInfo load_data = pt_loads.at(0x1000); in NonExecutablePtLoads() local
469 LoadInfo load_data = pt_loads.at(0); in ManyPhdrs() local
/aosp_15_r20/external/libopus/dnn/torch/osce/stndrd/evaluation/
H A Dmake_boxplots.py43 def load_data(folder): function
H A Dmake_boxplots_moctest.py43 def load_data(folder): function
H A Dmake_tables_moctest.py43 def load_data(folder): function
H A Dmake_tables.py43 def load_data(folder): function
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c281 nir_def *load_data = nir_load_ubo( in lower_shader_system_values() local
369 nir_def *load_data = nir_load_ubo( in lower_load_push_constant() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/zoneinfo/
D_common.py27 def load_data(fobj): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/zoneinfo/
D_common.py27 def load_data(fobj): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/zoneinfo/
D_common.py27 def load_data(fobj): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/zoneinfo/
D_common.py27 def load_data(fobj): function
/aosp_15_r20/external/python/cpython3/Lib/zoneinfo/
D_common.py27 def load_data(fobj): function
/aosp_15_r20/cts/apps/CameraITS/tests/sensor_fusion/
H A Dtest_sensor_fusion.py268 def load_data(): function
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/
H A Dlauncher.py360 def load_data(args): function
/aosp_15_r20/cts/apps/CameraITS/tests/inprog/rolling_shutter_skew/
H A Dtest_rolling_shutter_skew.py217 def load_data(dir_name): function
/aosp_15_r20/external/libcap-ng/src/
H A Dcap-ng.c563 static int load_data(const struct vfs_ns_cap_data *filedata, int size) in load_data() function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-member-pointers.cpp613 int *load_data(A *a, int A::*mp) { in load_data() function
/aosp_15_r20/external/mtools/
H A Dxdf_io.c296 static ssize_t load_data(Xdf_t *This, uint32_t ibegin, uint32_t iend, in load_data() function
/aosp_15_r20/external/python/cpython3/Modules/
D_zoneinfo.c836 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) in load_data() function
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_numeric.py980 def load_data(self, n, eindex): member in TestFromiter
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_cuda.cpp455 ExprHandle load_data = Load::make(data_buf, {i1}); in TEST() local
/aosp_15_r20/external/sdv/vsomeip/implementation/configuration/src/
Dconfiguration_impl.cpp462 bool configuration_impl::load_data(const std::vector<configuration_element> &_elements, in load_data() function in vsomeip_v3::cfg::configuration_impl