Home
last modified time | relevance | path

Searched refs:route1 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/
H A Dtst_qgeoroutereply.cpp136 QGeoRoute *route1 = new QGeoRoute(); in routes() local
139 route1->setDistance(15.12); in routes()
142 routes.append(*route1); in routes()
151 QCOMPARE(routescopy.at(0).distance(),route1->distance()); in routes()
154 delete route1; in routes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/
H A Dfixtures.qrc3 <file>route1.xml</file>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml736 var route1 = routeModel.get(0)
738 verify(route1 !== route2)
739 verify(route1.equals(route2))
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0_core.c1677 ADBRamLink route0, ADBRamLink route1) in vortex_adb_delroutes() argument
1688 VORTEX_ADB_RTBASE + ((route1 & ADB_MASK) << 2)); in vortex_adb_delroutes()
1709 if ((temp & ADB_MASK) == route1) in vortex_adb_delroutes()