/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
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))
|
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" %
|
reindent.py | 58 def errprint(*args):
function 113 errprint("%s: I/O Error: %s" % (file, str(msg)))
|
/external/python/cpython2/Tools/scripts/ |
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))
|
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" %
|
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/Tools/scripts/ |
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" %
|
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)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
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/cpython2/Lib/ |
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/Lib/ |
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/autotest/utils/ |
reindent.py | 58 def errprint(*args): function 112 errprint("%s: I/O Error: %s" % (file, str(msg)))
|
/external/guice/extensions/persist/lib/ |
hsqldb.jar | |