HomeSort by relevance Sort by last modified time
    Searched refs:minute (Results 51 - 75 of 227) sorted by null

1 23 4 5 6 7 8 910

  /external/iptables/extensions/
libxt_time.c 93 unsigned int month = 1, day = 1, hour = 0, minute = 0, second = 0; local
128 minute = strtoul(s, &e, 10);
129 if ((*e != ':' && *e != '\0') || minute > 59)
144 tm.tm_min = minute;
167 unsigned int hour, minute, second = 0; local
175 minute = strtoul(s, &e, 10);
176 if ((*e != ':' && *e != '\0') || minute > 59)
187 return 60 * 60 * hour + 60 * minute + second;
  /external/swiftshader/build/
cmake.sh 36 echo Making project files path relative. This might take a minute.
  /cts/tests/autofillservice/src/android/autofillservice/cts/
MultipleTimesTimeListener.java 48 public void onTimeChanged(TimePicker view, int hour, int minute) {
58 assertWithMessage("Wrong minute on TimePicker %s", name)
  /cts/tests/tests/location/src/android/location/cts/psedorange/
GpsTime.java 61 int hour, int minute, int sec, int nanoSec){
63 ZonedDateTime zdt = ZonedDateTime.of(year, month, day, hour, minute, sec, nanoSec, zone);
76 * @param minute Minute from 0 to 59
79 public GpsTime(int year, int month, int day, int hour, int minute, double second) {
80 ZonedDateTime utcDateTime = getZonedDateTimeUTC(year, month, day, hour, minute,
  /external/autotest/client/common_lib/
time_utils_unittest.py 41 minute=23, second=56)
  /external/libchrome/base/metrics/
persistent_histogram_storage.cc 91 exploded.hour, exploded.minute,
  /external/python/cpython3/Include/
datetime.h 18 * 5 minute 1 byte, 0-59
27 /* # of bytes for hour, minute, second, and usecond. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
240 #define PyTime_FromTime(hour, minute, second, usecond) \
241 PyDateTimeAPI->Time_FromTime(hour, minute, second, usecond, \
244 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \
245 PyDateTimeAPI->Time_FromTimeAndFold(hour, minute, second, usecond, \
  /external/libchrome/base/time/
time.cc 299 exploded.minute = 0;
335 lhs.minute == rhs.minute && lhs.second == rhs.second &&
348 exploded.minute,
415 is_in_range(minute, 0, 59) &&
  /external/python/dateutil/dateutil/
rrule.py 638 self._byminute = {dtstart.minute}
646 self._byminute = self.__construct_byset(start=dtstart.minute,
682 for minute in self._byminute:
685 datetime.time(hour, minute, second,
767 year, month, day, hour, minute, second, weekday, yearday, _ = \
807 self._byminute and minute not in self._byminute) or
812 timeset = gettimeset(hour, minute, second)
    [all...]
  /external/python/cpython3/Lib/
datetime.py 409 def _check_time_fields(hour, minute, second, microsecond, fold):
411 minute = _check_int_field(minute)
416 if not 0 <= minute <= 59:
417 raise ValueError('minute must be in 0..59', minute)
424 return hour, minute, second, microsecond, fold
1233 def minute(self): member in class:time
1559 def minute(self): member in class:datetime
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets1.java 75 mMinute = c.get(Calendar.MINUTE);
143 public void onTimeSet(TimePicker view, int hourOfDay, int minute) {
145 mMinute = minute;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
EthiopicCalendar.java 232 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field.
236 int minute, int second)
238 super(year, month, date, hour, minute, second);
JapaneseCalendar.java 205 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field.
210 int minute, int second)
212 super(year, month, date, hour, minute, second);
PersianCalendar.java 244 * @param minute the value used to set the {@link #MINUTE MINUTE} time field
255 int minute, int second)
262 this.set(Calendar.MINUTE, minute);
285 {/* */}, // MINUTE
GregorianCalendar.java 130 * System.out.println("MINUTE: " + calendar.get(Calendar.MINUTE));
155 * System.out.println("MINUTE: " + calendar.get(Calendar.MINUTE));
270 {/* */}, // MINUTE
413 * @param minute the value used to set the MINUTE time field
418 int minute) {
425 set(MINUTE, minute);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
gregocal.h 113 * cout << "MINUTE: " << calendar->get( UCAL_MINUTE, success ) << endl;
135 * cout << "MINUTE: " << calendar->get( UCAL_MINUTE, success ) << endl;
255 * @param minute The value used to set the MINUTE time field in the calendar.
260 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
271 * @param minute The value used to set the MINUTE time field in the calendar.
277 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
EthiopicCalendar.java 253 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field.
258 int minute, int second)
260 super(year, month, date, hour, minute, second);
JapaneseCalendar.java 214 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field.
220 int minute, int second)
222 super(year, month, date, hour, minute, second);
PersianCalendar.java 241 * @param minute the value used to set the {@link #MINUTE MINUTE} time field
252 int minute, int second)
259 this.set(Calendar.MINUTE, minute);
282 {/* */}, // MINUTE
GregorianCalendar.java 129 * System.out.println("MINUTE: " + calendar.get(Calendar.MINUTE));
154 * System.out.println("MINUTE: " + calendar.get(Calendar.MINUTE));
272 {/* */}, // MINUTE
425 * @param minute the value used to set the MINUTE time field
431 int minute) {
438 set(MINUTE, minute);
    [all...]
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmIntentService.java 66 alarm.minute));
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmIntentService.java 66 alarm.minute));
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmIntentService.java 66 alarm.minute));
  /external/libtextclassifier/annotator/
types.h 332 MINUTE = 13,
378 int minute = 0; member in class:libtextclassifier3::DateParseData::Relation::AMPM::TimeUnit
398 int hour, int minute, int second, AMPM ampm, int zone_offset,
406 this->minute = minute;
  /external/libxml2/include/libxml/
nanoftp.h 55 * @minute: the minute
58 * Note that only one of year and day:minute are specified.
65 int minute);

Completed in 914 milliseconds

1 23 4 5 6 7 8 910