Home
last modified time | relevance | path

Searched refs:full_status (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/tests/
Dtest_errordocument.py17 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'
Dtest_recursive.py28 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
Dtest_cgiapp.py15 assert res.full_status == '200 Okay'
/external/chromium-trace/catapult/third_party/Paste/paste/
Dfixture.py450 % (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)
/external/autotest/frontend/afe/
Dmodels.py1200 full_status = HostQueueEntry.compute_full_status(status, aborted,
1202 job_dict.setdefault(full_status, 0)
1203 job_dict[full_status] += count
1937 def full_status(self): member in HostQueueEntry
1944 object_dict['full_status'] = self.full_status()
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt596 ... 'full_status': 'Queued'})
612 ... 'full_status': 'Queued'})