Searched refs:FixedOffset (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
H A D | datetimetester.py | 123 class FixedOffset(tzinfo): class 142 class PicklableFixedOffset(FixedOffset): 145 FixedOffset.__init__(self, offset, name, dstoffset) 187 fo = FixedOffset(3, "Three") 2081 tz = FixedOffset(timedelta(seconds=16), 'XXX') 2180 class MyTzInfo(FixedOffset): 2855 f = FixedOffset(44, "0044") 3875 est = FixedOffset(-300, "EST", 1) 3876 utc = FixedOffset(0, "UTC", -2) 3877 met = FixedOffset(6 [all...] |
/third_party/PyYAML/tests/lib/ |
H A D | test_constructor.py | 20 FixedOffset, today, execute, MyFullLoader 217 class FixedOffset(datetime.tzinfo): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 2539 int64_t FixedOffset = -MFI.getObjectOffset(I); in determineSVEStackObjectOffsets() local 2540 if (FixedOffset > Offset) in determineSVEStackObjectOffsets() 2541 Offset = FixedOffset; in determineSVEStackObjectOffsets()
|
Completed in 11 milliseconds