HomeSort by relevance Sort by last modified time
    Searched full:sunset (Results 1 - 25 of 44) sorted by null

1 2

  /external/tcpdump/tests/
esp3.gdbinit 1 set args -t -n -E "3des-cbc-hmac96:0x43434545464649494a4a4c4c4f4f51515252545457575840" -r 08-sunrise-sunset-esp2.pcap
esp4.gdbinit 1 set args -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-esp2.pcap
esp5.gdbinit 1 set args -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-aes.pcap
esp0.sh 4 uudecode 02-sunrise-sunset-esp.puu
5 if (../tcpdump -t -n -r 02-sunrise-sunset-esp.pcap | diff - esp0.out)
esp1.gdbinit 1 set args -t -n -E "0x12345678@192.1.2.45 3des-cbc-hmac96:0x4043434545464649494a4a4c4c4f4f515152525454575758" -r 02-sunrise-sunset-esp.pcap
esp1.sh 3 uudecode 02-sunrise-sunset-esp.puu
6 ../tcpdump -t -n -E "0x12345678@192.1.2.45 3des-cbc-hmac96:0x4043434545464649494a4a4c4c4f4f515152525454575758" -r 02-sunrise-sunset-esp.pcap >esp1.new
esp3.sh 3 uudecode 02-sunrise-sunset-esp.puu
5 ../tcpdump -t -n -E "3des-cbc-hmac96:0x4043434545464649494a4a4c4c4f4f515152525454575758" -r 02-sunrise-sunset-esp.pcap >esp3.new
esp4.sh 3 uudecode 08-sunrise-sunset-esp2.puu
6 ../tcpdump -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-esp2.pcap >esp4.new
esp5.sh 3 uudecode 08-sunrise-sunset-aes.puu
6 ../tcpdump -t -n -E "file esp-secrets.txt" -r 08-sunrise-sunset-aes.pcap > esp5.new
esp2.sh 3 uudecode 08-sunrise-sunset-esp2.puu
6 ../tcpdump -t -n -E "0x12345678@192.1.2.45 3des-cbc-hmac96:0x43434545464649494a4a4c4c4f4f51515252545457575840,0xabcdabcd@192.0.1.1 3des-cbc-hmac96:0x434545464649494a4a4c4c4f4f5151525254545757584043" -r 08-sunrise-sunset-esp2.pcap >esp2.new
esp2.gdbinit 1 set args -t -n -E "0x12345678@192.1.2.45 3des-cbc-hmac96:0x43434545464649494a4a4c4c4f4f51515252545457575840,0xabcdabcd@192.0.1.1 3des-cbc-hmac96:0x434545464649494a4a4c4c4f4f5151525254545757584043" -r 08-sunrise-sunset-esp2.pcap
  /frameworks/base/data/videos/
VideoPackage1.mk 25 $(LOCAL_PATH)/Sunset.240p.mp4:$(TARGET_PATH)/Sunset.240p.mp4 \
26 $(LOCAL_PATH)/Sunset.480p.lq.mp4:$(TARGET_PATH)/Sunset.480p.mp4
VideoPackage2.mk 25 $(LOCAL_PATH)/Sunset.240p.mp4:$(TARGET_PATH)/Sunset.240p.mp4 \
26 $(LOCAL_PATH)/Sunset.480p.mq.mp4:$(TARGET_PATH)/Sunset.480p.mp4
  /external/icu4c/test/intltest/
astrotst.cpp 188 logln((UnicodeString)" sunset: " + (anAstro->getSunRiseSet(FALSE)));
214 // logln("Sunrise/Sunset times for San Jose, California, USA");
256 logln("Sunrise/Sunset times for Toronto, Canada");
295 UDate sunset = astro3->getSunRiseSet(FALSE); local
310 int32_t deltaset = (int32_t)uprv_fabs((sunset - expset) / 1000);
332 ", Sunset: " + df_dt->format(sunset,s2) +
337 ", Sunset: " + df_dt->format(sunset,s2) +
344 ", Sunset: " + df_dt->format(sunset,s4)
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 69 * Computes the sunset time for the given zenith at the given date.
72 * sunset to compute.
74 * the sunset for.
75 * @return the sunset time
GrassRS.java 165 mScript.set_gAfternoon(16.f / 24.f); // 2 hours for sunset
251 mScript.set_gTSunset(loadTexture(R.drawable.sunset));
347 final double sunset = calculator.computeSunsetTime(SunCalculator.ZENITH_CIVIL, now); local
348 dusk = SunCalculator.timeToDayFraction(sunset);
354 mScript.set_gAfternoon(dusk - 1.0f / 12.0f); // 2 hours for sunset
grass.rs 442 } else if (now >= gAfternoon && now <= gDusk) { // Draw sunset
444 if (now <= half) { // Draw day->sunset
450 } else { // Draw sunset->night
  /external/jmonkeyengine/engine/src/test/jme3test/blender/
TestBlenderLoader.java 60 // sunset light
  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestBumpModel.java 75 // sunset light
  /external/jmonkeyengine/engine/src/test/jme3test/model/
TestMonkeyHead.java 72 // sunset light
TestOgreLoading.java 64 // sunset light
  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 50 * Time of sunset (civil twilight) in milliseconds or -1 in the case the day
  /packages/apps/Camera/res/values/
arrays.xml 237 <item>sunset</item>
278 <item>backdropper/file:///system/media/video/Sunset.480p.mp4</item>
  /packages/apps/Camera/res/values-en-rGB/
strings.xml 78 <string name="pref_camera_scenemode_entry_sunset" msgid="181661154611507212">"Sunset"</string>
109 <string name="effect_backdropper_sunset" msgid="45198943771777870">"Sunset"</string>
  /packages/apps/LegacyCamera/res/values/
arrays.xml 237 <item>sunset</item>
278 <item>backdropper/file:///system/media/video/Sunset.480p.mp4</item>

Completed in 4010 milliseconds

1 2