Home
last modified time | relevance | path

Searched refs:united (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dnet-generic.patch14 -os_support=solaris coherent-linux redhat-linux/5.0-* mandrake-linux united-linux suse-linux/6.0-* …
15 +os_support=generic-linux solaris coherent-linux redhat-linux/5.0-* mandrake-linux united-linux sus…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.h107 Q_INVOKABLE QGeoRectangle united(const QGeoRectangle &rectangle) const;
122 return united(rectangle);
H A Dqgeorectangle.cpp804 QGeoRectangle QGeoRectangle::united(const QGeoRectangle &rectangle) const in united() function in QGeoRectangle
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview.cpp152 rect = rect.united(kid->geoShape().boundingGeoRectangle()); in geoShape()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp1846 QCOMPARE(in1.united(in2), out); in unite()
1847 QCOMPARE(in2.united(in1), out); in unite()