Home
last modified time | relevance | path

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

1234567

/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_graph_test.cc36 bool* ignore_errors);
221 bool ignore_errors; in TestShouldIgnoreErrors() local
223 ShouldIgnoreErrors({{"ignore_errors", {"true"}}}, &ignore_errors)); in TestShouldIgnoreErrors()
224 EXPECT_TRUE(ignore_errors); in TestShouldIgnoreErrors()
227 ShouldIgnoreErrors({{"ignore_errors", {"false"}}}, &ignore_errors)); in TestShouldIgnoreErrors()
228 EXPECT_FALSE(ignore_errors); in TestShouldIgnoreErrors()
230 TF_EXPECT_OK(ShouldIgnoreErrors({}, &ignore_errors)); in TestShouldIgnoreErrors()
231 EXPECT_FALSE(ignore_errors); in TestShouldIgnoreErrors()
234 ShouldIgnoreErrors({{"ignore_errors", {"foo"}}}, &ignore_errors).ok()); in TestShouldIgnoreErrors()
Dtransform_graph.cc285 bool* ignore_errors) { in ShouldIgnoreErrors() argument
286 *ignore_errors = false; in ShouldIgnoreErrors()
292 *ignore_errors = true; in ShouldIgnoreErrors()
294 *ignore_errors = false; in ShouldIgnoreErrors()
325 bool ignore_errors; in TransformGraph() local
327 ShouldIgnoreErrors(transform_info.second, &ignore_errors)); in TransformGraph()
332 if (ignore_errors) { in TransformGraph()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dignore_errors_test.py50 error_ops.ignore_errors()))
64 error_ops.ignore_errors(log_warning=True)))
82 num_parallel_calls=2).prefetch(2).apply(error_ops.ignore_errors()))
106 num_parallel_calls=2).prefetch(2).apply(error_ops.ignore_errors()))
141 error_ops.ignore_errors())
156 dataset = dataset_ops.Dataset.zip((b, a)).apply(error_ops.ignore_errors())
166 ds = dataset_ops.Dataset.range(10).apply(error_ops.ignore_errors())
/external/llvm-project/llvm/utils/git/
Dpre-push.py85 ignore_errors=False, text=True, print_raw_stderr=False): argument
94 if ignore_errors:
107 if p.returncode == 0 or ignore_errors:
108 if stderr and not ignore_errors:
163 if "commit" not in git('cat-file','-t', remote_sha, 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/googletest/googlemock/scripts/generator/cpp/
Dtokenize.py132 ignore_errors = False
222 ignore_errors = False
245 ignore_errors = True
252 elif ignore_errors:
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1_test.py57 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
162 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
269 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
314 self.addCleanup(shutil.rmtree, tmpdir, ignore_errors=True)
363 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
419 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
452 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
474 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
528 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
/external/toolchain-utils/afdo_tools/bisection/
Dafdo_prof_analysis_e2e_test.py90 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
129 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
175 self.addCleanup(shutil.rmtree, scripts_tmp_dir, ignore_errors=True)
237 self.addCleanup(shutil.rmtree, temp_dir, ignore_errors=True)
/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.py57 shutil.rmtree(LIBS_DIR, ignore_errors=True)
58 shutil.rmtree(HEADERS_DIR, ignore_errors=True)
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py82 shutil.rmtree(self._path, ignore_errors=True)
88 shutil.rmtree(self._backup_dir, ignore_errors=True)
94 shutil.rmtree(path, ignore_errors=True)
/external/oss-fuzz/infra/base-images/base-sanitizer-libs-builder/
Dmsan_build.py179 shutil.rmtree(extract_directory, ignore_errors=True)
344 shutil.rmtree(self.work_dir, ignore_errors=True)
359 shutil.rmtree(self.work_dir, ignore_errors=True)
380 shutil.rmtree(custom_bin_dir, ignore_errors=True)
/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/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.py421 codecs.ignore_errors,
427 codecs.ignore_errors,
432 codecs.ignore_errors(
437 codecs.ignore_errors(
442 codecs.ignore_errors(
771 self.assertEqual(codecs.ignore_errors, codecs.lookup_error("ignore"))
1058 codecs.ignore_errors,
/external/python/cffi/testing/cffi0/
Dtest_zintegration.py60 shutil.rmtree(dir, ignore_errors=True)
101 udir.remove(ignore_errors=True)
/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/python/pycparser/
D_clean_tables.py18 shutil.rmtree(fullpath, ignore_errors=False)
/external/tensorflow/tensorflow/python/data/experimental/ops/
Derror_ops.py27 def ignore_errors(log_warning=False): function
/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/flac/src/test_seeking/
Dmain.c46 FLAC__bool ignore_errors; member
258 if(!dcd->ignore_errors) { in error_callback_()
280 decoder_client_data.ignore_errors = false; in seek_barrage()
/external/autotest/client/site_tests/platform_Pkcs11InitUnderErrors/
Dplatform_Pkcs11InitUnderErrors.py34 shutil.rmtree(dbpath, ignore_errors=True)
/external/autotest/client/cros/
Dpkcs11.py219 shutil.rmtree(TMP_CHAPS_DIR, ignore_errors=True)
220 shutil.rmtree('%s_bak' % TMP_CHAPS_DIR, ignore_errors=True)
/external/deqp/scripts/
Dmake_release.py265 shutil.rmtree(os.path.join(packageBuildInfo.dstBasePath, "src"), ignore_errors=False)
346 shutil.rmtree(path, ignore_errors=False)
355 shutil.rmtree(os.path.join(dstBasePath, "src"), ignore_errors=False)
366 shutil.rmtree(path, ignore_errors=False)

1234567