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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cookie.py 42 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme')
46 self.assertEqual(C['Customer']['path'], '/acme')
49 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
53 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1";
60 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme";
86 C.load('Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"')
89 self.assertEqual(C['Customer']['path'], '/acme')
  /external/python/cpython2/Lib/test/
test_cookie.py 57 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme')
61 self.assertEqual(C['Customer']['path'], '/acme')
64 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
68 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1";
75 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme";
146 C.load('Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"')
149 self.assertEqual(C['Customer']['path'], '/acme')
160 rawdata = 'Customer="WILE_E_COYOTE"; Path=/acme; Version=1'
  /external/python/cpython3/Lib/test/
test_http_cookies.py 63 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme')
67 self.assertEqual(C['Customer']['path'], '/acme')
70 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
74 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1";
81 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme";
158 C.load('Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"')
161 self.assertEqual(C['Customer']['path'], '/acme')
164 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
168 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1";
175 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme";
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 673 >>> reach("www.acme.com")
674 '.acme.com'
675 >>> reach("acme.com")
676 'acme.com'
677 >>> reach("acme.local")
    [all...]
  /external/python/cpython2/Lib/
cookielib.py 689 >>> reach("www.acme.com")
690 '.acme.com'
691 >>> reach("acme.com")
692 'acme.com'
693 >>> reach("acme.local")
    [all...]
  /external/python/cpython3/Lib/http/
cookiejar.py 695 >>> reach("www.acme.com")
696 '.acme.com'
697 >>> reach("acme.com")
698 'acme.com'
699 >>> reach("acme.local")
    [all...]

Completed in 307 milliseconds