Searched refs:PrintAndFlush (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dchrome_mock.py11 def PrintAndFlush(s): function
31 PrintAndFlush('Starting %s.' % sys.argv[0])
44 PrintAndFlush('Done sleeping. Expected to be killed.')
/external/chromium_org/chrome/test/chromedriver/
H A Drun_buildbot_steps.py393 util.PrintAndFlush('HTTP Error %d' % error.getcode())
396 util.PrintAndFlush('URL Error %s' % error.message)
406 util.PrintAndFlush('Failed to get svn revision number for %s' %
416 util.PrintAndFlush('HTTP Error %d' % error.getcode())
419 util.PrintAndFlush('URL Error %s' % error.message)
424 util.PrintAndFlush('Failed to get git hash for %s' % commit_position)
442 util.PrintAndFlush('Waiting for snapshot >= %s, found %s' %
445 util.PrintAndFlush('Got snapshot revision %s' % snapshot_revision)
H A Dutil.py189 def PrintAndFlush(text): function

Completed in 117 milliseconds