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

  /external/chromium-trace/catapult/third_party/Paste/tests/
test_errordocument.py 17 assert res.full_status == '200 OK'
34 assert res.full_status == '200 OK'
38 assert res.full_status == '200 OK'
42 assert res.full_status == '404 Not found'
50 assert res.full_status == '200 OK'
54 assert res.full_status == '200 OK'
58 assert res.full_status == '404 Not found'
test_recursive.py 28 assert res.full_status == '200 OK'
32 assert res.full_status == '200 OK'
36 assert res.full_status == '200 OK'
80 assert res.full_status == '200 OK'
84 assert res.full_status == '200 OK'
88 assert res.full_status == '404 Not Found' # Different status
test_cgiapp.py 15 assert res.full_status == '200 Okay'
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py 450 % (res.full_status, ', '.join(map(str, status)),
461 % (res.full_status, res.request.url,
465 "Bad response: %s (not %s)" % (res.full_status, status))
511 self.full_status = status
622 % self.full_status)
862 return '<Response %s %r>' % (self.full_status, body)
    [all...]
  /external/autotest/frontend/afe/
models.py 1937 def full_status(self): member in class:HostQueueEntry
    [all...]

Completed in 783 milliseconds