Home
last modified time | relevance | path

Searched full:insert (Results 1 – 25 of 3004) sorted by relevance

12345678910>>...121

/OK3568_Linux_fs/buildroot/package/valgrind/
H A Duclibc.supp2 <insert a suppression name here>
8 <insert a suppression name here>
14 <insert a suppression name here>
20 <insert a suppression name here>
26 <insert a suppression name here>
32 <insert a suppression name here>
38 <insert a suppression name here>
44 <insert a suppression name here>
50 <insert a suppression name here>
56 <insert a suppression name here>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dsequence.hpp26 // insert helpers -------------------------------------------------//
29 inline void insert( in insert() function
35 Input.insert( At, Begin, End ); in insert()
39 inline void insert( in insert() function
42 const InsertT& Insert ) in insert() argument
44 … ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) ); in insert()
65 // Assumption: insert and erase are expensive
87 // Replace sequence is longer, insert it in operator ()()
88 Input.insert( InputIt, InsertIt, End ); in operator ()()
104 // Const-time erase and insert methods -> use them
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeojson.cpp605 singlePointMap.insert(QStringLiteral("type"), QStringLiteral("Point")); in importMultiPoint()
606 singlePointMap.insert(QStringLiteral("data"), QVariant::fromValue(parsedPoint)); in importMultiPoint()
622 singleLinestringMap.insert(QStringLiteral("type"), QStringLiteral("LineString")); in importMultiLineString()
624 singleLinestringMap.insert(QStringLiteral("data"), QVariant::fromValue(parsedLineString)); in importMultiLineString()
647 singlePolygonMap.insert(QStringLiteral("type"), QStringLiteral("Polygon")); in importMultiPolygon()
648 singlePolygonMap.insert(QStringLiteral("data"), QVariant::fromValue(singlePoly)); in importMultiPolygon()
694 returnedObject.insert(QStringLiteral("type"), QStringLiteral("Point")); in importGeometry()
695 … returnedObject.insert(QStringLiteral("data"), QVariant::fromValue(importPoint(inputMap))); in importGeometry()
699 returnedObject.insert(QStringLiteral("type"), QStringLiteral("MultiPoint")); in importGeometry()
700 … returnedObject.insert(QStringLiteral("data"), QVariant::fromValue(importMultiPoint(inputMap))); in importGeometry()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dextents.c228 struct bkey *insert, in bch_btree_ptr_insert_fixup() argument
234 if (!KEY_OFFSET(insert)) in bch_btree_ptr_insert_fixup()
324 struct bkey *insert, in bch_extent_insert_fixup() argument
333 BUG_ON(!KEY_OFFSET(insert)); in bch_extent_insert_fixup()
334 BUG_ON(!KEY_SIZE(insert)); in bch_extent_insert_fixup()
342 if (bkey_cmp(&START_KEY(k), insert) >= 0) { in bch_extent_insert_fixup()
349 if (bkey_cmp(k, &START_KEY(insert)) <= 0) in bch_extent_insert_fixup()
378 if (KEY_START(k) > KEY_START(insert) + sectors_found) in bch_extent_insert_fixup()
393 sectors_found = KEY_OFFSET(k) - KEY_START(insert); in bch_extent_insert_fixup()
396 if (bkey_cmp(insert, k) < 0 && in bch_extent_insert_fixup()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_task.h67 * Insert the task into the job handle.
81 * Insert the task into the job handle.
104 * Insert the task into the job handle.
121 * Insert the task into the job handle.
140 * Insert the task into the job handle.
168 * Insert the task into the job handle.
187 * Insert the task into the job handle.
205 * Insert the task into the job handle.
227 * Insert the task into the job handle.
252 * Insert the task into the job handle.
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Dim2d_task.h67 * Insert the task into the job handle.
81 * Insert the task into the job handle.
104 * Insert the task into the job handle.
121 * Insert the task into the job handle.
140 * Insert the task into the job handle.
168 * Insert the task into the job handle.
187 * Insert the task into the job handle.
205 * Insert the task into the job handle.
227 * Insert the task into the job handle.
252 * Insert the task into the job handle.
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_task.h67 * Insert the task into the job handle.
81 * Insert the task into the job handle.
104 * Insert the task into the job handle.
121 * Insert the task into the job handle.
140 * Insert the task into the job handle.
168 * Insert the task into the job handle.
187 * Insert the task into the job handle.
205 * Insert the task into the job handle.
227 * Insert the task into the job handle.
252 * Insert the task into the job handle.
[all …]
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_task.h67 * Insert the task into the job handle.
81 * Insert the task into the job handle.
104 * Insert the task into the job handle.
121 * Insert the task into the job handle.
140 * Insert the task into the job handle.
168 * Insert the task into the job handle.
187 * Insert the task into the job handle.
205 * Insert the task into the job handle.
227 * Insert the task into the job handle.
252 * Insert the task into the job handle.
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dblk-exec.c34 * blk_execute_rq_nowait - insert a request into queue for execution
35 * @q: queue to insert the request in
37 * @rq: request to insert
38 * @at_head: insert request at head or tail of queue
42 * Insert a fully prepared request at the back of the I/O scheduler queue
69 * blk_execute_rq - insert a request into queue for execution
70 * @q: queue to insert the request in
72 * @rq: request to insert
73 * @at_head: insert request at head or tail of queue
76 * Insert a fully prepared request at the back of the I/O scheduler queue
/OK3568_Linux_fs/kernel/drivers/net/wireguard/selftest/
H A Dallowedips.c460 #define insert(version, mem, ipa, ipb, ipc, ipd, cidr) \ macro
513 insert(4, a, 192, 168, 4, 0, 24); in wg_allowedips_selftest()
514 insert(4, b, 192, 168, 4, 4, 32); in wg_allowedips_selftest()
515 insert(4, c, 192, 168, 0, 0, 16); in wg_allowedips_selftest()
516 insert(4, d, 192, 95, 5, 64, 27); in wg_allowedips_selftest()
518 insert(4, c, 192, 95, 5, 65, 27); in wg_allowedips_selftest()
519 insert(6, d, 0x26075300, 0x60006b00, 0, 0xc05f0543, 128); in wg_allowedips_selftest()
520 insert(6, c, 0x26075300, 0x60006b00, 0, 0, 64); in wg_allowedips_selftest()
521 insert(4, e, 0, 0, 0, 0, 0); in wg_allowedips_selftest()
522 insert(6, e, 0, 0, 0, 0, 0); in wg_allowedips_selftest()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DObserver-Mode.html86 <code>may-insert-breakpoints</code> but disabled <code>may-write-memory</code>,
97 below (except for <code>insert-fast-tracepoints</code>), plus enables
131 <dt><code>set may-insert-breakpoints on</code></dt>
132 <dt><code>set may-insert-breakpoints off</code></dt>
133 <dd><p>This controls whether <small>GDB</small> will attempt to insert breakpoints.
138 <dt><code>show may-insert-breakpoints</code></dt>
139 <dd><p>Show the current permission to insert breakpoints.
143 <dt><code>set may-insert-tracepoints on</code></dt>
144 <dt><code>set may-insert-tracepoints off</code></dt>
145 <dd><p>This controls whether <small>GDB</small> will attempt to insert (regular)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DObserver-Mode.html86 <code>may-insert-breakpoints</code> but disabled <code>may-write-memory</code>,
97 below (except for <code>insert-fast-tracepoints</code>), plus enables
131 <dt><code>set may-insert-breakpoints on</code></dt>
132 <dt><code>set may-insert-breakpoints off</code></dt>
133 <dd><p>This controls whether <small>GDB</small> will attempt to insert breakpoints.
138 <dt><code>show may-insert-breakpoints</code></dt>
139 <dd><p>Show the current permission to insert breakpoints.
143 <dt><code>set may-insert-tracepoints on</code></dt>
144 <dt><code>set may-insert-tracepoints off</code></dt>
145 <dd><p>This controls whether <small>GDB</small> will attempt to insert (regular)
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/cpufreq/
H A Dmodule.sh24 # insert module
42 # Insert cpufreq driver module and perform basic tests
43 # $1: cpufreq-driver module to insert
55 # insert module
85 # $1: cpufreq-driver module to insert
155 # Insert cpufreq governor module and perform basic tests
156 # $1: cpufreq-governor module to insert
171 # insert module
205 # TEST1: Insert gov after driver
206 # insert driver module
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dunordered_set111 pair<iterator, bool> insert(const value_type& obj);
112 pair<iterator, bool> insert(value_type&& obj);
113 iterator insert(const_iterator hint, const value_type& obj);
114 iterator insert(const_iterator hint, value_type&& obj);
116 void insert(InputIterator first, InputIterator last);
117 void insert(initializer_list<value_type>);
121 insert_return_type insert(node_type&& nh); // C++17
122 iterator insert(const_iterator hint, node_type&& nh); // C++17
275 iterator insert(const value_type& obj);
276 iterator insert(value_type&& obj);
[all …]
H A Dset112 pair<iterator,bool> insert(const value_type& v);
113 pair<iterator,bool> insert(value_type&& v);
114 iterator insert(const_iterator position, const value_type& v);
115 iterator insert(const_iterator position, value_type&& v);
117 void insert(InputIterator first, InputIterator last);
118 void insert(initializer_list<value_type> il);
122 insert_return_type insert(node_type&& nh); // C++17
123 iterator insert(const_iterator hint, node_type&& nh); // C++17
312 iterator insert(const value_type& v);
313 iterator insert(value_type&& v);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dunordered_set111 pair<iterator, bool> insert(const value_type& obj);
112 pair<iterator, bool> insert(value_type&& obj);
113 iterator insert(const_iterator hint, const value_type& obj);
114 iterator insert(const_iterator hint, value_type&& obj);
116 void insert(InputIterator first, InputIterator last);
117 void insert(initializer_list<value_type>);
121 insert_return_type insert(node_type&& nh); // C++17
122 iterator insert(const_iterator hint, node_type&& nh); // C++17
275 iterator insert(const value_type& obj);
276 iterator insert(value_type&& obj);
[all …]
H A Dset112 pair<iterator,bool> insert(const value_type& v);
113 pair<iterator,bool> insert(value_type&& v);
114 iterator insert(const_iterator position, const value_type& v);
115 iterator insert(const_iterator position, value_type&& v);
117 void insert(InputIterator first, InputIterator last);
118 void insert(initializer_list<value_type> il);
122 insert_return_type insert(node_type&& nh); // C++17
123 iterator insert(const_iterator hint, node_type&& nh); // C++17
312 iterator insert(const value_type& v);
313 iterator insert(value_type&& v);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutingmanagerenginemapbox.cpp93 …map.insert(QLatin1String("distance_along_geometry"), voiceInstruction.value(QLatin1String("distanc… in parseMapboxVoiceInstruction()
96 …map.insert(QLatin1String("announcement"), voiceInstruction.value(QLatin1String("announcement")).to… in parseMapboxVoiceInstruction()
99 …map.insert(QLatin1String("ssml_announcement"), voiceInstruction.value(QLatin1String("ssmlAnnouncem… in parseMapboxVoiceInstruction()
119 map.insert(QLatin1String("type"), bannerComponent.value(QLatin1String("type")).toString()); in parseMapboxBannerComponent()
122 map.insert(QLatin1String("text"), bannerComponent.value(QLatin1String("text")).toString()); in parseMapboxBannerComponent()
125 map.insert(QLatin1String("abbr"), bannerComponent.value(QLatin1String("abbr")).toString()); in parseMapboxBannerComponent()
128 …map.insert(QLatin1String("abbr_priority"), bannerComponent.value(QLatin1String("abbr_priority")).t… in parseMapboxBannerComponent()
148 map.insert(QLatin1String("text"), banner.value(QLatin1String("text")).toString()); in parseMapboxBanner()
151 …map.insert(QLatin1String("components"), parseMapboxBannerComponents(banner.value(QLatin1String("co… in parseMapboxBanner()
154 map.insert(QLatin1String("type"), banner.value(QLatin1String("type")).toString()); in parseMapboxBanner()
[all …]
/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 Dunordered_map327 insert(const value_type& __obj)
330 auto __res = _Base::insert(__obj);
338 insert(value_type&& __x)
341 auto __res = _Base::insert(std::move(__x));
350 insert(_Pair&& __obj)
353 auto __res = _Base::insert(std::forward<_Pair>(__obj));
359 insert(const_iterator __hint, const value_type& __obj)
363 auto __it = _Base::insert(__hint.base(), __obj);
371 insert(const_iterator __hint, value_type&& __x)
375 auto __it = _Base::insert(__hint.base(), std::move(__x));
[all …]
H A Dunordered_set321 insert(const value_type& __obj)
324 auto __res = _Base::insert(__obj);
330 insert(const_iterator __hint, const value_type& __obj)
334 auto __it = _Base::insert(__hint.base(), __obj);
340 insert(value_type&& __obj)
343 auto __res = _Base::insert(std::move(__obj));
349 insert(const_iterator __hint, value_type&& __obj)
353 auto __it = _Base::insert(__hint.base(), std::move(__obj));
359 insert(std::initializer_list<value_type> __l)
362 _Base::insert(__l);
[all …]
/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 Dunordered_map327 insert(const value_type& __obj)
330 auto __res = _Base::insert(__obj);
338 insert(value_type&& __x)
341 auto __res = _Base::insert(std::move(__x));
350 insert(_Pair&& __obj)
353 auto __res = _Base::insert(std::forward<_Pair>(__obj));
359 insert(const_iterator __hint, const value_type& __obj)
363 auto __it = _Base::insert(__hint.base(), __obj);
371 insert(const_iterator __hint, value_type&& __x)
375 auto __it = _Base::insert(__hint.base(), std::move(__x));
[all …]
H A Dunordered_set321 insert(const value_type& __obj)
324 auto __res = _Base::insert(__obj);
330 insert(const_iterator __hint, const value_type& __obj)
334 auto __it = _Base::insert(__hint.base(), __obj);
340 insert(value_type&& __obj)
343 auto __res = _Base::insert(std::move(__obj));
349 insert(const_iterator __hint, value_type&& __obj)
353 auto __it = _Base::insert(__hint.base(), std::move(__obj));
359 insert(std::initializer_list<value_type> __l)
362 _Base::insert(__l);
[all …]
H A Dmultimap.h247 insert(const value_type& __x) in _GLIBCXX_VISIBILITY()
248 { return iterator(_Base::insert(__x), this); } in _GLIBCXX_VISIBILITY()
254 insert(value_type&& __x) in _GLIBCXX_VISIBILITY()
255 { return { _Base::insert(std::move(__x)), this }; } in _GLIBCXX_VISIBILITY()
261 insert(_Pair&& __x) in _GLIBCXX_VISIBILITY()
262 { return { _Base::insert(std::forward<_Pair>(__x)), this }; } in _GLIBCXX_VISIBILITY()
267 insert(std::initializer_list<value_type> __list) in _GLIBCXX_VISIBILITY()
268 { _Base::insert(__list); } in _GLIBCXX_VISIBILITY()
273 insert(const_iterator __position, const value_type& __x) in _GLIBCXX_VISIBILITY()
275 insert(iterator __position, const value_type& __x) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dinserter.hpp3 // Insert iterator
35 container->insert(value); in operator =()
59 \brief Insert iterator generator.
61 Returns insert iterator capable to insert values to the container
62 (spatial index) which has member function insert(value_type const&) defined.
68 \return The insert iterator inserting values to the container.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ext/
H A Dhash_set65 pair<iterator, bool> insert(const value_type& obj);
67 void insert(InputIterator first, InputIterator last);
151 iterator insert(const value_type& obj);
153 void insert(InputIterator first, InputIterator last);
280 pair<iterator, bool> insert(const value_type& __x)
283 iterator insert(const_iterator, const value_type& __x) {return insert(__x).first;}
286 void insert(_InputIterator __first, _InputIterator __last);
353 insert(__first, __last);
364 insert(__first, __last);
375 insert(__first, __last);
[all …]

12345678910>>...121