Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dcheckappend.py43 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))
Dcleanfuture.py50 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" %
Dreindent.py58 def errprint(*args): function
113 errprint("%s: I/O Error: %s" % (file, str(msg)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtabnanny.py35 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))