HomeSort by relevance Sort by last modified time
    Searched full:minutes (Results 276 - 300 of 2305) sorted by null

<<11121314151617181920>>

  /external/opencv3/doc/tutorials/introduction/ios_install/
ios_install.markdown 36 If everything's fine, a few minutes later you will get
  /external/skia/
Doxyfile 52 # experimental evil only! inflates build time by 10 minutes
  /external/toybox/toys/other/
timeout.c 20 (minutes), "h" (hours), "d" (days), or "s" (seconds, the default).
  /frameworks/opt/datetimepicker/res/values-lt/
strings.xml 24 <string name="select_minutes" msgid="8327182090226828481">"Pasirinkite minutes"</string>
  /libcore/expectations/
taggedtests.txt 10 /* libcore tests that take over 15 minutes on device because of DHParametersHelper.generateSafePrimes */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
toduration.fail.cpp 26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint;
  /packages/apps/DeskClock/res/values-ar/
strings.xml 62 <item quantity="zero">Snoozing for <xliff:g id="MINUTES">%d</xliff:g> minutes.</item>
63 <item quantity="two">???? ???? ??????? (<xliff:g id="MINUTES">%d</xliff:g>).</item>
64 <item quantity="few">???? ???? <xliff:g id="MINUTES">%d</xliff:g> ?????.</item>
65 <item quantity="many">???? ???? <xliff:g id="MINUTES">%d</xliff:g> ?????.</item>
66 <item quantity="other">???? ???? <xliff:g id="MINUTES">%d</xliff:g> ?? ???????.</item>
74 <string name="timer_notifications_minutes" msgid="8543138714519498893">"<xliff:g id="MINUTES">%2$s</xliff:g><xliff:g id="REMAINING"> %3$s</xliff:g>"</string>
75 <string name="timer_notifications_hours_minutes" msgid="4301167788642025702">"????? <xliff:g id="HOURS">%1$s</xliff:g> <xliff:g id="MINUTES">%2$s</xliff:g>"</string>
83 <item msgid="2532279224777213194">"??? ??????: <xliff:g id="MINUTES">%3$s</xliff:g> ?? ????."</item>
84 <item msgid="5936557894247187717">"??? ??????: <xliff:g id="DAYS">%1$s</xliff:g> ?<xliff:g id="MINUTES">%3$s</xliff:g> ?? ????."</item
    [all...]
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
UtilsTest_GetDurationString.java 54 private static long getJanOfThisYearInMillis(int date, int hour, int minutes) {
55 return new GregorianCalendar(getThisYear(), Calendar.JANUARY, date, hour, minutes)
66 private static long getFebOfThisYearInMillis(int date, int hour, int minutes) {
67 return new GregorianCalendar(getThisYear(), Calendar.FEBRUARY, date, hour, minutes)
  /packages/apps/TvSettings/Settings/res/values/
arrays.xml 20 <item>5 minutes</item>
21 <item>15 minutes</item>
22 <item>30 minutes</item>
44 <item>30 minutes</item>
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DisplaySettingsTest.java 181 "Sleep", "2 minutes", Settings.System.SCREEN_OFF_TIMEOUT, "120000"));
188 "Sleep", "5 minutes", Settings.System.SCREEN_OFF_TIMEOUT, "300000"));
195 "Sleep", "10 minutes", Settings.System.SCREEN_OFF_TIMEOUT, "600000"));
202 "Sleep", "30 minutes", Settings.System.SCREEN_OFF_TIMEOUT, "1800000"));
  /prebuilts/misc/windows/sdl2/test/
testpower.c 57 SDL_Log("Time left: %d minutes, %d seconds\n", (int) (seconds / 60),
  /system/core/metricsd/collectors/
disk_usage_collector.cc 32 // Collect every 15 minutes.
  /cts/tools/utils/
VogarUtils.java 134 * Returns the greatest timeout in minutes for the test in all
151 * Returns the timeout in minutes for the test in the expectation
165 * Returns the timeout in minutes for the expectation. Currently a
  /external/autotest/server/cros/dynamic_suite/
frontend_wrappers.py 21 @param timeout_min: The maximum amount of time (in minutes) to sleep.
45 @param timeout_min: timeout in minutes until giving up.
107 @param timeout_min: timeout in minutes until giving up.
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
WorkerProcessTest.java 19 import static java.util.concurrent.TimeUnit.MINUTES;
119 FakeWorkers.Sleeper.class, Long.toString(MINUTES.toMillis(1))).startWorker();
148 FakeWorkers.Sleeper.class, Long.toString(MINUTES.toMillis(1))).startWorker();
  /external/replicaisland/src/com/replica/replicaisland/
GameOverActivity.java 93 float minutes = seconds / 60.0f; local
94 float hours = minutes / 60.0f;
98 int totalMinutes = (int)(minutes - totalHourMinutes);
  /external/v8/test/webkit/
date-constructor.js 81 var minutes = { valueOf: function() { testStr += 5; return 50; } };
86 new Date(year, month, date, hours, minutes, seconds, ms);
90 Date.UTC(year, month, date, hours, minutes, seconds, ms);
  /frameworks/base/core/res/res/layout-land/
time_picker_material.xml 64 android:nextFocusForward="@+id/minutes" />
74 <!-- The minutes should always be to the right of the separator,
77 android:id="@+id/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...]
  /hardware/bsp/intel/peripheral/libupm/src/ds1307/
ds1307.cxx 110 minutes = bcdToDec(buffer[1]);
147 // minutes
148 buffer[1] = decToBcd(minutes);
ds1307.h 63 * about seconds, minutes, hours, day of the week, day of the month,
156 * Holds minutes
158 unsigned int minutes; member in class:upm::DS1307
  /libcore/luni/src/main/java/libcore/icu/
DateUtilsBridge.java 95 // never makes sense to leave out the minutes), include minutes. This gets us times like
100 // Otherwise, we're abbreviating a 12-hour time, and should only show the minutes
  /libcore/ojluni/src/main/java/sun/util/calendar/
ImmutableGregorianDate.java 113 public CalendarDate setMinutes(int minutes) {
157 public CalendarDate setTimeOfDay(int hours, int minutes, int seconds, int millis) {
161 public CalendarDate addTimeOfDay(int hours, int minutes, int seconds, int millis) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TimeBar.java 253 int minutes = (totalSeconds / 60) % 60; local
256 return String.format("%d:%02d:%02d", hours, minutes, seconds).toString();
258 return String.format("%02d:%02d", minutes, seconds).toString();
  /packages/apps/TV/src/com/android/tv/menu/
RecordCardView.java 47 private static final long MIN_PROGRAM_RECORD_DURATION = TimeUnit.MINUTES.toMillis(5);
123 durations.add(TimeUnit.MINUTES.toMillis(10));
125 durations.add(TimeUnit.MINUTES.toMillis(30));

Completed in 392 milliseconds

<<11121314151617181920>>