OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sunset
(Results
1 - 8
of
8
) sorted by null
/external/tcpdump/tests/
esp0.sh
4
uudecode 02-sunrise-
sunset
-esp.puu
5
if (../tcpdump -t -n -r 02-sunrise-
sunset
-esp.pcap | diff - esp0.out)
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
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
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
/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/
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
Completed in 47 milliseconds