| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | clip.hpp | 24 part.push_back(p); in operator ()() 54 result.push_back(new_ring); in operator ()() 66 p.push_back(new_ring); in operator ()() 69 result.push_back(p); in operator ()() 78 [&](const auto& g) { result.push_back(this->operator()(g)); }); in operator ()() 87 parts.push_back(std::move(slice)); in newSlice() 110 slice.push_back(intersect<I>(a, b, k1)); in clipLine() 111 slice.push_back(intersect<I>(a, b, k2)); in clipLine() 115 slice.push_back(intersect<I>(a, b, k1)); in clipLine() 117 slice.push_back(b); // last point in clipLine() [all …]
|
| H A D | tile.hpp | 70 tile.features.push_back({ transform(point), props, id }); in addFeature() 78 tile.features.push_back({ std::move(new_line), props, id }); in addFeature() 86 tile.features.push_back({ std::move(new_polygon), props, id }); in addFeature() 108 tile.features.push_back({ std::move(new_multi[0]), props, id }); in addFeature() 111 tile.features.push_back({ std::move(new_multi), props, id }); in addFeature() 126 result.push_back(transform(p)); in transform() 136 result.push_back(transform(p)); in transform() 147 result.push_back(transform(p)); in transform() 157 result.push_back(transform(line)); in transform() 166 result.push_back(transform(ring)); in transform() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeotiledmappingmanagerengineosm.cpp | 116 providers_street.push_back(new TileProvider(domain + "street-hires", true)); in QGeoTiledMappingManagerEngineOsm() 117 providers_satellite.push_back(new TileProvider(domain + "satellite-hires", true)); in QGeoTiledMappingManagerEngineOsm() 118 providers_cycle.push_back(new TileProvider(domain + "cycle-hires", true)); in QGeoTiledMappingManagerEngineOsm() 119 providers_transit.push_back(new TileProvider(domain + "transit-hires", true)); in QGeoTiledMappingManagerEngineOsm() 120 providers_nighttransit.push_back(new TileProvider(domain + "night-transit-hires", true)); in QGeoTiledMappingManagerEngineOsm() 121 providers_terrain.push_back(new TileProvider(domain + "terrain-hires", true)); in QGeoTiledMappingManagerEngineOsm() 122 providers_hiking.push_back(new TileProvider(domain + "hiking-hires", true)); in QGeoTiledMappingManagerEngineOsm() 124 providers_street.push_back(new TileProvider(domain + "street")); in QGeoTiledMappingManagerEngineOsm() 125 providers_satellite.push_back(new TileProvider(domain + "satellite")); in QGeoTiledMappingManagerEngineOsm() 126 providers_cycle.push_back(new TileProvider(domain + "cycle")); in QGeoTiledMappingManagerEngineOsm() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | object.cpp | 12 context->abandonedPrograms.push_back(id); in operator ()() 17 context->abandonedShaders.push_back(id); in operator ()() 22 context->abandonedBuffers.push_back(id); in operator ()() 28 context->abandonedTextures.push_back(id); in operator ()() 30 context->pooledTextures.push_back(id); in operator ()() 37 context->abandonedVertexArrays.push_back(id); in operator ()() 43 context->abandonedFramebuffers.push_back(id); in operator ()() 48 context->abandonedRenderbuffers.push_back(id); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/ |
| H A D | push_back.hpp | 22 struct push_back struct 34 , result_of::push_back<Sequence const, T> 36 push_back(Sequence const& seq, T const& x) in push_back() function 38 typedef typename result_of::push_back<Sequence const, T> push_back; in push_back() typedef 39 typedef typename push_back::single_view single_view; in push_back() 40 typedef typename push_back::type result; in push_back()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_data.cpp | 60 polygons.push_back(rings); in classifyRings() 77 polygons.push_back(polygon); in classifyRings() 81 polygon.push_back(rings[i]); in classifyRings() 85 polygons.push_back(polygon); in classifyRings() 126 multiPoint.push_back(tileCoordinatesToLatLng(p)); in convertGeometry() 140 lineString.push_back(tileCoordinatesToLatLng(p)); in convertGeometry() 142 multiLineString.push_back(std::move(lineString)); in convertGeometry() 158 linearRing.push_back(tileCoordinatesToLatLng(p)); in convertGeometry() 160 polygon.push_back(std::move(linearRing)); in convertGeometry() 162 multiPolygon.push_back(std::move(polygon)); in convertGeometry()
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | GrallocOps.cpp | 195 attributes->push_back(hnd->width); in gralloc_backend_get_attrs() 196 attributes->push_back(hnd->height); in gralloc_backend_get_attrs() 197 attributes->push_back(hnd->stride); in gralloc_backend_get_attrs() 198 attributes->push_back(hnd->format); in gralloc_backend_get_attrs() 199 attributes->push_back(hnd->size); in gralloc_backend_get_attrs() 200 attributes->push_back(hnd->type); in gralloc_backend_get_attrs() 216 attributes->push_back(hnd->width); in gralloc_backend_get_attrs() 217 attributes->push_back(hnd->height); in gralloc_backend_get_attrs() 218 attributes->push_back(hnd->stride); in gralloc_backend_get_attrs() 219 attributes->push_back(hnd->format); in gralloc_backend_get_attrs() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | sweep_context.cpp | 57 points_.push_back(polyline[i]); in AddHole() 62 points_.push_back(point); in AddPoint() 108 edge_list.push_back(new Edge(*polyline[i], *polyline[j])); in InitEdges() 119 map_.push_back(triangle); in AddToMap() 135 map_.push_back(triangle); in CreateAdvancingFront() 174 triangles.push_back(&triangle); in MeshClean() 182 triangles_.push_back(t); in MeshClean() 185 triangles.push_back(t->GetNeighbor(i)); in MeshClean()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/fusion/ |
| H A D | push_back.hpp | 25 struct push_back struct 34 : fusion::result_of::push_back< 41 typename fusion::result_of::push_back<Seq const, T>::type 44 return fusion::push_back(seq, t); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/ |
| H A D | clip2tri.cpp | 163 solution.push_back(n->Contour); in execute() 165 solution.push_back(n->Contour); in execute() 333 …polyline.push_back(new p2t::Point(F64(currentNode->Contour[j].X), F64(currentNode->Contour[j].Y))); in triangulateComplex() 335 polylinesRegistry.push_back(polyline); // Memory in triangulateComplex() 339 cdtRegistry.push_back(cdt); in triangulateComplex() 350 … hole.push_back(new p2t::Point(F64(childNode->Contour[k].X), F64(childNode->Contour[k].Y))); in triangulateComplex() 352 holesRegistry.push_back(hole); // Memory in triangulateComplex() 368 …outputTriangles.push_back(Point(currentTriangle->GetPoint(0)->x * CLIPPER_SCALE_FACT_INVERSE, curr… in triangulateComplex() 369 …outputTriangles.push_back(Point(currentTriangle->GetPoint(1)->x * CLIPPER_SCALE_FACT_INVERSE, curr… in triangulateComplex() 370 …outputTriangles.push_back(Point(currentTriangle->GetPoint(2)->x * CLIPPER_SCALE_FACT_INVERSE, curr… in triangulateComplex()
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch | 27 CmdArgs.push_back("-lunwind"); 29 CmdArgs.push_back("-l:libunwind.a"); 30 + CmdArgs.push_back("-lpthread"); 31 + CmdArgs.push_back("-ldl"); 34 CmdArgs.push_back("-l:libunwind.dll.a");
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | buffer_end_flat.hpp | 80 range_out.push_back(perp_right_point); in apply() 81 range_out.push_back(perp_left_point); in apply() 85 range_out.push_back(perp_left_point); in apply() 86 range_out.push_back(perp_right_point); in apply()
|
| H A D | buffer_join_round_by_divide.hpp | 77 range_out.push_back(mid_point); in mid_points() 121 range_out.push_back(perp1); in apply() 126 range_out.push_back(bp); in apply() 131 range_out.push_back(bp); in apply() 134 range_out.push_back(perp2); in apply()
|
| /OK3568_Linux_fs/buildroot/package/llvm/ |
| H A D | 0002-No-longer-generate-calls-to-_finite.patch | 73 - Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG_FINITE_F32, 79 - Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG_F32, RTLIB::LOG_F64, 82 + Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG_F32, RTLIB::LOG_F64, 89 - Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG2_FINITE_F32, 95 - Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG2_F32, RTLIB::LOG2_F64, 98 + Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG2_F32, RTLIB::LOG2_F64, 105 - Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG10_FINITE_F32, 111 - Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG10_F32, RTLIB::LOG10_F64, 114 + Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG10_F32, RTLIB::LOG10_F64, 121 - Results.push_back(ExpandFPLibCall(Node, RTLIB::EXP_FINITE_F32, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoprojection.cpp | 762 mapRect.push_back(QDoubleVector2D(leftX, 1.0)); in updateVisibleRegion() 763 mapRect.push_back(QDoubleVector2D(rightX, 1.0)); in updateVisibleRegion() 764 mapRect.push_back(QDoubleVector2D(rightX, 0.0)); in updateVisibleRegion() 765 mapRect.push_back(QDoubleVector2D(leftX, 0.0)); in updateVisibleRegion() 768 viewportRect.push_back(bl); in updateVisibleRegion() 769 viewportRect.push_back(br); in updateVisibleRegion() 770 viewportRect.push_back(tr); in updateVisibleRegion() 771 viewportRect.push_back(tl); in updateVisibleRegion() 786 mapRect.push_back(QDoubleVector2D(-1.0, 1.0)); in updateVisibleRegion() 787 mapRect.push_back(QDoubleVector2D( 2.0, 1.0)); in updateVisibleRegion() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | push_back.hpp | 29 struct push_back struct 33 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,push_back,(Sequence,T)) 48 BOOST_MPL_AUX_NA_SPEC(2, push_back)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
| H A D | dibbler_fix_getSize_crash.patch | 9 - Options.push_back( ptr ); 12 + Options.push_back( ptr ); 21 - Options.push_back( ptr ); 23 + Options.push_back( ptr );
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | de9im.hpp | 172 struct push_back struct 174 typedef typename boost::mpl::push_back 182 struct push_back<Seq, T, false> struct 206 typename index::detail::tuples::push_back 215 return index::detail::tuples::push_back in operator ||() 254 typename detail::de9im::push_back 262 return typename detail::de9im::push_back in operator ||()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/ |
| H A D | push_back_impl.hpp | 53 : aux::has_type< push_back< Seq, has_push_back_arg > > 57 typedef aux::has_type< push_back< Seq, has_push_back_arg > > type; 59 (aux::has_type< push_back< Seq, has_push_back_arg > >::value)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/ |
| H A D | assign_to.hpp | 56 push_back(attr, *i); in call() 66 push_back(attr, rng); in call() 88 push_back(attr, *i); in call() 250 traits::push_back(attr, val); in call() 259 traits::push_back(attr, val); in append_to_container_not_string() 272 traits::push_back(attr, traits::deref(i)); in append_to_container_not_string() 291 traits::push_back(attr, *i); in append_to_string() 308 traits::push_back(attr, val); in append_to_container()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/ |
| H A D | collect_vectors.hpp | 364 collection.push_back(v); in apply_impl() 407 collection.push_back(item(get<0>(lower_left), get<1>(lower_left), 0, 1)); in apply() 408 collection.push_back(item(get<0>(upper_left), get<1>(upper_left), 1, 0)); in apply() 409 collection.push_back(item(get<0>(upper_right), get<1>(upper_right), 0, -1)); in apply() 410 collection.push_back(item(get<0>(lower_right), get<1>(lower_right), -1, 0)); in apply() 428 collection.push_back(item(lower_left, upper_left)); in apply() 429 collection.push_back(item(upper_left, upper_right)); in apply() 430 collection.push_back(item(upper_right, lower_right)); in apply() 431 collection.push_back(item(lower_right, lower_left)); in apply()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | post_process.cc | 188 boxes.push_back(box_x); in process() 189 boxes.push_back(box_y); in process() 190 boxes.push_back(box_w); in process() 191 boxes.push_back(box_h); in process() 192 objProbs.push_back(sigmoid(max_class_prob * box_prob)); in process() 193 classId.push_back(maxClassId); in process() 258 indexArray.push_back(i); in post_process()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | container.hpp | 284 bool push_back(Container& c, T const& val); 305 return push_back(boost::get<Container>(c), val); in call() 321 return push_back(c, t_); in push_back_impl() 352 bool push_back(Container& c, T const& val) in push_back() function 359 bool push_back(Container&, unused_type) in push_back() function 366 bool push_back(unused_type, T const&) in push_back() function 371 inline bool push_back(unused_type, unused_type) in push_back() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/ |
| H A D | segmented_iterator_range.hpp | 45 struct push_back; 56 , result_of::push_back<Sequence const, T> 58 push_back(Sequence const& seq, T const& x); 295 typename result_of::push_back< 310 fusion::push_back( in call() 434 typename result_of::push_back< 456 fusion::push_back( in call()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/ |
| H A D | motion_stabilizing.hpp | 73 void pushBack(Ptr<IMotionStabilizer> stabilizer) { stabilizers_.push_back(stabilizer); } in pushBack() 159 rows_.push_back(row); in set() 160 cols_.push_back(col); in set() 161 elems_.push_back(coef); in set()
|