Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 13 of 13) sorted by relevance

/test/xts/hats/hdf/display/composer/common/
Dhdi_test_render_utils.cpp22 void SetUint32(uint32_t& dst, uint32_t value) in SetUint32()
Ddisplay_test_utils.cpp120 uint32_t dst; in GetUint32() local
156 void SetUint32(uint32_t &dst, uint32_t value) in SetUint32()
/test/xts/device_attest_lite/services/core/mini/adapter/
Dattest_adapter_network_config.c29 static int32_t CopyNVData(char *dst, int32_t dstLen, unsigned char *src, int32_t srcLen) in CopyNVData()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit.py356 def add_pushed_dir(self, src, dst): argument
389 def __add_pushed_file__(self, device, src, dst): argument
395 def __add_dir_pushed_files__(self, device, src, dst): argument
/test/xts/hats/hdf/hdf_lite/display/
Dloadbmp_test.c186 uint16_t *dst = NULL; in LoadRgbData() local
/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_common.cpp413 void PackNCHWToNHWCFp32(const char *src, char *dst, int batch, int plane, int channel) { in PackNCHWToNHWCFp32()
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_mac_test.c50 static int32_t BufferToAscii(uint8_t* src, uint32_t src_size, char* dst, uint32_t* dst_size) in BufferToAscii()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.cpp364 std::ofstream dst(dstPath, std::ios::binary); in CopyFile() local
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.cpp364 std::ofstream dst(dstPath, std::ios::binary); in CopyFile() local
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py796 def copy_folder(src, dst): argument
Dconstants.py63 dst = "distributedtest" variable in TestType
/test/xts/acts/kernel_lite/mem_posix/src/
DMemApiTest.cpp643 char dst[1024]; variable
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Dopenharmony.py1048 def _do_check(soruce, dst, dst_less_sor=True): argument