Searched refs:FakeResponse (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_cookielib.py220 class FakeResponse: class in inherits:
246 res = FakeResponse(headers, url)
846 res = FakeResponse(headers, "http://acme.com/")
851 res = FakeResponse(headers, "http://www.acme.com/")
856 res = FakeResponse(headers, "http://www.coyote.com/")
862 res = FakeResponse(headers, "http://www.coyote.com/")
880 res = FakeResponse(headers, "http://www.acme.com/")
890 res = FakeResponse(headers, "http://www.roadrunner.net/")
905 res = FakeResponse(headers, "http://www.acme.com/")
1108 r = FakeResponse(header
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_cookielib.py220 class FakeResponse: class in inherits:
246 res = FakeResponse(headers, url)
846 res = FakeResponse(headers, "http://acme.com/")
851 res = FakeResponse(headers, "http://www.acme.com/")
856 res = FakeResponse(headers, "http://www.coyote.com/")
862 res = FakeResponse(headers, "http://www.coyote.com/")
880 res = FakeResponse(headers, "http://www.acme.com/")
890 res = FakeResponse(headers, "http://www.roadrunner.net/")
905 res = FakeResponse(headers, "http://www.acme.com/")
1108 r = FakeResponse(header
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_cookielib.py220 class FakeResponse: class in inherits:
246 res = FakeResponse(headers, url)
846 res = FakeResponse(headers, "http://acme.com/")
851 res = FakeResponse(headers, "http://www.acme.com/")
856 res = FakeResponse(headers, "http://www.coyote.com/")
862 res = FakeResponse(headers, "http://www.coyote.com/")
880 res = FakeResponse(headers, "http://www.acme.com/")
890 res = FakeResponse(headers, "http://www.roadrunner.net/")
905 res = FakeResponse(headers, "http://www.acme.com/")
1108 r = FakeResponse(header
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_cookielib.py220 class FakeResponse: class in inherits:
246 res = FakeResponse(headers, url)
846 res = FakeResponse(headers, "http://acme.com/")
851 res = FakeResponse(headers, "http://www.acme.com/")
856 res = FakeResponse(headers, "http://www.coyote.com/")
862 res = FakeResponse(headers, "http://www.coyote.com/")
880 res = FakeResponse(headers, "http://www.acme.com/")
890 res = FakeResponse(headers, "http://www.roadrunner.net/")
905 res = FakeResponse(headers, "http://www.acme.com/")
1108 r = FakeResponse(header
[all...]

Completed in 48 milliseconds