Home
last modified time | relevance | path

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

123456

/external/u-boot/test/py/tests/
Dtest_ums.py160 def umount(ignore_errors): argument
175 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors)
177 def stop_ums(ignore_errors): argument
197 ignore_errors)
216 umount(ignore_errors=ignore_cleanup_errors)
218 stop_ums(ignore_errors=ignore_cleanup_errors)
231 umount(ignore_errors=ignore_cleanup_errors)
233 stop_ums(ignore_errors=ignore_cleanup_errors)
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:
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_graph_test.cc36 bool* ignore_errors);
222 bool ignore_errors; in TestShouldIgnoreErrors() local
224 ShouldIgnoreErrors({{"ignore_errors", {"true"}}}, &ignore_errors)); in TestShouldIgnoreErrors()
225 EXPECT_TRUE(ignore_errors); in TestShouldIgnoreErrors()
228 ShouldIgnoreErrors({{"ignore_errors", {"false"}}}, &ignore_errors)); in TestShouldIgnoreErrors()
229 EXPECT_FALSE(ignore_errors); in TestShouldIgnoreErrors()
231 TF_EXPECT_OK(ShouldIgnoreErrors({}, &ignore_errors)); in TestShouldIgnoreErrors()
232 EXPECT_FALSE(ignore_errors); in TestShouldIgnoreErrors()
235 ShouldIgnoreErrors({{"ignore_errors", {"foo"}}}, &ignore_errors).ok()); in TestShouldIgnoreErrors()
Dtransform_graph.cc284 bool* ignore_errors) { in ShouldIgnoreErrors() argument
285 *ignore_errors = false; in ShouldIgnoreErrors()
291 *ignore_errors = true; in ShouldIgnoreErrors()
293 *ignore_errors = false; in ShouldIgnoreErrors()
324 bool ignore_errors; in TransformGraph() local
326 ShouldIgnoreErrors(transform_info.second, &ignore_errors)); in TransformGraph()
331 if (ignore_errors) { in TransformGraph()
/external/u-boot/test/py/
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)
/external/v8/tools/clang/scripts/
Dpackage.py211 shutil.rmtree(LLVM_BOOTSTRAP_DIR, ignore_errors=True)
212 shutil.rmtree(LLVM_BOOTSTRAP_INSTALL_DIR, ignore_errors=True)
213 shutil.rmtree(LLVM_BUILD_DIR, ignore_errors=True)
228 shutil.rmtree(pdir, ignore_errors=True)
350 shutil.rmtree(code_coverage_dir, ignore_errors=True)
362 shutil.rmtree(objdumpdir, ignore_errors=True)
384 shutil.rmtree(cfiverifydir, ignore_errors=True)
396 shutil.rmtree(safestackdir, ignore_errors=True)
414 shutil.rmtree(llddir, ignore_errors=True)
427 shutil.rmtree(translation_unit_dir, ignore_errors=True)
/external/autotest/client/site_tests/platform_Pkcs11Events/
Dplatform_Pkcs11Events.py17 shutil.rmtree('%s/database' % pkcs11.TMP_CHAPS_DIR, ignore_errors=True)
19 shutil.rmtree(token, ignore_errors=True)
63 shutil.rmtree(token, ignore_errors=True)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/
Dgit-llvm100 ignore_errors=False): argument
104 if ignore_errors:
116 if p.returncode == 0 or ignore_errors:
117 if stderr and not ignore_errors:
139 ignore_errors=kwargs.get('ignore_errors', None))
222 ignore_errors=True)
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dignore_errors_test.py48 error_ops.ignore_errors()))
62 num_parallel_calls=2).prefetch(2).apply(error_ops.ignore_errors()))
85 num_parallel_calls=2).prefetch(2).apply(error_ops.ignore_errors()))
119 error_ops.ignore_errors())
/external/tensorflow/tensorflow/contrib/data/python/ops/
Derror_ops.py25 def ignore_errors(): function
47 return error_ops.ignore_errors()
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1_test.py51 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
157 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
265 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
311 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
360 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
416 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
449 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
471 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
525 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dtokenize.py135 ignore_errors = False
225 ignore_errors = False
248 ignore_errors = True
255 elif ignore_errors:
/external/googletest/googlemock/scripts/generator/cpp/
Dtokenize.py135 ignore_errors = False
225 ignore_errors = False
248 ignore_errors = True
255 elif ignore_errors:
/external/autotest/site_utils/stable_images/
Dbuild_data.py103 with open('/dev/null', 'w') as ignore_errors:
106 stderr=ignore_errors)
/external/python/cpython2/Lib/test/
Dtest_codeccallbacks.py459 codecs.ignore_errors,
465 codecs.ignore_errors,
470 codecs.ignore_errors(
475 codecs.ignore_errors(
480 codecs.ignore_errors(
646 self.assertEqual(codecs.ignore_errors, codecs.lookup_error("ignore"))
842 codecs.ignore_errors,
/external/capstone/bindings/python/
Dsetup_cython.py53 shutil.rmtree(LIBS_DIR, ignore_errors=True)
54 shutil.rmtree(HEADERS_DIR, ignore_errors=True)
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py80 shutil.rmtree(self._path, ignore_errors=True)
86 shutil.rmtree(self._backup_dir, ignore_errors=True)
92 shutil.rmtree(path, ignore_errors=True)
/external/deqp/external/
Dfetch_sources.py58 shutil.rmtree(fullDstPath, ignore_errors=False)
85 shutil.rmtree(archiveDir, ignore_errors=False)
151 shutil.rmtree(tmpPath, ignore_errors=False)
173 shutil.rmtree(tmpPath, ignore_errors=True)
/external/python/cpython3/Lib/test/
Dtest_codeccallbacks.py457 codecs.ignore_errors,
463 codecs.ignore_errors,
468 codecs.ignore_errors(
473 codecs.ignore_errors(
478 codecs.ignore_errors(
810 self.assertEqual(codecs.ignore_errors, codecs.lookup_error("ignore"))
1102 codecs.ignore_errors,
/external/tensorflow/tensorflow/contrib/data/
DREADME.md35 * `dataset.ignore_errors()` is now
36 `dataset.apply(tf.data.experimental.ignore_errors())`.
/external/autotest/client/site_tests/platform_ImageLoader/
Dplatform_ImageLoader.py328 shutil.rmtree(self.CORRUPT_COMPONENT_PATH, ignore_errors=True)
330 shutil.rmtree(os.path.join(self.STORAGE, name), ignore_errors=True)
333 shutil.rmtree(path, ignore_errors=True)
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dreaders.py332 ignore_errors=False, argument
476 if ignore_errors:
477 dataset = dataset.apply(error_ops.ignore_errors())
540 ignore_errors=False, argument
547 compression_type, ignore_errors))
/external/autotest/client/bin/result_tools/
Dshrink_file_throttler_unittest.py85 shutil.rmtree(self.test_dir, ignore_errors=True)
124 shutil.rmtree(self.test_dir, ignore_errors=True)
/external/autotest/contrib/
Dcoverage.py410 ignore_errors = settings.get('ignore-errors')
421 self.report(args, show_missing, ignore_errors, omit_prefixes=omit)
423 self.annotate(args, directory, ignore_errors, omit_prefixes=omit)
808 def report(self, morfs, show_missing=1, ignore_errors=0, file=None, omit_prefixes=[]): argument
856 if not ignore_errors:
875 def annotate(self, morfs, directory=None, ignore_errors=0, omit_prefixes=[]): argument
884 if not ignore_errors:
/external/autotest/client/cros/
Dpkcs11.py214 shutil.rmtree(TMP_CHAPS_DIR, ignore_errors=True)
215 shutil.rmtree('%s_bak' % TMP_CHAPS_DIR, ignore_errors=True)

123456