Searched refs:flash_before (Results 1 – 6 of 6) sorted by relevance
53 flash_before=False): argument68 self.flash_before = flash_before206 flash_before=self.options.flash_before,216 flash_before=False,246 flash_before=False argument255 flash_before=flash_before277 flash_before = dut.get('flash_before')278 if flash_before is None:279 flash_before = self.options.flash_before and (not (flash_with_test or serial_pty))308 flash_before=flash_before,
932 if options.flash_before and options.device_flash_with_test:936 if options.flash_before and options.device_serial_pty:
742 if hardware.flash_before is False:806 if hardware.flash_before:
485 if hardware.flash_before:
31 flash_before: bool = False variable in DeviceConfig79 flash_before=bool(config.option.flash_before),
83 if self.device_config.flash_before: