HomeSort by relevance Sort by last modified time
    Searched refs:tz (Results 76 - 100 of 295) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 70 data.append('') # Dummy tz
74 [dd, mm, yy, tm, tz] = data
91 yy, tz = tz, yy
123 tz = tz.upper()
124 if tz in _timezones:
125 tzoffset = _timezones[tz]
128 tzoffset = int(tz)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 70 data.append('') # Dummy tz
74 [dd, mm, yy, tm, tz] = data
91 yy, tz = tz, yy
123 tz = tz.upper()
124 if tz in _timezones:
125 tzoffset = _timezones[tz]
128 tzoffset = int(tz)
  /external/chromium_org/third_party/icu/source/i18n/unicode/
basictz.h 67 * @param tz The <code>BasicTimeZone</code> object to be compared with.
82 virtual UBool hasEquivalentTransitions(/*const*/ BasicTimeZone& tz, UDate start, UDate end,
  /external/icu4c/i18n/unicode/
basictz.h 67 * @param tz The <code>BasicTimeZone</code> object to be compared with.
82 virtual UBool hasEquivalentTransitions(const BasicTimeZone& tz, UDate start, UDate end,
  /external/jsilver/src/org/clearsilver/
HDF.java 104 void exportDate(String hdfName, String tz, int tt);
DelegatedHdf.java 128 String hdfname, String tz, int tt) {
129 getHdf().exportDate(hdfname, tz, tt);
  /external/tremolo/Tremolo/
misc.c 92 static struct timezone tz; local
95 gettimeofday(&tv,&tz);
149 static struct timezone tz; local
155 gettimeofday(&tv,&tz);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarUtils.java 173 String tz; local
175 tz = Time.TIMEZONE_UTC;
177 tz = getTimeZone(context, null);
182 tz).toString();
193 * to the device's time zone. null or empty tz will be ignored.
240 // Write the use home tz setting
246 // If using a home tz write it to the db
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strftime.py 47 if now[8]: self.tz = time.tzname[1]
48 else: self.tz = time.tzname[0]
50 self.tz = ''
140 ('%Z', '%s' % self.tz, 'time zone name'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strftime.py 47 if now[8]: self.tz = time.tzname[1]
48 else: self.tz = time.tzname[0]
50 self.tz = ''
140 ('%Z', '%s' % self.tz, 'time zone name'),
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 190 TimeZone tz; local
193 tz = TimeZone.getTimeZone("UTC");
195 tz = TimeZone.getTimeZone(time.timezone);
199 df.setTimeZone(tz);
200 dfShort.setTimeZone(tz);
201 time.timezone = tz.getID();
211 return "UTC".equals(tz.getID());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 66 not call tz.tzset . That is an issue for the programmer, though,
136 replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
137 for tz in tz_values])
212 'Z': self.__seqToRE((tz for tz_names in self.locale_time.timezone
213 for tz in tz_names),
333 tz = -1
415 # Since -1 is default value only need to worry about setting tz if
427 tz = value
464 weekday, julian, tz)), fraction)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 66 not call tz.tzset . That is an issue for the programmer, though,
136 replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
137 for tz in tz_values])
212 'Z': self.__seqToRE((tz for tz_names in self.locale_time.timezone
213 for tz in tz_names),
333 tz = -1
415 # Since -1 is default value only need to worry about setting tz if
427 tz = value
464 weekday, julian, tz)), fraction)
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/
esTransform.c 46 esTranslate(ESMatrix *result, GLfloat tx, GLfloat ty, GLfloat tz)
48 result->m[3][0] += (result->m[0][0] * tx + result->m[1][0] * ty + result->m[2][0] * tz);
49 result->m[3][1] += (result->m[0][1] * tx + result->m[1][1] * ty + result->m[2][1] * tz);
50 result->m[3][2] += (result->m[0][2] * tx + result->m[1][2] * ty + result->m[2][2] * tz);
51 result->m[3][3] += (result->m[0][3] * tx + result->m[1][3] * ty + result->m[2][3] * tz);
  /external/icu4c/test/intltest/
tzfmttst.cpp 175 TimeZone *tz = TimeZone::createTimeZone(*tzid); local
181 sdf->setTimeZone(*tz);
207 tz->getOffset(DATES[datidx], false, inRaw, inDst, status);
230 logln((UnicodeString)"Canonical round trip failed (probably as expected); tz=" + *tzid
235 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
244 errln((UnicodeString)"Zone ID round trip failued; tz=" + *tzid
261 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
264 logln((UnicodeString)"Canonical round trip failed (as expected); tz=" + *tzid
269 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
310 errln((UnicodeString)"Offset round trip failed; tz=" + *tzi
459 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid); local
728 TimeZone* tz = tzfmt->parse(DATA[i].style, DATA[i].text, pos, parseOptions, &ttype); local
861 SimpleTimeZone* tz = new SimpleTimeZone(OFFSET[i], UnicodeString("Zone Offset:") + OFFSET[i] + "ms"); local
    [all...]
caltztst.cpp 161 const TimeZone& tz)
171 format->setTimeZone(tz);
  /external/chromium_org/third_party/icu/source/test/intltest/
tzfmttst.cpp 128 TimeZone *tz = TimeZone::createTimeZone(*tzid); local
134 sdf->setTimeZone(*tz);
160 tz->getOffset(DATES[datidx], false, inRaw, inDst, status);
183 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
186 logln("Canonical round trip failed (as expected); tz=" + *tzid
191 errln("Canonical round trip failed; tz=" + *tzid
216 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid
224 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid
233 delete tz;
344 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid) local
    [all...]
caltztst.cpp 161 const TimeZone& tz)
171 format->setTimeZone(tz);
  /external/icu4c/i18n/
ucal.cpp 212 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);
754 const TimeZone& tz = ((Calendar*)cal)->getTimeZone(); local
755 const BasicTimeZone * btz = dynamic_cast<const BasicTimeZone *>(&tz);
vtzone.cpp 956 : BasicTimeZone(), tz(NULL), vtzlines(NULL),
961 : BasicTimeZone(source), tz(NULL), vtzlines(NULL),
964 if (source.tz != NULL) {
965 tz = (BasicTimeZone*)source.tz->clone();
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 951 : BasicTimeZone(), tz(NULL), vtzlines(NULL),
956 : BasicTimeZone(source), tz(NULL), vtzlines(NULL),
959 if (source.tz != NULL) {
960 tz = (BasicTimeZone*)source.tz->clone();
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_SimpleDateFormat.java 51 TimeZone tz = TimeZone.getTimeZone("EST"); local
52 Calendar cal = new GregorianCalendar(tz);
58 format.setTimeZone(tz);
138 TimeZone tz = TimeZone.getTimeZone("EST"); local
139 Calendar cal = new GregorianCalendar(tz);
145 format.setTimeZone(tz);
  /hardware/ti/omap3/dspbridge/libbridge/
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/base/
time_posix.cc 59 struct timezone tz = { 0, 0 }; // UTC local
60 if (gettimeofday(&tv, &tz) != 0) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 110 String tz = intent.getStringExtra("time-zone");
111 mCalendar = Calendar.getInstance(TimeZone.getTimeZone(tz));

Completed in 2555 milliseconds

1 2 34 5 6 7 8 91011>>