Searched refs:minute (Results 1 - 25 of 97) sorted by relevance

1234

/external/icu4c/test/compat/
H A Dtzone.pl8 print "Usage: tzone [year month day hour minute]\n";
22 my $minute = 0;
26 ($year, $month, $day, $hour, $minute) = @ARGV;
27 print "The date we are using is: $month-$day-$year $hour:$minute.\n";
52 my @result = `./tzdate $year $month $day $hour $minute $USECURRENT`;
H A Dtzdate.c32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime);
39 int year, month, day, hour, minute; local
55 minute = atoi(argv[5]);
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) { argument
123 ts.tm_min = minute;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPDateTimeImpl.java40 private int minute = 0; field in class:XMPDateTimeImpl
84 this.minute = intCalendar.get(Calendar.MINUTE);
106 this.minute = calendar.get(Calendar.MINUTE);
224 return minute;
231 public void setMinute(int minute) argument
233 this.minute = Math.min(Math.abs(minute), 59);
323 calendar.set(Calendar.MINUTE, minute);
/external/chromium/net/ftp/
H A Dftp_directory_listing_parser_unittest.h28 int minute; member in struct:net::FtpDirectoryListingParserTest::SingleLineTestData
58 EXPECT_EQ(test_case.minute, time_exploded.minute);
69 mock_current_time_exploded.minute = 45;
H A Dftp_directory_listing_parser_unittest.cc78 mock_current_time_exploded.minute = 45;
114 int year, month, day_of_month, hour, minute; local
119 base::StringToInt(lines[8 * i + 7], &minute);
142 EXPECT_EQ(minute, time_exploded.minute);
H A Dftp_directory_listing_parser_windows.cc53 if (!base::StringToInt(time_parts[1], &time_exploded.minute))
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPDateTime.java24 * <li> minute - The minute in the range 0..59.
26 * <li> minute - The time zone minute in the range 0..59.
61 /** @return Returns the minute in the range 0..59. */
64 /** @param minute Sets the minute in the range 0..59. */
65 void setMinute(int minute); argument
H A DXMPDateTimeFactory.java59 * @param minute minutes
65 int hour, int minute, int second, int nanoSecond)
72 dt.setMinute(minute);
64 create(int year, int month, int day, int hour, int minute, int second, int nanoSecond) argument
/external/webkit/Source/WebCore/html/
H A DDateComponents.cpp169 static bool withinHTMLDateLimits(int year, int month, int monthDay, int hour, int minute, int second, int millisecond) argument
182 return !hour && !minute && !second && !millisecond;
238 bool DateComponents::addMinute(int minute) argument
245 // minute can be negative or greater than 59.
246 minute += m_minute;
247 if (minute > 59) {
248 carry = minute / 60;
249 minute = minute % 60;
252 minute
308 int minute; local
420 int minute; local
[all...]
H A DDateComponents.h44 // * Time type: hour-minute-second-millisecond
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
63 int minute() const { return m_minute; } function in class:WebCore::DateComponents
99 // Sets hour, minute, second and millisecond.
101 // Sets year, month, monthDay, hour, minute, second and millisecond.
103 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPDate.java120 /** minute member
122 protected int minute; field in class:SIPDate
144 this.minute == other.minute &&
157 minute = -1;
247 minute = javaCal.get(Calendar.MINUTE);
270 if (minute < 10) {
271 minuteString = "0" + minute;
273 minuteString = "" + minute;
336 /** get the minute
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DDateConversion.cpp93 t.hour, t.minute, t.second,
97 t.hour, t.minute, t.second,
104 snprintf(buffer, DateConversionBufferSize, "%02d:%02d:%02d GMT", t.hour, t.minute, t.second);
/external/chromium/base/
H A Dtime_mac.cc67 date.minute = exploded.minute;
94 exploded->minute = date.minute;
H A Dtime.cc94 exploded.minute = 0;
127 is_in_range(minute, 0, 59) &&
H A Dtime_posix.cc95 exploded->minute = timestruct.tm_min;
104 timestruct.tm_min = exploded.minute;
H A Dtime_unittest.cc37 EXPECT_EQ(tms.tm_min, exploded.minute);
101 EXPECT_EQ(0, exploded.minute);
220 exploded.minute = 0;
/external/webkit/Source/JavaScriptCore/wtf/
H A DDateMath.h129 , minute(0)
143 , minute(inTm.tm_min)
174 ret.tm_min = minute;
196 minute = rhs.minute;
214 int minute; member in struct:JSC::GregorianDateTime
/external/v8/src/
H A Ddateparser.cc95 int& minute = comp_[1]; local
105 if (!IsHour(hour) || !IsMinute(minute) ||
109 output->set(MINUTE, Smi::FromInt(minute));
/external/iptables/extensions/
H A Dlibxt_time.c90 unsigned int month = 1, day = 1, hour = 0, minute = 0, second = 0; local
125 minute = strtoul(s, &e, 10);
126 if ((*e != ':' && *e != '\0') || minute > 59)
141 tm.tm_min = minute;
164 unsigned int hour, minute, second = 0; local
172 minute = strtoul(s, &e, 10);
173 if ((*e != ':' && *e != '\0') || minute > 59)
184 return 60 * 60 * hour + 60 * minute + second;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
H A DSDL_syscdrom_c.h119 unsigned char minute; member in struct:CDCntrlParam::__anon11102::__anon11103
/external/icu4c/i18n/unicode/
H A Dgregocal.h253 * @param minute The value used to set the MINUTE time field in the calendar.
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
269 * @param minute The value used to set the MINUTE 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);
/external/libxml2/include/libxml/
H A Dnanoftp.h54 * @minute: the minute
57 * Note that only one of year and day:minute are specified.
64 int minute);
/external/chromium/chrome/browser/extensions/
H A Dconvert_web_app_unittest.cc64 base::Time GetTestTime(int year, int month, int day, int hour, int minute, argument
71 exploded.minute = minute;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
H A DSDL_syscdrom.c55 msf_to_frame(int minute, int second, int frame) argument
57 return(minute * FRAMES_PER_MINUTE + second * FRAMES_PER_SECOND + frame);
458 int sts, minute, second, frame, eminute, esecond, eframe; local
463 frame_to_msf(start, &minute, &second, &frame);
465 cdb[3] = minute;
/external/chromium/net/base/
H A Dx509_cert_types.cc112 exploded.minute = ParseIntAndAdvance(&field, 2, &valid);

Completed in 507 milliseconds

1234