HomeSort by relevance Sort by last modified time
    Searched defs:sunrise (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightCalculator.java 24 * <p>Calculates the sunrise and sunsets times for a given location.</p>
68 * Time of sunrise (civil twilight) in milliseconds or -1 in the case the
71 public long sunrise; field in class:TwilightCalculator
116 sunrise = -1;
121 sunrise = -1;
128 sunrise = Math.round((solarTransitJ2000 - hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
130 if (sunrise < time && sunset > time) {
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 185 logln((UnicodeString)" sunrise: " + (anAstro->getSunRiseSet(TRUE)));
212 // logln("Sunrise/Sunset times for San Jose, California, USA");
254 logln("Sunrise/Sunset times for Toronto, Canada");
291 UDate sunrise = astro3->getSunRiseSet(TRUE); local
307 int32_t deltarise = (int32_t)uprv_fabs((sunrise - exprise) / 1000);
319 ", Sunrise: " + df_dt->format(sunrise, s2) +
324 ", Sunrise: " + df_dt->format(sunrise,s2) +
340 ", Sunrise: " + df_dt->format(sunrise,s2)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 167 logln(" sunrise: " + new Date(astro.getSunRiseSet(true)));
184 // logln("Sunrise/Sunset times for San Jose, California, USA");
226 logln("Sunrise/Sunset times for Toronto, Canada");
254 Date sunrise = new Date(astro.getSunRiseSet(true)); local
268 int deltarise = Math.abs((int)(sunrise.getTime() - exprise.getTime()) / 1000);
279 ", Sunrise: " + df2.format(sunrise) +
284 ", Sunrise: " + df.format(sunrise) +
299 ", Sunrise: " + df.format(sunrise)
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 161 milliseconds