Searched refs:FixedOffset (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_datetime.py | 43 class FixedOffset(tzinfo): class 61 class PicklableFixedOffset(FixedOffset): 63 FixedOffset.__init__(self, offset, name, dstoffset) 92 fo = FixedOffset(3, "Three") 1268 class MyTzInfo(FixedOffset): 1639 f = FixedOffset(44, "") 2167 est = FixedOffset(-300, "EST", 1) 2168 utc = FixedOffset(0, "UTC", -2) 2169 met = FixedOffset(60, "MET", 3) 2235 yuck = FixedOffset(-1439, "%z %Z %%z%%Z") [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/ |
D | SmbiosMisc.h | 156 UINT8 FixedOffset; // The offset of the string reference member
|