Home
last modified time | relevance | path

Searched refs:testLocation (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_coordinate.qml61 id: testLocation
103 compare (testLocation.coordinate.longitude, inside.longitude)
104 compare (testLocation.coordinate.latitude, inside.latitude)
106 compare (testLocation.boundingBox.contains(inside), true)
107 compare (testLocation.boundingBox.contains(outside), false)
108 compare (testLocation.boundingBox.bottomRight.longitude, br.longitude)
109 compare (testLocation.boundingBox.bottomRight.latitude, br.latitude)
110 compare (testLocation.boundingBox.topLeft.longitude, tl.longitude)
111 compare (testLocation.boundingBox.topLeft.latitude, tl.latitude)
113 compare (testLocation.address.country, "Australia")
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp56 void testLocation();
170 void tst_qmlinterface::testLocation() in testLocation() function in tst_qmlinterface