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

1 2

  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKMonth.java 68 import java.time.Month;
87 * Test Month.
97 TemporalAccessor[] array = {Month.JANUARY, Month.JUNE, Month.DECEMBER, };
123 Month test = Month.of(i);
130 Month.of(0);
135 Month.of(13);
141 assertEquals(Month.from(LocalDate.of(2011, 6, 6)), Month.JUNE)
    [all...]
TCKLocalDate.java 98 import java.time.Month;
281 assertEquals(test.getMonth(), Month.JANUARY);
293 assertEquals(test.getMonth(), Month.JANUARY);
305 assertEquals(test.getMonth(), Month.DECEMBER);
342 assertEquals(TEST_2007_07_15, LocalDate.of(2007, Month.JULY, 15));
347 LocalDate.of(2007, Month.FEBRUARY, 29);
352 LocalDate.of(2007, Month.APRIL, 31);
357 LocalDate.of(2007, Month.JANUARY, 0);
362 LocalDate.of(2007, Month.JANUARY, 32);
372 LocalDate.of(Integer.MIN_VALUE, Month.JANUARY, 1)
    [all...]
TCKMonthDay.java 77 import java.time.Month;
197 assertEquals(test.getMonth(), Month.DECEMBER);
209 assertEquals(TEST_07_15, MonthDay.of(Month.JULY, 15));
214 MonthDay.of(Month.JANUARY, 0);
219 MonthDay.of(Month.JANUARY, 32);
479 assertEquals(a.getMonth(), Month.of(m));
485 // with(Month)
489 assertEquals(MonthDay.of(6, 30).with(Month.JANUARY), MonthDay.of(1, 30));
494 assertEquals(MonthDay.of(7, 31).with(Month.JUNE), MonthDay.of(6, 30));
499 assertEquals(MonthDay.of(7, 31).with(Month.FEBRUARY), MonthDay.of(2, 29))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLibInternal.h 50 UINT8 Month;
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.h 44 UINT8 Month;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
EventLogInfo.h 26 UINT8 Month;
PrintInfo.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
FirmwareId.h 52 CHAR8 Month[2];
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Microcode.h 33 UINT32 Month:8;
  /libcore/ojluni/src/main/java/java/time/
Month.java 83 * A month-of-year, such as 'July'.
85 * {@code Month} is an enum representing the 12 months of the year -
89 * In addition to the textual enum name, each month-of-year has an {@code int} value.
94 * <b>Do not use {@code ordinal()} to obtain the numeric representation of {@code Month}.
98 * As such, this enum may be used by any calendar system that has the month-of-year
106 public enum Month implements TemporalAccessor, TemporalAdjuster {
109 * The singleton instance for the month of January with 31 days.
114 * The singleton instance for the month of February with 28 days, or 29 in a leap year.
119 * The singleton instance for the month of March with 31 days.
124 * The singleton instance for the month of April with 30 days
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/temporal/
TCKTemporalAdjusters.java 64 import static java.time.Month.DECEMBER;
65 import static java.time.Month.JANUARY;
74 import java.time.Month;
112 for (Month month : Month.values()) {
113 for (int i = 1; i <= month.length(false); i++) {
114 LocalDate date = date(2007, month, i);
117 assertEquals(test.getMonth(), month); local
125 for (Month month : Month.values())
130 assertEquals(test.getMonth(), month); local
151 assertEquals(test.getMonth(), month); local
164 assertEquals(test.getMonth(), month); local
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/DS3231RealTimeClockLib/
DS3231RealTimeClock.h 133 UINT8 Month:4;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/DS3231RealTimeClockLib/
DS3231RealTimeClock.h 133 UINT8 Month:4;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiBaseTypes.h 50 // Month: 1 - 12
60 UINT8 Month;
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteFmt.h 49 UINT16 Month : 4;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 317 Month change: 2013.03.29 -> 2013.02.29 -> 2013.02.28
328 UINT8 Month;
333 Month = QuestionValue->Value.date.Month;
337 switch (Month) {
357 // Change the month area.
553 EditValue = QuestionValue->Value.date.Month;
557 switch (QuestionValue->Value.date.Month) {
837 // Month/Day
934 QuestionValue->Value.date.Month = (UINT8) EditValue;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiBaseType.h 54 /// Month: 1 - 12
64 UINT8 Month;
  /libcore/ojluni/src/test/java/time/test/java/time/
TestOffsetDateTime_instants.java 68 import java.time.Month;
102 assertEquals(test.getMonth(), Month.JANUARY);
271 // assertEquals(cal.get(GregorianCalendar.MONTH), expected.getMonth().getValue() - 1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiBaseType.h 64 /// Month: 1 - 12
74 UINT8 Month;
  /external/syslinux/efi32/include/efi/
efidef.h 79 UINT8 Month; // 1 - 12
  /external/syslinux/efi64/include/efi/
efidef.h 79 UINT8 Month; // 1 - 12
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidef.h 79 UINT8 Month; // 1 - 12
  /libcore/ojluni/src/test/java/time/tck/java/time/zone/
TCKZoneOffsetTransitionRule.java 67 import java.time.Month;
99 Month.MARCH, 20, DayOfWeek.SUNDAY, null, false, TimeDefinition.WALL,
106 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, false, null,
113 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL,
120 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL,
127 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL,
134 Month.MARCH, -29, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL,
141 Month.MARCH, 0, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL,
148 Month.MARCH, 32, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL,
155 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, true, TimeDefinition.WALL
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 129 // Month: 1 - 12
139 UINT8 Month;

Completed in 842 milliseconds

1 2