Home
last modified time | relevance | path

Searched refs:cend (Results 1 – 25 of 144) sorted by relevance

123456

/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dwebview.cpp181 …auto inspectElement = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::I… in contextMenuEvent()
182 if (inspectElement == actions.cend()) { in contextMenuEvent()
183 …auto viewSource = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::ViewS… in contextMenuEvent()
184 if (viewSource == actions.cend()) in contextMenuEvent()
191 QAction *before(inspectElement == actions.cend() ? nullptr : *inspectElement); in contextMenuEvent()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dwebview.cpp181 …auto inspectElement = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::I… in contextMenuEvent()
182 if (inspectElement == actions.cend()) { in contextMenuEvent()
183 …auto viewSource = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::ViewS… in contextMenuEvent()
184 if (viewSource == actions.cend()) in contextMenuEvent()
191 QAction *before(inspectElement == actions.cend() ? nullptr : *inspectElement); in contextMenuEvent()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/
H A Dsafe_unordered_container.h69 auto __local_end = _M_cont()._M_base().cend(0); in _M_invalidate_locals()
78 auto __end = _M_cont()._M_base().cend(); in _M_invalidate_all()
H A Dunordered_set234 cend() const noexcept
235 { return { _Base::cend(), this }; }
274 cend(size_type __b) const
277 return { _Base::cend(__b), this };
476 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::cend(),
803 cend() const noexcept
804 { return { _Base::cend(), this }; }
843 cend(size_type __b) const
846 return { _Base::cend(__b), this };
1042 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::cend(),
H A Dforward_list75 using _Base_const_iterator = __decltype(_M_this()._M_base().cend());
79 && __it != _M_this()._M_base().cend(); });
350 cend() const noexcept
351 { return { _Base::cend(), this }; }
469 _GLIBCXX_DEBUG_VERIFY(__victim != _Base::cend(),
781 && __it != __list._M_base().cend();
804 && __it != __list._M_base().cend();
H A Dunordered_map240 cend() const noexcept
241 { return { _Base::cend(), this }; }
280 cend(size_type __b) const
283 return { _Base::cend(__b), this };
591 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::cend(),
933 cend() const noexcept
934 { return { _Base::cend(), this }; }
973 cend(size_type __b) const
976 return { _Base::cend(__b), this };
1199 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::cend(),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/
H A Dsafe_unordered_container.h69 auto __local_end = _M_cont()._M_base().cend(0); in _M_invalidate_locals()
78 auto __end = _M_cont()._M_base().cend(); in _M_invalidate_all()
H A Dunordered_set234 cend() const noexcept
235 { return { _Base::cend(), this }; }
274 cend(size_type __b) const
277 return { _Base::cend(__b), this };
476 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::cend(),
803 cend() const noexcept
804 { return { _Base::cend(), this }; }
843 cend(size_type __b) const
846 return { _Base::cend(__b), this };
1042 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::cend(),
H A Dforward_list75 using _Base_const_iterator = __decltype(_M_this()._M_base().cend());
79 && __it != _M_this()._M_base().cend(); });
350 cend() const noexcept
351 { return { _Base::cend(), this }; }
469 _GLIBCXX_DEBUG_VERIFY(__victim != _Base::cend(),
781 && __it != __list._M_base().cend();
804 && __it != __list._M_base().cend();
H A Dunordered_map240 cend() const noexcept
241 { return { _Base::cend(), this }; }
280 cend(size_type __b) const
283 return { _Base::cend(__b), this };
591 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::cend(),
933 cend() const noexcept
934 { return { _Base::cend(), this }; }
973 cend(size_type __b) const
976 return { _Base::cend(__b), this };
1199 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::cend(),
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dwebview.cpp180 …auto it = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::OpenLinkInThi… in contextMenuEvent()
181 if (it != actions.cend()) { in contextMenuEvent()
184 QAction *before(it == actions.cend() ? nullptr : *it); in contextMenuEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dwebview.cpp180 …auto it = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::OpenLinkInThi… in contextMenuEvent()
181 if (it != actions.cend()) { in contextMenuEvent()
184 QAction *before(it == actions.cend() ? nullptr : *it); in contextMenuEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplacecontentmodel.cpp152 for (auto i = collection.cbegin(), end = collection.cend(); i != end; ++i) { in initializeCollection()
319 for (auto it = contents.cbegin(), end = contents.cend(); it != end; ++it) { in fetchFinished()
329 for (auto it = newIndexes.cbegin(), end = newIndexes.cend(); it != end; ++it) { in fetchFinished()
358 for (auto it = changedIndexes.cbegin(), end = changedIndexes.cend(); it != end; ++it) { in fetchFinished()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dforward_list.tcc156 assign(__list.cbegin(), __list.cend()); in operator =()
400 while (__ix != __lx.cend() && __iy != __ly.cend()) in operator ==()
407 if (__ix == __lx.cend() && __iy == __ly.cend()) in operator ==()
H A Dunordered_set.h355 cend() const noexcept in _GLIBCXX_VISIBILITY()
766 cend(size_type __n) const in _GLIBCXX_VISIBILITY()
767 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY()
1170 cend() const noexcept in _GLIBCXX_VISIBILITY()
1293 { return _M_h._M_reinsert_node_multi(cend(), std::move(__nh)); } in _GLIBCXX_VISIBILITY()
1560 cend(size_type __n) const in _GLIBCXX_VISIBILITY()
1561 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY()
H A Dunordered_map.h360 cend() const noexcept in _GLIBCXX_VISIBILITY()
1087 cend(size_type __n) const in _GLIBCXX_VISIBILITY()
1088 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY()
1507 cend() const noexcept in _GLIBCXX_VISIBILITY()
1663 { return _M_h._M_reinsert_node_multi(cend(), std::move(__nh)); } in _GLIBCXX_VISIBILITY()
1938 cend(size_type __n) const in _GLIBCXX_VISIBILITY()
1939 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dforward_list.tcc156 assign(__list.cbegin(), __list.cend()); in operator =()
400 while (__ix != __lx.cend() && __iy != __ly.cend()) in operator ==()
407 if (__ix == __lx.cend() && __iy == __ly.cend()) in operator ==()
H A Dunordered_set.h355 cend() const noexcept in _GLIBCXX_VISIBILITY()
766 cend(size_type __n) const in _GLIBCXX_VISIBILITY()
767 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY()
1170 cend() const noexcept in _GLIBCXX_VISIBILITY()
1293 { return _M_h._M_reinsert_node_multi(cend(), std::move(__nh)); } in _GLIBCXX_VISIBILITY()
1560 cend(size_type __n) const in _GLIBCXX_VISIBILITY()
1561 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY()
H A Dunordered_map.h360 cend() const noexcept in _GLIBCXX_VISIBILITY()
1087 cend(size_type __n) const in _GLIBCXX_VISIBILITY()
1088 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY()
1507 cend() const noexcept in _GLIBCXX_VISIBILITY()
1663 { return _M_h._M_reinsert_node_multi(cend(), std::move(__nh)); } in _GLIBCXX_VISIBILITY()
1938 cend(size_type __n) const in _GLIBCXX_VISIBILITY()
1939 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dprism2fw.c410 u32 cend; in crcimage() local
421 cend = fchunk[c].addr + fchunk[c].len; in crcimage()
430 if (crcstart - 2 >= cstart && crcstart < cend) in crcimage()
522 u32 cend; in mkimage() local
572 cend = cstart + clist[j].len - 1; in mkimage()
573 if (s3start >= cstart && s3end <= cend) in mkimage()
684 u32 cend; in plugimage() local
730 cend = fchunk[c].addr + fchunk[c].len; in plugimage()
731 if (pstart >= cstart && pend <= cend) in plugimage()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dreservations.c789 unsigned int cend = cstart + clen - 1; in ocfs2_resmap_claimed_bits() local
801 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start, in ocfs2_resmap_claimed_bits()
808 BUG_ON(cend > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits()
810 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend); in ocfs2_resmap_claimed_bits()
/OK3568_Linux_fs/kernel/drivers/hwtracing/stm/
H A Dcore.c250 unsigned int *cstart, unsigned int cend) in stm_find_master_chan() argument
268 pos = find_free_channels(master->chan_map, *cstart, cend, in stm_find_master_chan()
285 unsigned int midx, cidx, mend, cend; in stm_output_assign() local
299 stp_policy_node_get_ranges(policy_node, &midx, &mend, &cidx, &cend); in stm_output_assign()
307 ret = stm_find_master_chan(stm, width, &midx, mend, &cidx, cend); in stm_output_assign()
H A Dstm.h58 unsigned int *cstart, unsigned int *cend);
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c30 u32 start, cstart, cend, cdiff, cdiv, val; in get_osc_clk_speed() local
72 cend = readl(&gpt1_base->tcrr); /* get end sys_clk count */ in get_osc_clk_speed()
73 cdiff = cend - cstart; /* get elapsed ticks */ in get_osc_clk_speed()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoareamonitorsource.cpp200 for (auto it = meta.cbegin(), end = meta.cend(); it != end; ++it) { in availableSources()

123456