HomeSort by relevance Sort by last modified time
    Searched defs:tz (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/base/
os_compat_nacl.cc 16 char* tz; local
17 tz = getenv("TZ");
18 setenv("TZ", "", 1);
21 if (tz)
22 setenv("TZ", tz, 1);
24 unsetenv("TZ");
  /hardware/ti/omap3/dspbridge/libbridge/
perfutils.c 41 struct timezone tz; local
42 Result = gettimeofday(tv, &tz);
DSPProcessor_OEM.c 102 struct timezone tz; local
DSPManager.c 300 struct timezone tz; local
343 struct timezone tz; local
DSPProcessor.c 219 struct timezone tz; local
263 struct timezone tz; local
405 struct timezone tz; local
535 struct timezone tz; local
599 struct timezone tz; local
645 struct timezone tz; local
  /external/chromium_org/third_party/icu/source/test/intltest/
itformat.cpp 83 TimeZone *tz = TimeZone::createTimeZone("PST"); local
84 TimeZone::setDefault(*tz);
85 delete tz;
  /external/icu/icu4c/source/test/intltest/
itformat.cpp 85 TimeZone *tz = TimeZone::createTimeZone("America/Los_Angeles"); local
86 TimeZone::setDefault(*tz);
87 delete tz;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
vtzone.h 415 BasicTimeZone *tz; member in class:VTimeZone
  /external/icu/icu4c/source/i18n/unicode/
vtzone.h 415 BasicTimeZone *tz; member in class:VTimeZone
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Time.java 67 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); local
70 dateF.setTimeZone(tz);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Time.java 48 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); local
51 dateF.setTimeZone(tz);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
SetTimeZonePermissionsTest.java 55 String tz = mZones[i]; local
57 mAlarm.setTimeZone(tz);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DateUtils.java 39 TimeZone tz = TimeZone.getTimeZone("GMT"); local
40 Calendar c = Calendar.getInstance(tz);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
ObexTime.java 68 TimeZone tz = TimeZone.getTimeZone("UTC"); local
69 tz.setRawOffset(offset);
71 cal.setTimeZone(tz);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
ObexTime.java 68 TimeZone tz = TimeZone.getTimeZone("UTC"); local
69 tz.setRawOffset(offset);
71 cal.setTimeZone(tz);
  /cts/tests/tests/util/src/android/util/cts/
TimeUtilsTest.java 37 TimeZone tz = TimeZone.getTimeZone(name); local
38 Calendar c = Calendar.getInstance(tz);
58 TimeZone tz = TimeZone.getTimeZone(name); local
59 Calendar c = Calendar.getInstance(tz);
74 TimeZone tz = TimeZone.getTimeZone(name); local
75 Calendar c = Calendar.getInstance(tz);
94 TimeZone tz = TimeZone.getTimeZone(name); local
95 Calendar c = Calendar.getInstance(tz);
  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 61 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); local
62 TimeZone.setDefault(tz);
66 assertEquals(-28800000, tz.getOffset(date.getTime()));
67 assertFalse(tz.inDaylightTime(date));
72 assertEquals(-28800000, tz.getOffset(date.getTime()));
73 assertFalse(tz.inDaylightTime(date));
80 TimeZone tz = TimeZone.getTimeZone("Africa/Bissau"); local
83 assertNonDaylightOffset(-3600, parseIsoTime("1911-01-01T00:00:00.0+0000"), tz);
85 assertNonDaylightOffset(-3600, parseIsoTime("1912-01-01T12:00:00.0-0100"), tz);
88 assertNonDaylightOffset(0, parseIsoTime("1980-01-01T00:00:00.0+0000"), tz);
106 TimeZone tz = TimeZone.getTimeZone(id); local
201 TimeZone tz = TimeZone.getTimeZone(id); local
260 TimeZone tz = TimeZone.getTimeZone("America\/Santiago"); local
288 TimeZone tz = TimeZone.getTimeZone(id); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
wintzimpl.cpp 36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
39 BasicTimeZone *btz = (BasicTimeZone*)tz; // we should check type
119 TimeZone *tz = TimeZone::createTimeZone(id); local
121 if (tz != NULL) {
128 if (getSystemTimeInformation(tz, daylightDate, standardDate, bias, daylightBias, standardBias)) {
  /external/chromium_org/third_party/icu/source/test/compat/
tzdate.c 75 const UChar *tz = 0; local
82 fmt = udat_open(style, style, 0, tz, -1,NULL,0, &status);
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
dtfmtrtperf.h 163 TimeZone *tz = TimeZone::createTimeZone(*tzid); local
170 sdf->setTimeZone(*tz);
194 delete tz;
  /external/chromium_org/v8/src/
dateparser-inl.h 20 TimeZoneComposer tz; local
73 DateToken next_unhandled_token = ParseES5DateTime(&scanner, &day, &time, &tz);
100 } else if (tz.IsExpecting(n)) {
101 tz.SetAbsoluteMinute(n);
125 tz.Set(value);
133 } else if (token.IsAsciiSign() && (tz.IsUTC() || !time.IsEmpty())) {
135 tz.SetSign(token.ascii_sign());
144 tz.SetAbsoluteHour(n);
145 tz.SetAbsoluteMinute(kNone);
147 tz.SetAbsoluteHour(n / 100)
    [all...]
  /external/icu/icu4c/source/i18n/
wintzimpl.cpp 36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
39 BasicTimeZone *btz = (BasicTimeZone*)tz; // we should check type
119 TimeZone *tz = TimeZone::createTimeZone(id); local
121 if (tz != NULL) {
128 if (getSystemTimeInformation(tz, daylightDate, standardDate, bias, daylightBias, standardBias)) {
  /external/icu/icu4c/source/test/compat/
tzdate.c 75 const UChar *tz = 0; local
82 fmt = udat_open(style, style, 0, tz, -1,NULL,0, &status);
  /external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.h 163 TimeZone *tz = TimeZone::createTimeZone(*tzid); local
170 sdf->setTimeZone(*tz);
194 delete tz;
  /external/smack/src/org/jivesoftware/smackx/packet/
Time.java 69 private String tz = null; field in class:Time
87 tz = cal.getTimeZone().getID();
153 return tz;
159 * @param tz the time zone.
161 public void setTz(String tz) {
162 this.tz = tz;
189 if (tz != null) {
190 buf.append("<tz>").append(tz).append("</tz>")
    [all...]

Completed in 382 milliseconds

1 2 3 4 5 6 7 8 9