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

1 2 3 4 5

  /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");
  /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;
windttst.cpp 76 const TimeZone *tz = TimeZone::createDefault(); local
79 tz->getID(zoneID);
191 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;
windttst.cpp 76 const TimeZone *tz = TimeZone::createDefault(); local
79 tz->getID(zoneID);
191 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);
  /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);
  /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;
  /art/test/092-locale/src/
Main.java 66 TimeZone tz = TimeZone.getTimeZone("GMT"); local
69 Calendar usaCal = Calendar.getInstance(tz, usa);
75 fmt.setTimeZone(tz); // defaults to local TZ; force GMT
85 Calendar franceCal = Calendar.getInstance(tz, france);
91 fmt.setTimeZone(tz); // defaults to local TZ; force GMT
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 230 struct timezone tz; local
234 gettimeofday(&tv, &tz);
282 struct timezone tz; local
288 gettimeofday(&tv, &tz);
  /external/chromium_org/base/time/
time_posix.cc 38 // the 'TZ' variable in libc. See: crbug.com/390567.
154 struct timezone tz = { 0, 0 }; // UTC local
155 if (gettimeofday(&tv, &tz) != 0) {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 184 double tz = 0; local
186 tz = firstValue->computeLength<double>(conversionData);
194 tz = thirdValue->computeLength<double>(conversionData);
203 operations.operations().append(TranslateTransformOperation::create(tx, ty, tz, getTransformOperationType(transformValue->operationType())));
  /external/chromium_org/third_party/icu/source/samples/date/
date.c 47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
69 const UChar *tz = 0; local
92 tz = GMT_ID;
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
167 date(when, tz, style, format, &status);
241 const UChar *tz,
263 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status);
292 UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) {
318 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_norm_tmp.h 61 GLfloat tx, ty, tz; local
66 tz = ux * m8 + uy * m9 + uz * m10;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
74 out[i][2] = tz * scale;
90 GLfloat tx, ty, tz; local
95 tz = ux * m8 + uy * m9 + uz * m10;
101 out[i][2] = tz * len;
128 GLfloat tx, ty, tz; local
133 tz = uz * m10
155 GLfloat tx, ty, tz; local
    [all...]
  /external/icu/icu4c/source/samples/date/
date.c 47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
69 const UChar *tz = 0; local
92 tz = GMT_ID;
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
167 date(when, tz, style, format, &status);
241 const UChar *tz,
263 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status);
292 UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) {
318 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status)
    [all...]
  /external/mesa3d/src/mesa/math/
m_norm_tmp.h 61 GLfloat tx, ty, tz; local
66 tz = ux * m8 + uy * m9 + uz * m10;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
74 out[i][2] = tz * scale;
90 GLfloat tx, ty, tz; local
95 tz = ux * m8 + uy * m9 + uz * m10;
101 out[i][2] = tz * len;
128 GLfloat tx, ty, tz; local
133 tz = uz * m10
155 GLfloat tx, ty, tz; local
    [all...]

Completed in 859 milliseconds

1 2 3 4 5