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

1234567

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/v8/test/intl/overrides/
H A Ddate.js36 [], {hour: 'numeric', minute: 'numeric', second: 'numeric'});
39 hour: 'numeric', minute: 'numeric', second: 'numeric'});
49 locale, {hour: 'numeric', minute: 'numeric', second: 'numeric'});
52 hour: 'numeric', minute: 'numeric', second: 'numeric'});
61 hour: 'numeric', minute: '2-digit', second: 'numeric'};
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Ddatefuncs.py11 hour, minute, second = tail[1:].split(":")
14 hour, minute, second = int(hour), int(minute), int(second)
15 return createDateClass(year, month, day, hour, minute, second)
22 def createDateClass(year, month, day, hour, minute, second):
23 return datetime(year, month, day, hour, minute, second)
50 def createDateClass(year, month, day, hour, minute, second):
53 c.set(year, month-1, day, hour, minute, second)
/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_org/net/ftp/
H A Dftp_directory_listing_parser_unittest.h27 int minute; member in struct:net::FtpDirectoryListingParserTest::SingleLineTestData
57 EXPECT_EQ(test_case.minute, time_exploded.minute);
68 mock_current_time_exploded.minute = 45;
H A Dftp_directory_listing_parser_unittest.cc38 mock_current_time_exploded.minute = 45;
75 int year, month, day_of_month, hour, minute; local
80 base::StringToInt(lines[9 * i + 7], &minute);
103 EXPECT_EQ(minute, 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
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDateComponents.cpp161 static bool withinHTMLDateLimits(int year, int month, int monthDay, int hour, int minute, int second, int millisecond) argument
174 return !hour && !minute && !second && !millisecond;
230 bool DateComponents::addMinute(int minute) argument
237 // minute can be negative or greater than 59.
238 minute += m_minute;
239 if (minute > 59) {
240 carry = minute / 60;
241 minute = minute % 60;
242 } else if (minute <
300 int minute; local
408 int minute; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateTimeFieldsState.h61 unsigned minute() const { return m_minute; } function in class:blink::DateTimeFieldsState
81 void setMinute(unsigned minute) { m_minute = minute; } argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTimeTest.java38 assertEquals(t.minute, t2.minute);
53 assertEquals(t.minute, t2.minute);
74 assertEquals(t.minute, 1);
94 assertEquals(0, t.minute);
139 assertEquals(0, t.minute);
147 assertEquals(0, t.minute);
165 assertEquals(0, t.minute);
209 for (int minute
[all...]
/external/chromium_org/google_apis/drive/
H A Dtime_util.cc34 int minute = 0; local
35 if (num_of_token > 1 && !base::StringToInt(parts[1], &minute))
38 *out_offset_to_utc_in_minutes = (hour * 60 + minute) * (ahead ? +1 : -1);
110 !base::StringToInt(parts[1], &exploded.minute)) {
154 exploded.hour, exploded.minute, exploded.second, exploded.millisecond);
166 exploded.hour, exploded.minute, exploded.second, exploded.millisecond);
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DDateTimePickerDialog.java43 * @param minute The minute that was set.
46 int dayOfMonth, int hourOfDay, int minute);
61 int hourOfDay, int minute, boolean is24HourView,
83 year, monthOfYear, dayOfMonth, hourOfDay, minute, mMinTimeMillis, mMaxTimeMillis);
88 mTimePicker.setCurrentMinute(minute);
119 public void onTimeChanged(TimePicker view, int hourOfDay, int minute) { argument
131 mTimePicker.setCurrentMinute(time.minute);
45 onDateTimeSet(DatePicker dateView, TimePicker timeView, int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minute) argument
56 DateTimePickerDialog(Context context, OnDateTimeSetListener callBack, int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minute, boolean is24HourView, double min, double max) argument
H A DMultiFieldTimePickerDialog.java21 * hour, minute, second, milli, AM/PM.
42 void onTimeSet(int hourOfDay, int minute, int second, int milli); argument
52 int hour, int minute, int second, int milli,
75 mMinuteSpinner = (NumberPicker) view.findViewById(R.id.minute);
151 minute = minMinute;
162 mMinuteSpinner.setValue(minute);
250 int minute = mMinuteSpinner.getValue();
260 mListener.onTimeSet(hour, minute, sec, milli);
49 MultiFieldTimePickerDialog( Context context, int theme, int hour, int minute, int second, int milli, int min, int max, int step, boolean is24hourFormat, OnMultiFieldTimeSetListener listener) argument
/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/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp104 dt.minute = newtime->tm_min;
124 dt.minute = (FX_BYTE)st.wMinute;
146 int d2 = (((int)dt1.dt.hour) << 16) | (((int)dt1.dt.minute) << 8) | (int)dt1.dt.second;
148 int d4 = (((int)dt2.dt.hour) << 16) | (((int)dt2.dt.minute) << 8) | (int)dt2.dt.second;
160 int d2 = (((int)dt1.dt.hour) << 16) | (((int)dt1.dt.minute) << 8) | (int)dt1.dt.second;
162 int d4 = (((int)dt2.dt.hour) << 16) | (((int)dt2.dt.minute) << 8) | (int)dt2.dt.second;
174 int d2 = (((int)dt1.dt.hour) << 16) | (((int)dt1.dt.minute) << 8) | (int)dt1.dt.second;
176 int d4 = (((int)dt2.dt.hour) << 16) | (((int)dt2.dt.minute) << 8) | (int)dt2.dt.second;
188 int d2 = (((int)dt1.dt.hour) << 16) | (((int)dt1.dt.minute) << 8) | (int)dt1.dt.second;
190 int d4 = (((int)dt2.dt.hour) << 16) | (((int)dt2.dt.minute) <<
[all...]
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_experiment_util.cc45 // MI0 = 2 digit minute,
60 then.minute,
/external/chromium_org/v8/test/intl/date-format/
H A Dparse-mdyhms.js33 minute: 'numeric', second: 'numeric',
H A Dproperty-override.js48 day: 'numeric', hour: 'numeric', minute: 'numeric',
58 'minute', 'month', 'numberingSystem',
H A Dtimezone-name.js39 hour : '2-digit', minute : '2-digit', second : '2-digit',
H A Dresolved-options.js55 assertFalse(resolved.hasOwnProperty('minute'));
60 'sr-RS', {hour: 'numeric', minute: 'numeric', second: 'numeric'});
71 assertTrue(resolved.hasOwnProperty('minute'));
72 assertEquals('2-digit', resolved.minute);
86 day: 'numeric', hour: 'numeric', minute: 'numeric',
97 assertTrue(resolved.hasOwnProperty('minute'));
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dcros_log_entry.js34 var minute = timeTokens[4];
37 this.time = new Date(year, month, day, hour, minute,
/external/chromium_org/crypto/
H A Dnss_util_unittest.cc28 prxtime.tm_min = exploded.minute = 52;

Completed in 660 milliseconds

1234567