Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_plugin.qml64 verify (invalidPlugin.availableServiceProviders.length > 0)
65verify (invalidPlugin.availableServiceProviders.indexOf('qmlgeo.test.plugin') > -1) // at least te…
68 verify(invalidPlugin.isAttached)
69 verify(!(invalidPlugin.supportsMapping()))
70 verify(!(invalidPlugin.supportsGeocoding()))
71 verify(!(invalidPlugin.supportsRouting()))
72 verify(!(invalidPlugin.supportsPlaces()))
75 verify(testPlugin.isAttached)
76 verify(testPlugin.supportsMapping())
77 verify(testPlugin.supportsGeocoding())
[all …]
H A Dtst_positionsource.qml49 verify(activeDefaultSource.name !== "");
55 verify(!activeDefaultSource.active);
56 verify(!activeDefaultSource.valid);
61 verify(defaultSource.name != "");
80 verify(testSetSource.name !== "");
84 verify(testSetSource.valid);
90 verify(testSetSource.valid);
96 verify(testSetSource.valid);
101 verify(!testSetSource.valid);
161 verify(!testingSourceV1.position.speedValid)
[all …]
H A Dtst_category.qml47 verify(emptyCategory.icon);
72 verify(qmlCategory.icon);
137 verify(saveCategory.errorString().length === 0);
140 verify(saveCategory.errorString().length > 0);
149 verify(saveCategory.errorString().length === 0);
151 verify(saveCategory.categoryId !== "");
173 verify(saveCategory.errorString().length === 0);
192 verify(saveCategory.errorString().length > 0);
203 verify(saveCategory.errorString().length > 0);
212 verify(saveCategory.errorString().length > 0);
[all …]
H A Dutils.js36 testCase.verify(compareArray(testObject[data.property], data.expectedValue));
39 testCase.verify(compareArray(testObject[data.property], data.value));
54 testCase.verify(compareArray(testObject[data.property], data.expectedValue));
57 testCase.verify(compareArray(testObject[data.property], data.value));
75 testCase.verify(compareArray(testObject[data.property], data.reset));
87 testCase.verify(isNaN(obj1["dateTime"].getTime()));
150 testCase.verify(model.totalCount > 0);
151 testCase.verify(dataModel.items.count > 0);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item_details.qml321 verify (fuzzy_compare(mapcenter.x, 100, 2))
322 verify (fuzzy_compare(mapcenter.y, 100, 2))
345 verify(LocationTestHelper.waitForPolished(map))
346 verify(extMapPolygon.path.length == 2)
350 verify(extMapPolygon0.path.length == 0)
352 verify(extMapPolygon.path.length == 3)
353 verify(LocationTestHelper.waitForPolished(map))
358 verify(extMapPolygon.path[0].latitude, 10)
360 verify(extMapPolygon.path[0].latitude, 15)
362 verify(extMapPolygon.path[0].longitude, 2)
[all …]
H A Dtst_map_item_fit_viewport.qml226 verify (fuzzy_compare(mapcenter.x, 128, 2))
227 verify (fuzzy_compare(mapcenter.y, 128, 2))
261 // re-add items and verify they are back (without needing to pan map etc.)
325 verify(!is_coord_on_screen(preMapRect.topLeft))
326 verify(!is_coord_on_screen(preMapRect.bottomRight))
327 verify(!is_coord_on_screen(mapCircleTopLeft))
328 verify(!is_coord_on_screen(mapCircleBottomRight))
329 verify(!is_coord_on_screen(mapPolygonTopLeft))
330 verify(!is_coord_on_screen(mapPolygonBottomRight))
331 verify(!is_coord_on_screen(mapQuickItemTopLeft))
[all …]
H A Dtst_map.qml191 verify(isNaN(map.center.altitude));
200 verify(mapVisibleRegion.visibleRegion.contains(coordinateVisible1))
201 verify(mapVisibleRegion.visibleRegion.contains(coordinateVisible2))
202 verify(mapVisibleRegion.visibleRegion.contains(coordinateVisible3))
205 verify(LocationTestHelper.waitForPolished(mapVisibleRegion))
206 verify(mapVisibleRegion.visibleRegion.contains(coordinateVisible1))
207 verify(mapVisibleRegion.visibleRegion.contains(coordinateVisible2))
208 verify(mapVisibleRegion.visibleRegion.contains(coordinateVisible3))
211 verify(LocationTestHelper.waitForPolished(mapVisibleRegion))
212 verify(mapVisibleRegion.visibleRegion.contains(coordinateVisible1))
[all …]
H A Dtst_map_error.qml128 verify(map_no_plugin.center === coordinate)
130 verify(map_error_plugin.center === coordinate)
157 verify(isNaN(map_error_plugin.fromCoordinate(coordinate).x))
158 verify(isNaN(map_error_plugin.fromCoordinate(coordinate).y))
159 verify(isNaN(map_no_plugin.fromCoordinate(coordinate).x))
160 verify(isNaN(map_no_plugin.fromCoordinate(coordinate).y))
165 verify(map_error_plugin.gesture.enabled)
166 verify(map_no_plugin.gesture.enabled)
173 verify(map_no_plugin.center === coordinate)
176 verify(map_error_plugin.center === coordinate)
[all …]
H A Dtst_map_item.qml227 verify (fuzzy_compare(mapcenter.x, 100, 2))
228 verify (fuzzy_compare(mapcenter.y, 100, 2))
276 verify(LocationTestHelper.waitForPolished(map))
283 verify(LocationTestHelper.waitForPolished(map))
293 verify(LocationTestHelper.waitForPolished(map))
308 verify(LocationTestHelper.waitForPolished(map))
316 verify(LocationTestHelper.waitForPolished(map))
324 // remove items and repeat clicks to verify they are gone
331 verify(LocationTestHelper.waitForPolished(map))
351 // re-add items and verify they are back
[all …]
H A Dtst_map_pinch.qml.QTBUG-47970159 verify(map.gesture.activeGestures & MapGestureArea.ZoomGesture)
215 verify((map.lastPinchEvent.point1.x > pinchGenerator.startDragDistance())
218 verify((map.lastPinchEvent.point2.x > 75)
230 verify((map.lastPinchEvent.point1.x) > 25 && (map.lastPinchEvent.point1.x <= 50))
232 verify((map.lastPinchEvent.point2.x) >= 50 && (map.lastPinchEvent.point2.x < 85))
242 verify((map.lastPinchEvent.point1.x) > 35 && (map.lastPinchEvent.point1.x <= 50))
244 verify((map.lastPinchEvent.point2.x) >= 50 && (map.lastPinchEvent.point2.x < 65))
249 verify(pinchUpdatedSpy.count >= 5); // verify 'sane' number of updates received
292 verify(pinchUpdatedSpy.count >= 5); // verify 'sane' number of updates received
332 verify(pinchUpdatedSpy.count >= 5); // verify 'sane' number of updates received
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dget_dvb_firmware60 verify("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $hash);
80 verify("$tmpdir/ZEnglish/sc_main.mc", $hash);
98 verify("$tmpdir/fwtmp", $hash);
116 verify("$tmpdir/fwtmp", $hash);
134 verify("$tmpdir/fwtmp", $hash);
149 verify($sourcefile, $hash);
166 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $hash);
183 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $hash);
200 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_S.bin", $hash);
216 verify("$tmpdir/fw1part1-1","5e0909858fdf0b5b09ad48b9fe622e70");
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/
H A Dtst_locationsingleton.qml165 verify(!circle.isValid)
167 verify(!circle.isValid)
169 verify(circle.isValid)
173 verify(!circle.isValid)
175 verify(!circle.isValid)
177 verify(!circle.isValid)
182 verify(!rectangle.isValid)
184 verify(!rectangle.isValid)
186 verify(!rectangle.isValid)
188 verify(!rectangle.isValid)
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/sysctl/
H A Dsysctl.sh170 verify() function
229 if ! verify "${TEST_FILE}"; then
237 if verify "${TARGET}"; then
246 if ! verify "${TARGET}"; then
255 if verify "${TARGET}"; then
269 if ! verify "${TARGET}"; then
279 if ! verify "${TARGET}"; then
289 if verify "${TARGET}"; then
300 if verify "${TARGET}"; then
372 if ! verify "${TARGET}"; then
[all …]
/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A DKconfig2 bool "support vbmeta public key verify"
6 verify vbmeta public keys.
9 bool "support vbmeta public key verify for SPL"
13 verify vbmeta public keys.
16 bool "support vbmeta public key verify for TPL"
20 verify vbmeta public keys.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c1068 .verify = NULL,
1077 .verify = NULL,
1086 .verify = NULL,
1095 .verify = NULL,
1104 .verify = NULL,
1113 .verify = NULL,
1122 .verify = NULL,
1131 .verify = NULL,
1140 .verify = NULL,
1149 .verify = NULL,
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-init.rst45 `cache` constrained, userspace should verify cache device
48 `era` constrained, userspace should verify metadata device
51 `log-writes` constrained, userspace should verify metadata device
52 `mirror` constrained, userspace should verify main/mirror device
53 `raid` constrained, userspace should verify metadata device
54 `snapshot` constrained, userspace should verify src/dst device
56 `snapshot-merge` constrained, userspace should verify src/dst device
58 `switch` constrained, userspace should verify dev path
62 `writecache` constrained, userspace should verify cache device
/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Dmtd_nandecctest.c30 int (*verify)(void *, void *, void *, const size_t); member
204 .verify = no_bit_error_verify,
209 .verify = single_bit_error_correct,
214 .verify = single_bit_error_correct,
219 .verify = double_bit_error_detect,
224 .verify = double_bit_error_detect,
229 .verify = double_bit_error_detect,
275 err = nand_ecc_test[i].verify(error_data, error_ecc, in nand_ecc_test_run()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dgenimage.sh29 verify () { function
46 verify "$FBZIMAGE"
49 verify "$MTOOLSRC"
60 verify "$MTOOLSRC"
72 verify "$MTOOLSRC"
/OK3568_Linux_fs/kernel/arch/sparc/boot/
H A Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/OK3568_Linux_fs/kernel/arch/nios2/boot/
H A Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/OK3568_Linux_fs/kernel/arch/m68k/
H A Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/OK3568_Linux_fs/kernel/arch/arm64/boot/
H A Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/OK3568_Linux_fs/kernel/arch/riscv/boot/
H A Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/OK3568_Linux_fs/kernel/arch/parisc/boot/
H A Dinstall.sh22 verify () { function
34 verify "$2"
35 verify "$3"
/OK3568_Linux_fs/kernel/arch/arm/boot/
H A Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"

12345678910>>...24