| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_plugin.qml | 64 verify (invalidPlugin.availableServiceProviders.length > 0) 65 …verify (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 D | tst_positionsource.qml | 49 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 D | tst_category.qml | 47 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 D | utils.js | 36 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 D | tst_map_item_details.qml | 321 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 D | tst_map_item_fit_viewport.qml | 226 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 D | tst_map.qml | 191 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 D | tst_map_error.qml | 128 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 D | tst_map_item.qml | 227 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 D | tst_map_pinch.qml.QTBUG-47970 | 159 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 D | get_dvb_firmware | 60 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 D | tst_locationsingleton.qml | 165 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 D | sysctl.sh | 170 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 D | Kconfig | 2 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 D | cmd.c | 1068 .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 D | dm-init.rst | 45 `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 D | mtd_nandecctest.c | 30 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 D | genimage.sh | 29 verify () { function 46 verify "$FBZIMAGE" 49 verify "$MTOOLSRC" 60 verify "$MTOOLSRC" 72 verify "$MTOOLSRC"
|
| /OK3568_Linux_fs/kernel/arch/sparc/boot/ |
| H A D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
| /OK3568_Linux_fs/kernel/arch/nios2/boot/ |
| H A D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
| /OK3568_Linux_fs/kernel/arch/m68k/ |
| H A D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/ |
| H A D | install.sh | 23 verify () { function 34 verify "$2" 35 verify "$3"
|
| /OK3568_Linux_fs/kernel/arch/riscv/boot/ |
| H A D | install.sh | 23 verify () { function 34 verify "$2" 35 verify "$3"
|
| /OK3568_Linux_fs/kernel/arch/parisc/boot/ |
| H A D | install.sh | 22 verify () { function 34 verify "$2" 35 verify "$3"
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/ |
| H A D | install.sh | 23 verify () { function 34 verify "$2" 35 verify "$3"
|