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

  /external/chromium-trace/catapult/third_party/webtest/webtest/
compat.py 8 SimpleCookie = http_cookies.SimpleCookie
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookie.py 9 # Currently this only tests SimpleCookie
14 'repr': "<SimpleCookie: chips='ahoy' vienna='finger'>",
20 'repr': '''<SimpleCookie: keebler='E=mc2; L="Loves"; fudge=\\n;'>''',
27 'repr': "<SimpleCookie: keebler='E=mc2'>",
33 C = Cookie.SimpleCookie()
41 C = Cookie.SimpleCookie()
66 C = Cookie.SimpleCookie()
70 C = Cookie.SimpleCookie()
78 C = Cookie.SimpleCookie()
85 C = Cookie.SimpleCookie()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookie.py 9 # Currently this only tests SimpleCookie
14 'repr': "<SimpleCookie: chips='ahoy' vienna='finger'>",
20 'repr': '''<SimpleCookie: keebler='E=mc2; L="Loves"; fudge=\\n;'>''',
27 'repr': "<SimpleCookie: keebler='E=mc2'>",
33 C = Cookie.SimpleCookie()
41 C = Cookie.SimpleCookie()
66 C = Cookie.SimpleCookie()
70 C = Cookie.SimpleCookie()
78 C = Cookie.SimpleCookie()
85 C = Cookie.SimpleCookie()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookie.py 9 # Currently this only tests SimpleCookie
14 'repr': "<SimpleCookie: chips='ahoy' vienna='finger'>",
20 'repr': '''<SimpleCookie: keebler='E=mc2; L="Loves"; fudge=\\n;'>''',
27 'repr': "<SimpleCookie: keebler='E=mc2'>",
33 C = Cookie.SimpleCookie()
41 C = Cookie.SimpleCookie()
66 C = Cookie.SimpleCookie()
70 C = Cookie.SimpleCookie()
78 C = Cookie.SimpleCookie()
85 C = Cookie.SimpleCookie()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookie.py 9 # Currently this only tests SimpleCookie
14 'repr': "<SimpleCookie: chips='ahoy' vienna='finger'>",
20 'repr': '''<SimpleCookie: keebler='E=mc2; L="Loves"; fudge=\\n;'>''',
27 'repr': "<SimpleCookie: keebler='E=mc2'>",
33 C = Cookie.SimpleCookie()
41 C = Cookie.SimpleCookie()
66 C = Cookie.SimpleCookie()
70 C = Cookie.SimpleCookie()
78 C = Cookie.SimpleCookie()
85 C = Cookie.SimpleCookie()
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
request.py 25 from http.cookies import SimpleCookie, CookieError
28 from Cookie import SimpleCookie, CookieError
54 cookies = SimpleCookie()
66 ``SimpleCookie`` object. For incoming cookies a dictionary fully
77 cookies = SimpleCookie()
session.py 28 from http.cookies import SimpleCookie
31 from Cookie import SimpleCookie
166 c = SimpleCookie()
wsgiwrappers.py 13 from http.cookies import SimpleCookie
16 from Cookie import SimpleCookie
313 self.cookies = SimpleCookie()
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
auth_tkt.py 47 from http.cookies import SimpleCookie
50 from Cookie import SimpleCookie
130 c = SimpleCookie()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 57 >>> C = Cookie.SimpleCookie()
132 SimpleCookie
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
138 >>> C = Cookie.SimpleCookie()
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
670 class SimpleCookie(BaseCookie):
671 """SimpleCookie
672 SimpleCookie supports strings as cookie values. When setting
673 the value using the dictionary assignment notation, SimpleCookie
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 57 >>> C = Cookie.SimpleCookie()
132 SimpleCookie
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
138 >>> C = Cookie.SimpleCookie()
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
670 class SimpleCookie(BaseCookie):
671 """SimpleCookie
672 SimpleCookie supports strings as cookie values. When setting
673 the value using the dictionary assignment notation, SimpleCookie
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 57 >>> C = Cookie.SimpleCookie()
132 SimpleCookie
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
138 >>> C = Cookie.SimpleCookie()
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
670 class SimpleCookie(BaseCookie):
671 """SimpleCookie
672 SimpleCookie supports strings as cookie values. When setting
673 the value using the dictionary assignment notation, SimpleCookie
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 57 >>> C = Cookie.SimpleCookie()
132 SimpleCookie
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
138 >>> C = Cookie.SimpleCookie()
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
670 class SimpleCookie(BaseCookie):
671 """SimpleCookie
672 SimpleCookie supports strings as cookie values. When setting
673 the value using the dictionary assignment notation, SimpleCookie
    [all...]

Completed in 320 milliseconds