OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tzone
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/icu/source/test/compat/
tzone.pl
8
print "Usage:
tzone
[year month day hour minute]\n";
15
my @
TZONE
;
34
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
";
[
all
...]
readme.txt
3
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/icu/icu4c/source/test/compat/
tzone.pl
8
print "Usage:
tzone
[year month day hour minute]\n";
15
my @
TZONE
;
34
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
";
[
all
...]
readme.txt
3
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/webrtc/src/system_wrappers/source/
event_posix.cc
147
struct timezone
tZone
;
148
tZone
.tz_minuteswest = 0;
149
tZone
.tz_dsttime = 0;
150
gettimeofday(&tVal,&
tZone
);
257
struct timezone
tZone
;
258
tZone
.tz_minuteswest = 0;
259
tZone
.tz_dsttime = 0;
260
gettimeofday(&tVal,&
tZone
);
/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
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java
1198
TimeZone
tzone
= null;
local
[
all
...]
/external/chromium_org/third_party/icu/source/common/
putil.c
745
This list can be tested with icu/source/test/compat/
tzone
.pl
[
all
...]
/external/icu/icu4c/source/common/
putil.cpp
768
This list can be tested with icu/source/test/compat/
tzone
.pl
[
all
...]
Completed in 571 milliseconds