HomeSort by relevance Sort by last modified time
    Searched defs:Day (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/vo/
Day.java 19 public enum Day {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLibInternal.h 51 UINT8 Day;
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.h 45 UINT8 Day;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
EventLogInfo.h 27 UINT8 Day;
PrintInfo.c     [all...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Misc.c 497 FTime->Date.Day = ETime->Day;
519 ETime->Day = (UINT8) FTime->Date.Day;
550 Now.Day = 1;
570 UINTN Day;
582 Time->Day < 1 ||
583 Time->Day > 31 ||
594 // Perform a more specific check of the day of the month
596 Day = mMonthDays[Time->Month - 1];
    [all...]
FatFileSystem.h 172 UINT16 Day : 5;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Microcode.h 32 UINT32 Day:8;
  /art/test/660-clinit/src/
Main.java 28 expectNotPreInit(Day.class);
85 enum Day {
  /external/pdfium/fxjs/
JS_Define.cpp 79 int Day(double t) {
98 int day = Day(t); local
99 return day - DayFromYear(year);
103 int day = DayWithinYear(t); local
105 if (0 <= day && day < 31)
107 if (31 <= day && day < 59 + IsLeapYear(year))
109 if ((59 + IsLeapYear(year)) <= day && day < (90 + IsLeapYear(year))
134 int day = DayWithinYear(t); local
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/DS3231RealTimeClockLib/
DS3231RealTimeClock.h 125 UINT8 Day:3;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/DS3231RealTimeClockLib/
DS3231RealTimeClock.h 125 UINT8 Day:3;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiBaseTypes.h 51 // Day: 1 - 31
61 UINT8 Day;
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteFmt.h 48 UINT16 Day : 5;
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiBaseType.h 55 /// Day: 1 - 31
65 UINT8 Day;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiBaseType.h 65 /// Day: 1 - 31
75 UINT8 Day;
  /external/syslinux/efi32/include/efi/
efidef.h 80 UINT8 Day; // 1 - 31
  /external/syslinux/efi64/include/efi/
efidef.h 80 UINT8 Day; // 1 - 31
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidef.h 80 UINT8 Day; // 1 - 31
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 130 // Day: 1 - 31
140 UINT8 Day;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 240 FRAMEWORK_EFI_IFR_NUMERIC Day;
  /prebuilts/go/darwin-x86/src/time/
time.go 132 // determine the minute, hour, month, day, and year
302 // A Weekday specifies a day of the week (Sunday = 0, ...).
325 // String returns the English name of the day ("Sunday", "Monday", ...).
479 // Date returns the year, month, and day in which t occurs.
480 func (t Time) Date() (year int, month Month, day int) {
481 year, month, day, _ = t.date(true)
497 // Day returns the day of the month specified by t.
498 func (t Time) Day() int {
499 _, _, day, _ := t.date(true
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 132 // determine the minute, hour, month, day, and year
302 // A Weekday specifies a day of the week (Sunday = 0, ...).
325 // String returns the English name of the day ("Sunday", "Monday", ...).
479 // Date returns the year, month, and day in which t occurs.
480 func (t Time) Date() (year int, month Month, day int) {
481 year, month, day, _ = t.date(true)
497 // Day returns the day of the month specified by t.
498 func (t Time) Day() int {
499 _, _, day, _ := t.date(true
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
Iscp.h 188 UINT8 Day; ///< Day: 1 - 31

Completed in 1810 milliseconds

1 2