Home
last modified time | relevance | path

Searched refs:tzone (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/test/compat/
Dtzone.pl34 foreach my $tzone (@TZONE_RAW) {
35 chomp($tzone);
36 if (-e $tzone) {
37 $TZONE[$index] = substr($tzone, 20);
48 foreach my $tzone (@TZONE) {
50 $ENV{'TZ'} = "$tzone";
56 print "\nTIME ZONE: $tzone\n";
Dreadme.txt3 tzone.pl : A perl script that test the timezone information between the system time and ICU time.
9 tzone.pl Perl script that calls the tzdate program with the correct TZ and arguments.
29 tzone.pl
32 tzone.pl year month day
/external/toybox/toys/other/
Dhwclock.c59 struct timezone tzone; in hwclock_main() local
114 tzone.tz_minuteswest = timezone / 60 - 60 * daylight; in hwclock_main()
120 tzone.tz_minuteswest = timezone / 60; in hwclock_main()
121 if (tm.tm_isdst) tzone.tz_minuteswest -= 60; in hwclock_main()
122 if (!TT.utc) timeval.tv_sec += tzone.tz_minuteswest * 60; in hwclock_main()
131 tzone.tz_dsttime = 0; in hwclock_main()
132 if (settimeofday(&timeval, &tzone)) perror_exit("settimeofday failed"); in hwclock_main()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DDateParser.java68 String tzone = this.lexer.ttoken().toLowerCase(); in parse() local
69 if (!"gmt".equals(tzone)) in parse()
70 throw createParseException("Bad Time Zone " + tzone); in parse()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...