HomeSort by relevance Sort by last modified time
    Searched refs:hour (Results 151 - 175 of 247) sorted by null

1 2 3 4 5 67 8 910

  /external/wpa_supplicant/
os.h 60 * @hour: Hour (0 .. 23)
70 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 60 * @hour: Hour (0 .. 23)
70 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /external/wpa_supplicant_8/src/utils/
os.h 60 * @hour: Hour (0 .. 23)
70 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /external/icu4c/test/intltest/
dtfmttst.cpp 235 int32_t hour = 2 + (defaultOffset - PSTOffset) / (60*60*1000); local
236 // hour is the expected hour of day, in units of seconds
237 hour = ((hour < 0) ? hour + 24 : hour) * 60*60;
250 hour += defaultTZ->inDaylightTime(d, status) ? 1 : 0;
252 if (hr != hour)
253 errln((UnicodeString)"FAIL: Should parse to hour " + hour + " but got " + hr)
714 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 224 int hourDuration = endTime.hour - startTime.hour;
227 startTime.hour = hourOfDay;
232 endTime.hour = hourOfDay + hourDuration;
237 endTime.hour = hourOfDay;
265 TimePickerDialog tp = new TimePickerDialog(mActivity, new TimeListener(v), mTime.hour,
750 mStartTime.hour = 0;
756 mEndTime.hour = 0;
    [all...]
EditEventHelper.java 564 * upcoming half hour. So, for example, 5:01 -> 5:30, 5:30 -> 6:00, etc.
567 * hour
583 * When we aren't given an explicit end time, we default to an hour after
643 time.hour = 0;
729 untilTime.hour = 0;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java 250 int hour = IccUtils.cdmaBcdByteToInt(data[3]); local
251 if (hour < 0 || hour > 23) return null;
252 ts.hour = hour;
269 builder.append(", hour=" + hour);
    [all...]
  /external/icu4c/i18n/
ucal.cpp 373 int32_t hour,
380 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
  /frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceSet.java 290 dtstartTime.hour = 0;
349 dtstartTime.hour = 0;
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java 433 time.hour = 0;
441 time.hour = 0;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 371 int hour = cal.get(Calendar.HOUR); local
372 cal.set(Calendar.HOUR, hour);
375 // setting AM_PM without HOUR should not have any affect
380 hour = cal.get(Calendar.HOUR);
384 assertEquals(hour, cal.get(Calendar.HOUR));
516 // test by hour
    [all...]
  /external/chromium/base/
time.h 213 int hour; // Hour within the current day (0-23) member in struct:base::Time::Exploded
214 int minute; // Minute within the current hour (0-59)
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 212 exploded.hour = exploded.minute = exploded.second = exploded.millisecond = 0;
history_ui.cc 212 exploded.hour = exploded.minute = exploded.second = exploded.millisecond = 0;
  /external/chromium/chrome/common/
logging_chrome.cc 171 time_deets.hour,
  /external/webkit/Source/JavaScriptCore/runtime/
DatePrototype.cpp 289 // Format of member function: f([hour,] [min,] [sec,] [ms])
303 t->hour = 0;
501 // Maximum amount of space we need in buffer: 6 (max. digits in year) + 2 * 5 (2 characters each for month, day, hour, minute, second) + 4 (. + 3 digits for milliseconds)
504 snprintf(buffer, sizeof(buffer) - 1, "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", 1900 + gregorianDateTime->year, gregorianDateTime->month + 1, gregorianDateTime->monthDay, gregorianDateTime->hour, gregorianDateTime->minute, gregorianDateTime->second, static_cast<int>(fmod(thisDateObj->internalNumber(), 1000)));
721 return JSValue::encode(jsNumber(gregorianDateTime->hour));
735 return JSValue::encode(jsNumber(gregorianDateTime->hour));
    [all...]
  /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...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 628 unsigned char hour; /* 0x00-0x23 */ member in struct:__anon16459
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 371 int hour = cal.get(Calendar.HOUR); local
372 cal.set(Calendar.HOUR, hour);
375 // setting AM_PM without HOUR should not have any affect
380 hour = cal.get(Calendar.HOUR);
384 assertEquals(hour, cal.get(Calendar.HOUR));
516 // test by hour
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java 123 long runInMillis = (24 * 3600 - time.hour * 3600 - time.minute * 60 -
  /development/tools/emulator/system/gps/
gps_qemu.c 253 int hour, minute; local
270 hour = str2int(tok.p, tok.p+2);
274 tm.tm_hour = hour;
  /external/icu4c/tools/tzcode/
zdump.c 210 (void) fprintf(stderr, " hour=%d", tmp->tm_hour);
934 long hour, min, sec; local
965 hour = offset / 60;
967 fprintf(fp, "%02d", hour);
  /external/libpng/
png.c 689 ptime->year, ptime->hour % 24, ptime->minute % 60,
700 ptime->year, ptime->hour % 24, ptime->minute % 60,
708 ptime->year, ptime->hour % 24, ptime->minute % 60,
  /frameworks/base/core/jni/
android_text_format_Time.cpp 76 sprintf(msg, "allDay is true but sec, min, hour are not 0.");
436 // hour
524 // hour
528 int hour = n; local
594 // hour
599 hour += n;
612 env->SetIntField(This, g_hourField, hour);
616 // we need to normalize after applying the hour and minute offsets
664 g_hourField = env->GetFieldID(timeClass, "hour", "I");
  /sdk/emulator/gps/
gps_qemu.c 253 int hour, minute; local
270 hour = str2int(tok.p, tok.p+2);
274 tm.tm_hour = hour;

Completed in 1251 milliseconds

1 2 3 4 5 67 8 910