Searched refs:FOUND (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/http/ |
H A D | __init__.py | 60 FOUND = 302, 'Found', 'Object moved temporarily -- see URI list' variable in HTTPStatus
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 455 XX(302, FOUND, FOUND) \
|
/third_party/python/Lib/test/ |
H A D | test_codecs.py | 3526 FOUND = (1, 2, 3, 4) 3530 return FOUND 3536 self.assertEqual(FOUND, codecs.lookup('aaa_8')) 3537 self.assertEqual(FOUND, codecs.lookup('AAA-8')) 3538 self.assertEqual(FOUND, codecs.lookup('AAA---8')) 3539 self.assertEqual(FOUND, codecs.lookup('AAA 8')) 3540 self.assertEqual(FOUND, codecs.lookup('aaa\xe9\u20ac-8'))
|
H A D | test_httplib.py | 580 FOUND = 302, 'Found', 'Object moved temporarily -- see URI list' variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus 1630 'FOUND', 2258 'HTTP/1.1 404 NOT FOUND\r\n\r\n',
|
/third_party/node/src/ |
H A D | node_http_common.h | 143 V(FOUND, 302) \
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfix.c | 92 static const char FOUND[] = "FOUND\n"; variable 1199 ntfs_log_info(FOUND); in fix_self_located_mft()
|
Completed in 13 milliseconds