Home
last modified time | relevance | path

Searched refs:arr (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/display/buffer/test/fuzztest/common/
H A Ddisplay_common_fuzzer.h76 uint32_t GetArrLength(T& arr) in GetArrLength() argument
78 if (arr == nullptr) { in GetArrLength()
82 return sizeof(arr) / sizeof(arr[0]); in GetArrLength()
/drivers/peripheral/display/composer/test/fuzztest/common/
H A Ddisplay_common_fuzzer.h147 uint32_t GetArrLength(T& arr) in GetArrLength() argument
149 if (arr == nullptr) { in GetArrLength()
153 return sizeof(arr) / sizeof(arr[0]); in GetArrLength()
/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_device.h34 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H A Dusb_driver_info.cpp24 static int32_t SetArrayToObj(cJSON *obj, const string &key, const vector<uint16_t> &arr) in SetArrayToObj() argument
32 for (const auto item : arr) { in SetArrayToObj()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DNodeTools.js614 let arr = s.split(',');
615 stringToArrayWithQuote(ret, type, arr);
620 function stringToArrayWithQuote(ret, type, arr) {
621 for (let i in arr) {
622 let num = NodeTools.jinZhiXTo10(arr[i]);

Completed in 2 milliseconds