Lines Matching full:print
65 print >> sys.stderr, "Python 2.4 or newer is required."
111 print "ERROR: no key specified for:\n\n ",
112 print "\n ".join(unknown_apks)
113 print "\nUse '-e <apkname>=' to specify a key (which may be an"
114 print "empty string to not sign this apk)."
146 print " signing: %-*s (%s)" % (maxsize, name, key)
151 print "NOT signing: %s" % (name,)
155 print "rewriting %s:" % (info.filename,)
195 print " replace: ", original_line
196 print " with: ", line
216 print "using:\n ", "\n ".join(mapped_keys)
217 print "for OTA package verification"
221 print "META/otakeys.txt has no keys; using", mapped_keys[0]
307 print "done."
314 print
315 print " ERROR: %s" % (e,)
316 print