| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_ums.py | 161 def umount(ignore_errors): argument 176 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors) 178 def stop_ums(ignore_errors): argument 198 ignore_errors) 217 umount(ignore_errors=ignore_cleanup_errors) 219 stop_ums(ignore_errors=ignore_cleanup_errors) 232 umount(ignore_errors=ignore_cleanup_errors) 234 stop_ums(ignore_errors=ignore_cleanup_errors)
|
| H A D | test_dfu.py | 171 def stop_dfu(ignore_errors): argument 194 env__usb_dev_port['host_usb_dev_node'], ignore_errors) 196 if not ignore_errors:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs.py | 100 ignore_errors = { variable 223 cls.ignore_errors = ignore_errors 228 for machine in cls.ignore_errors: 229 cls.ignore_errors[machine] = cls.ignore_errors[machine] \ 306 def build_grepcmd(self, errors, ignore_errors, log): argument 315 errorlist = ignore_errors[self.getMachine()] 318 errorlist = ignore_errors['default'] 337 def parse_logs(self, errors, ignore_errors, logs, argument 345 thegrep = self.build_grepcmd(errors, ignore_errors, log) 376 result = self.parse_logs(self.errors, self.ignore_errors, log_list)
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_utils.py | 130 def wait_until_file_open_fails(fn, ignore_errors): argument 152 if ignore_errors: 156 def run_and_log(u_boot_console, cmd, ignore_errors=False): argument 175 output = runner.run(cmd, ignore_errors=ignore_errors)
|
| H A D | multiplexed_log.py | 112 def run(self, cmd, cwd=None, ignore_errors=False): argument 161 if exit_status and not exception and not ignore_errors:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/ |
| H A D | bbparse-torture.py | 26 shutil.rmtree("tmp/cache", ignore_errors=True)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | meta_ide.py | 28 shutil.rmtree(cls.tmpdir_metaideQA, ignore_errors=True)
|
| H A D | gotoolchain.py | 46 shutil.rmtree(cls.tmpdir_SDKQA, ignore_errors=True)
|
| H A D | wic.py | 90 rmtree(self.resultdir, ignore_errors=True) 94 rmtree(self.resultdir, ignore_errors=True) 638 rmtree(self.resultdir, ignore_errors=True)
|
| /OK3568_Linux_fs/kernel/drivers/extcon/ |
| H A D | extcon-intel-cht-wc.c | 127 bool ignore_errors) in cht_wc_extcon_get_charger() argument 150 if (ignore_errors) in cht_wc_extcon_get_charger()
|
| /OK3568_Linux_fs/buildroot/package/python-autobahn/ |
| H A D | 0001-Fix-duplicate-xbr-packages-and-xbr-templates-package.patch | 42 shutil.rmtree('autobahn.egg-info', ignore_errors=True)
|
| /OK3568_Linux_fs/kernel/tools/testing/ktest/ |
| H A D | ktest.pl | 151 my $ignore_errors; 329 "IGNORE_ERRORS" => \$ignore_errors, 1422 my $save_ignore_errors = $ignore_errors; 1423 $ignore_errors = 1; 1432 $ignore_errors = $save_ignore_errors; 1676 if ($ignore_errors) { 2151 if ($ignore_errors) { 2740 if ($ignore_errors) {
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | copyleft_compliance.bbclass | 32 shutil.rmtree(dest, ignore_errors=True)
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | patman.py | 165 its_a_go = ok or options.ignore_errors
|
| H A D | patman | 165 its_a_go = ok or options.ignore_errors
|
| H A D | README | 109 ignore_errors: True
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_main.c | 977 int i, escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local 1063 ignore_errors = 1; in kdb_parse() 1113 if (result && ignore_errors && result > KDB_CMD_GO) in kdb_parse()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 286 shutil.rmtree(self.workdir, ignore_errors=True)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 2210 shutil.rmtree(self.gitdir, ignore_errors=True) 2217 shutil.rmtree(self.gitdir, ignore_errors=True) 2237 shutil.rmtree(self.gitdir, ignore_errors=True) 2242 shutil.rmtree(self.gitdir, ignore_errors=True)
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | gup.c | 1485 int __mm_populate(unsigned long start, unsigned long len, int ignore_errors) in __mm_populate() argument 1524 if (ignore_errors) { in __mm_populate()
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/ |
| H A D | 0001-Add-python3-build-support.patch | 233 - ignore_errors=False) 239 + ignore_errors=False)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm.h | 2764 int ignore_errors);
|