Home
last modified time | relevance | path

Searched refs:PrintWithTime (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/testing/tools/
Dsafetynet_job.py19 from common import PrintWithTime
71 PrintWithTime('Current branch is not clean, aborting')
102 PrintWithTime('Initial run, current is %s' % current)
106 PrintWithTime('All set up, next runs will be incremental and perform '
121 PrintWithTime('Incremental run, current is %s, last is %s'
128 PrintWithTime('No changes seen, finishing job')
165 PrintWithTime('Improvement detected.')
169 PrintWithTime('Regression detected.')
173 PrintWithTime('Nothing detected.')
Dcommon.py148 def PrintWithTime(s): function