HomeSort by relevance Sort by last modified time
    Searched full:hour (Results 26 - 50 of 528) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/i18n/
wintzimpl.cpp 59 int32_t hour, min, sec, mil; local
69 hour = mil/3600000;
76 standardDate.wHour = hour;
90 hour = mil/3600000;
97 daylightDate.wHour = hour;
tmunit.cpp 44 * 1 hour, 2 hour, 3 hour, ................. 10,000 hour,
  /external/icu4c/i18n/
wintzimpl.cpp 62 int32_t hour, min, sec, mil; local
72 hour = mil/3600000;
79 standardDate.wHour = hour;
93 hour = mil/3600000;
100 daylightDate.wHour = hour;
tmunit.cpp 44 * 1 hour, 2 hour, 3 hour, ................. 10,000 hour,
  /system/core/toolbox/
date.c 12 int hour; local
23 hour = atoi(s);
28 tm.tm_hour = hour / 10000;
29 tm.tm_min = (hour % 10000) / 100;
30 tm.tm_sec = (hour % 100);
  /external/icu4c/test/intltest/
tzrulets.cpp 31 #define HOUR (60*60*1000)
148 SimpleTimeZone stz(-1*HOUR, "TestSTZ",
149 UCAL_SEPTEMBER, -30, -UCAL_SATURDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
150 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
151 1*HOUR, status);
162 -1*HOUR, // Raw offset
163 1*HOUR); // DST saving amount
168 1*HOUR, DateTimeRule::WALL_TIME); // SUN<=30 in September, at 1AM wall time
170 -1*HOUR /*rawOffset*/, 1*HOUR /*dstSavings*/, dtr
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
TimePickerDialogTest.java 37 private static final String HOUR = "hour";
100 assertEquals(TARGET_HOUR, b.getInt(HOUR));
110 assertEquals(TARGET_HOUR, b.getInt(HOUR));
158 assertEquals(TARGET_HOUR, b.getInt(HOUR));
170 b1.putInt(HOUR, TARGET_HOUR);
179 assertEquals(TARGET_HOUR, b2.getInt(HOUR));
  /external/v8/src/
dateparser.cc 88 int& hour = comp_[0]; local
93 if (!IsHour12(hour)) return false;
94 hour %= 12;
95 hour += hour_offset_;
98 if (!IsHour(hour) || !IsMinute(minute) || !IsSecond(second)) return false;
100 output->set(HOUR, Smi::FromInt(hour));
  /external/chromium/third_party/icu/source/test/intltest/
tzrulets.cpp 26 #define HOUR (60*60*1000)
142 SimpleTimeZone stz(-1*HOUR, "TestSTZ",
143 UCAL_SEPTEMBER, -30, -UCAL_SATURDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
144 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
145 1*HOUR, status);
156 -1*HOUR, // Raw offset
157 1*HOUR); // DST saving amount
162 1*HOUR, DateTimeRule::WALL_TIME); // SUN<=30 in September, at 1AM wall time
164 -1*HOUR /*rawOffset*/, 1*HOUR /*dstSavings*/, dtr
    [all...]
  /external/libxml2/include/libxml/
nanoftp.h 34 * @hour: the hour
44 const char *month, int day, int hour,
  /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/webkit/WebCore/html/
