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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 120 UTC_ZONES = {"GMT": None, "UTC": None, "UT": None, "Z": None}
125 if tz in UTC_ZONES:
    [all...]
  /external/python/cpython2/Lib/
cookielib.py 120 UTC_ZONES = {"GMT": None, "UTC": None, "UT": None, "Z": None}
125 if tz in UTC_ZONES:
    [all...]
  /external/python/cpython3/Lib/http/
cookiejar.py 128 UTC_ZONES = {"GMT": None, "UTC": None, "UT": None, "Z": None}
133 if tz in UTC_ZONES:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 120 UTC_ZONES = {"GMT": None, "UTC": None, "UT": None, "Z": None}
125 if tz in UTC_ZONES:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 120 UTC_ZONES = {"GMT": None, "UTC": None, "UT": None, "Z": None}
125 if tz in UTC_ZONES:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 120 UTC_ZONES = {"GMT": None, "UTC": None, "UT": None, "Z": None}
125 if tz in UTC_ZONES:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 120 UTC_ZONES = {"GMT": None, "UTC": None, "UT": None, "Z": None}
125 if tz in UTC_ZONES:
    [all...]

Completed in 375 milliseconds