HomeSort by relevance Sort by last modified time
    Searched refs:printlog (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/webtest/webtest/
response.py 191 def printlog(s): function in function:TestResponse._find_element
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"
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py 710 def printlog(s): function in function:TestResponse._find_element
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...]

Completed in 34 milliseconds