Home
last modified time | relevance | path

Searched +defs:i +defs:n (Results 1 – 25 of 178) sorted by relevance

12345678

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dlinear_vector.h29 explicit LinearVector(const size_t n) : std::vector<T>(n) {}; in LinearVector()
30 LinearVector(const size_t n, T value) : std::vector<T>(n, value) {}; in LinearVector()
38 for (size_t i = 0; i < shortLinearVector->size(); ++i) { variable
48 for (size_t i = 0; i < shortLinearVector->size(); ++i) { variable
57 for (size_t i = 0; i < linearVector.size(); ++i) { variable
68 for (size_t i = 0; i < linearVector.size(); ++i) { variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dpoints.cpp41 void Points::fill_pts(OH_Drawing_Point2D pts[], size_t n, TestRend* rand) in fill_pts()
43 for (size_t i = 0; i < n; i++) { in fill_pts() local
58 const size_t n = 99; // 99 要绘制的点的数量 in OnTestFunction() local
H A Dlargeclippedpath.cpp69 float n = 2; in OnTestFunction() local
70 for (int i = 1; i <= kNumPetals; ++i) { in OnTestFunction() local
H A Dblur_circles.cpp51 for (int i = 0; i < loops; ++i) { in OnTestFunction() local
81 int n = OH_Drawing_CanvasGetSaveCount(canvas) - fSaveCount; in OnTestFunction() local
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_raw_api_func_test.cpp112 for (int32_t i = 0; strlen(data[i]) > 0; i++) { variable
142 for (int32_t i = 0; strlen(data[i]) > 0; i++) { variable
169 unsigned int n = 0; variable
177 for (unsigned int i = 0; i < writeCnt; i++) { variable
266 for (int32_t i = 0; strlen(data[i]) > 0; i++) { variable
294 for (int32_t i = 0; strlen(data[i]) > 0; i++) { variable
319 unsigned int n = 0; variable
327 for (int32_t i = 0; i < writeCnt; i++) { variable
H A Dusb_host_serial_func_test.cpp115 for (int32_t i = 0; strlen(data[i]) > 0; i++) { variable
145 for (int32_t i = 0; strlen(data[i]) > 0; i++) { variable
172 unsigned int n = 0; variable
180 for (int32_t i = 0; i < writeCnt; i++) { variable
270 for (int32_t i = 0; strlen(data[i]) > 0; i++) { variable
298 for (int32_t i = 0; strlen(data[i]) > 0; i++) { variable
323 unsigned int n = 0; variable
331 for (unsigned int i = 0; i < writeCnt; i++) { variable
390 for (int32_t i=0; i < TEST_COUNT; i++) { variable
429 for (int32_t i = 0; i < TEST_COUNT; i++) { variable
[all …]
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_host_raw_api_func_test.cpp84 for (int32_t i = 0; data[i].size() > 0; i++) { variable
110 unsigned int n = 0; variable
118 for (int32_t i = 0; i < writeCnt; i++) { variable
172 for (int32_t i = 0; data[i].size() > 0; i++) { variable
197 unsigned int n = 0; variable
205 for (int32_t i = 0; i < writeCnt; i++) { variable
H A Dusb_host_serial_func_test.cpp97 for (int32_t i = 0; i < 20; i++) { variable
121 for (int32_t i = 0; i < 20; i++) { variable
172 for (int32_t i = 0; data[i].size() > 0; i++) { variable
198 unsigned int n = 0; variable
206 for (int32_t i = 0; i < writeCnt; i++) { variable
254 for (int32_t i = 0; data[i].size() > 0; i++) { variable
279 unsigned int n = 0; variable
287 for (int32_t i = 0; i < writeCnt; i++) { variable
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_bn.c51 …nExpModParams *bnParams, const struct HksBlob *a, const struct HksBlob *e, const struct HksBlob *n) in BnBuildParams()
90 int32_t i = (int32_t)(x->size - 1); in BnExpModExport() local
102 const struct HksBlob *e, const struct HksBlob *n) in HksOpensslBnExpMod()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Dbuild_object.c69 static void **get_object(const struct object_map *map, uint32_t n, int32_t modular, bool is_client) in get_object()
71 for (uint32_t i = 0; i < n; i++) { in get_object() local
82 static uint32_t select_relation_map(const struct object_relation *map, uint32_t n, int32_t modular,… in select_relation_map()
87 for (uint32_t i = 0; i < n; i++) { in select_relation_map() local
96 static bool check_mutex_object_is_null(const struct object_map *map, uint32_t n, int32_t modular, b… in check_mutex_object_is_null()
120 for (uint32_t i = 0; i < n; i++) { in check_mutex_object_is_null() local
136 static bool check_depend_object_is_not_null(const struct object_map *map, uint32_t n, int32_t modul… in check_depend_object_is_not_null()
147 for (uint32_t i = 0; i < n; i++) { in check_depend_object_is_not_null() local
178 for (uint32_t i = 0; i < sizeof(map) / sizeof(map[0]); i++) { in build_object_by_modular() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dstring_util.cpp23 int n; in IsUtf8() local
24 int i = 0; in IsUtf8() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… argument
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… argument
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_sections.cpp74 int32_t n = static_cast<int32_t>(sections_.size()); in NotifySectionChange() local
75 for (int32_t i = 0; i < static_cast<int32_t>(newSections.size()) - 1; i++) { in NotifySectionChange() local
79 for (int32_t i = start; i < std::min(start + deleteCount - 1, n); i++) { in NotifySectionChange() local
83 for (int32_t i = 0; i < std::min(start, n); i++) { in NotifySectionChange() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv6_address.cpp90 for (int n = HALF_IN6ADDR; n < MAX_IPV6_PREFIX_LENGTH / CHAR_BIT; ++n) { in Create() local
136 unsigned int i = 0; in Create() local
147 for (unsigned int n = 0; n < copyMask.size(); ++n) { in Create() local
153 for (unsigned int n = 0; n < maskBin.size(); ++n) { in Create() local
257 for (unsigned int n = CHAR_BIT - prefixLength % CHAR_BIT; n < CHAR_BIT; ++n) { in GetIpv6Mask() local
273 for (int n = 0; n < rndLength; ++n) { in GetRandomAddr() local
284 for (int n = rndLength; n < MAX_IPV6_PREFIX_LENGTH; ++n) { in GetRandomAddr() local
291 for (unsigned int n = 0; n < resBin.size(); n += BIN_TO_HEX) { in GetRandomAddr() local
295 for (unsigned int n = BIN_TO_HEX; n < resHex.size(); n += IPV6_INTERVAL) { in GetRandomAddr() local
308 for (int n = prefixLength / CHAR_BIT + 1; n < MAX_IPV6_PREFIX_LENGTH / CHAR_BIT; ++n) { in GetRandomAddr() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.cpp501 for (int32_t i = startSeg; i <= endSeg; ++i) { in IsMisaligned() local
527 const size_t n = sections.size(); in InitSegments() local
564 for (int32_t i = prevSeg - 1; i >= curSeg; --i) { in PrepareSectionPos() local
583 const size_t n = sections.size(); in InitSegmentTails() local
590 for (size_t i = 1; i < n; ++i) { in InitSegmentTails() local
597 const size_t n = sections.size(); in InitLanes() local
623 const size_t n = sections.size(); in InitSegmentsForKeepPositionMode() local
653 const size_t n = sections.size(); in AdjustLanes() local
663 for (size_t i = 0; i < curSegIdx; ++i) { in AdjustLanes() local
666 for (size_t i = curSegIdx; i < n; ++i) { in AdjustLanes() local
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dsync.cpp70 for (uint32_t n = static_cast<uint32_t>(1 + rand() % 4); n <= 64; n <<= 1) { in lock_contended() local
71 for (uint32_t i = 0; i < n; ++i) { in lock_contended() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotopickercomponent.js17 …var n, r = arguments.length, l = r < 3 ? o : null === i ? i = Object.getOwnPropertyDescriptor(o, t… variable
33 constructor(e, o, t, i = -1, n = void 0) { argument
271 let i = new ItemInfo; variable
272 let n = e.itemType; variable
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp60 [info](const NodeSpec& n) { in SetUpBasicOutPortFormat()
115 for (int i = 0; i < G_PIPELINE_SPECS_SIZE; i++) { in InitPipeSpecPtr() local
193 void StreamPipelineStrategy::PrintConnection(const NodeSpec& n) in PrintConnection()
208 [it](const NodeSpec& n) { in PrintConnection()
225 [it](const NodeSpec& n) { in CombineSpecs()
275 for (int i = 0; i < G_PIPELINE_SPECS_SIZE; i++) { in CheckPipelineSpecExist() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent_preview.js22 constructor(j, k, l, m = -1, n = undefined, o) { argument
35 setInitiallyProvidedValue(i) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dmatrix_test.cpp38 Matrix n; in TestMatrix() local
66 for (size_t i = 0; i < point.size(); i++) { in TestMatrix() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dcommon_utils.h32 uint32_t n = 0; in IsUtf8() local
33 for (uint32_t i = 0; i < len; i++) { in IsUtf8() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_listener.cpp48 ssize_t n = recvmsg(socket, &hdr, 0); in UeventKernelMulticastRecv() local
94 int32_t i; in ReadMsg() local
144 int32_t n = poll(ufds, fd_count, idle_time); in RunListener() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp53 SLRWeightMat SLRProc::GetWeights(float coeff, int n) in GetWeights()
69 for (int i = 0; i < n; i++) { in GetWeights() local
78 for (int i = 0; i < n; i++) { in GetWeights() local
208 int m = dst.size_.height, n = dst.size_.width; in Serial() local
209 for (int i = 0; i < m; i++) { in Serial() local
222 int n = dst.size_.width; in SLRSubtask() local
223 for (int i = start; i < end; i++) { in SLRSubtask() local
239 int m = dst.size_.height, n = dst.size_.width; in Parallel() local
259 for (int i = (maxThread - stepMod) * step; i < m; i++) { in Parallel() local

12345678