Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/ops/
Derror_ops.py27 def ignore_errors(log_warning=False): function
Dreaders.py342 ignore_errors=False, argument
631 ignore_errors=False, argument
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_graph.cc285 bool* ignore_errors) { in ShouldIgnoreErrors()
325 bool ignore_errors; in TransformGraph() local
Dtransform_graph_test.cc221 bool ignore_errors; in TestShouldIgnoreErrors() local
/external/llvm-project/llvm/utils/git/
Dpre-push.py85 ignore_errors=False, text=True, print_raw_stderr=False): argument
/external/flac/src/test_seeking/
Dmain.c46 FLAC__bool ignore_errors; member
/external/python/cpython2/Lib/
Dshutil.py224 def rmtree(path, ignore_errors=False, onerror=None): argument
Dcodecs.py1089 ignore_errors = lookup_error("ignore") variable
1096 ignore_errors = None variable
/external/autotest/contrib/
Dcoverage.py808 def report(self, morfs, show_missing=1, ignore_errors=0, file=None, omit_prefixes=[]): argument
875 def annotate(self, morfs, directory=None, ignore_errors=0, omit_prefixes=[]): argument
/external/flac/src/test_libFLAC/
Ddecoders.c56 FLAC__bool ignore_errors; member
/external/python/cpython3/Lib/
Dcodecs.py1098 ignore_errors = lookup_error("ignore") variable
1106 ignore_errors = None variable
Dshutil.py682 def rmtree(path, ignore_errors=False, onerror=None): argument
/external/autotest/server/hosts/
Dabstract_ssh.py889 def collect_logs(self, remote_src_dir, local_dest_dir, ignore_errors=True): argument
/external/python/cpython2/Python/
Dcodecs.c914 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() function
/external/openssh/
Dsftp.c1325 parse_args(const char **cpp, int *ignore_errors, int *disable_echo, int *aflag, in parse_args()
1534 int ignore_errors = 0, disable_echo = 1; in parse_dispatch_command() local
/external/python/cpython3/Python/
Dcodecs.c1368 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() function
/external/libchrome/third_party/jinja2/
Denvironment.py640 ignore_errors=True, py_compile=False): argument
/external/python/jinja/src/jinja2/
Denvironment.py678 ignore_errors=True, argument
/external/clang/bindings/python/clang/
Dcindex.py3593 def register_function(lib, item, ignore_errors): argument
3614 def register_functions(lib, ignore_errors): argument
/external/python/setuptools/setuptools/command/
Deasy_install.py2273 def rmtree(path, ignore_errors=False, onerror=auto_chmod): argument
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py4063 def register_function(lib, item, ignore_errors): argument
4084 def register_functions(lib, ignore_errors): argument
/external/libcups/tools/
Dipptool.c141 int ignore_errors; /* Ignore test failures? */ member