Home
last modified time | relevance | path

Searched refs:updater (Results 1 – 25 of 53) sorted by relevance

123

/external/autotest/server/cros/
Dautoupdater_unittest.py150 updater = autoupdater.ChromiumOSUpdater(update_url, host=self.host)
207 updater.trigger_update()
208 updater.trigger_update()
209 updater.trigger_update()
210 updater.trigger_update()
213 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
214 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
215 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
216 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
217 self.assertRaises(autoupdater.RootFSUpdateError, updater.trigger_update)
[all …]
/external/autotest/site_utils/stable_images/
Dassign_stable_images.py250 def _apply_cros_upgrades(updater, old_versions, new_versions, argument
278 updater.report_default_changed(old_default, new_default)
285 updater.report_board_unchanged(board, new_build)
290 updater.set_mapping(board, old_build, new_build)
292 updater.upgrade_default(new_default)
295 updater.delete_mapping(board, old_versions[board])
299 def _apply_firmware_upgrades(updater, old_versions, new_versions): argument
329 updater.set_mapping(board, '(nothing)', new_firmware)
333 updater.set_mapping(board, old_firmware, new_firmware)
342 updater = _VersionUpdater(afe, dry_run=arguments.dry_run)
[all …]
Dassign_stable_images_unittest.py464 updater = _TestUpdater(self)
465 updater.pretest_init(old_versions, expected_versions)
467 updater, old_versions, new_versions, new_default)
468 updater.check_results(change_default)
635 updater = _TestUpdater(self)
636 updater.pretest_init(old_versions, new_versions)
638 updater, old_versions, new_versions)
639 updater.check_results(False)
/external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/
Dfirmware_UpdateKernelSubkeyVersion.py25 os.path.join(self.faft_client.updater.get_temp_path(),
29 os.path.join(self.faft_client.updater.get_temp_path(),
33 os.path.join(self.faft_client.updater.get_temp_path(),
62 self.faft_client.updater.run_factory_install()
65 self._fwid = self.faft_client.updater.get_fwid()
74 self.faft_client.updater.resign_firmware(1)
75 self.faft_client.updater.repack_shellball('test')
91 self.faft_client.updater.run_autoupdate('test')
95 self.faft_client.updater.run_bootok('test')
98 self.faft_client.updater.run_recovery()
/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/
Dfirmware_UpdateFirmwareDataKeyVersion.py25 os.path.join(self.faft_client.updater.get_temp_path(),
29 os.path.join(self.faft_client.updater.get_temp_path(),
33 os.path.join(self.faft_client.updater.get_temp_path(),
64 self.faft_client.updater.run_factory_install()
68 self._fwid = self.faft_client.updater.get_fwid()
78 self.faft_client.updater.resign_firmware(1)
79 self.faft_client.updater.repack_shellball('test')
100 self.faft_client.updater.run_autoupdate('test')
104 self.faft_client.updater.run_bootok('test')
112 self.faft_client.updater.run_recovery()
/external/autotest/server/site_tests/autoupdate_Rollback/
Dautoupdate_Rollback.py48 updater = autoupdate_utils.get_updater_from_repo_url(host, job_repo_url)
50 initial_kernel, updated_kernel = updater.get_kernel_state()
55 updater.update_image()
60 updater.verify_boot_expectations(updated_kernel, error_message)
67 updater.rollback_rootfs(powerwash=False)
73 updater.verify_boot_expectations(initial_kernel, error_message)
/external/autotest/server/site_tests/firmware_UpdateFirmwareVersion/
Dfirmware_UpdateFirmwareVersion.py51 self.faft_client.updater.run_factory_install()
56 self._fwid = self.faft_client.updater.get_fwid()
65 self.faft_client.updater.resign_firmware(self._update_version)
66 self.faft_client.updater.repack_shellball('test')
84 self.faft_client.updater.run_autoupdate('test')
88 self.faft_client.updater.run_bootok('test')
96 self.faft_client.updater.run_recovery()
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicDouble.java60 private static final AtomicLongFieldUpdater<AtomicDouble> updater = field in AtomicDouble
118 return longBitsToDouble(updater.getAndSet(this, next)); in getAndSet()
132 return updater.compareAndSet(this, in compareAndSet()
153 return updater.weakCompareAndSet(this, in weakCompareAndSet()
170 if (updater.compareAndSet(this, current, next)) { in getAndAdd()
188 if (updater.compareAndSet(this, current, next)) { in addAndGet()
/external/autotest/server/site_tests/firmware_ChipFwUpdate/
Dfirmware_ChipFwUpdate.py113 cbfs_path = self.faft_client.updater.cbfs_setup_work_dir()
114 bios_relative_path = self.faft_client.updater.get_bios_relative_path()
130 if not self.faft_client.updater.cbfs_extract_chip(chip.fw_name):
135 hashblob = self.faft_client.updater.cbfs_get_chip_hash(
186 if not self.faft_client.updater.cbfs_replace_chip(
198 if not self.faft_client.updater.cbfs_sign_and_flash():
/external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/
Dfirmware_CompareChipFwToShellBall.py118 work_path = self.faft_client.updater.get_work_path()
119 bios_relative_path = self.faft_client.updater.get_bios_relative_path()
131 cbfs_path = self.faft_client.updater.cbfs_setup_work_dir()
132 bios_relative_path = self.faft_client.updater.get_bios_relative_path()
160 if not self.faft_client.updater.cbfs_extract_chip(chip.fw_name):
165 hashblob = self.faft_client.updater.cbfs_get_chip_hash(
/external/autotest/server/site_tests/platform_Flashrom/
Dplatform_Flashrom.py90 self.faft_client.updater.extract_shellball()
92 self.faft_client.updater.get_work_path(),
93 self.faft_client.updater.get_bios_relative_path())
96 self.faft_client.updater.get_work_path(),
/external/syzkaller/syz-ci/
Dsyz-ci.go117 updater := NewSyzUpdater(cfg)
118 updater.UpdateOnStart(shutdownPending)
121 updater.WaitForUpdate()
163 updater.UpdateAndRestart()
/external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/
Dfirmware_UpdateKernelDataKeyVersion.py35 os.path.join(self.faft_client.updater.get_temp_path(),
39 os.path.join(self.faft_client.updater.get_temp_path(),
43 os.path.join(self.faft_client.updater.get_temp_path(),
50 'b', self.faft_client.updater.get_keys_path())
/external/autotest/server/site_tests/enterprise_CFM_BizlinkUpdater/
Dcontrol16 Tests the Bizlink FW updater. The test does the following:
18 2) reboots the device trigger the firmware updater to flash the new firmware
19 3) verifies udev triggered the Bizlink FW updater to flash the latest FW to the
/external/autotest/server/hosts/
Dservo_host.py369 def _maybe_reboot_post_upgrade(self, updater): argument
378 if updater.check_update_status() != autoupdater.UPDATER_NEED_REBOOT:
481 updater = autoupdater.ChromiumOSUpdater(update_url=url, host=self)
482 self._maybe_reboot_post_upgrade(updater)
484 status = updater.check_update_status()
503 updater.trigger_update()
513 updater.check_update_status())
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py122 updater = autoupdater.ChromiumOSUpdater(update_url, host)
123 updater.update_image()
177 updater = autoupdater.ChromiumOSUpdater(update_url, host,
179 updater.update_image()
/external/autotest/server/site_tests/platform_RebootAfterUpdate/
Dplatform_RebootAfterUpdate.py70 updater = autoupdate_utils.get_updater_from_repo_url(host, job_repo_url)
71 updater.update_stateful(clobber=True)
/external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/
Dcontrol20 the SiS FW updater to flash the latest FW to Mimo. This is validated by running
21 the updater again and checking the log.
/external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/
Dcontrol20 udev rule to invoke the Logitech FW updater to flash the latest FW to Ptz Pro 2.
21 This is validated by running the updater again and checking the log.
/external/autotest/server/
Dafe_utils.py110 updater = autoupdater.ChromiumOSUpdater(
112 image_name, host_attributes = updater.run_update()
/external/autotest/server/site_tests/enterprise_CFM_LogitechMeetupUpdater/
Dcontrol19 This test verifies that the Logitech Meetup firmware updater is working
25 - Powercycle the usb port to trigger the firmware updater.
/external/tensorflow/tensorflow/tools/dockerfiles/
Dassembler.py300 def update_args_dict(args_dict, updater): argument
302 if isinstance(updater, list):
303 for arg in updater:
307 if isinstance(updater, dict):
308 for key, value in updater.items():
/external/autotest/server/site_tests/enterprise_CFM_Aver520Updater/
Dcontrol.vc52020 This test verifies that the Aver VC520 camera firmware updater is working
26 - Powercycle the usb port to trigger the firmware updater.
Dcontrol.cam52019 This test verifies that the Aver CAM520 camera firmware updater is working
25 - Powercycle the usb port to trigger the firmware updater.
/external/skqp/src/gpu/text/
DGrAtlasManager.h69 void setUseTokenBulk(const GrDrawOpAtlas::BulkUseTokenUpdater& updater, in setUseTokenBulk() argument
72 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()

123