| /applications/sample/camera/launcher/launcher/src/main/cpp/ |
| D | swipe_view.cpp | 30 for (int i = 0; i < MAX_VIEWGROUP; i++) { in SwipeView() local 119 for (int16_t i = 1; i < groupCount_; i++) { in OnSetUpView() local 129 for (int i = 0; i < groupCount_; i++) { in OnSetUpView() local 183 for (int16_t i = 0; i < groupCount_; i++) { in UninstallApp() local 203 int16_t i; in InstallApp() local 237 for (int i = 0; i < MAX_VIEWGROUP; i++) { in OnStop() local
|
| D | app_manage.cpp | 43 for (int i = 0; i < count; i++, pBundleInfo++) { in GetAailityInfosByBundleName() local 74 int i = 0; in GetAppInstallInfo() local 159 for (int i = 0; i < size; i++) { in SetViewGroup() local
|
| D | view_group_page.cpp | 40 for (int16_t i = 0; i < row_; i++) { in IsFull() local 71 for (int i = 0; i < rows; i++) { in SetMatrix() local
|
| /applications/standard/contacts_data/contacts/src/ |
| D | contacts_build.cpp | 173 for (unsigned int i = 0; i < emailsSize; i++) { in GetValuesBucketEmail() local 201 for (unsigned int i = 0; i < eventsSize; i++) { in GetValuesBucketEvent() local 226 for (unsigned int i = 0; i < groupsSize; i++) { in GetValuesBucketGroup() local 247 for (unsigned int i = 0; i < imAddressSize; i++) { in GetValuesBucketImAddress() local 289 for (unsigned int i = 0; i < phoneNumbersSize; i++) { in GetValuesBucketPhoneNumber() local 314 for (unsigned int i = 0; i < postalAddressesSize; i++) { in GetValuesBucketPostalAddress() local 360 for (unsigned int i = 0; i < relationsSize; i++) { in GetValuesBucketRelation() local 385 for (unsigned int i = 0; i < sipAddressesSize; i++) { in GetValuesBucketSipAddress() local 410 for (unsigned int i = 0; i < websitesSize; i++) { in GetValuesBucketWebsite() local 604 for (uint32_t i = 0; i < size; i++) { in GetEmails() local [all …]
|
| /applications/standard/launcher/feature/pagedesktop/src/main/ets/default/common/ |
| D | PageDesktopDragHandler.ts | 530 typeId: layoutInfo[i].typeId, constant 532 area: layoutInfo[i].area constant 541 typeId: layoutInfo[i].typeId, constant 542 keyName: layoutInfo[i].keyName, constant 543 area: layoutInfo[i].area constant 584 const count = layoutInfo[i].area[0] * layoutInfo[i].area[1]; constant 662 const keyName = foldersAndForms[i].keyName; constant 763 const moveFolderOrForm = foldersAndForms[i]; constant 909 const app = apps[i]; constant
|
| /applications/sample/wifi-iot/app/samgr/ |
| D | specified_task_example.c | 93 int i; in GetName() local 104 int i; in GetSpec1Name() local 116 int i; in GetSpec2Name() local 128 int i; in GetSpec3Name() local 208 int i; in SSInit() local
|
| /applications/standard/camera/common/src/main/ets/default/camera/ |
| D | CameraPlatformCapability.ts | 102 const errorValue = sizeList[i].size.width * height - sizeList[i].size.height * width; constant 128 const widthError = sizeList[i].size.width - width; constant 129 const heightError = sizeList[i].size.height - height; constant
|
| /applications/standard/contacts_data/ability/account/src/ |
| D | account_sync.cpp | 63 for (size_t i = 0; i < systemAccounts.size(); i++) { in getShouldUpdateAndAddAccounts() local 98 for (size_t i = 0; i < accounts.size(); i++) { in SyncUpdateAccount() local 114 for (size_t i = 0; i < notInSysAccounts.size(); i++) { in SyncUpdateAccount() local 120 for (size_t i = 0; i < shouldAddAccounts.size(); i++) { in SyncUpdateAccount() local
|
| /applications/standard/app_samples/code/BasicFeature/FileManagement/Photos/entry/src/main/ets/common/ |
| D | ScreenManager.ts | 113 for (let i = 0, l = event.length; i < l; i++) { variable 135 for (let i = 0, l = event.length; i < l; i++) { variable 147 let i = cbs.length; variable 164 for (let i = 0; i < this.events.get(event).length; i++) { variable 169 for (let i = 0, l = cbs.length; i < l; i++) { variable 170 let ref = cbs[i]; variable
|
| /applications/standard/photos/common/src/main/ets/default/access/ |
| D | UserFileManagerAccess.ts | 511 for (let i = 0; i < albums.length; i++) { variable 512 let album = albums[i]; variable 635 for (let i = 0; i < UserFileManagerAccess.SYSTEM_BEFORE_USER_ALBUM_LIST.length; i++) { variable 636 let albumSubType = UserFileManagerAccess.SYSTEM_BEFORE_USER_ALBUM_LIST[i]; variable 643 for (let i = 0; i < UserFileManagerAccess.SYSTEM_AFTER_USER_ALBUM_LIST.length; i++) { variable 644 let albumSubType = UserFileManagerAccess.SYSTEM_AFTER_USER_ALBUM_LIST[i]; variable 665 for (let i = 0; i < UserFileManagerAccess.SYSTEM_BEFORE_USER_ALBUM_LIST.length; i++) { variable 666 let albumSubType = UserFileManagerAccess.SYSTEM_BEFORE_USER_ALBUM_LIST[i]; variable 881 for (let i = 0; i < UserFileManagerAccess.ALL_SYSTEM_ALBUM_LIST.length; i++) { variable
|
| /applications/standard/launcher/feature/bigfolder/src/main/ets/default/viewmodel/ |
| D | BigFolderViewModel.ts | 71 const appInfo: AppItemInfo = openFolderData.layoutInfo[i].find(item => { constant 75 const index = openFolderData.layoutInfo[i].indexOf(appInfo); constant 188 const layoutInfo = gridLayoutInfo.layoutInfo[i]; constant 422 const tmpPage = layoutInfo.layoutInfo[i].page.toString(); constant 617 const layoutInfo = gridLayoutInfo.layoutInfo[i]; constant 676 const layoutInfo = gridLayoutInfo.layoutInfo[i]; constant 1015 for (let i = 0; i < layoutInfo.length; i++) { variable 1091 for (let i = 0; i < removeAppInfos.length; i++) { variable 1152 for (let i = 0; i < openFolderData.layoutInfo.length; i++) { variable
|
| /applications/standard/app_samples/code/Performance/ArkRuntime/NBody/entry/src/main/ets/model/ |
| D | NBody_ETS_6.ts | 64 const body: Body = bodies[i]; constant 87 const iBody = bodies[i]; constant 120 const body: Body = bodies[i]; constant 137 const iBody: Body = bodies[i]; constant
|
| /applications/standard/launcher/common/src/main/ets/default/utils/ |
| D | Pinyin.ts | 106 let i = 0; variable 171 let i= 0; variable 174 const str = chars[i]; constant
|
| /applications/sample/camera/setting/setting/src/main/cpp/ |
| D | wpa_work.c | 61 int i = 0; in SendCtrlCommand() local 100 for (int i = 0; i < len; i++) { in ProcessScanResult() local 164 int i = 0; in GetCurrentConnInfo() local 245 int i, ret, err; in CheckSsid() local 418 int i = 0; in InitControlInterface() local 485 int i = 0; in ThreadMain() local
|
| /applications/standard/app_samples/code/LaunguageBaseClassLibrary/ConcurrentModule/entry/src/main/ets/workers/ |
| D | WorkerCopy.ts | 27 for (let i = 0; i < fileNames.length; i++) { variable 46 for (let i = 0; i < listFiles.length; i++) { variable
|
| /applications/sample/camera/communication/hostapd/src/ |
| D | hostapd_sample.c | 45 for (int i = 0; i < g_apArgc; i++) { in ThreadMain() local 59 for (int i = 0; i < g_apArgc; i++) { in main() local
|
| /applications/sample/camera/communication/wpa_supplicant/src/ |
| D | wpa_sample.c | 45 for (int i = 0; i < g_wpaArgc; i++) { in ThreadMain() local 59 for (int i = 0; i < g_wpaArgc; i++) { in main() local
|
| /applications/standard/contacts_data/test/unittest/src/ |
| D | stability_test.cpp | 75 for (int i = 0; i < 10000; i++) { variable 184 for (int i = 0; i < 10000; i++) { variable 277 for (int i = 0; i < 10000; i++) { variable 367 for (int i = 0; i < 10000; i++) { variable
|
| D | calllogability_test.cpp | 159 for (int i = 0; i < allSize; i++) { in GetCallLogValues() local 1025 for (int i = 0; i < 10; i++) { variable 1065 for (int i = 0; i < 1000; i++) { variable 1201 for (int i = 0; i < threadNum; ++i) { variable 1223 for (int i = 0; i < threadNum; ++i) { variable 1258 for (int i = 0; i < size; ++i) { variable 1280 for (int i = 0; i < size; ++i) { variable 1314 for (int i = 0; i < threadNum; ++i) { variable 1322 for (int i = 0; i < size; ++i) { variable 1328 for (int i = 0; i < size; ++i) { variable [all …]
|
| D | voicemailability_test.cpp | 114 for (int i = 0; i < allSize; i++) { in GetVoiceMailValues() local 932 for (int i = 0; i < size; i++) { variable 1404 for (int i = 0; i < 10; i++) { variable 1561 for (int i = 0; i < threadNum; ++i) { variable 1583 for (int i = 0; i < threadNum; ++i) { variable 1618 for (int i = 0; i < size; ++i) { variable 1640 for (int i = 0; i < size; ++i) { variable 1674 for (int i = 0; i < threadNum; ++i) { variable 1682 for (int i = 0; i < size; ++i) { variable 1688 for (int i = 0; i < size; ++i) { variable [all …]
|
| D | performance_test.cpp | 88 for (int i = 0; i < 10000; i++) { variable 232 for (int i = 0; i < 10000; i++) { variable 354 for (int i = 0; i < 10000; i++) { variable 471 for (int i = 0; i < 10000; i++) { variable
|
| D | base_test.cpp | 80 for (int i = 0; i < size; i++) { in CheckResultSet() local 145 for (int i = 0; i < size; i++) { in CheckResultSetList() local
|
| /applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributedNote/entry/src/main/ets/model/ |
| D | RemoteDeviceModel.ts | 152 for (let i = 0;i < this.discoverDevices.length; i++) { variable 201 for (let i = 0; i < this.discoverDevices.length; i++) { variable
|
| /applications/standard/photos/common/src/main/ets/default/model/browser/photo/ |
| D | MediaDataSource.ts | 351 for (let i = 0; i < this.size; i++) { variable 472 for (let i = fromIndex; i < endIndex; i++) { variable 491 for (let i = fromIndex; i < endIndex; i++) { variable 726 for (let i = startIndex; i < endIndex; i++) { variable
|
| /applications/standard/app_samples/code/Solutions/Game/Lottie/entry/src/main/ets/common/lottie/ |
| D | grunt.json | 1 …}},"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","closed":true,"ks":{"k":[{"i":{"x":0.667,"y":1},"… array
|