Searched defs:tz (Results 1 - 25 of 102) sorted by path

12345

/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp1012 T<z> tz; local
1016 T<&c> tc(tz);
/external/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc719 int __dfsw_gettimeofday(struct timeval *tv, struct timezone *tz, argument
722 int ret = gettimeofday(tv, tz);
726 if (tz) {
727 dfsan_set_label(0, tz, sizeof(struct timezone));
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc640 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { argument
642 int res = REAL(gettimeofday)(tv, tz);
645 if (tz)
646 __msan_unpoison(tz, 8);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1996 struct timezone tz; local
1998 break_optimization(&tz);
2000 ASSERT_EQ(8U, sizeof(tz));
2003 EXPECT_POISONED(tz.tz_minuteswest);
2004 EXPECT_POISONED(tz.tz_dsttime);
2005 ASSERT_EQ(0, gettimeofday(&tv, &tz));
2008 EXPECT_NOT_POISONED(tz.tz_minuteswest);
2009 EXPECT_NOT_POISONED(tz.tz_dsttime);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2187 TSAN_INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { argument
2188 SCOPED_TSAN_INTERCEPTOR(gettimeofday, tv, tz);
2190 return REAL(gettimeofday)(tv, tz);
/external/e2fsprogs/debugfs/
H A Dutil.c196 const char *tz; local
200 tz = ss_safe_getenv("TZ");
201 if (!tz)
202 tz = "";
203 do_gmt = !strcmp(tz, "GMT");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DQuaternion.h306 const Scalar tz = Scalar(2)*this->z(); local
309 const Scalar twz = tz*this->w();
312 const Scalar txz = tz*this->x();
314 const Scalar tyz = tz*this->y();
315 const Scalar tzz = tz*this->z();
/external/eigen/Eigen/src/Geometry/
H A DQuaternion.h535 const Scalar tz = Scalar(2)*this->z(); local
538 const Scalar twz = tz*this->w();
541 const Scalar txz = tz*this->x();
543 const Scalar tyz = tz*this->y();
544 const Scalar tzz = tz*this->z();
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/icu/icu4c/source/i18n/
H A Dbasictz.cpp37 BasicTimeZone::hasEquivalentTransitions(const BasicTimeZone& tz, UDate start, UDate end, argument
42 if (hasSameRules(tz)) {
51 tz.getOffset(start, FALSE, raw2, dst2, status);
71 UBool avail2 = tz.getNextTransition(time, FALSE, tr2);
92 tz.getNextTransition(tr2.getTime(), FALSE, tr2);
H A Dcalendar.cpp521 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
543 fprintf(stderr, "New default calendar has tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2));
3143 const TimeZone& tz = getTimeZone(); local
3145 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
3153 // Note: The maximum historic negative zone transition is -3 hours in the tz database.
3156 tz.getOffset(tgmt - 6*60*60*1000, FALSE, tmpRaw, tmpDst, ec);
3165 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec);
3175 tz.getOffset(tgmt, FALSE, rawOffset, dstOffset, ec);
H A Dsmpdtfmt.cpp1658 const TimeZone& tz = cal.getTimeZone(); local
1664 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString);
1668 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString);
1675 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1678 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1681 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1687 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString);
1691 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString);
1698 tzFormat()->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString);
1701 tzFormat()->format(UTZFMT_STYLE_ZONE_ID, tz, dat
2178 const TimeZone & tz = cal.getTimeZone(); local
3127 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3138 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3148 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3172 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3182 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3209 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3236 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
[all...]
H A Dtzfmt.cpp643 TimeZoneFormat::format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date, argument
653 formatGeneric(tz, UTZGNM_LOCATION, date, name);
656 formatGeneric(tz, UTZGNM_LONG, date, name);
659 formatGeneric(tz, UTZGNM_SHORT, date, name);
662 formatSpecific(tz, UTZNM_LONG_STANDARD, UTZNM_LONG_DAYLIGHT, date, name, timeType);
665 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
669 tz.getID(name);
674 const UChar* shortID = ZoneMeta::getShortID(tz);
684 formatExemplarLocation(tz, name);
696 tz
776 const TimeZone* tz = dynamic_cast<const TimeZone*>(formatObj); local
[all...]
H A Dtzgnames.cpp276 UnicodeString& getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type,
308 UnicodeString& formatGenericNonLocationName(const TimeZone& tz, UTimeZoneGenericNameType type,
434 TimeZone *tz = TimeZone::createDefault(); local
435 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz);
439 delete tz;
463 TZGNCore::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const { argument
468 const UChar* tzCanonicalID = ZoneMeta::getCanonicalCLDRID(tz);
476 formatGenericNonLocationName(tz, type, date, name);
478 const UChar* tzCanonicalID = ZoneMeta::getCanonicalCLDRID(tz);
614 TZGNCore::formatGenericNonLocationName(const TimeZone& tz, UTimeZoneGenericNameTyp argument
1336 getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const argument
[all...]
H A Dtznames_impl.cpp950 TimeZone *tz = TimeZone::createDefault(); local
951 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz);
955 delete tz;
1435 // TimeZoneNames holding the IANA tz database abbreviations.
1653 // Some tz database abbreviations are ambiguous. For example,
1694 // The tz database contains a few zones sharing a
1801 // The tz database contains a few zones sharing a
H A Ducal.cpp212 const TimeZone& tz = ((Calendar*)cal)->getTimeZone(); local
214 tz.getID(id);
229 const TimeZone& tz = ((Calendar*)cal)->getTimeZone(); local
239 tz.getDisplayName(FALSE, TimeZone::LONG, Locale(locale), id);
243 tz.getDisplayName(FALSE, TimeZone::SHORT, Locale(locale), id);
247 tz.getDisplayName(TRUE, TimeZone::LONG, Locale(locale), id);
251 tz.getDisplayName(TRUE, TimeZone::SHORT, Locale(locale), id);
759 const TimeZone& tz = ((Calendar*)cal)->getTimeZone(); local
760 const BasicTimeZone * btz = dynamic_cast<const BasicTimeZone *>(&tz);
H A Dwindtfmt.cpp154 const TimeZone &tz = cal.getTimeZone(); local
157 setTimeZoneInfo(&tzi, tz);
H A Dwintzimpl.cpp36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) { argument
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)) {
H A Dzonemeta.cpp303 // Dereference the input ID using the tz data
380 ZoneMeta::getCanonicalCLDRID(const TimeZone& tz) { argument
381 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) {
383 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz;
388 return getCanonicalCLDRID(tz.getID(tzID), status);
883 ZoneMeta::getShortID(const TimeZone& tz) { argument
885 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) {
887 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz;
/external/icu/icu4c/source/i18n/unicode/
H A Dvtzone.h415 BasicTimeZone *tz; member in class:VTimeZone
/external/icu/icu4c/source/samples/date/
H A Ddate.c47 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,
240 date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status ) argument
291 getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) argument
[all...]

Completed in 626 milliseconds

12345