Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/webtest/webtest/
Dresponse.py191 def printlog(s): function
202 printlog('Element: %r' % el_html)
204 printlog(' Skipped: no %s attribute' % href_attr)
210 printlog(" Skipped: doesn't match extract pattern")
215 printlog(' Skipped: only internal fragment href')
218 printlog(' Skipped: cannot follow javascript:')
222 printlog(" Skipped: doesn't match description")
225 printlog(" Skipped: doesn't match id")
228 printlog(" Skipped: doesn't match href")
230 printlog(" Accepted")
/external/chromium-trace/catapult/third_party/Paste/paste/
Dfixture.py710 def printlog(s): function
722 printlog('Element: %r' % el_html)
724 printlog(' Skipped: no %s attribute' % href_attr)
730 printlog(" Skipped: doesn't match extract pattern")
735 printlog(' Skipped: only internal fragment href')
738 printlog(' Skipped: cannot follow javascript:')
742 printlog(" Skipped: doesn't match description")
745 printlog(" Skipped: doesn't match id")
748 printlog(" Skipped: doesn't match href")
751 printlog(" Skipped: doesn't match html")
[all …]