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

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebCore/loader/
FTPDirectoryDocument.cpp 205 int hour = fileTime.tm_hour; local
206 ASSERT(hour >= 0 && hour < 24);
208 if (hour < 12) {
209 if (hour == 0)
210 hour = 12;
211 timeOfDay = String::format(", %i:%02i AM", hour, fileTime.tm_min);
213 hour = hour - 12;
214 if (hour == 0
    [all...]
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 143 * System.out.println("HOUR: " + calendar.get(Calendar.HOUR));
153 * System.out.println("Current Time, with hour reset to 3");
155 * calendar.set(Calendar.HOUR, 3);
168 * System.out.println("HOUR: " + calendar.get(Calendar.HOUR));
268 * @param hour
269 * the hour.
273 public GregorianCalendar(int year, int month, int day, int hour, int minute) {
275 set(year, month, day, hour, minute)
753 long hour = 0; local
    [all...]
  /external/webkit/WebCore/html/
DateComponents.h 45 // * Time type: hour-minute-second-millisecond
46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
65 int hour() const { return m_hour; } function in class:WebCore::DateComponents
100 // Sets hour, minute, second and millisecond.
102 // Sets year, month, monthDay, hour, minute, second and millisecond.
104 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
  /external/webkit/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/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
  /frameworks/base/core/java/android/provider/
AlarmClock.java 53 * Activity Extra: The hour of the alarm being set.
60 public static final String EXTRA_HOUR = "android.intent.extra.alarm.HOUR";
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 116 /** hour member
118 protected int hour; field in class:SIPDate
143 this.hour == other.hour &&
156 hour = -1;
246 hour = javaCal.get(Calendar.HOUR_OF_DAY);
264 if (hour < 10) {
265 hourString = "0" + hour;
267 hourString = "" + hour;
329 /** get the hour
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java 144 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
146 * year, month, day, hour, minute, and second.
173 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
175 * year, month, day, hour, minute, and second.
308 * whose lexical representation contains only day, hour, minute, and second components.
348 * whose lexical representation contains only day, hour, minute, and second components.
370 * <p>Any remaining milliseconds after determining the day, hour, minute and second are discarded.</p>
407 int minutes = (int) (val % 60L); // 60 minutes per hour
424 BigInteger minutes = BigInteger.valueOf(val % 60L); // 60 minutes per hour
434 * <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code> as defined i
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
GregorianCalendarTest.java 97 assertEquals("Incorrect calendar constructed", 7, gc.get(Calendar.HOUR));
132 assertEquals("Incorrect calendar constructed", 7, gc.get(Calendar.HOUR));
199 gc1.get(Calendar.HOUR) == ((gc2.get(Calendar.HOUR) + 1) % 12));
241 // CST is 1 hour before EST, add 1 to the CST time and convert to 0-12
244 gc1.get(Calendar.HOUR) == ((gc3.get(Calendar.HOUR) + 1) % 12));
293 gc1.add(Calendar.HOUR, 24);
294 assertEquals("Wrong time after HOUR change", 16, gc1
393 assertEquals("Wrong actual maximum value for HOUR", 11, gc
    [all...]
  /external/chromium/base/
time_mac.cc 68 date.hour = exploded.hour;
93 exploded->hour = date.hour;
  /external/chromium/third_party/icu/source/test/intltest/
calcasts.h 34 int32_t hour; member in struct:CalendarCaseTest::TestCase
tzrulets.h 47 int32_t hour=0, int32_t min=0, int32_t sec=0, int32_t msec=0);
  /external/clearsilver/java-jni/
javatest.gold 103 DatePST.24hour = 19
104 DatePST.hour = 7
114 DateEST.24hour = 22
115 DateEST.hour = 10
  /external/dnsmasq/contrib/Suse/
dnsmasq-SuSE.patch 16 #define DEFLEASE 3600 /* default lease time, 1 hour */
  /external/icu4c/test/intltest/
calcasts.h 34 int32_t hour; member in struct:CalendarCaseTest::TestCase
tzrulets.h 48 int32_t hour=0, int32_t min=0, int32_t sec=0, int32_t msec=0);
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-plainrsa 42 lifetime time 12 hour;
  /external/iptables/extensions/
libip6t_limit.c 17 #define IP6T_LIMIT_AVG "3/hour"
28 " /sec /minute /hour /day postfixes]\n"
55 else if (strncasecmp(delim+1, "hour", strlen(delim+1)) == 0)
140 { "hour", IP6T_LIMIT_SCALE*60*60 },
libipt_limit.c 17 #define IPT_LIMIT_AVG "3/hour"
28 " /sec /minute /hour /day postfixes]\n"
55 else if (strncasecmp(delim+1, "hour", strlen(delim+1)) == 0)
140 { "hour", IPT_LIMIT_SCALE*60*60 },
  /external/wpa_supplicant/
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_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;
  /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...]
  /frameworks/base/core/tests/coretests/res/values/
arrays.xml 26 <item>1 hour</item>
  /frameworks/base/docs/html/guide/tutorials/views/
hello-timepicker.jd 7 user to select the time by hour, minute and AM or PM.</p>
82 instance of {@link java.util.Calendar} and get the current hour and minute. Finally, we call
115 on the hour and minute. (We'll create this method in the last step.)</p>
142 <p>This method returns the appropriate String representation of the hour or minute.
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_time.h 48 uint16_t hour; member in struct:__db_system_time_

Completed in 2187 milliseconds

1 23 4 5 6 7 8 91011>>