Home
last modified time | relevance | path

Searched refs:ignore_errors (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_ums.py161 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 Dtest_dfu.py171 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 Dparselogs.py100 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 Du_boot_utils.py130 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 Dmultiplexed_log.py112 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 Dbbparse-torture.py26 shutil.rmtree("tmp/cache", ignore_errors=True)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dmeta_ide.py28 shutil.rmtree(cls.tmpdir_metaideQA, ignore_errors=True)
H A Dgotoolchain.py46 shutil.rmtree(cls.tmpdir_SDKQA, ignore_errors=True)
H A Dwic.py90 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 Dextcon-intel-cht-wc.c127 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 D0001-Fix-duplicate-xbr-packages-and-xbr-templates-package.patch42 shutil.rmtree('autobahn.egg-info', ignore_errors=True)
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dktest.pl151 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 Dcopyleft_compliance.bbclass32 shutil.rmtree(dest, ignore_errors=True)
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dpatman.py165 its_a_go = ok or options.ignore_errors
H A Dpatman165 its_a_go = ok or options.ignore_errors
H A DREADME109 ignore_errors: True
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_main.c977 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 Ddirect.py286 shutil.rmtree(self.workdir, ignore_errors=True)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py2210 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 Dgup.c1485 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 D0001-Add-python3-build-support.patch233 - ignore_errors=False)
239 + ignore_errors=False)
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2764 int ignore_errors);