/external/chromium_org/third_party/WebKit/Source/wtf/ |
DateMath.h | 57 // dayOfWeek: [0, 6] 0 being Monday, day: [1, 31], month: [0, 11], year: ex: 2011, hours: [0, 23], minutes: [0, 59], seconds: [0, 59], utcOffset: [-720,720]. 58 WTF_EXPORT String makeRFC2822DateString(unsigned dayOfWeek, unsigned day, unsigned month, unsigned year, unsigned hours, unsigned minutes, unsigned seconds, int utcOffset);
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
summary-mock.js | 28 function minutesAgo(minutes) 31 time.setMinutes(time.getMinutes() - minutes);
|
base_unittests.js | 378 equals(base.relativizeTime(time), "2 minutes ago"); 380 equals(base.relativizeTime(time), "3 minutes ago"); 382 equals(base.relativizeTime(time), "59 minutes ago");
|
/external/chromium_org/v8/src/ |
date.js | 141 function DateConstructor(year, month, date, hours, minutes, seconds, ms) { 187 minutes = argc > 4 ? ToNumber(minutes) : 0; 194 var time = MakeTime(hours, minutes, seconds, ms); 287 function DateUTC(year, month, date, hours, minutes, seconds, ms) { 293 minutes = argc > 4 ? ToNumber(minutes) : 0; 300 var time = MakeTime(hours, minutes, seconds, ms);
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
Coordinate.java | 30 /* The minutes trailing decimal precision to use for positions */ 91 * Note: ALRS positions are occasionally written with the decimal minutes
|
/external/v8/src/ |
date.js | 145 %SetCode($Date, function(year, month, date, hours, minutes, seconds, ms) { 191 minutes = argc > 4 ? ToNumber(minutes) : 0; 198 var time = MakeTime(hours, minutes, seconds, ms); 294 function DateUTC(year, month, date, hours, minutes, seconds, ms) { 300 minutes = argc > 4 ? ToNumber(minutes) : 0; 307 var time = MakeTime(hours, minutes, seconds, ms);
|
/packages/apps/Browser/src/com/android/browser/ |
CrashRecoveryHandler.java | 44 * we will automatically restore. If we then crash again within XX minutes, 47 private static final long PROMPT_INTERVAL = 5 * 60 * 1000; // 5 minutes
|
/packages/apps/SoundRecorder/res/values/ |
strings.xml | 39 <!-- label shown when there is more than 1 minute but less than 9 minutes of space left to record --> 40 <string name="min_available"><xliff:g id="minutes">%d</xliff:g> min available</string>
|
/system/core/init/ |
signal_handler.c | 42 #define CRITICAL_CRASH_WINDOW (4*60) /* ... in 4 minutes, goto recovery*/ 97 ERROR("critical process '%s' exited %d times in %d minutes; "
|
/packages/apps/Settings/res/values/ |
arrays.xml | 56 <item>2 minutes</item> 57 <item>5 minutes</item> 58 <item>10 minutes</item> 59 <item>30 minutes</item> 86 <item>2 minutes</item> 87 <item>5 minutes</item> 88 <item>10 minutes</item> 89 <item>30 minutes</item> 120 <item>2 minutes</item> 121 <item>5 minutes</item [all...] |
/frameworks/base/core/java/android/util/ |
TimeUtils.java | 321 int days = 0, hours = 0, minutes = 0; local 332 minutes = seconds / SECONDS_PER_MINUTE; 333 seconds -= minutes * SECONDS_PER_MINUTE; 341 myLen += accumField(minutes, 1, myLen > 0, 2); 358 pos = printField(formatStr, minutes, 'm', pos, pos != start, zeropad ? 2 : 0);
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerTestBase.java | 63 public static final long WIFI_CONNECTION_TIMEOUT = 5 * 60 * 1000; // 5 minutes 64 // 2 minutes timer between wifi stop and start 65 public static final long WIFI_STOP_START_INTERVAL = 2 * 60 * 1000; // 2 minutes 66 // Set ping test timer to be 3 minutes 67 public static final long PING_TIMER = 3 * 60 *1000; // 3 minutes
|
/frameworks/base/docs/html/training/scheduling/ |
alarms.jd | 90 7 a.m. sharp and every 20 minutes after that), use an {@code ELAPSED_REALTIME} 148 <p>Wake up the device to fire the alarm in 30 minutes, and every 30 minutes 188 <p>Wake up the device to fire the alarm at precisely 8:30 a.m., and every 20 minutes 205 // 20 minutes.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
TimeUnit.java | 18 * as sixty seconds, an hour as sixty minutes, and a day as twenty four 87 MINUTES { 157 * <p>For example, to convert 10 minutes to milliseconds, use: 158 * {@code TimeUnit.MILLISECONDS.convert(10L, TimeUnit.MINUTES)} 219 * Equivalent to {@code MINUTES.convert(duration, this)}.
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
TimePickerDialog.java | 211 mMinuteView = (TextView) view.findViewById(R.id.minutes); 447 // Show either Hours or Minutes. 464 int minutes = mTimePicker.getMinutes(); 465 mTimePicker.setContentDescription(mMinutePickerDescription + ": " + minutes); 620 // For 24-hour mode, the time is legal if the hours and minutes are each legal. Note: 661 * Update the hours, minutes, and AM/PM displays with the typed times. If the typedTimes is 727 * Get the currently-entered time, as integer values of the hours and minutes typed. 730 * hours of minutes. This is helpful for deciding whether to show the dashes, or actual 0's. 732 * minutes, and the third will be either TimePickerDialog.AM or TimePickerDialog.PM. [all...] |
/development/samples/Support4Demos/src/com/example/android/supportv4/media/ |
MediaController.java | 208 int minutes = (totalSeconds / 60) % 60; local 213 return mFormatter.format("%d:%02d:%02d", hours, minutes, seconds).toString(); 215 return mFormatter.format("%02d:%02d", minutes, seconds).toString();
|
/external/chromium_org/ash/system/date/ |
date_view.cc | 36 // Text color of the vertical clock minutes. 43 // Offset used to bring the minutes line closer to the hours line in the 294 // Pull the minutes up closer to the hours by using a negative top border.
|
/external/chromium_org/ui/base/strings/ |
ui_strings_pl.xtb | 66 <translation id="7712011264267466734"><ph name="NUMBER_MANY"/> minutes</translation> 69 <translation id="3424538384153559412"><ph name="NUMBER_TWO"/> minutes</translation> 161 <translation id="6956540737482608074"><ph name="NUMBER_ZERO"/> minutes</translation>
|
ui_strings_ru.xtb | 38 <translation id="2560788951337264832"><ph name="NUMBER_ZERO"/> minutes left</translation> 76 <translation id="7487278341251176613"><ph name="NUMBER_TWO"/> minutes left</translation> 140 <translation id="3994835489895548312"><ph name="NUMBER_MANY"/> minutes left</translation>
|
ui_strings_sr.xtb | 38 <translation id="2560788951337264832"><ph name="NUMBER_ZERO"/> minutes left</translation> 76 <translation id="7487278341251176613"><ph name="NUMBER_TWO"/> minutes left</translation> 140 <translation id="3994835489895548312"><ph name="NUMBER_MANY"/> minutes left</translation>
|
/frameworks/base/core/java/android/provider/ |
AlarmClock.java | 52 * <li>{@link #EXTRA_MINUTES} <em>(optional)</em>: The minutes of the alarm being set. 166 * Bundle extra: The minutes of the alarm. 177 public static final String EXTRA_MINUTES = "android.intent.extra.alarm.MINUTES";
|
/packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/ |
DialogSmsDisplayTests.java | 186 // wait up to two minutes for the sent message to be received 196 // Give up after two minutes 216 assertTrue("sms not received after two minutes", receivedSms);
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertUtils.java | 203 long alarmTime, int minutes) { 214 values.put(CalendarAlerts.MINUTES, minutes);
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
AlarmInstance.java | 54 * Default timeout for alarms in minutes. 69 MINUTES, 106 values.put(MINUTES, instance.mMinute);
|
/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)
|