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

1 2

  /frameworks/base/core/jni/
TimeUtils.h 49 HOUR = 3,
69 inline void set(int sec, int min, int hour, int mday, int mon, int year,
74 this->t.tm_hour = hour;
  /external/icu4c/test/intltest/
tzoffloc.cpp 44 const int32_t HOUR = 60*60*1000;
48 {2006, UCAL_APRIL, 2, 1, 30, 1*HOUR+30*MINUTE},
49 {2006, UCAL_APRIL, 2, 2, 00, 2*HOUR},
50 {2006, UCAL_APRIL, 2, 2, 30, 2*HOUR+30*MINUTE},
51 {2006, UCAL_APRIL, 2, 3, 00, 3*HOUR},
52 {2006, UCAL_APRIL, 2, 3, 30, 3*HOUR+30*MINUTE},
53 {2006, UCAL_OCTOBER, 29, 0, 30, 0*HOUR+30*MINUTE},
54 {2006, UCAL_OCTOBER, 29, 1, 00, 1*HOUR},
55 {2006, UCAL_OCTOBER, 29, 1, 30, 1*HOUR+30*MINUTE},
56 {2006, UCAL_OCTOBER, 29, 2, 00, 2*HOUR},
    [all...]
tzrulets.cpp 31 #define HOUR (60*60*1000)
153 SimpleTimeZone stz(-1*HOUR, "TestSTZ",
154 UCAL_SEPTEMBER, -30, -UCAL_SATURDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
155 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
156 1*HOUR, status);
167 -1*HOUR, // Raw offset
168 1*HOUR); // DST saving amount
173 1*HOUR, DateTimeRule::WALL_TIME); // SUN<=30 in September, at 1AM wall time
175 -1*HOUR /*rawOffset*/, 1*HOUR /*dstSavings*/, dtr
    [all...]
  /frameworks/base/core/java/android/app/
TimePickerDialog.java 47 * @param hourOfDay The hour that was set.
53 private static final String HOUR = "hour";
67 * @param hourOfDay The initial hour.
69 * @param is24HourView Whether this is a 24 hour view, or AM/PM.
81 * @param hourOfDay The initial hour.
83 * @param is24HourView Whether this is a 24 hour view, or AM/PM.
136 state.putInt(HOUR, mTimePicker.getCurrentHour());
145 int hour = savedInstanceState.getInt(HOUR); local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
TimePickerDialogTest.java 36 private static final String HOUR = "hour";
98 assertEquals(TARGET_HOUR, b.getInt(HOUR));
108 assertEquals(TARGET_HOUR, b.getInt(HOUR));
156 assertEquals(TARGET_HOUR, b.getInt(HOUR));
168 b1.putInt(HOUR, TARGET_HOUR);
177 assertEquals(TARGET_HOUR, b2.getInt(HOUR));
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 47 private static final int HOUR = 5;
140 Date date = new Date(YEAR_FROM_1900, MONTH, DAY, HOUR, MINUTE);
  /external/v8/src/
dateparser.h 45 // [3]: hour
55 YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, MILLISECOND, UTC_OFFSET, OUTPUT_SIZE
196 void SetAbsoluteHour(int hour) { hour_ = hour; }
  /frameworks/base/core/java/android/text/format/
DateFormat.java 57 fields such as <code>HOUR</code> adding more copies of the designator will
61 For 7 minutes past the hour:<br/>
87 This designator indicates whether the <code>HOUR</code> field is before
97 This designator indicates whether the <code>HOUR</code> field is before
125 This designator indicates the hour of the day in 12 hour format.
131 public static final char HOUR = 'h';
134 This designator indicates the hour of the day in 24 hour format.
146 This designator indicates the minute of the hour
    [all...]
Time.java 51 * True if this is an allDay event. The hour, minute, second fields are
67 * Hour of day [0-23]
69 public int hour; field in class:Time
122 public static final int HOUR = 3;
222 * @param field one of the constants for HOUR, MINUTE, SECOND, etc.
231 case HOUR:
273 this.hour = 0;
292 * hour}, {@code minute}, and {@code second} are not 0.
417 * field of this Time class is set to true and the <code>hour</code>,
471 * the {@link #allDay} field is set to true and the {@link #hour},
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 53 p.writeInt(hour);
77 * Hour in 24-hour localtime 0 - 23.
80 public static final String HOUR = "hour";
129 HOUR + ", " + MINUTES + " ASC";
135 _ID, HOUR, MINUTES, DAYS_OF_WEEK, ALARM_TIME,
159 public int hour; field in class:Alarm
171 hour = c.getInt(Columns.ALARM_HOUR_INDEX);
200 hour = p.readInt()
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h 54 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
122 * AM_PM + HOUR
192 HOUR, // Example: 0..11
252 * Useful constants for hour in 12-hour clock. Used in GregorianCalendar.
515 * for that field (e.g., days for the day fields, hours for the hour
534 * for that field (e.g., days for the day fields, hours for the hour
553 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the range
578 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the rang
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 33 * {@code HOUR}, and so on. (A {@code Date} object represents a
131 * AM_PM + HOUR</pre>
205 * A smaller field represents a smaller unit of time. {@code HOUR} is a
236 * a larger field than {@code HOUR}.
594 * whether the {@code HOUR} is before or after noon. E.g., at
599 * @see #HOUR
605 * hour of the morning or afternoon. {@code HOUR} is used for the
606 * 12-hour clock. E.g., at 10:04:15.250 PM the {@code HOUR} is 10
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 729 const int32_t HOUR = 3600;
738 if (offset <= -16*HOUR || offset >= 16*HOUR) {
832 if (offset < 0 || offset > HOUR) {
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/10/
android.jar 

Completed in 3097 milliseconds

1 2