| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_hush_if_test.py | 17 ('true', True), 22 ('test aaa = aaa', True), 25 ('test aaa != bbb', True), 28 ('test aaa < bbb', True), 31 ('test bbb > aaa', True), 34 ('test 123 -eq 123', True), 37 ('test 123 -ne 456', True), 40 ('test 123 -lt 456', True), 44 ('test 123 -le 456', True), 45 ('test 123 -le 123', True), [all …]
|
| H A D | test_vboot.py | 124 run_bootm(sha_algo, 'unsigned images', 'dev-', True) 128 run_bootm(sha_algo, 'signed images', 'dev+', True) 135 run_bootm(sha_algo, 'unsigned config', '%s+ OK' % sha_algo, True) 139 run_bootm(sha_algo, 'signed config', 'dev+', True)
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | gitutil.py | 18 use_no_decorate = True 63 pipe = [LogCmd('@{upstream}..', oneline=True), 65 stdout = command.RunPipe(pipe, capture=True, oneline=True).stdout 79 stdout = command.RunPipe([pipe], capture=True, oneline=True).stdout 101 pipe = [LogCmd(branch, git_dir=git_dir, oneline=True, count=100)] 102 result = command.RunPipe(pipe, capture=True, capture_stderr=True, 172 pipe = [LogCmd(range_expr, git_dir=git_dir, oneline=True)] 173 result = command.RunPipe(pipe, capture=True, capture_stderr=True, 203 pipe = [LogCmd(commit_range, oneline=True), 205 stdout = command.RunPipe(pipe, capture=True, oneline=True).stdout [all …]
|
| H A D | command.py | 45 raise_on_error=True, cwd=None, **kwargs): 108 raise_on_error = kwargs.get('raise_on_error', True) 109 return RunPipe([cmd], capture=True, raise_on_error=raise_on_error).stdout 112 raise_on_error = kwargs.pop('raise_on_error', True) 113 return (RunPipe([cmd], capture=True, oneline=True, 121 return RunPipe([cmd], capture=True).stdout
|
| H A D | cros_subprocess.py | 30 stay_alive = True 303 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output) 313 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output) 331 plist = Popen(cmd, shell=True).CommunicateFilter(oper.Output) 337 for shell in (False, True): 345 for add in (False, True): 351 plist = Popen(cmd, shell=True, env=env).CommunicateFilter(oper.Output) 370 shell=True).CommunicateFilter(oper.Output) 383 plist = Popen(both_cmds, shell=True).CommunicateFilter(oper.Output) 391 shell=True).CommunicateFilter(oper.Output)
|
| H A D | terminal.py | 40 def Print(text='', newline=True, colour=None): 67 print_test_mode = True 116 def Start(self, color, bright=True): 142 def Color(self, color, text, bright=True):
|
| H A D | patchstream.py | 121 self.skip_blank = True 199 self.skip_blank = True 221 self.skip_blank = True 232 self.skip_blank = True 237 self.found_test = True 277 self.skip_blank = True 285 self.skip_blank = True 362 while True: 406 params = gitutil.LogCmd(commit_range, reverse=True, count=count, 408 stdout = command.RunPipe([params], capture=True).stdout [all …]
|
| H A D | commit.py | 60 m = True 88 return True
|
| H A D | patman.py | 40 dest='add_maintainers', default=True, 60 default=True, 63 default=True, help="Don't process subject tags as aliaes") 157 ok = True
|
| H A D | patman | 40 dest='add_maintainers', default=True, 60 default=True, 63 default=True, help="Don't process subject tags as aliaes") 157 ok = True
|
| /rk3399_rockchip-uboot/tools/binman/etype/ |
| H A D | u_boot_ucode.py | 63 return True 69 return True 79 return True 90 return True
|
| H A D | _testing.py | 20 return True 23 return True
|
| H A D | blob.py | 22 return True 34 return True
|
| H A D | u_boot_dtb_with_ucode.py | 38 return True 72 return True
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builderthread.py | 66 while True: 160 will_build = True 188 force=True) 317 nm_result = command.RunPipe([cmd], capture=True, 318 capture_stderr=True, cwd=result.out_dir, 327 dump_result = command.RunPipe([cmd], capture=True, 328 capture_stderr=True, cwd=result.out_dir, 342 size_result = command.RunPipe([cmd], capture=True, 343 capture_stderr=True, cwd=result.out_dir, 404 do_config = True [all …]
|
| H A D | toolchain.py | 95 result = command.RunPipe([cmd], capture=True, env=env, 109 self.ok = True 131 def GetWrapper(self, show_warning=True): 190 def GetPathList(self, show_warning=True): 216 def GetSettings(self, show_warning=True): 225 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, 299 self.Add(value, True, verbose, PRIORITY_FULL_PREFIX, name) 303 self.Add(fname, True, verbose, PRIORITY_PREFIX_GCC, name) 307 self.Add(f, True, verbose, PRIORITY_PREFIX_GCC_PATH, name) 315 self.Add(fname, True, verbose) [all …]
|
| H A D | board.py | 30 return True 72 return True 274 build_it = True 277 build_it = True 286 board.build_it = True
|
| H A D | control.py | 216 options.git_dir, 1, series=None, allow_overwrite=True) 219 options.git_dir, None, series, allow_overwrite=True) 223 options.git_dir, count, series=None, allow_overwrite=True) 227 options.verbose = True 229 options.show_errors = True 259 options.threads, options.jobs, gnu_make=gnu_make, checkout=True, 296 options.show_detail = True
|
| H A D | kconfiglib.py | 104 def __init__(self, filename="Kconfig", base_dir=None, print_warnings=True, 161 sym.is_special_ = True 162 sym.is_defined_ = True 332 def get_symbols(self, all_symbols=True): 387 def load_config(self, filename, replace=True): 489 sym._set_user_value_no_invalidate(val, True) 507 sym._set_user_value_no_invalidate("n", True) 555 return self._eval_expr(self._parse_expr(self._tokenize(s, True), # Feed 683 sym.is_defined_ = True 959 stmt.is_special_ = True [all …]
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | tabinary_to_cfile.py | 13 parser.add_argument('--prefix', required=True, \ 16 parser.add_argument('--out', required=True, \ 19 parser.add_argument('--TA', required=True, help='Name of TA')
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 537 while True: 547 return True 580 while True: 583 [pattern_endif], True, True) 585 [pattern_elif, pattern_endif], True, False) 587 [pattern_blank], False, True) 589 [pattern_elif, pattern_endif], True, False) 591 [pattern_blank], True, False) 721 return True 951 suspicious = True [all …]
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_console_base.py | 141 def run_command(self, cmd, wait_for_echo=True, send_nl=True, 142 wait_for_prompt=True): 182 self.logstream.write(self.prompt, implicit=True) 209 self.at_prompt = True 358 while True: 368 self.at_prompt = True
|
| H A D | u_boot_spawn.py | 102 return True 104 self.waited = True 144 while True:
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib.c | 195 return True; in isempty_RL() 274 s->inUse[s->state_in_ch] = True; in add_pair_to_block() 289 s->inUse[s->state_in_len-4] = True; in add_pair_to_block() 319 zs->inUse[zs->state_in_ch] = True; \ 347 while (True) { in copy_input_until_stop() 352 progress_in = True; in copy_input_until_stop() 363 while (True) { in copy_input_until_stop() 370 progress_in = True; in copy_input_until_stop() 389 while (True) { in copy_output_until_stop() 397 progress_out = True; in copy_output_until_stop() [all …]
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | func_test.py | 111 capture=True, capture_stderr=True, raise_on_error=False) 112 if result.return_code and kwargs.get('raise_on_error', True): 156 tools.PrepareOutputDir(self._indir, True) 157 self._output_setup = True 654 data = self._DoReadFile('34_x86_ucode.dts', True) 698 data = self._DoReadFile('35_x86_single_ucode.dts', True) 731 self._DoReadFile('37_x86_no_ucode.dts', True) 738 self._DoReadFile('38_x86_ucode_missing_node.dts', True) 745 self._DoReadFile('39_x86_ucode_missing_node2.dts', True) 769 self._DoReadFile('40_x86_ucode_not_in_image.dts', True) [all …]
|