HomeSort by relevance Sort by last modified time
    Searched refs:tz (Results 151 - 175 of 324) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/media/java/android/media/
Metadata.java 492 TimeZone tz = TimeZone.getTimeZone(timeZone); local
493 Calendar cal = Calendar.getInstance(tz);
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 300 struct timezone tz; local
343 struct timezone tz; local
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 500 String getTimeZoneDisplayName(TimeZone tz, boolean daylight, int style) {
508 return TimeZoneNames.getDisplayName(zoneStrings, tz.getID(), daylight, style);
  /libcore/luni/src/test/java/libcore/java/util/
CalendarTest.java 48 TimeZone tz = java.util.TimeZone.getTimeZone("GMT+7"); local
49 cal.setTimeZone(tz);
  /packages/apps/Calendar/src/com/android/calendar/
DayFragment.java 65 String tz = Utils.getTimeZone(getActivity(), mTZUpdater);
66 mSelectedDay.timezone = tz;
  /external/chromium_org/third_party/icu/source/i18n/
basictz.cpp 37 BasicTimeZone::hasEquivalentTransitions(/*const*/ BasicTimeZone& tz, UDate start, UDate end,
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);
ucal.cpp 206 const TimeZone& tz = ((Calendar*)cal)->getTimeZone(); local
216 tz.getDisplayName(FALSE, TimeZone::LONG, Locale(locale), id);
220 tz.getDisplayName(FALSE, TimeZone::SHORT, Locale(locale), id);
224 tz.getDisplayName(TRUE, TimeZone::LONG, Locale(locale), id);
228 tz.getDisplayName(TRUE, TimeZone::SHORT, Locale(locale), id);
  /external/icu/icu4c/source/i18n/
basictz.cpp 37 BasicTimeZone::hasEquivalentTransitions(const BasicTimeZone& tz, UDate start, UDate end,
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);
zonemeta.cpp 305 // Dereference the input ID using the tz data
382 ZoneMeta::getCanonicalCLDRID(const TimeZone& tz) {
383 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) {
385 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz;
390 return getCanonicalCLDRID(tz.getID(tzID), status);
885 ZoneMeta::getShortID(const TimeZone& tz) {
887 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) {
889 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz;
  /external/iputils/
traceroute6.c 304 struct timezone tz; /* leftover */ variable in typeref:struct:timezone
602 struct timezone tz; local
605 gettimeofday(&t1, &tz);
610 gettimeofday(&t2, &tz);
733 gettimeofday(&pkt->tv, &tz);
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 128 TimeZone tz = format.getTimeZone(); local
130 // throw new Exception(tz.getClass().getName());
133 //assertFalse("Incorrect zone info", tz.getClass().getName().equals(
135 assertTrue("Incorrect time zone", tz.equals(format.getCalendar()
472 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); local
473 format.setTimeZone(tz);
474 assertTrue("TimeZone is set incorrectly", tz.equals(format
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 119 String tz = Utils.getTimeZone(mContext, mTZUpdater);
120 mSelectedDay.timezone = tz;
122 mTempTime.timezone = tz;
123 mFirstDayOfMonth.timezone = tz;
125 mFirstVisibleDay.timezone = tz;
  /system/core/init/
builtins.c 724 struct timezone tz; local
729 memset(&tz, 0, sizeof(tz));
730 tz.tz_minuteswest = atoi(args[1]);
731 if (settimeofday(NULL, &tz))
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp 622 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
626 verifyTransitions(*tz, lo, hi);
628 delete tz;
657 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
658 int32_t ruleCount = tz->countTransitionRules(status);
662 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
687 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
689 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
691 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
693 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE)
794 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
894 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
1130 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); local
2307 const TimeZone *tz = TimeZone::getGMT(); local
    [all...]
dtfmtrtts.cpp 147 TimeZone *tz = TimeZone::createDefault(); local
149 logln("Default TimeZone: " + tz->getID(temp));
150 delete tz;
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 621 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, *rbtz, start + 1, until, TRUE)
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...]
dtfmtrtts.cpp 145 TimeZone *tz = TimeZone::createDefault(); local
147 logln("Default TimeZone: " + tz->getID(temp));
148 delete tz;
  /external/bzip2/
blocksort.c 610 { Int32 tz; \
611 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \
612 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \
613 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }
  /libcore/luni/src/main/java/java/util/
Date.java 705 TimeZone tz = cal.getTimeZone(); local
719 result.append(tz.getDisplayName(tz.inDaylightTime(this), TimeZone.SHORT));
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 278 String tz = Utils.getTimeZone(mContext, null); local
298 start = Utils.convertAlldayUtcToLocal(recycle, start, tz);
299 end = Utils.convertAlldayUtcToLocal(recycle, end, tz);
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 393 public static String getTimeZoneText(TimeZone tz, boolean includeName) {
398 gmtFormatter.setTimeZone(tz);
414 zoneNameFormatter.setTimeZone(tz);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 111 var tz = -self[11];
117 self[3] = tx * self[0] + ty * self[1] + tz * self[2];
118 self[7] = tx * self[4] + ty * self[5] + tz * self[6];
119 self[11] = tx * self[8] + ty * self[9] + tz * self[10];
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 111 var tz = -self[11];
117 self[3] = tx * self[0] + ty * self[1] + tz * self[2];
118 self[7] = tx * self[4] + ty * self[5] + tz * self[6];
119 self[11] = tx * self[8] + ty * self[9] + tz * self[10];
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-raytrace.js 111 var tz = -self[11];
117 self[3] = tx * self[0] + ty * self[1] + tz * self[2];
118 self[7] = tx * self[4] + ty * self[5] + tz * self[6];
119 self[11] = tx * self[8] + ty * self[9] + tz * self[10];
  /external/chromium_org/third_party/libevent/
evutil.c 209 evutil_gettimeofday(struct timeval *tv, struct timezone *tz)

Completed in 615 milliseconds

1 2 3 4 5 67 8 91011>>