/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | transform_graph_test.cc | 36 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()
|
D | transform_graph.cc | 285 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/ |
D | ignore_errors_test.py | 50 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/ |
D | pre-push.py | 85 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/ |
D | platform_Pkcs11Events.py | 17 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/ |
D | tokenize.py | 132 ignore_errors = False 222 ignore_errors = False 245 ignore_errors = True 252 elif ignore_errors:
|
/external/tensorflow/tensorflow/python/keras/ |
D | callbacks_v1_test.py | 57 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/ |
D | afdo_prof_analysis_e2e_test.py | 90 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/ |
D | build_data.py | 103 with open('/dev/null', 'w') as ignore_errors: 106 stderr=ignore_errors)
|
/external/python/cpython2/Lib/test/ |
D | test_codeccallbacks.py | 459 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/ |
D | setup_cython.py | 57 shutil.rmtree(LIBS_DIR, ignore_errors=True) 58 shutil.rmtree(HEADERS_DIR, ignore_errors=True)
|
/external/autotest/server/cros/ap_configurators/ |
D | pyauto_utils.py | 82 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/ |
D | msan_build.py | 179 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/ |
D | platform_ImageLoader.py | 328 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/ |
D | fetch_sources.py | 58 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/ |
D | test_codeccallbacks.py | 421 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/ |
D | test_zintegration.py | 60 shutil.rmtree(dir, ignore_errors=True) 101 udir.remove(ignore_errors=True)
|
/external/autotest/client/bin/result_tools/ |
D | shrink_file_throttler_unittest.py | 85 shutil.rmtree(self.test_dir, ignore_errors=True) 124 shutil.rmtree(self.test_dir, ignore_errors=True)
|
/external/python/pycparser/ |
D | _clean_tables.py | 18 shutil.rmtree(fullpath, ignore_errors=False)
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | error_ops.py | 27 def ignore_errors(log_warning=False): function
|
/external/autotest/contrib/ |
D | coverage.py | 410 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/ |
D | main.c | 46 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/ |
D | platform_Pkcs11InitUnderErrors.py | 34 shutil.rmtree(dbpath, ignore_errors=True)
|
/external/autotest/client/cros/ |
D | pkcs11.py | 219 shutil.rmtree(TMP_CHAPS_DIR, ignore_errors=True) 220 shutil.rmtree('%s_bak' % TMP_CHAPS_DIR, ignore_errors=True)
|
/external/deqp/scripts/ |
D | make_release.py | 265 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)
|