Searched refs:startIndex (Results 1 - 7 of 7) sorted by relevance
/test/ostest/wukong/component_event/src/ |
H A D | tree_manager.cpp | 485 uint32_t startIndex = componentNode->GetIndex(); in RemovePage() local 487 uint32_t endIndex = startIndex + currentPageNode_->count_ - 1; in RemovePage() 491 startIndex, endIndex, componentTreeListCount, elementInfoListCount); in RemovePage() 492 if (startIndex >= elementInfoListCount || endIndex >= elementInfoListCount) { in RemovePage() 493 ERROR_LOG_STR("currentPageNode StartIndex (%u) EndIndex (%u) more than elementInfoList_ size (%u)", startIndex, in RemovePage() 497 elementInfoList_.erase(elementInfoList_.begin() + startIndex, elementInfoList_.begin() + endIndex); in RemovePage()
|
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/ |
H A D | caseTable.js | 109 const startIndex = (currentPage - 1) * pageSize; 110 const endIndex = startIndex + pageSize; 126 const pageData = filterData.slice(startIndex, endIndex);
|
H A D | suiteTable.js | 100 const startIndex = (currentPage - 1) * pageSize; 101 const endIndex = startIndex + pageSize; 107 const pageData = filterData.slice(startIndex, endIndex);
|
/test/xts/hats/hdf/display/composer/moduletest/ |
H A D | hdi_device_test.cpp | 501 uint32_t startIndex = 0; in TEST_P() local 504 startIndex = 3; // start form color index 3 in TEST_P() 507 startIndex = 2; // start form color index 2 in TEST_P() 510 startIndex = 1; // start form color index 1 in TEST_P() 513 startIndex = 0; in TEST_P() 518 uint32_t color = splitColors[(i + startIndex) % 4]; in TEST_P()
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | select_strategy.cpp | 549 int32_t startIndex = 0; in CalcMaxAfterAnchorIndex() local 550 for (; static_cast<size_t>(startIndex) < visitWidgets.size(); ++startIndex) { in CalcMaxAfterAnchorIndex() 553 isFrontMatch = isFrontMatch && visitWidgets[startIndex].MatchAttr(attrModel); in CalcMaxAfterAnchorIndex() 556 startAfterIndex = startAfterIndex > startIndex ? startAfterIndex : startIndex; in CalcMaxAfterAnchorIndex() 560 if (static_cast<size_t>(startIndex) == visitWidgets.size()) { in CalcMaxAfterAnchorIndex()
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksImportJsunit.test.js | 58 function assignLength(length, arrayBuf, startIndex) { 59 let index = startIndex; 66 function assignData(data, arrayBuf, startIndex) { 67 let index = startIndex;
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 2003 void (*setTextSelection)(ArkUINodeHandle node, ArkUI_Int32 startIndex, ArkUI_Int32 endIndex);
|
Completed in 24 milliseconds