Home
last modified time | relevance | path

Searched refs:errprint (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Dtabnanny.py34 def errprint(*args): function
48 errprint(msg)
56 errprint("Usage:", sys.argv[0], "[-v] file_or_directory ...")
100 errprint("%r: I/O Error: %s" % (file, msg))
110 errprint("%r: Token Error: %s" % (file, msg))
114 errprint("%r: Indentation Error: %s" % (file, msg))
/third_party/python/Tools/scripts/
Dcleanfuture.py50 def errprint(*args): function
63 errprint(msg)
73 errprint("Usage:", __doc__)
96 errprint("%r: I/O Error: %s" % (file, str(msg)))
211 errprint("Skipping file %r; can't parse line %d:\n%s" %
Dreindent.py65 def errprint(*args): function
124 errprint("%s: SyntaxError: %s" % (file, str(se)))
130 errprint("%s: I/O Error: %s" % (file, str(msg)))
135 errprint("%s: mixed newlines detected; cannot continue without --newline" % file)
/third_party/python/Doc/library/
Dtabnanny.rst60 .. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,
/third_party/python/Lib/test/
Dtest_tabnanny.py115 tabnanny.errprint(*args)
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m438 [errprint(M4sugar requires GNU M4. Install it before installing M4sugar or
115 m4_rename_m4([errprint])
197 # Same as `errprint', but with the missing end of line.