/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cookielib.py | 231 def interact_2965(cookiejar, url, *set_cookie_hdrs): 232 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2") 234 def interact_netscape(cookiejar, url, *set_cookie_hdrs): 235 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie") 237 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name): 241 cookiejar.add_cookie_header(req) 247 cookiejar.extract_cookies(res, req) 343 # domains in the CookieJar before we try to access them (because that 409 from cookielib import CookieJar, DefaultCookiePolicy 424 c = CookieJar(policy [all...] |
test_urllib2.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cookielib.py | 231 def interact_2965(cookiejar, url, *set_cookie_hdrs): 232 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2") 234 def interact_netscape(cookiejar, url, *set_cookie_hdrs): 235 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie") 237 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name): 241 cookiejar.add_cookie_header(req) 247 cookiejar.extract_cookies(res, req) 343 # domains in the CookieJar before we try to access them (because that 409 from cookielib import CookieJar, DefaultCookiePolicy 424 c = CookieJar(policy [all...] |
test_urllib2.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cookielib.py | 28 __all__ = ['Cookie', 'CookieJar', 'CookiePolicy', 'DefaultCookiePolicy', 54 MISSING_FILENAME_TEXT = ("a filename was not supplied (nor was the CookieJar " 714 standards. CookieJar.make_cookies is the factory function for Cookie 817 Currently, pre-expired cookies never get this far -- the CookieJar [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cookielib.py | 28 __all__ = ['Cookie', 'CookieJar', 'CookiePolicy', 'DefaultCookiePolicy', 54 MISSING_FILENAME_TEXT = ("a filename was not supplied (nor was the CookieJar " 714 standards. CookieJar.make_cookies is the factory function for Cookie 817 Currently, pre-expired cookies never get this far -- the CookieJar [all...] |
/external/chromium/testing/gmock/scripts/ |
upload.py | 139 If False, use an in-memory cookiejar instead. Subclasses must 387 self.cookie_jar = cookielib.CookieJar() [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | 139 If False, use an in-memory cookiejar instead. Subclasses must 387 self.cookie_jar = cookielib.CookieJar() [all...] |
/external/chromium_org/testing/gtest/scripts/ |
upload.py | 139 If False, use an in-memory cookiejar instead. Subclasses must 387 self.cookie_jar = cookielib.CookieJar() [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_remaining.target.darwin-arm.mk | 370 third_party/WebKit/Source/core/loader/CookieJar.cpp \ [all...] |
webcore_remaining.target.darwin-mips.mk | 370 third_party/WebKit/Source/core/loader/CookieJar.cpp \ [all...] |
webcore_remaining.target.darwin-x86.mk | 370 third_party/WebKit/Source/core/loader/CookieJar.cpp \ [all...] |
webcore_remaining.target.linux-arm.mk | 370 third_party/WebKit/Source/core/loader/CookieJar.cpp \ [all...] |
webcore_remaining.target.linux-mips.mk | 370 third_party/WebKit/Source/core/loader/CookieJar.cpp \ [all...] |
webcore_remaining.target.linux-x86.mk | 370 third_party/WebKit/Source/core/loader/CookieJar.cpp \ [all...] |
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | [all...] |