/u-boot/test/py/tests/ |
A D | test_hush_if_test.py | 21 ('false', False), 26 ('test aaa = bbb', False), 29 ('test aaa != aaa', False), 32 ('test bbb < aaa', False), 35 ('test aaa > bbb', False), 38 ('test 123 -eq 456', False), 41 ('test 123 -ne 123', False), 44 ('test 123 -lt 123', False), 45 ('test 456 -lt 123', False), 87 ('test -z "aaa"', False), [all …]
|
A D | test_efi_selftest.py | 85 send_nl=False, wait_for_prompt=False) 93 send_nl=False, wait_for_prompt=False) 101 send_nl=False, wait_for_prompt=False) 117 send_nl=False, wait_for_prompt=False) 125 send_nl=False, wait_for_prompt=False) 155 send_nl=False, wait_for_prompt=False) 163 send_nl=False, wait_for_prompt=False) 171 send_nl=False, wait_for_prompt=False) 187 send_nl=False, wait_for_prompt=False) 195 send_nl=False, wait_for_prompt=False) [all …]
|
A D | test_vboot.py | 37 ['sha1', '', None, False, True], 38 ['sha1', '', '-E -p 0x10000', False, False], 39 ['sha1', '-pss', None, False, False], 40 ['sha1', '-pss', '-E -p 0x10000', False, False], 41 ['sha256', '', None, False, False], 42 ['sha256', '', '-E -p 0x10000', False, False], 43 ['sha256', '-pss', None, False, False], 44 ['sha256', '-pss', '-E -p 0x10000', False, False], 259 False, efit) 279 False) [all …]
|
A D | test_efi_loader.py | 53 net_set_up = False 62 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False) 66 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False) 78 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False) 102 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False) 190 u_boot_console.run_command('bootefi %x' % addr, wait_for_prompt=False) 193 check_smbios = u_boot_console.config.env.get('env__efi_loader_check_smbios', False) 196 … output = u_boot_console.run_command('lsefisystab', wait_for_prompt=False, wait_for_echo=False) 201 u_boot_console.run_command('exit', wait_for_prompt=False, wait_for_echo=False)
|
A D | test_efi_fit.py | 151 init_usb = cons.config.env.get('env__net_uses_usb', False) 155 init_pci = cons.config.env.get('env__net_uses_pci', False) 169 return False 171 test_dhcp = cons.config.env.get('env__net_dhcp_server', False) 174 return False 191 return False 196 return False 438 control_dtb = make_dtb('internal', False) 444 launch_efi(False, False) 446 launch_efi(True, False) [all …]
|
A D | test_sandbox_exit.py | 13 u_boot_console.run_command('poweroff', wait_for_prompt=False) 29 u_boot_console.run_command('exception undefined', wait_for_prompt=False) 44 u_boot_console.run_command('exception undefined', wait_for_prompt=False)
|
A D | test_net.py | 60 net_set_up = False 69 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False) 73 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False) 85 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False)
|
/u-boot/tools/buildman/ |
A D | cmdline.py | 21 action='store_true', default=False, 28 action='store_true', default=False, 31 action='store_true', default=False, 36 default=False, help='Show errors and warnings') 40 action='store_true', default=False, 43 action='store_true', default=False, 56 action='store_true', default=False, 90 default=False, help='Show a build summary') 98 default=False, help='run tests') 118 default=False, [all …]
|
A D | test.py | 203 2, checkout=False, show_unknown=False) 451 options.summary = False 453 options.dry_run = False 456 options.force_build = False 461 options.show_unknown = False 462 options.quick = False 463 options.show_errors = False 464 options.keep_outputs = False 543 checkout=False, show_unknown=False) 552 checkout=False, show_unknown=False) [all …]
|
A D | builder.py | 235 no_subdirs=False, full_path=False, verbose_build=False, 236 mrproper=False, per_board_out_dir=False, 237 config_only=False, squash_config_y=False, 238 warnings_as_errors=False, work_in_output=False): 279 self.force_build = False 291 self.in_tree = False 347 def SetDisplayOptions(self, show_errors=False, show_sizes=False, 348 show_detail=False, show_bloat=False, 349 list_error_boards=False, show_config=False, 350 show_environment=False, filter_dtb_warnings=False, [all …]
|
A D | board.py | 30 return False 70 return False 97 self.build_it = False 278 build_it = False 280 match = False 296 build_it = False
|
A D | func_test.py | 185 self._toolchains.Add('arm-gcc', test=False) 186 self._toolchains.Add('powerpc-gcc', test=False) 216 self._toolchains.Add('gcc', test=False) 222 def _RunControl(self, *args, clean_dir=False, boards=None): 254 self.assertEqual(gitutil.use_no_decorate, False) 352 wc = False 547 self._RunControl('-b', self._test_branch, clean_dir=False) 562 self._RunControl('-o', self._output_dir, '-w', clean_dir=False, 574 self._RunControl('-o', self._output_dir, '-w', clean_dir=False) 583 '-w', clean_dir=False, boards=board_list) [all …]
|
A D | builderthread.py | 18 def Mkdir(dirname, parents = False): 52 self.keep_outputs = False 54 self.work_in_output = False 186 will_build = False 278 result.already_done = False 355 raise_on_error=False, env=env) 365 raise_on_error=False, env=env) 380 raise_on_error=False, env=env) 460 force_build = False 474 brd, work_dir, True, False, True, False, [all …]
|
/u-boot/tools/patman/ |
A D | gitutil.py | 18 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False, 71 oneline=True, raise_on_error=False) 112 raise_on_error=False) 155 def GetRangeInBranch(git_dir, branch, include_upstream=False): 183 raise_on_error=False) 277 raise_on_error=False) 401 raise_on_error=False) 415 return False 420 self_only=False, alias=None, in_reply_to=None, thread=False, 623 raise_on_error=False) [all …]
|
A D | tout.py | 14 in_progress = False 34 return False 53 in_progress = False 55 def Progress(msg, warning=False, trailer='...'):
|
A D | command.py | 51 capture=False, capture_stderr=False, oneline=False, 52 raise_on_error=True, cwd=None, binary=False, **kwargs): 142 cros_subprocess.stay_alive = False
|
A D | main.py | 52 default=False, help='Verbose output of errors and warnings') 54 default=False, help='Display the README file') 59 dest='ignore_errors', default=False, 67 default=False, help="Do a dry run (create but don't email patches)") 71 default=False, help='Ignore bad tags / aliases') 73 default=False, help='Create patches as a single thread') 77 default=False,
|
A D | patman | 52 default=False, help='Verbose output of errors and warnings') 54 default=False, help='Display the README file') 59 dest='ignore_errors', default=False, 67 default=False, help="Do a dry run (create but don't email patches)") 71 default=False, help='Ignore bad tags / aliases') 73 default=False, help='Create patches as a single thread') 77 default=False,
|
A D | checkpatch.py | 41 def CheckPatch(fname, verbose=False, show_types=False): 67 result.ok = False 76 result.stdout = command.Output(*args, fname, raise_on_error=False) 136 result.ok = False 220 return False
|
/u-boot/tools/binman/ |
A D | cmdline.py | 32 default=False, help='Display the README file') 56 default=False, help='Output a map file for each image') 58 default=False, help='Allow external blobs to be missing') 66 default=False, help='Update the binman node with offset/size info') 103 default=False, help='Output a map file for the updated image') 111 default=False, help='run tests and check for 100%% coverage')
|
A D | image_test.py | 16 image.LookupSymbol('_binman_something_prop_', False, 'msg', 0) 25 image.LookupSymbol('_binman_type_prop_pname', False, 'msg', 0) 43 image.LookupSymbol('_binman_u_boot_prop_bad', False, 'msg', 0)
|
/u-boot/tools/binman/etype/ |
A D | _testing.py | 64 self.process_fdt_ready = False 87 return False 89 self.return_contents_later = False 90 return False 94 self.return_contents = False
|
A D | vblock.py | 59 return False 83 if data is False: 84 return False
|
/u-boot/tools/ |
A D | moveconfig.py | 563 return False 767 return False 786 found = False 795 found = False 978 updated = False 979 suspicious = False 1160 return False 1188 return False 1220 self.finish(False) 1380 return False [all …]
|
/u-boot/test/py/ |
A D | u_boot_console_base.py | 115 self.at_prompt = False 186 self.at_prompt = False 200 self.at_prompt = False 207 self.at_prompt = False 253 self.run_command(chr(3), wait_for_echo=False, send_nl=False) 343 self.at_prompt = False 357 False)
|