HomeSort by relevance Sort by last modified time
    Searched refs:tz (Results 176 - 200 of 497) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/netperf/src/
netcpu_perfstat.c 137 struct timezone tz; local
192 gettimeofday (&time1, &tz);
194 gettimeofday (&time2, &tz);
netcpu_pstat.c 122 struct timezone tz; local
158 gettimeofday (&time1, &tz);
160 gettimeofday (&time2, &tz);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResponseData.java 254 String tz = SystemProperties.get("persist.sys.timezone", ""); local
255 if (TextUtils.isEmpty(tz)) {
258 TimeZone zone = TimeZone.getTimeZone(tz);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
EyePosition.java 128 float tz = t * z; local
130 float length = (float) Math.sqrt(tx * tx + ty * ty + tz * tz);
  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
BluetoothMapMessagesListing.java 220 TimeZone tz = TimeZone.getTimeZone("UTC"); local
221 tz.setRawOffset(offset);
223 cal.setTimeZone(tz);
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 276 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 {
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, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 306 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/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DateFormatTest.java 309 TimeZone tz = TimeZone.getTimeZone("EST"); local
310 df.setTimeZone(tz);
319 TimeZone tz = TimeZone.getTimeZone("EST"); local
320 df.setTimeZone(tz);
321 assertEquals(tz, df.getTimeZone());
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java 165 String tz = Time.getCurrentTimezone(); local
170 mSelectedDay.switchTimezone(tz);
172 mFirstDayOfMonth.timezone = tz;
174 mFirstVisibleDay.timezone = tz;
176 mTempTime.timezone = tz;
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 214 // TimeZone *tz = TimeZone::createTimeZone("America/Los_Angeles");
265 // TimeZone tz = TimeZone.getTimeZone("America/Montreal");
266 TimeZone *tz = new SimpleTimeZone(-18000000 + 3600000, "Montreal(FIXED)"); local
268 GregorianCalendar *cal = new GregorianCalendar(tz->clone(), Locale::getUS(), status);
269 GregorianCalendar *cal2 = new GregorianCalendar(tz->clone(), Locale::getUS(), status);
283 df_t->adoptTimeZone(tz->clone());
284 df_d->adoptTimeZone(tz->clone());
285 df_dt->adoptTimeZone(tz->clone());
359 delete tz;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java 281 * look for the IANA tz database compatible zone abbreviations in addition
794 * @param tz the time zone.
800 public final String format(Style style, TimeZone tz, long date) {
801 return format(style, tz, date, null);
812 * @param tz the time zone.
820 public String format(Style style, TimeZone tz, long date, Output<TimeType> timeType) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java 316 * look for the IANA tz database compatible zone abbreviations in addition
849 * @param tz the time zone.
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 328 TimeZone tz = TimeZone.getTimeZone(zids[i], TimeZone.TIMEZONE_ICU); local
329 if (tz == null) {
338 verifyTransitions(tz, timerange[0], timerange[1]);
357 TimeZone tz = TimeZone.getTimeZone(zids[i], TimeZone.TIMEZONE_ICU); local
358 if (tz == null) {
363 TimeZoneRule[] rules = ((BasicTimeZone)tz).getTimeZoneRules(startTime);
364 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID() + "(RBTZ)",
374 compareTransitionsAscending(tz, rbtz, startTime, until, false);
376 compareTransitionsAscending(tz, rbtz, startTime + 1, until, true);
378 compareTransitionsDescending(tz, rbtz, startTime, until, false)
707 BasicTimeZone tz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU); local
1451 TimeZone tz = TimeZone.getTimeZone("PST"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 324 TimeZone tz = TimeZone.getTimeZone(zids[i], TimeZone.TIMEZONE_ICU); local
325 if (tz == null) {
334 verifyTransitions(tz, timerange[0], timerange[1]);
353 TimeZone tz = TimeZone.getTimeZone(zids[i], TimeZone.TIMEZONE_ICU); local
354 if (tz == null) {
359 TimeZoneRule[] rules = ((BasicTimeZone)tz).getTimeZoneRules(startTime);
360 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID() + "(RBTZ)",
370 compareTransitionsAscending(tz, rbtz, startTime, until, false);
372 compareTransitionsAscending(tz, rbtz, startTime + 1, until, true);
374 compareTransitionsDescending(tz, rbtz, startTime, until, false)
703 BasicTimeZone tz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU); local
1447 TimeZone tz = TimeZone.getTimeZone("PST"); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rfc822.py 876 data.append('') # Dummy tz
880 [dd, mm, yy, tm, tz] = data
896 yy, tz = tz, yy
916 tz = tz.upper()
917 if tz in _timezones:
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
988 tz = date[-1 variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
rfc822.py 876 data.append('') # Dummy tz
880 [dd, mm, yy, tm, tz] = data
896 yy, tz = tz, yy
916 tz = tz.upper()
917 if tz in _timezones:
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
988 tz = date[-1 variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 876 data.append('') # Dummy tz
880 [dd, mm, yy, tm, tz] = data
896 yy, tz = tz, yy
916 tz = tz.upper()
917 if tz in _timezones:
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
988 tz = date[-1 variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 876 data.append('') # Dummy tz
880 [dd, mm, yy, tm, tz] = data
896 yy, tz = tz, yy
916 tz = tz.upper()
917 if tz in _timezones:
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
988 tz = date[-1 variable
    [all...]
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
GlobalizationPreferencesTest.java 697 TimeZone tz = gp.getTimeZone(); local
698 String tzid = tz.getID();
706 tz = gp.getTimeZone();
707 tzid = tz.getID();
715 tz = gp.getTimeZone();
716 tzid = tz.getID();
722 tz.setID("Bad_ID");
723 tz = gp.getTimeZone();
724 tzid = tz.getID();
734 tz = gp.getTimeZone()
1294 TimeZone tz = TimeZone.getTimeZone("America\/Sao_Paulo"); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
GlobalizationPreferencesTest.java 693 TimeZone tz = gp.getTimeZone(); local
694 String tzid = tz.getID();
702 tz = gp.getTimeZone();
703 tzid = tz.getID();
711 tz = gp.getTimeZone();
712 tzid = tz.getID();
718 tz.setID("Bad_ID");
719 tz = gp.getTimeZone();
720 tzid = tz.getID();
730 tz = gp.getTimeZone()
1290 TimeZone tz = TimeZone.getTimeZone("America\/Sao_Paulo"); local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 174 struct timezone tz; local
236 gettimeofday(&td1, &tz);
246 gettimeofday(&td2, &tz);
272 struct timezone tz; local
310 gettimeofday(&td1, &tz);
317 gettimeofday(&td2, &tz);
  /frameworks/native/opengl/libagl/
dxt.cpp 139 struct timezone tz; local
141 gettimeofday(&start_t, &tz);
183 gettimeofday(&end_t, &tz);
604 struct timezone tz; local
606 gettimeofday(&start_t, &tz);
628 gettimeofday(&end_t, &tz);
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java 314 String tz = Utils.getTimeZone(mContext, null);
316 start = Utils.convertAlldayLocalToUTC(recycle, start, tz);
317 end = Utils.convertAlldayLocalToUTC(recycle, end, tz);
493 String tz = Utils.getTimeZone(mContext, mTimezoneChanged);
498 mModel = buildAppWidgetModel(mContext, matrixCursor, tz);
513 long triggerTime = calculateUpdateTime(mModel, now, tz);
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 263 public void exportDate(String hdfname, String tz, int tt) {
268 TimeZone timeZone = TimeZone.getTimeZone(tz);
271 throw new RuntimeException("Unknown timezone: " + tz);

Completed in 1442 milliseconds

1 2 3 4 5 6 78 91011>>