HomeSort by relevance Sort by last modified time
    Searched refs:midnight (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/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/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java 124 // This causes an update of the view at midnight
128 Time midnight = new Time(mFirstVisibleDay.timezone);
129 midnight.setToNow();
130 long currentMillis = midnight.toMillis(true);
132 midnight.hour = 0;
133 midnight.minute = 0;
134 midnight.second = 0;
135 midnight.monthDay++;
136 long millisToMidnight = midnight.normalize(true) - currentMillis;
  /frameworks/base/core/java/android/text/format/
DateUtils.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 278 milliseconds