Home
last modified time | relevance | path

Searched refs:False (Results 1 – 25 of 66) sorted by relevance

123

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_hush_if_test.py18 ('false', False),
23 ('test aaa = bbb', False),
26 ('test aaa != aaa', False),
29 ('test bbb < aaa', False),
32 ('test aaa > bbb', False),
35 ('test 123 -eq 456', False),
38 ('test 123 -ne 123', False),
41 ('test 123 -lt 123', False),
42 ('test 456 -lt 123', False),
46 ('test 456 -le 123', False),
[all …]
H A Dtest_efi_loader.py53 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)
180 u_boot_console.run_command('bootefi %x' % addr, wait_for_prompt=False)
183 check_smbios = u_boot_console.config.env.get('env__efi_loader_check_smbios', False)
186 … output = u_boot_console.run_command('lsefisystab', wait_for_prompt=False, wait_for_echo=False)
191 output = u_boot_console.run_command('exit', wait_for_prompt=False, wait_for_echo=False)
H A Dtest_net.py61 net_set_up = False
70 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False)
74 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False)
86 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False)
H A Dtest_ums.py140 u_boot_console.run_command(cmd, wait_for_prompt=False)
215 ignore_cleanup_errors = False
230 ignore_cleanup_errors = False
/rk3399_rockchip-uboot/tools/buildman/
H A Dcmdline.py21 action='store_true', default=False,
26 action='store_true', default=False,
29 action='store_true', default=False,
31 parser.add_option('-D', '--config-only', action='store_true', default=False,
34 default=False, help='Show errors and warnings')
36 action='store_true', default=False,
39 action='store_true', default=False,
50 default=False, help='Display the README file')
52 action='store_true', default=False,
55 default=False, help='Do not run make mrproper (when reconfiguring)')
[all …]
H A Dtest.py131 self.toolchains.Add('arm-linux-gcc', test=False)
132 self.toolchains.Add('sparc-linux-gcc', test=False)
133 self.toolchains.Add('powerpc-linux-gcc', test=False)
134 self.toolchains.Add('gcc', test=False)
166 def assertSummary(self, text, arch, plus, boards, ok=False):
188 checkout=False, show_unknown=False)
192 build.BuildBoards(self.commits, board_selected, keep_outputs=False,
193 verbose=False)
293 options.summary = False
295 options.dry_run = False
[all …]
H A Dboard.py31 return False
71 return False
98 self.build_it = False
268 build_it = False
270 match = False
282 build_it = False
H A Dbuilder.py213 no_subdirs=False, full_path=False, verbose_build=False,
214 incremental=False, per_board_out_dir=False,
215 config_only=False, squash_config_y=False):
251 self.force_build = False
259 self.force_build_failures = False
260 self.force_reconfig = False
262 self.in_tree = False
309 def SetDisplayOptions(self, show_errors=False, show_sizes=False,
310 show_detail=False, show_bloat=False,
311 list_error_boards=False, show_config=False):
[all …]
H A Dfunc_test.py185 self._toolchains.Add('arm-gcc', test=False)
186 self._toolchains.Add('powerpc-gcc', test=False)
215 self._toolchains.Add('gcc', test=False)
250 self.assertEqual(gitutil.use_no_decorate, False)
343 wc = False
474 self._RunControl('-b', TEST_BRANCH, clean_dir=False)
483 self._RunControl('-b', TEST_BRANCH, '-f', clean_dir=False)
504 self._RunControl('-b', TEST_BRANCH, clean_dir=False)
510 self._RunControl('-b', TEST_BRANCH, '-F', clean_dir=False)
518 self._RunControl('-b', self._test_branch, clean_dir=False)
H A Dbuilderthread.py17 def Mkdir(dirname, parents = False):
167 will_build = False
233 do_config = False # No need to configure next time
245 result.already_done = False
319 raise_on_error=False, env=env)
329 raise_on_error=False, env=env)
344 raise_on_error=False, env=env)
406 force_build = False
419 brd, work_dir, True, False, True, False)
449 force_build = False
H A Dkconfiglib.py105 print_undef_assign=False):
522 sym.already_written = False
661 tokens = self._tokenize(line, False, line_feeder.filename,
822 val = self._parse_expr(tokens, stmt, line, filename, linenr, False)
847 tokens = self._tokenize(line, False, filename, linenr)
1358 def _sym_lookup(self, name, for_eval=False):
1542 return False
1546 return False
1556 return False
1586 get_val_instead_of_eval=False):
[all …]
/rk3399_rockchip-uboot/tools/dtoc/
H A Dtest_dtoc.py125 dtb_platdata.run_steps(['struct'], dtb_file, False, output)
130 dtb_platdata.run_steps(['platdata'], dtb_file, False, output)
139 dtb_platdata.run_steps(['struct'], dtb_file, False, output)
163 dtb_platdata.run_steps(['platdata'], dtb_file, False, output)
241 dtb_platdata.run_steps(['struct'], dtb_file, False, output)
253 dtb_platdata.run_steps(['platdata'], dtb_file, False, output)
303 dtb_platdata.run_steps(['struct'], dtb_file, False, output)
314 dtb_platdata.run_steps(['platdata'], dtb_file, False, output)
333 dtb_platdata.run_steps(['struct'], dtb_file, False, output)
348 dtb_platdata.run_steps(['platdata'], dtb_file, False, output)
[all …]
/rk3399_rockchip-uboot/tools/patman/
H A Dgitutil.py20 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False,
103 raise_on_error=False)
146 def GetRangeInBranch(git_dir, branch, include_upstream=False):
174 raise_on_error=False)
180 def CountCommitsInBranch(git_dir, branch, include_upstream=False):
209 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False):
224 result = command.RunPipe([pipe], capture=True, raise_on_error=False,
336 self_only=False, alias=None, in_reply_to=None, thread=False):
395 raise_on_error=False)
537 raise_on_error=False)
[all …]
H A Dpatman.py33 default=False, help='Display the README file')
37 dest='ignore_errors', default=False,
43 default=False, help="Do a dry run (create but don't email patches)")
52 default=False, help='Ignore bad tags / aliases')
54 default=False, help='run tests')
56 default=False, help='Verbose output of errors and warnings')
65 default=False, help='Create patches as a single thread')
H A Dpatman33 default=False, help='Display the README file')
37 dest='ignore_errors', default=False,
43 default=False, help="Do a dry run (create but don't email patches)")
52 default=False, help='Ignore bad tags / aliases')
54 default=False, help='run tests')
56 default=False, help='Verbose output of errors and warnings')
65 default=False, help='Create patches as a single thread')
H A Dcommand.py44 capture=False, capture_stderr=False, oneline=False,
124 cros_subprocess.stay_alive = False
H A Dcheckpatch.py40 def CheckPatch(fname, verbose=False):
60 result.ok = False
67 raise_on_error=False)
106 result.ok = False
174 return False
H A Dpatchstream.py62 def __init__(self, series, name=None, is_log=False):
63 self.skip_blank = False # True to skip a single blank line
64 self.found_test = False # Found a TEST= line
92 self.skip_blank = False
108 self.skip_blank = False
239 self.skip_blank = False
244 self.skip_blank = False
261 self.skip_blank = False
320 self.skip_blank = False
387 series = None, allow_overwrite=False):
H A Dtools.py15 preserve_outdir = False
17 def PrepareOutputDir(dirname, preserve=False):
H A Dcros_subprocess.py57 shell=False, cwd=None, env=None, **kwargs):
312 self.assertRaises(OSError, Popen, [cmd], shell=False)
322 plist = Popen(cmd, shell=False).CommunicateFilter(oper.Output)
337 for shell in (False, True):
345 for add in (False, True):
357 self.assertRaises(ValueError, Popen, 'true', close_fds=False)
/rk3399_rockchip-uboot/tools/binman/
H A Dcmdline.py33 default=False, help='Display the README file')
41 default=False, help='run tests')
43 default=False, help='run tests and check for 100% coverage')
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py545 return False
585 [pattern_elif, pattern_endif], True, False)
587 [pattern_blank], False, True)
589 [pattern_elif, pattern_endif], True, False)
591 [pattern_blank], True, False)
722 return False
741 found = False
750 found = False
911 updated = False
912 suspicious = False
[all …]
H A Dgenboardscfg.py71 return False
81 return False
91 return False
101 return False
127 self._conf = kconfiglib.Config(print_warnings=False)
411 def gen_boards_cfg(output, jobs=1, force=False):
437 parser.add_option('-f', '--force', action="store_true", default=False,
H A Drkmux.py97 self.first = False
129 return False
135 return False
168 def out_enum(field, suffix, value, skip_val=False):
/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.py114 self.at_prompt = False
185 self.at_prompt = False
199 self.at_prompt = False
206 self.at_prompt = False
252 self.run_command(chr(3), wait_for_echo=False, send_nl=False)
332 self.at_prompt = False
346 False)

123