/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Date/ |
15.9.5.3.js | 71 Here we expect them to coincide, as we expect a time of exactly midnight - */ 72 status = "(Date.parse(now.toDateString()) - (midnight(now)).valueOf()) == 0"; 73 actual = (Date.parse(now.toDateString()) - (midnight(now)).valueOf()) == 0; 124 expect = Date.parse(midnight(givenDate)); 129 function midnight(givenDate) function 131 // midnight on the given date -
|
15.9.5.6.js | 71 Here we expect them to coincide, as we expect a time of exactly midnight - */ 72 status = "(Date.parse(now.toLocaleDateString()) - (midnight(now)).valueOf()) == 0"; 73 actual = (Date.parse(now.toLocaleDateString()) - (midnight(now)).valueOf()) == 0; 124 expect = Date.parse(midnight(givenDate)); 129 function midnight(givenDate) function 131 // midnight on the given date -
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarDatabaseHelperTest.java | 102 // April 5th midnight to April 6th midnight, duration cleared 116 // April 5th midnight with 1 day duration, if only dtend was wrong we wouldn't fix it, but
|
/external/icu4c/i18n/unicode/ |
simpletz.h | 66 * midnight, to specify a rule transition time. Most rules 148 * number of milliseconds after midnight. 156 * number of milliseconds after midnight. 189 * number of milliseconds after midnight. 197 * number of milliseconds after midnight. 233 * number of milliseconds after midnight. 243 * number of milliseconds after midnight. 365 * @param time The time of that day (number of millis after midnight) 378 * @param time The time of that day (number of millis after midnight) 396 * @param time The time of that day (number of millis after midnight) [all...] |
gregocal.h | 699 * Midnight, local time (using this Calendar's TimeZone) at or before the 719 * true Julian date, since it is measured from midnight, not noon. 728 * true Julian date, since it is measured from midnight, not noon. [all...] |
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLSession.java | 45 * Returns the time this session was created, in milliseconds since midnight 61 * midnight January 1st 1970 UTC.
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
FormatDateRangeTest.java | 99 DateUtils.FORMAT_SHOW_TIME | DateUtils.FORMAT_ABBREV_ALL, "8pm \u2013 midnight"), 123 "8pm \u2013 Midnight"), 125 DateUtils.FORMAT_SHOW_TIME | DateUtils.FORMAT_ABBREV_ALL, "12am \u2013 midnight"),
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.10-1.js | 65 // We don't use |now| because it fails every night at midnight.
|
15.9.5.12-1.js | 60 // We don't use |now| because it fails every night at midnight.
|
/packages/wallpapers/Basic/res/values/ |
strings.xml | 86 <string name="palette_violet">Midnight</string>
|
/frameworks/base/core/java/android/widget/ |
DateTimeView.java | 169 // Currently showing the time, update at the later of twelve hours after or midnight. 178 // before or midnight before.
|
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarAppWidgetService.java | 273 // Update at midnight 274 long midnight = getNextMidnightTimeMillis(); local 275 result = Math.min(midnight, result); 287 long midnight = time.normalize(true); local 288 return midnight;
|
/external/icu4c/i18n/ |
reldtfmt.cpp | 457 // which is midnight to midnight. Using fieldDifference() is NOT correct here, because
|
astro.cpp | 185 * julian days start at <em>noon</em>, not midnight. 315 * the corresponding midnight, subtract 0.5. 413 * @param lst The Local Sidereal Time, in hours since sidereal midnight 423 // Then find local midnight on this day 777 // // 1. Calculate coordinates of the sun's center for midnight 843 // long midnight = DAY_MS * (time / DAY_MS); // Find UT midnight on this day 844 // return midnight + (long) (ut * 3600000); [all...] |
astro.h | 361 * the corresponding midnight, subtract 0.5. 418 * @param lst The Local Sidereal Time, in hours since sidereal midnight 541 * is set to a time near local midnight.
|
/frameworks/base/docs/html/resources/articles/ |
ui-1.6.jd | 51 android:text="Sometime Around Midnight" />
|
/development/tools/zoneinfo/tzdata2009s/ |
africa | 219 # Egypt will turn back clocks by one hour at the midnight of Thursday 464 # would begin and end on these dates." As a place holder, use midnight. 600 # the changes occurs at midnight: 602 # saturday night may 31st at midnight (which in french is to be 604 # sunday night the 28th at midnight 607 # the midnight of the 28th which is the midnight between sunday and 636 # Morocco will change the clocks back on the midnight between August 31 673 # advanced 60 minutes from Sunday 31 May 2009 at midnight. [all...] |
asia | 151 # They have finally decided now, but changed the start date to midnight between 603 # midnight on Saturday, September 16. [all...] |
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 292 * Returns number of milliseconds since Jan. 1, 1970, midnight. 311 * Returns number of milliseconds since Jan. 1, 1970, midnight UTC.
|
/external/stlport/stlport/stl/config/ |
_evc.h | 284 int tm_hour; /* hours since midnight - [0,23] */
|
/external/zlib/contrib/minizip/ |
zip.h | 91 uInt tm_hour; /* hours since midnight - [0,23] */
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Date.java | 63 * Constructs a new {@code Date} initialized to midnight in the default {@code TimeZone} on 311 * milliseconds since Jan. 1, 1970, midnight GMT. 313 * @return the number of milliseconds since Jan. 1, 1970, midnight GMT.
|
/packages/apps/Calendar/src/com/android/calendar/ |
Event.java | 94 public int startTime; // Start and end time are in minutes since midnight 285 // stored starting at midnight in UTC but should be included 286 // in the list of events starting at midnight local time.
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClock.java | 99 // Alarm action for midnight (so we can update the date display). 100 private static final String ACTION_MIDNIGHT = "com.android.deskclock.MIDNIGHT"; 629 if (DEBUG) Log.d(LOG_TAG, "set repeating midnight event at UTC: " [all...] |