Home
last modified time | relevance | path

Searched refs:FixedOffset (Results 1 – 4 of 4) sorted by relevance

/third_party/PyYAML/tests/data/
Dtimestamp-bugs.code5 [datetime.datetime(2001, 12, 14, 21, 59, 43, 0, FixedOffset(60, "+1")), 'UTC+01:00'],
6 [datetime.datetime(2001, 12, 14, 21, 59, 43, 0, FixedOffset(-90, "-1:30")), 'UTC-01:30'],
/third_party/python/Lib/test/
Ddatetimetester.py115 class FixedOffset(tzinfo): class
134 class PicklableFixedOffset(FixedOffset):
137 FixedOffset.__init__(self, offset, name, dstoffset)
179 fo = FixedOffset(3, "Three")
2035 tz = FixedOffset(timedelta(seconds=16), 'XXX')
2134 class MyTzInfo(FixedOffset):
2753 f = FixedOffset(44, "0044")
3641 est = FixedOffset(-300, "EST", 1)
3642 utc = FixedOffset(0, "UTC", -2)
3643 met = FixedOffset(60, "MET", 3)
[all …]
/third_party/PyYAML/tests/lib/
Dtest_constructor.py20 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/
DAArch64FrameLowering.cpp2539 int64_t FixedOffset = -MFI.getObjectOffset(I); in determineSVEStackObjectOffsets() local
2540 if (FixedOffset > Offset) in determineSVEStackObjectOffsets()
2541 Offset = FixedOffset; in determineSVEStackObjectOffsets()