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

1 2 3

  /external/syslinux/mk/
lib.mk 11 MARCH = i386
16 MARCH = x86-64
51 OPTFLAGS = -Os -march=$(MARCH) -falign-functions=0 -falign-jumps=0 \
  /libcore/ojluni/src/main/java/java/time/
Month.java 86 * January, February, March, April, May, June, July, August, September, October,
119 * The singleton instance for the month of March with 31 days.
122 MARCH,
502 case MARCH:
531 * January, February and March return January.
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKMonth.java 369 assertEquals(Month.MARCH.length(false), 31);
385 assertEquals(Month.MARCH.length(true), 31);
404 assertEquals(Month.MARCH.minLength(), 31);
423 assertEquals(Month.MARCH.maxLength(), 31);
442 assertEquals(Month.MARCH.firstDayOfYear(false), 1 + 31 + 28);
458 assertEquals(Month.MARCH.firstDayOfYear(true), 1 + 31 + 29);
477 assertEquals(Month.MARCH.firstMonthOfQuarter(), Month.JANUARY);
496 assertEquals(Month.MARCH.toString(), "MARCH");
  /external/honggfuzz/
Makefile 41 MARCH ?= $(shell uname -m)
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 54 public static final int MARCH = 3;
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 272 MARCH,
    [all...]
  /libcore/ojluni/src/main/java/sun/util/calendar/
BaseCalendar.java 43 public static final int MARCH = 3;
454 if (isLeap && month >= MARCH) {
  /libcore/ojluni/src/test/java/time/tck/java/time/zone/
TCKZoneOffsetTransitionRule.java 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,
165 Month.MARCH, 20, DayOfWeek.SUNDAY, TIME_0100, false, TimeDefinition.WALL
    [all...]
TCKZoneRules.java 374 assertEquals(in.getMonth(), Month.MARCH);
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 256 * implementation uses <code>set()</code>, it might read March 3, 1999. A
258 * presses the month increment button again, it should read March 31,
259 * 1999, not March 28, 1999. By saving the original date and using either
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 291 * implementation uses <code>set()</code>, it might read March 3, 1999. A
293 * presses the month increment button again, it should read March 31,
294 * 1999, not March 28, 1999. By saving the original date and using either
384 * @see #MARCH
627 public final static int MARCH = 2;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 291 * implementation uses <code>set()</code>, it might read March 3, 1999. A
293 * presses the month increment button again, it should read March 31,
294 * 1999, not March 28, 1999. By saving the original date and using either
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 290 * implementation uses <code>set()</code>, it might read March 3, 1999. A
292 * presses the month increment button again, it should read March 31,
293 * 1999, not March 28, 1999. By saving the original date and using either
    [all...]
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 364 milliseconds

1 2 3