Searched refs:errprint (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Tools/scripts/ |
D | checkappend.py | 43 def errprint(*args): function 54 errprint(str(msg) + "\n\n" + __doc__) 60 errprint(__doc__) 81 errprint("%r: I/O Error: %s" % (file, msg)) 108 errprint("%r: Token Error: %s" % (self.fname, msg))
|
D | cleanfuture.py | 50 def errprint(*args): function 63 errprint(msg) 73 errprint("Usage:", __doc__) 96 errprint("%r: I/O Error: %s" % (file, str(msg))) 212 errprint("Skipping file %r; can't parse line %d:\n%s" %
|
D | reindent.py | 59 def errprint(*args): function 114 errprint("%s: I/O Error: %s" % (file, str(msg))) 122 errprint("%s: mixed newlines detected; cannot process file" % file)
|
/external/python/cpython3/Lib/ |
D | tabnanny.py | 34 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))
|
/external/python/cpython2/Lib/ |
D | tabnanny.py | 35 def errprint(*args): function 47 errprint(msg) 55 errprint("Usage:", sys.argv[0], "[-v] file_or_directory ...") 99 errprint("%r: I/O Error: %s" % (file, msg)) 109 errprint("%r: Token Error: %s" % (file, msg)) 113 errprint("%r: Indentation Error: %s" % (file, msg))
|
/external/python/cpython3/Tools/scripts/ |
D | cleanfuture.py | 50 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" %
|
D | reindent.py | 65 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)
|
/external/autotest/utils/ |
D | reindent.py | 58 def errprint(*args): function 112 errprint("%s: I/O Error: %s" % (file, str(msg)))
|
/external/python/cpython3/Doc/library/ |
D | tabnanny.rst | 60 .. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,
|
/external/python/cpython2/Doc/library/ |
D | tabnanny.rst | 59 .. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,
|
/external/python/cpython3/Lib/test/ |
D | test_tabnanny.py | 114 tabnanny.errprint(*args)
|
/external/libexif/auto-m4/ |
D | gettext.m4 | 63 [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT 66 [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
|
/external/angle/tools/flex-bison/third_party/m4sugar/ |
D | m4sugar.m4 | 38 [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.
|
/external/e2fsprogs/ |
D | aclocal.m4 | 305 [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT 310 [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
|