Home | History | Annotate | Download | only in dexpreopt

Lines Matching full:print

133   # if it is, the emulator will print the log to stdout.
164 print >>sys.stderr, 'Could not start emulator:', e
272 print 'read [%c] 0x%02x' % (c, ci)
284 print '/%s/ ? "%s"' % (pattern, buf.tostring())
294 """Waits for the emulator to start up and print the first prompt.
304 print >>ep.stdin, ''
346 print 'WaitForPrompt saw """\n%s"""' % s
371 print >>ep.stdin, 'PS1="%s\n"' % prompt
403 print >>ep.stdin, '%s' % cmd
463 print >>ep.stdin, '%s' % cmd
753 msg: The message to print.
755 #print 'dexpreopt: %s' % msg
757 print '%02d:%02d.%d dexpreopt: %s' % (when.minute, when.second, when.microsecond, msg)
784 msg: Additional error string to print (optional).
791 print >>sys.stderr, msg
800 msg: Additional string to print (optional).
806 print >>sys.stderr, 'dexpreopt: %s', msg
807 print >>sys.stderr, """Usage: dexpreopt <options>