Searched refs:outIndex (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_utils.cpp | 82 auto outIndex = start; in GetScrollUpOrLeftItemIndex() local 83 for (; outIndex <= end; outIndex++) { in GetScrollUpOrLeftItemIndex() 84 auto child = host->GetChildByIndex(outIndex); in GetScrollUpOrLeftItemIndex() 93 return outIndex; in GetScrollUpOrLeftItemIndex() 143 int32_t outIndex = GetScrollUpOrLeftItemIndex(axis, offset, start, end, host); in RecycleItemsOutOfBoundary() local 144 if (outIndex <= start) { in RecycleItemsOutOfBoundary() 147 RecycleItemsByIndex(start, outIndex, foreachNodes, wrapper); in RecycleItemsOutOfBoundary()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_anti_dos_sync_test.cpp | 293 for (int outIndex = 0; outIndex < TEST_THREE_OUTDATA; outIndex++) { in HWTEST_F()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.cpp | 980 auto outIndex = codecAvailQue_->Front(); in SendFrame() local 981 std::shared_ptr<HBuffer> frameBuffer = buffers_[INDEX_OUTPUT][outIndex]; in SendFrame() 983 FramePostProcess(buffers_[INDEX_OUTPUT][outIndex], outIndex, AVCS_ERR_OK, AVCS_ERR_OK); in SendFrame()
|
Completed in 4 milliseconds