Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dshutil.py210 def rmtree(path, ignore_errors=False, onerror=None): argument
Dcodecs.py1087 ignore_errors = lookup_error("ignore") variable
1094 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/autotest/server/hosts/
Dabstract_ssh.py784 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.c1232 parse_args(const char **cpp, int *ignore_errors, int *aflag, in parse_args()
1425 int ignore_errors = 0, aflag = 0, fflag = 0, hflag = 0, in parse_dispatch_command() local
/external/libmojo/third_party/jinja2/
Denvironment.py603 ignore_errors=True, py_compile=False): argument
/external/clang/bindings/python/clang/
Dcindex.py3593 def register_function(lib, item, ignore_errors): argument
3614 def register_functions(lib, ignore_errors): argument