Home
last modified time | relevance | path

Searched refs:route2 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/
H A Dtst_qgeoroutereply.cpp137 QGeoRoute *route2 = new QGeoRoute(); in routes() local
140 route2->setDistance(20.12); in routes()
143 routes.append(*route2); in routes()
152 QCOMPARE(routescopy.at(1).distance(),route2->distance()); in routes()
155 delete route2; in routes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/
H A Dfixtures.qrc4 <file>route2.xml</file>
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dchanges.rst267 consider using the network tools from ip-route2.
471 Ip-route2
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dchanges.rst263 livello dovreste prendere in considerazione l'uso degli strumenti in ip-route2.
464 Ip-route2
/OK3568_Linux_fs/kernel/Documentation/
H A DChanges267 consider using the network tools from ip-route2.
471 Ip-route2
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml737 var route2 = routeModelEquals.get(0)
738 verify(route1 !== route2)
739 verify(route1.equals(route2))