Searched refs:full_status (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/tests/ |
D | 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'
|
D | 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
|
D | test_cgiapp.py | 15 assert res.full_status == '200 Okay'
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | 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)
|
/external/autotest/frontend/afe/ |
D | models.py | 1200 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/ |
D | 001_rpc_test.txt | 596 ... 'full_status': 'Queued'}) 612 ... 'full_status': 'Queued'})
|