HomeSort by relevance Sort by last modified time
    Searched refs:hour (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceProcessor.java 258 iterator.hour,
259 iterator.getActualMaximum(Time.HOUR));
785 freqField = Time.HOUR;
954 int hour = usebyhour local
1139 int hour = date.hour; local
    [all...]
  /external/icu4c/i18n/
timezone.cpp 1131 int32_t sign, hour, min, sec; local
1147 int32_t sign, hour, min, sec; local
    [all...]
  /external/icu4c/test/intltest/
tzbdtest.h 82 void verifyMapping(Calendar& cal, int year, int month, int dom, int hour,
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 84 // 12-hour format of an hour without leading zeros
88 // 24-hour format of an hour without leading zeros
92 // 12-hour format of an hour with leading zeros
104 // 24-hour format of an hour with leading zeros
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 84 // 12-hour format of an hour without leading zeros
88 // 24-hour format of an hour without leading zeros
92 // 12-hour format of an hour with leading zeros
104 // 24-hour format of an hour with leading zeros
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 422 $now = $year ."/". $mon ."/". $mday ." ". $hour .":".
428 ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) =
436 $hour = &zero_pad($hour);
  /external/wpa_supplicant/
os_internal.c 50 int os_mktime(int year, int month, int day, int hour, int min, int sec,
56 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
64 tm.tm_hour = hour;
os_unix.c 45 int os_mktime(int year, int month, int day, int hour, int min, int sec,
53 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
61 tm.tm_hour = hour;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_internal.c 50 int os_mktime(int year, int month, int day, int hour, int min, int sec,
56 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
64 tm.tm_hour = hour;
os_unix.c 45 int os_mktime(int year, int month, int day, int hour, int min, int sec,
53 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
61 tm.tm_hour = hour;
  /external/wpa_supplicant_8/src/utils/
os_internal.c 50 int os_mktime(int year, int month, int day, int hour, int min, int sec,
56 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
64 tm.tm_hour = hour;
  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 139 cycle.hour = cycle.minute = cycle.second = 0;
146 lastMonth.hour = lastMonth.minute = lastMonth.second = 0;
165 cycle.hour = cycle.minute = cycle.second = 0;
172 nextMonth.hour = nextMonth.minute = nextMonth.second = 0;
  /frameworks/base/core/java/android/widget/
DateTimeView.java 99 mTime = new Date(t.year-1900, t.month, t.monthDay, t.hour, t.minute, 0);
117 t.hour -= 12;
119 t.hour += 12;
121 t.hour = 0;
  /hardware/ti/omap4xxx/camera/inc/
NV12_resize.h 43 mmInt32 hour; member in struct:__anon16780
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 81 private int hour; field in class:DateTimeParser.Time
86 public Time(int hour, int minute, int second, int zone) {
87 this.hour = hour;
93 public int getHour() { return hour; }
285 h = hour();
302 final public int hour() throws ParseException { method in class:DateTimeParser
  /packages/apps/DeskClock/src/com/android/deskclock/
SetAlarm.java 200 mHour = alarm.hour;
283 alarm.hour = mHour;
321 static void popAlarmSetToast(Context context, int hour, int minute,
324 Alarms.calculateAlarm(hour, minute, daysOfWeek)
355 (hours == 1) ? context.getString(R.string.hour) :
Alarms.java 158 values.put(Alarm.Columns.HOUR, alarm.hour);
561 return calculateAlarm(alarm.hour, alarm.minutes, alarm.daysOfWeek)
569 static Calendar calculateAlarm(int hour, int minute,
580 if (hour < nowHour ||
581 hour == nowHour && minute <= nowMinute) {
584 c.set(Calendar.HOUR_OF_DAY, hour);
594 static String formatTime(final Context context, int hour, int minute,
596 Calendar c = calculateAlarm(hour, minute, daysOfWeek);
625 * @return true if clock is set to 24-hour mod
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 32 #define MS_PER_HOUR 60 * MS_PER_MINUTE /* Milliseconds per hour */
36 #define SECONDS_PER_HOUR 60 * SECONDS_PER_MINUTE /* Seconds per hour */
307 * \param hour the hour (0 - 23)
316 uint32_t hour, uint32_t minute, uint32_t second)
327 && hour < 24 && minute < 60
338 SECONDS_PER_HOUR * hour + SECONDS_PER_MINUTE * minute + second));
350 * <code>time = hour * 10000 + minute * 100 + second</code>
356 int32_t year, month, day, hour, minute, second; local
361 hour = time / 10000
399 int32_t year, month, day, hour, minute, second; local
    [all...]
  /external/chromium/base/
time_posix.cc 94 exploded->hour = timestruct.tm_hour;
105 timestruct.tm_hour = exploded.hour;
  /external/icu4c/i18n/unicode/
gregocal.h 109 * cout << "HOUR: " << calendar->get( UCAL_HOUR, success ) << endl;
117 * cout << "Current Time, with hour reset to 3" << endl;
131 * cout << "HOUR: " << calendar->get( UCAL_HOUR, success ) << endl;
252 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar.
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
268 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar.
275 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success);
    [all...]
timezone.h 394 * typically one hour.
621 * (i.e., one hour) if this time zone observes Daylight Saving
701 * @param hour Receives parsed hour field
706 static UBool parseCustomID(const UnicodeString& id, int32_t& sign, int32_t& hour,
724 * @param hour offset hours
731 static UnicodeString& formatCustomID(int32_t hour, int32_t min, int32_t sec,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 129 * Set the time field. This has the format hour:minute:second
134 int hour = Integer.parseInt(s); local
135 calendar.set(Calendar.HOUR_OF_DAY, hour);
  /packages/providers/CalendarProvider/
maketests.py 62 hour = int(m.group(4)) + (sign * int(m.group(8)))
63 return m.group(1) + m.group(2) + m.group(3) + "T" + fmt(hour) \
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncHistogram.java 108 double delta = (stopTime - startTime) * 100. / 1000 / 3600; // Percent of hour
114 double delta = (stopTime - startTime) * 100. / 1000 / 3600; // Percent of hour
129 SimpleTimePeriod hour = getTimePeriod(stopTime, mHistWidth); local
133 addToPeriod(mDatasetsSyncHist, i, hour, value);
152 * Creates a multiple-hour time period for the histogram.
  /external/libxml2/include/libxml/
nanoftp.h 34 * @hour: the hour
44 const char *month, int day, int hour,

Completed in 791 milliseconds

1 23 4 5 6 7 8 91011