| /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 !== ""); 154 // Verify that the category was added to the model 173 verify(saveCategory.errorString().length === 0); 176 // Verify that the category was removed from the model 192 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/tools/testing/selftests/bpf/progs/ |
| H A D | map_ptr_kern.c | 23 #define VERIFY(expr) ({ \ macro 45 VERIFY(map->map_type == g_map_type); in check_bpf_map_fields() 46 VERIFY(map->key_size == key_size); in check_bpf_map_fields() 47 VERIFY(map->value_size == value_size); in check_bpf_map_fields() 48 VERIFY(map->max_entries == max_entries); in check_bpf_map_fields() 49 VERIFY(map->id > 0); in check_bpf_map_fields() 50 VERIFY(map->memory.pages > 0); in check_bpf_map_fields() 58 VERIFY(indirect->map_type == direct->map_type); in check_bpf_map_ptr() 59 VERIFY(indirect->key_size == direct->key_size); in check_bpf_map_ptr() 60 VERIFY(indirect->value_size == direct->value_size); in check_bpf_map_ptr() [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/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/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/ |
| H A D | macros.h | 33 * Macros used by the implementation to verify certain 69 // Verify that [_First, _Last) forms a valid iterator range. 93 // Verify that [_First, _Last) forms a non-empty iterator range. 100 // Verify that [_First, _First + _Size) forms a valid range. 149 /** Verify that we can insert into *this with the iterator _Position. 166 /** Verify that we can insert into *this after the iterator _Position. 180 /** Verify that we can insert the values in the iterator range 199 /** Verify that we can insert the values in the iterator range 218 /** Verify that we can erase the element referenced by the iterator 232 /** Verify that we can erase the element after the iterator [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/ |
| H A D | macros.h | 33 * Macros used by the implementation to verify certain 69 // Verify that [_First, _Last) forms a valid iterator range. 93 // Verify that [_First, _Last) forms a non-empty iterator range. 100 // Verify that [_First, _First + _Size) forms a valid range. 149 /** Verify that we can insert into *this with the iterator _Position. 166 /** Verify that we can insert into *this after the iterator _Position. 180 /** Verify that we can insert the values in the iterator range 199 /** Verify that we can insert the values in the iterator range 218 /** Verify that we can erase the element referenced by the iterator 232 /** Verify that we can erase the element after the iterator [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/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | incompatible_lic.py | 16 # Verify that a package with an SPDX license cannot be built when 22 # Verify that a package with an SPDX license cannot be built when 28 # Verify that a package with an alias (from SPDXLICENSEMAP) to an SPDX 33 # Verify that a package with an alias (from SPDXLICENSEMAP) to an SPDX 39 # Verify that a package with an alias (from SPDXLICENSEMAP) to an SPDX 46 # Verify that a package with multiple SPDX licenses cannot be built when 52 # Verify that a package with multiple SPDX licenses cannot be built when 68 # Verify that a package with an SPDX license cannot be built when 73 # Verify that a package with an SPDX license cannot be built when 79 # Verify that a package with an alias (from SPDXLICENSEMAP) to an SPDX [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/livepatch/ |
| H A D | test-livepatch.sh | 14 # verify correct behavior 49 # verify correct behavior 50 # - load another livepatch and verify that both livepatches are active 51 # - unload the second livepatch and verify that the first is still active 52 # - unload the first livepatch and verify none are active 109 # verify correct behavior 110 # - load an atomic replace livepatch and verify that only the second is active 111 # - remove the first livepatch and verify that the atomic replace livepatch 113 # - remove the atomic replace livepatch and verify that none are active
|
| /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/net/llc/ |
| H A D | llc_s_ac.c | 35 * UNITDATA INDICATION; verify our event is the kind we expect 50 * event. Verify the primitive is a UNITDATA REQUEST. 74 * primitive from the network layer. Verify event is a primitive type 75 * event. Verify the primitive is a XID REQUEST. 99 * command PDU. Verify event is a PDU type event 130 * primitive from the network layer. Verify event is a primitive type 131 * event; verify the primitive is a TEST REQUEST. 180 * Report data link status to layer management. Verify our event is the 208 * primitive. Verify our event is a PDU type event.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/ |
| H A D | memfd_test.c | 247 /* verify PROT_READ *is* allowed */ in mfd_assert_read() 260 /* verify MAP_PRIVATE is *always* allowed (even writable) */ in mfd_assert_read() 279 /* verify PROT_READ and MAP_SHARED *is* allowed */ in mfd_assert_read_shared() 335 * verify everything else here. in mfd_assert_write() 338 /* verify write() succeeds */ in mfd_assert_write() 346 /* verify PROT_READ | PROT_WRITE is allowed */ in mfd_assert_write() 360 /* verify PROT_WRITE is allowed */ in mfd_assert_write() 374 /* verify PROT_READ with MAP_SHARED is allowed and a following in mfd_assert_write() 396 /* verify PUNCH_HOLE works */ in mfd_assert_write() 413 /* verify write() fails */ in mfd_fail_write() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | firmware.c | 166 #define VERIFY(s, a, b) do { \ in verify_firmware() macro 172 VERIFY("magic number", h->magic, VGT_MAGIC); in verify_firmware() 173 VERIFY("version", h->version, FIRMWARE_VERSION); in verify_firmware() 174 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start)); in verify_firmware() 175 VERIFY("cfg space size", h->cfg_space_size, info->cfg_space_size); in verify_firmware() 176 VERIFY("mmio size", h->mmio_size, info->mmio_size); in verify_firmware() 181 VERIFY("vender id", id, pdev->vendor); in verify_firmware() 184 VERIFY("device id", id, pdev->device); in verify_firmware() 187 VERIFY("revision id", id, pdev->revision); in verify_firmware() 189 #undef VERIFY in verify_firmware()
|
| /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/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | cmd.c | 296 /* First, verify that the master reports correct status */ in mlx4_comm_cmd_poll() 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, [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/manual/ |
| H A D | bsp-hw.json | 163 "action": "Verify the sound.", 473 …octoproject.org/wiki/MinnowMax_board_Serial_video_connection_guide \n3 - Verify the Minow Max boar… 474 "expected_results": "Verify you can create a live image \n" 491 …octoproject.org/wiki/MinnowMax_board_Serial_video_connection_guide \n3 - Verify the Minow Max boar… 492 "expected_results": "Verify you can create a live image \n" 510 "expected_results": "Verify you can create a live image \n" 517 "action": " Verify the Minow Max board is connected to the host", 518 "expected_results": "Verify the system boot ok and no errors are present \n" 547 "action": "Verify that seek and volume control are present ", 551 "action": "Verify that selecting the speaker icon opens the volume control", [all …]
|