HomeSort by relevance Sort by last modified time
    Searched refs:Year (Results 76 - 100 of 144) sorted by null

1 2 34 5 6

  /libcore/ojluni/src/test/java/time/tck/java/time/zone/
TCKZoneOffsetTransition.java 67 import java.time.Year;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c 221 Time->Year = tm->tm_year;
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKZonedDateTime.java 91 import static java.time.temporal.ChronoField.YEAR;
115 import java.time.Year;
208 YEAR,
504 int year = Year.MIN_VALUE;
505 long days = (year * 365L + (year / 4 - year / 100 + year / 400)) - days_0000_to_1970;
508 assertEquals(test.getYear(), Year.MIN_VALUE)
    [all...]
TCKOffsetDateTime.java 91 import static java.time.temporal.ChronoField.YEAR;
121 import java.time.Year;
206 YEAR,
229 check(OffsetDateTime.MIN, Year.MIN_VALUE, 1, 1, 0, 0, 0, 0, ZoneOffset.MAX);
234 check(OffsetDateTime.MAX, Year.MAX_VALUE, 12, 31, 23, 59, 59, 999999999, ZoneOffset.MIN);
564 assertEquals(TEST_2008_6_30_11_30_59_000000500.isSupported(ChronoField.YEAR), true);
601 assertEquals(test.get(ChronoField.YEAR), 2008);
620 assertEquals(test.getLong(ChronoField.YEAR), 2008);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLib.c 414 TmpTime->Year,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Print/
Print.c 658 (UINTN)Time->Year,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Sal.h 544 UINT8 Year;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthService.c     [all...]
  /build/soong/third_party/zip/
struct.go 172 fDate = uint16(t.Day() + int(t.Month())<<5 + (t.Year()-1980)<<9)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
ProcessOptions.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.c 126 (((((Time.Year - 2000) * 360 + (Time.Month - 1)) * 30 + (Time.Day - 1)) * 24 + Time.Hour) * 60 + Time.Minute) *
886 ((((((Time.Year - 2000) * 360 +
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 172 fDate = uint16(t.Day() + int(t.Month())<<5 + (t.Year()-1980)<<9)
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows.go 18 // The implementation assumes that this year's rules for daylight savings
111 // denoted by the system date+time d in the given year.
113 func pseudoUnix(year int, d *syscall.Systemtime) int64 {
120 t := Date(year, Month(d.Month), day, int(d.Hour), int(d.Minute), int(d.Second), 0, UTC)
131 if day > daysIn(Month(d.Month), year) {
186 // 2 tx per year, 100 years on each side of this year
190 year := t.Year()
192 for y := year - 100; y < year+100; y++
    [all...]
time.go 24 // The zero value of type Time is January 1, year 1, 00:00:00.000000000 UTC.
29 // presentation form of the time, such as in the Format, Hour, and Year methods.
42 // January 1, year 1 00:00:00 UTC.
51 // determine the minute, hour, month, day, and year
83 // A Month specifies a month of the year (January = 1, ...).
155 // January 1, year 1, 00:00:00.000000000 UTC
159 // non-negative year even in time zones west of UTC, unlike 1-1-0
171 // The presentation computations - year, month, minute, and so on - all
196 // The calendar runs on an exact 400 year cycle: a 400-year calenda
    [all...]
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 172 fDate = uint16(t.Day() + int(t.Month())<<5 + (t.Year()-1980)<<9)
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows.go 18 // The implementation assumes that this year's rules for daylight savings
111 // denoted by the system date+time d in the given year.
113 func pseudoUnix(year int, d *syscall.Systemtime) int64 {
120 t := Date(year, Month(d.Month), day, int(d.Hour), int(d.Minute), int(d.Second), 0, UTC)
131 if day > daysIn(Month(d.Month), year) {
186 // 2 tx per year, 100 years on each side of this year
190 year := t.Year()
192 for y := year - 100; y < year+100; y++
    [all...]
time.go 24 // The zero value of type Time is January 1, year 1, 00:00:00.000000000 UTC.
29 // presentation form of the time, such as in the Format, Hour, and Year methods.
42 // January 1, year 1 00:00:00 UTC.
51 // determine the minute, hour, month, day, and year
83 // A Month specifies a month of the year (January = 1, ...).
155 // January 1, year 1, 00:00:00.000000000 UTC
159 // non-negative year even in time zones west of UTC, unlike 1-1-0
171 // The presentation computations - year, month, minute, and so on - all
196 // The calendar runs on an exact 400 year cycle: a 400-year calenda
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g 145 #token Year("year") "year"
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
SalApi.h 390 UINT8 Year;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 868 (UINTN)Time->Year,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Variable.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.c 741 TmpTime->Year,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [all...]

Completed in 1001 milliseconds

1 2 34 5 6