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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 63 public static final int HOURS = 0;
67 @IntDef({HOURS, MINUTES})
203 * <li>{@link #HOURS}
207 * @param autoAdvance when the picker type is {@link #HOURS},
222 * circle (5 on the minutes, 1 or 13 on the hours).
339 mPaint[HOURS] = new Paint();
340 mPaint[HOURS].setAntiAlias(true);
341 mPaint[HOURS].setTextAlign(Paint.Align.CENTER);
367 mTextSize[HOURS] = res.getDimensionPixelSize(R.dimen.timepicker_text_size_normal);
371 mTextInset[HOURS] = res.getDimensionPixelSize(R.dimen.timepicker_text_inset_normal)
    [all...]
TimePickerClockDelegate.java 61 private static final int HOUR_INDEX = RadialTimePickerView.HOURS;
122 mHourView = (NumericTextView) mainView.findViewById(R.id.hours);
623 * We pass the correct "skeleton" depending on 12 or 24 hours view and then extract the
667 * Show either Hours or Minutes.
703 case RadialTimePickerView.HOURS:
745 // Done with hours entry, make visual updates
786 case R.id.hours:
814 case R.id.hours:
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 1103 : hours(0), minutes(0), seconds(0) {
1106 : hours(secs/3600),
1107 minutes((secs - (hours*3600))/60),
1111 return TotalSeconds(hours*3600 + minutes*60 + seconds);
1114 uint32_t hours; member in class:llvm::yaml::MappingTraits::NormalizedSeconds
1122 io.mapOptional("hours", keys->hours, (uint32_t)0);
1136 Input yin("---\n - hours: 1\n seconds: 5\n - seconds: 59\n...\n");
    [all...]
  /external/opencv3/apps/traincascade/
cascadeclassifier.cpp 271 int hours = (int(seconds) / 60 / 60) % 24; local
274 cout << "Training until now has taken " << days << " days " << hours << " hours " << minutes << " minutes " << seconds_left <<" seconds." << endl;
  /external/v8/src/base/platform/
time.cc 122 TimeDelta TimeDelta::FromHours(int hours) {
123 return TimeDelta(hours * Time::kMicrosecondsPerHour);
  /frameworks/base/core/java/android/text/format/
Time.java 735 * or subtracting hours or minutes, then you should use
934 int hours = offset / 3600; local
936 return String.format(Locale.US, "%s%s%02d:%02d", base, sign, hours, minutes);
    [all...]
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 131 String hours = matcher.group(1); local
132 double durationSeconds = Long.parseLong(hours) * 3600;
  /libcore/ojluni/src/main/java/java/util/
Date.java 95 * year, month, date, hours, minutes, and seconds values, the
208 * @param hrs the hours between 0-23.
231 * @param hrs the hours between 0-23.
302 * @param hrs the hours between 0-23.
350 * 13:30:00 GMT+0430" (4 hours, 30 minutes west of the Greenwich
369 * in hours. Otherwise, it is regarded as an offset in minutes,
373 * <tt>-5</tt> occurring in the string would mean "five hours west
374 * of Greenwich" and <tt>+0430</tt> would mean "four hours and
432 * North America that is five, six, seven, or eight hours west of
503 // parse the number following it as loosely as the original hours
    [all...]
GregorianCalendar.java 318 * + (calendar.get(Calendar.ZONE_OFFSET)/(60*60*1000))); // in hours
320 * + (calendar.get(Calendar.DST_OFFSET)/(60*60*1000))); // in hours
2384 int hours = timeOfDay \/ ONE_HOUR; local
    [all...]
  /external/autotest/site_utils/
collect_suite_time_stats.py 427 help=('Number of hours that stats should be '
446 start_time = end_time - timedelta(hours=_options.span).total_seconds()
job_history.py 31 TIME_BUFFER = datetime_base.timedelta(hours=2)
257 # Assume special tasks for the test job all start within 2 hours
258 # before the test job starts or 2 hours after the test finishes. In most
259 # cases, special task won't take longer than 2 hours to start before
run_suite_unittest.py 547 datetime_base.timedelta(hours=interval_hours))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
resumable_upload_handler.py 508 hours and multiple processes (e.g., gsutil runs), and the user could
  /external/jhead/
jhead.c     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 235 duration.hours = 0;
306 duration.hours = 0;
316 duration.hours = 0;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 1557 long hours = minutes \/ 60; local
    [all...]
  /build/
envsetup.sh     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsplugin.c 409 Dest->tm_hour = _cmsAdjustEndianess16(Source->hours);
425 Dest->hours = _cmsAdjustEndianess16((cmsUInt16Number) Source->tm_hour);
  /external/webrtc/webrtc/base/
httpcommon.cc 375 int hours = (zone[1] - '0') * 10 + (zone[2] - '0'); local
377 int offset = (hours * 60 + minutes) * 60;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
calendar.py 614 hours = days*24 + hour
615 minutes = hours*60 + minute
  /prebuilts/gdb/linux-x86/lib/python2.7/
calendar.py 614 hours = days*24 + hour
615 minutes = hours*60 + minute
  /prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release-no-dep.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 614 hours = days*24 + hour
615 minutes = hours*60 + minute
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 614 hours = days*24 + hour
615 minutes = hours*60 + minute
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 1777 long hours = minutes \/ 60; local
    [all...]

Completed in 2158 milliseconds

1 2 3 4 5 67 8 91011>>