HomeSort by relevance Sort by last modified time
    Searched refs:CookieJar (Results 1 - 17 of 17) sorted by null

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/gdb/darwin-x86/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/gdb/linux-x86/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/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-trace/catapult/third_party/webtest/webtest/
app.py 118 :param cookiejar:
119 :class:`cookielib.CookieJar` alike API that keeps cookies
121 :type cookiejar:
122 CookieJar instance
127 ``cookiejar``.
146 use_unicode=True, cookiejar=None, parser_features=None,
176 if cookiejar is None:
177 cookiejar = http_cookiejar.CookieJar(policy=CookiePolicy())
178 self.cookiejar = cookieja
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 139 If False, use an in-memory cookiejar instead. Subclasses must
387 self.cookie_jar = cookielib.CookieJar()
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 139 If False, use an in-memory cookiejar instead. Subclasses must
387 self.cookie_jar = cookielib.CookieJar()
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
upload-diffs.py 194 If False, use an in-memory cookiejar instead. Subclasses must
466 self.cookie_jar = cookielib.CookieJar()
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 262 milliseconds