HomeSort by relevance Sort by last modified time
    Searched full:tzone (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/test/compat/
tzone.pl 10 print "Usage: tzone [year month day hour minute]\n";
17 my @TZONE;
36 foreach my $tzone (@TZONE_RAW) {
37 chomp($tzone);
38 if (-e $tzone) {
39 $TZONE[$index] = substr($tzone, 20);
50 foreach my $tzone (@TZONE) {
52 $ENV{'TZ'} = "$tzone";
    [all...]
readme.txt 4 tzone.pl : A perl script that test the timezone information between the system time and ICU time.
10 tzone.pl Perl script that calls the tzdate program with the correct TZ and arguments.
30 tzone.pl
33 tzone.pl year month day
  /external/toybox/toys/other/
hwclock.c 59 struct timezone tzone; local
114 tzone.tz_minuteswest = timezone / 60 - 60 * daylight;
120 tzone.tz_minuteswest = timezone / 60;
121 if (tm.tm_isdst) tzone.tz_minuteswest -= 60;
122 if (!TT.utc) timeval.tv_sec += tzone.tz_minuteswest * 60;
131 tzone.tz_dsttime = 0;
132 if (settimeofday(&timeval, &tzone)) perror_exit("settimeofday failed");
  /external/nist-sip/java/gov/nist/javax/sip/parser/
DateParser.java 68 String tzone = this.lexer.ttoken().toLowerCase(); local
69 if (!"gmt".equals(tzone))
70 throw createParseException("Bad Time Zone " + tzone);
  /external/iproute2/tc/
m_connmark.c 32 "\tZONE is the conntrack zone\n"
  /device/linaro/bootloader/edk2/EdkShellPkg/
ShellR64.patch 264 tzone/timezone.inf | 32 +--
265 tzone/tzone.c | 4 +-
266 tzone/tzone.h | 1 +
    [all...]
EdkShellPkg.dsc 186 $(EDK_SHELL_DIR)/tzone/timezone.inf
ShellR33.patch     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 3196 TimeZone tzone; local
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 776 This list can be tested with icu/source/test/compat/tzone.pl
    [all...]

Completed in 371 milliseconds