HomeSort by relevance Sort by last modified time
    Searched refs:minutes (Results 101 - 125 of 355) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl 243 set minutes [expr {($tm2-$tm1)/60}]
245 puts -nonewline [format " (%d:%.2d) " $minutes $seconds]
  /frameworks/base/media/java/android/media/
ExifInterface.java 401 double minutes = Double.parseDouble(pair[0].trim()) local
408 double result = degrees + (minutes / 60.0) + (seconds / 3600.0);
SRTRenderer.java 195 long minutes = Long.parseLong(in.split(":")[1].trim()); local
199 return hours * 60 * 60 * 1000 + minutes * 60 * 1000 + seconds * 1000 + millies;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 158 hours, minutes = divmod(abs(offset), 3600)
160 # minutes east of UTC, so the signs differ.
165 zone = '%s%02d%02d' % (sign, hours, minutes // 60)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 158 hours, minutes = divmod(abs(offset), 3600)
160 # minutes east of UTC, so the signs differ.
165 zone = '%s%02d%02d' % (sign, hours, minutes // 60)
  /frameworks/base/core/java/android/widget/
TimePickerSpinnerDelegate.java 132 mMinuteView = (TextView) mainView.findViewById(R.id.minutes);
220 // Update Hour and Minutes
224 // Update Minutes
242 for (int minutes = 0; minutes < max; minutes++) {
243 final String text = String.format("%02d", minutes);
273 layoutParams.leftMargin = computeMaxWidthOfNumbers(60 /* for minutes */);
738 * Show either Hours or Minutes.
753 int minutes = mRadialTimePickerView.getCurrentMinute()
    [all...]
MediaController.java 416 int minutes = (totalSeconds / 60) % 60; local
421 return mFormatter.format("%d:%02d:%02d", hours, minutes, seconds).toString();
423 return mFormatter.format("%02d:%02d", minutes, seconds).toString();
  /frameworks/base/core/java/android/hardware/camera2/
DngCreator.java 594 int minutes = (int) value; local
595 value = (value - minutes) * 6000;
597 return new int[] { degrees, 1, minutes, 1, seconds, 100 };
  /cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/
TaskSwitchingTest.java 95 @TimeoutReq(minutes = 30)
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 47 // two minutes apart.
51 timestamp += 2 * 60 * 1000; // Next visit is two minutes later.
  /external/chromium_org/v8/src/
date.js 121 function DateConstructor(year, month, date, hours, minutes, seconds, ms) {
168 minutes = argc > 4 ? ToNumber(minutes) : 0;
175 var time = MakeTime(hours, minutes, seconds, ms);
268 function DateUTC(year, month, date, hours, minutes, seconds, ms) {
274 minutes = argc > 4 ? ToNumber(minutes) : 0;
281 var time = MakeTime(hours, minutes, seconds, ms);
  /external/pdfium/fpdfsdk/include/javascript/
JS_Value.h 166 void SetMinutes(int minutes);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 188 // Initialize the hours and minutes numbers.
192 int[] minutes = {0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55}; local
200 minutesTexts[i] = String.format("%02d", minutes[i]);
230 public void setTime(int hours, int minutes) {
232 setItem(MINUTE_INDEX, minutes);
270 * If the hours are showing, return the current hour. If the minutes are showing, return the
326 * circle (5 on the minutes, 1 or 13 on the hours).
421 * For the currently showing view (either hours or minutes), re-calculate the position for the
428 * selection (i.e. minutes), force the selection to one of the visibly-showing values.
431 * @return The value that was selected, i.e. 0-23 for hours, 0-59 for minutes
    [all...]
  /external/llvm/utils/Misc/
zkill 30 minutes,value = value.split(':',1)
35 return int(minutes) * 60 + int(seconds) + float('.'+fseconds)
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertUtils.java 203 long alarmTime, int minutes) {
214 values.put(CalendarAlerts.MINUTES, minutes);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
treemap.js 114 var minutes = Math.floor(milliseconds / 60000);
115 var seconds = Math.floor((milliseconds - minutes * 60000) / 1000);
116 return minutes + 'm' + seconds + 's';
  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 106 * Returns a new ReminderEntry, with the specified minutes and method.
108 * @param minutes Number of minutes before the start of the event that the alert will fire.
111 public static ReminderEntry valueOf(int minutes, int method) {
113 return new ReminderEntry(minutes, method);
117 * Returns a ReminderEntry, with the specified number of minutes and a default alert method.
119 * @param minutes Number of minutes before the start of the event that the alert will fire.
121 public static ReminderEntry valueOf(int minutes) {
122 return valueOf(minutes, Reminders.METHOD_DEFAULT)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrm.h 320 STDMETHOD_(HRESULT,put_RunLimitInterval)(THIS_ __LONG32 minutes) PURE;
321 STDMETHOD_(HRESULT,get_RunLimitInterval)(THIS_ __LONG32 *minutes) PURE;
336 #define IFsrmAction_put_RunLimitInterval(This,minutes) (This)->lpVtbl->put_RunLimitInterval(This,minutes)
337 #define IFsrmAction_get_RunLimitInterval(This,minutes) (This)->lpVtbl->get_RunLimitInterval(This,minutes)
366 STDMETHOD_(HRESULT,put_RunLimitInterval)(THIS_ __LONG32 minutes) PURE;
367 STDMETHOD_(HRESULT,get_RunLimitInterval)(THIS_ __LONG32 *minutes) PURE;
381 STDMETHOD_(HRESULT,get_KillTimeOut)(THIS_ __LONG32 *minutes) PURE;
382 STDMETHOD_(HRESULT,put_KillTimeOut)(THIS_ __LONG32 minutes) PURE
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 735 int minutes = CalculateTimestamp(current); local
739 if (minutes > kMaxTimestamp) {
746 minutes = std::min(minutes, (1 << 20) - 1);
749 cell.SetTimestamp(minutes);
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 470 public static Condition toTimeCondition(long time, int minutes) {
471 final int num = minutes < 60 ? minutes : Math.round(minutes / 60f);
472 final int resId = minutes < 60
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 307 @TimeoutReq(minutes=60)
381 @TimeoutReq(minutes=20)
398 @TimeoutReq(minutes=10)
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.js 15 minutes: {id: 0, i18nKey: 'timeLastFifteenMinutes', timeSpan: 900 * 1000,
574 // of minutes (finer resolution in order to ensure that the user sees
579 TimeResolutions_.minutes.id,
582 // Set the default selection to 'Minutes' and set the time range.
583 this.setTimeRange(TimeResolutions_.minutes,
    [all...]
  /external/chromium_org/remoting/webapp/
oauth2.js 137 // we return will be valid for at least 2 minutes.
140 // The choice of 2 minutes is arbitrary, but that length of time
315 * The access token will remain valid for at least 2 minutes.
  /external/chromium_org/v8/src/platform/
time.cc 37 TimeDelta TimeDelta::FromMinutes(int minutes) {
38 return TimeDelta(minutes * Time::kMicrosecondsPerMinute);
  /external/iptables/extensions/
libxt_time.c 371 unsigned int *minutes, unsigned int *seconds)
375 *minutes = fulltime % 60;

Completed in 2008 milliseconds

1 2 3 45 6 7 8 91011>>