/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
|
02-sunrise-sunset-esp.puu | 1 begin 644 02-sunrise-sunset-esp.pcap
|
08-sunrise-sunset-aes.puu | 1 begin 644 08-sunrise-sunset-aes.pcap
|
08-sunrise-sunset-esp2.puu | 1 begin 644 08-sunrise-sunset-esp2.pcap
|
/external/chromium_org/third_party/libphonenumber/src/resources/carrier/en/ |
41.txt | 15 4176|Sunrise
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
SunCalculator.java | 31 /** Astronomical sunrise/set is when the sun is 18 degrees below the horizon. */ 34 /** Nautical sunrise/set is when the sun is 12 degrees below the horizon. */ 37 /** Civil sunrise/set (dawn/dusk) is when the sun is 6 degrees below the horizon. */ 40 /** Official sunrise/set is when the sun is 50' below the horizon. */ 56 * Computes the sunrise time for the given zenith at the given date. 59 * of sunrise to compute. 61 * compute the sunrise for. 62 * @return the sunrise time
|
GrassRS.java | 164 mScript.set_gMorning(8.f / 24.f); // 2 hours for sunrise 249 mScript.set_gTSunrise(loadTexture(R.drawable.sunrise)); 346 final double sunrise = calculator.computeSunriseTime(SunCalculator.ZENITH_CIVIL, now); local 347 dawn = SunCalculator.timeToDayFraction(sunrise); 355 mScript.set_gMorning(dawn + 1.0f / 12.0f); // 2 hours for sunrise
|
grass.rs | 428 } else if (now >= gDawn && now <= gMorning) { // Draw sunrise 430 if (now <= half) { // Draw night->sunrise 435 } else { // Draw sunrise->day
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
astrotst.cpp | 187 logln((UnicodeString)" sunrise: " + (anAstro->getSunRiseSet(TRUE))); 214 // logln("Sunrise/Sunset times for San Jose, California, USA"); 256 logln("Sunrise/Sunset times for Toronto, Canada"); 293 UDate sunrise = astro3->getSunRiseSet(TRUE); local 309 int32_t deltarise = (int32_t)uprv_fabs((sunrise - exprise) / 1000); 321 ", Sunrise: " + df_dt->format(sunrise, s2) + 326 ", Sunrise: " + df_dt->format(sunrise,s2) + 342 ", Sunrise: " + df_dt->format(sunrise,s2) [all...] |
/external/icu4c/test/intltest/ |
astrotst.cpp | 187 logln((UnicodeString)" sunrise: " + (anAstro->getSunRiseSet(TRUE))); 214 // logln("Sunrise/Sunset times for San Jose, California, USA"); 256 logln("Sunrise/Sunset times for Toronto, Canada"); 293 UDate sunrise = astro3->getSunRiseSet(TRUE); local 309 int32_t deltarise = (int32_t)uprv_fabs((sunrise - exprise) / 1000); 321 ", Sunrise: " + df_dt->format(sunrise, s2) + 326 ", Sunrise: " + df_dt->format(sunrise,s2) + 342 ", Sunrise: " + df_dt->format(sunrise,s2) [all...] |
/frameworks/base/services/java/com/android/server/ |
TwilightCalculator.java | 56 * Time of sunrise (civil twilight) in milliseconds or -1 in the case the
|
TwilightService.java | 48 * effects based on sunrise and sunset. 203 * Returns the time of today's sunrise in the System.currentTimeMillis() timebase, 219 * Returns the time of tomorrow's sunrise in the System.currentTimeMillis() timebase,
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/provider/ |
Images.java | 54 "https://lh5.googleusercontent.com/-gl0y4UiAOlk/URqumC_KjBI/AAAAAAAAAbs/PM1eT7dn4oo/s1024/Eagle%252520Fall%252520Sunrise.jpg", 128 "https://lh6.googleusercontent.com/-DOz5I2E2oMQ/URqvKMND1kI/AAAAAAAAAbs/Iqf0IsInleo/s1024/Windmill%252520Sunrise.jpg", 165 "https://lh5.googleusercontent.com/-gl0y4UiAOlk/URqumC_KjBI/AAAAAAAAAbs/PM1eT7dn4oo/s240-c/Eagle%252520Fall%252520Sunrise.jpg", 239 "https://lh6.googleusercontent.com/-DOz5I2E2oMQ/URqvKMND1kI/AAAAAAAAAbs/Iqf0IsInleo/s240-c/Windmill%252520Sunrise.jpg",
|
/external/chromium_org/third_party/icu/source/i18n/ |
astro.h | 22 * determine the positions of the sun and moon, the time of sunrise and 534 * Returns the time (GMT) of sunrise or sunset on the local date to which 635 * Returns the time (GMT) of sunrise or sunset on the local date to which
|
/external/icu4c/i18n/ |
astro.h | 22 * determine the positions of the sun and moon, the time of sunrise and 534 * Returns the time (GMT) of sunrise or sunset on the local date to which 635 * Returns the time (GMT) of sunrise or sunset on the local date to which
|