Searched defs:tz (Results 101 - 125 of 135) sorted by relevance

123456

/external/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc711 int __dfsw_gettimeofday(struct timeval *tv, struct timezone *tz, argument
714 int ret = gettimeofday(tv, tz);
718 if (tz) {
719 dfsan_set_label(0, tz, sizeof(struct timezone));
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc566 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { argument
568 int res = REAL(gettimeofday)(tv, tz);
571 if (tz)
572 __msan_unpoison(tz, 8);
/external/icu/icu4c/source/i18n/
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
1332 getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const argument
[all...]
H A Dtznames_impl.cpp920 TimeZone *tz = TimeZone::createDefault(); local
921 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz);
925 delete tz;
H A Dcalendar.cpp498 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
520 fprintf(stderr, "New default calendar has tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2));
3074 const TimeZone& tz = getTimeZone(); local
3076 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
3084 // Note: The maximum historic negative zone transition is -3 hours in the tz database.
3087 tz.getOffset(tgmt - 6*60*60*1000, FALSE, tmpRaw, tmpDst, ec);
3096 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec);
3106 tz.getOffset(tgmt, FALSE, rawOffset, dstOffset, ec);
H A Dsmpdtfmt.cpp1486 const TimeZone& tz = cal.getTimeZone(); local
1492 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString);
1496 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString);
1503 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1506 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1509 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1515 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString);
1519 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString);
1526 tzFormat()->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString);
1529 tzFormat()->format(UTZFMT_STYLE_ZONE_ID, tz, dat
1948 const TimeZone & tz = cal.getTimeZone(); local
2953 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
2964 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
2974 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
2998 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3008 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3035 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
3062 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2552 TimeZone *tz = TimeZone::createTimeZone(RPDATA[i].tzid); local
2556 calLast.setTimeZone(*tz);
2572 calDefault.setTimeZone(*tz);
2588 calFirst.setTimeZone(*tz);
2601 delete tz;
2654 TimeZone *tz = TimeZone::createTimeZone(SKDATA[i].tzid); local
2662 calLast.setTimeZone(*tz);
2686 calDefault.setTimeZone(*tz);
2710 calFirst.setTimeZone(*tz);
2734 calNextAvail.setTimeZone(*tz);
3151 TimeZone *tz = TimeZone::createTimeZone(AAZTDATA[i].zone); local
[all...]
H A Dtzrulets.cpp621 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
625 verifyTransitions(*tz, lo, hi);
627 delete tz;
656 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
657 int32_t ruleCount = tz->countTransitionRules(status);
661 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
686 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
688 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
690 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
692 compareTransitionsDescending(*tz, *rbt
793 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
893 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
1129 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
2306 const TimeZone *tz = TimeZone::getGMT(); local
[all...]
H A Dtztest.cpp230 TimeZoneTest::findTransition(const TimeZone& tz, argument
234 UBool startsInDST = tz.inDaylightTime(min, ec);
236 if (tz.inDaylightTime(max, ec) == startsInDST) {
237 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") +
244 if (tz.inDaylightTime(mid, ec) == startsInDST) {
253 logln(tz.getID(id) + " Before: " + min/1000 + " = " +
254 dateToString(min,s,tz));
255 logln(tz.getID(id) + " After: " + max/1000 + " = " +
256 dateToString(max,s,tz));
260 TimeZoneTest::testUsingBinarySearch(const TimeZone& tz, argument
306 TimeZone* tz = TimeZone::createTimeZone("PRT"); local
496 TimeZone *tz = TimeZone::createTimeZone("PST"); local
690 TimeZone *tz = TimeZone::createTimeZone(*id1); local
898 TimeZone *tz = TimeZone::createTimeZone(itsID); local
1543 SimpleTimeZone *tz = new SimpleTimeZone(-5 * U_MILLIS_PER_HOUR, "dstSavingsTest", local
1786 TimeZone *tz = TimeZone::createTimeZone(id); local
1907 TimeZone *tz; local
[all...]
H A Dcalregts.cpp260 TimeZone* tz =TimeZone::createTimeZone("Asia/Riyadh87"); local
262 GregorianCalendar *cl = new GregorianCalendar(tz, status);
265 delete tz;
1744 TimeZone *tz = TimeZone::createTimeZone("PST"); local
1745 //TimeZone::adoptDefault(tz);
1746 TimeZone::setDefault(*tz);
1748 GregorianCalendar *cal = new GregorianCalendar(tz, status);
1787 //delete tz;
2646 StringEnumeration *tz = TimeZone::createEnumeration(); local
2647 if (tz
[all...]
H A Ddtfmttst.cpp225 TimeZone *tz = new SimpleTimeZone(7,""); local
323 delete tz;
3237 TimeZone *tz = TimeZone::createTimeZone(info[1]); local
3247 cal->adoptTimeZone(tz);
3262 TimeZone *tz = TimeZone::createTimeZone("Europe/Paris"); local
3266 Calendar::createInstance(*tz, Locale("und@calendar=gregorian"), status),
3267 Calendar::createInstance(*tz, Locale("und@calendar=buddhist"), status),
3268 // Calendar::createInstance(*tz, Locale("und@calendar=hebrew"), status),
3269 Calendar::createInstance(*tz, Locale("und@calendar=islamic"), status),
3270 Calendar::createInstance(*tz, Local
3585 TimeZone *tz = TimeZone::createTimeZone("Asia/Shanghai"); local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp498 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
520 fprintf(stderr, "New default calendar has tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2));
2913 const TimeZone& tz = getTimeZone(); local
2915 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
2923 // Note: The maximum historic negative zone transition is -3 hours in the tz database.
2926 tz.getOffset(tgmt - 6*60*60*1000, FALSE, tmpRaw, tmpDst, ec);
2935 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec);
2945 tz.getOffset(tgmt, FALSE, rawOffset, dstOffset, ec);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalregts.cpp260 TimeZone* tz =TimeZone::createTimeZone("Asia/Riyadh87"); local
262 GregorianCalendar *cl = new GregorianCalendar(tz, status);
265 delete tz;
1744 TimeZone *tz = TimeZone::createTimeZone("PST"); local
1745 //TimeZone::adoptDefault(tz);
1746 TimeZone::setDefault(*tz);
1748 GregorianCalendar *cal = new GregorianCalendar(tz, status);
1787 //delete tz;
2646 StringEnumeration *tz = TimeZone::createEnumeration(); local
2647 if (tz
[all...]
H A Ddtfmttst.cpp223 TimeZone *tz = new SimpleTimeZone(7,""); local
321 delete tz;
3234 TimeZone *tz = TimeZone::createTimeZone(info[1]); local
3244 cal->adoptTimeZone(tz);
3259 TimeZone *tz = TimeZone::createTimeZone("Europe/Paris"); local
3263 Calendar::createInstance(*tz, Locale("und@calendar=gregorian"), status),
3264 Calendar::createInstance(*tz, Locale("und@calendar=buddhist"), status),
3265 // Calendar::createInstance(*tz, Locale("und@calendar=hebrew"), status),
3266 Calendar::createInstance(*tz, Locale("und@calendar=islamic"), status),
3267 Calendar::createInstance(*tz, Local
3582 TimeZone *tz = TimeZone::createTimeZone("Asia/Shanghai"); local
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1874 struct timezone tz; local
1876 break_optimization(&tz);
1878 ASSERT_EQ(8U, sizeof(tz));
1881 EXPECT_POISONED(tz.tz_minuteswest);
1882 EXPECT_POISONED(tz.tz_dsttime);
1883 ASSERT_EQ(0, gettimeofday(&tv, &tz));
1886 EXPECT_NOT_POISONED(tz.tz_minuteswest);
1887 EXPECT_NOT_POISONED(tz.tz_dsttime);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1890 TSAN_INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { argument
1891 SCOPED_TSAN_INTERCEPTOR(gettimeofday, tv, tz);
1893 return REAL(gettimeofday)(tv, tz);
/external/netperf/
H A Dnetlib.c206 struct timezone tz; variable in typeref:struct:timezone
3027 &tz);
3053 &tz);
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c2475 if ((nextHi[0]-nextLo[0]) < (nextHi[1]-nextLo[1])) { Int32 tz; tz = nextLo[0]; nextLo[0] = nextLo[1]; nextLo[1] = tz; tz = nextHi[0]; nextHi[0] = nextHi[1]; nextHi[1] = tz; tz = nextD [0]; nextD [0] = nextD [1]; nextD [1] = tz; }; local
2476 if ((nextHi[1]-nextLo[1]) < (nextHi[2]-nextLo[2])) { Int32 tz; tz = nextLo[1]; nextLo[1] = nextLo[2]; nextLo[2] = tz; t local
2477 if ((nextHi[0]-nextLo[0]) < (nextHi[1]-nextLo[1])) { Int32 tz; tz = nextLo[0]; nextLo[0] = nextLo[1]; nextLo[1] = tz; tz = nextHi[0]; nextHi[0] = nextHi[1]; nextHi[1] = tz; tz = nextD [0]; nextD [0] = nextD [1]; nextD [1] = tz; }; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12927 int tz; /* Timezone offset in minutes */ member in struct:DateTime
12932 char validTZ; /* True (1) if tz is valid */
12996 ** of change in p->tz and return 0. If a parser error occurs,
13006 p->tz = 0;
13023 p->tz = sgn*(nMn + nHr*60);
13068 p->validTZ = (p->tz!=0)?1:0;
13104 p->iJD -= p->tz*60000;
13285 x.tz = 0;
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c14656 int tz; /* Timezone offset in minutes */ member in struct:DateTime
14661 char validTZ; /* True (1) if tz is valid */
14725 ** of change in p->tz and return 0. If a parser error occurs,
14735 p->tz = 0;
14752 p->tz = sgn*(nMn + nHr*60);
14797 p->validTZ = (p->tz!=0)?1:0;
14833 p->iJD -= p->tz*60000;
15098 x.tz = 0;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14656 int tz; /* Timezone offset in minutes */ member in struct:DateTime
14661 char validTZ; /* True (1) if tz is valid */
14725 ** of change in p->tz and return 0. If a parser error occurs,
14735 p->tz = 0;
14752 p->tz = sgn*(nMn + nHr*60);
14797 p->validTZ = (p->tz!=0)?1:0;
14833 p->iJD -= p->tz*60000;
15098 x.tz = 0;
[all...]

Completed in 9161 milliseconds

123456