DateComponents.cpp 220 int hour = m_hour + carry; local
221 if (hour > 23) {
222 carry = hour / 24;
223 hour = hour % 24;
224 } else if (hour < 0) {
225 carry = (23 - hour) / 24;
226 hour += carry * 24;
228 ASSERT(hour >= 0 && hour <= 23)
261 int hour; local
367 int hour; local
    [all...]
  /external/wpa_supplicant/
os_win32.c 55 int os_mktime(int year, int month, int day, int hour, int min, int sec,
63 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
71 tm.tm_hour = hour;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_win32.c 55 int os_mktime(int year, int month, int day, int hour, int min, int sec,
63 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
71 tm.tm_hour = hour;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videotext.h 87 int hour; /* requested hour (hexadecimal) */ member in struct:__anon14689
108 int hour; /* hour (hexadecimal) */ member in struct:__anon14690
  /development/samples/AccessibilityService/res/values/
strings.xml 21 <!-- String value for announcing one hour input -->
22 <string name="value_hour">hour</string>
  /frameworks/base/core/res/res/layout/
time_picker.xml 28 <!-- hour -->
30 android:id="@+id/hour"
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_inner.h 26 #define INT_2_YMD_HMS(year, mon, day, date, hour, min, sec, time) do{\
30 hour = time / 10000;\
  /external/webkit/JavaScriptCore/wtf/
DateMath.h 114 , hour(0)
134 , hour(inTm.tm_hour)
165 ret.tm_hour = hour;
187 hour = rhs.hour;
205 int hour; member in struct:JSC::GregorianDateTime
  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 36 // + ' ' + t.hour + ':' + t.minute
191 || local.monthDay != test.day2 || local.hour != test.hour2
196 local.year, local.month, local.monthDay, local.hour, local.minute);
209 || local.monthDay != test.day2 || local.hour != test.hour2
214 local.year, local.month, local.monthDay, local.hour, local.minute);
232 || local.monthDay != test.day2 || local.hour != test.hour2
238 local.year, local.month, local.monthDay, local.hour, local.minute,
254 || local.monthDay != test.day2 || local.hour != test.hour2
260 local.year, local.month, local.monthDay, local.hour, local.minute,
368 t.hour != 9 || t.minute != 50 || t.second != 50 |
    [all...]
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 75 this.hour = h;
80 int hour; field in class:HttpDateTime.TimeOfDay
119 time.set(timeOfDay.second, timeOfDay.minute, timeOfDay.hour, date,
209 int hour = timeString.charAt(i++) - '0'; local
211 hour = hour * 10 + (timeString.charAt(i++) - '0');
223 return new TimeOfDay(hour, minute, second);
  /development/samples/AccessibilityService/
_index.html 58 All applications &rarr; Clock &rarr; Alarms (left corner) &rarr; Select an alarm &rarr; Time &mdash; explore the plus, minus buttons, hour and minute edit boxes.
61 <strong>Result:</strong> The hour and minute edit boxes are announced without any clue which is the hour and which is the minute one (you can guess from the arrangement).
80 All applications &rarr; Clock &rarr; Alarms (left corner) &rarr; Select an alarm &rarr; Time &mdash; explore the hour and minute edit boxes.
83 <strong>Result:</strong> The hour and minute edit boxes are now spoken. This is an example of application specific feedback that utilizes domain information to enhance the user experience.
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 31 #define MS_PER_HOUR 60 * MS_PER_MINUTE /* Milliseconds per hour */
35 #define SECONDS_PER_HOUR 60 * SECONDS_PER_MINUTE /* Seconds per hour */
306 * \param hour the hour (0 - 23)
315 uint32_t hour, uint32_t minute, uint32_t second)
326 && hour < 24 && minute < 60
337 SECONDS_PER_HOUR * hour + SECONDS_PER_MINUTE * minute + second));
349 * <code>time = hour * 10000 + minute * 100 + second</code>
355 int32_t year, month, day, hour, minute, second; local
360 hour = time / 10000
398 int32_t year, month, day, hour, minute, second; local
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncHistogram.java 104 double delta = (stopTime - startTime) * 100. / 1000 / 3600; // Percent of hour
110 double delta = (stopTime - startTime) * 100. / 1000 / 3600; // Percent of hour
125 SimpleTimePeriod hour = getTimePeriod(stopTime, mHistWidth); local
129 addToPeriod(mDatasetsSyncHist, i, hour, value);
148 * Creates a multiple-hour time period for the histogram.
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 145 assertEquals(time.hour, anotherTime.hour);
402 || local.monthDay != test.day2 || local.hour != test.hour2
407 local.year, local.month, local.monthDay, local.hour, local.minute);
420 || local.monthDay != test.day2 || local.hour != test.hour2
425 local.year, local.month, local.monthDay, local.hour, local.minute);
443 || local.monthDay != test.day2 || local.hour != test.hour2
449 local.year, local.month, local.monthDay, local.hour, local.minute,
465 || local.monthDay != test.day2 || local.hour != test.hour2
471 local.year, local.month, local.monthDay, local.hour, local.minute
677 final int hour = 16; local
    [all...]

Completed in 1136 milliseconds

12 3 4 5 6 7 8 91011>>