HomeSort by relevance Sort by last modified time
    Searched defs:tz (Results 126 - 150 of 211) sorted by null

1 2 3 4 56 7 8 9

  /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))
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 1358 struct timezone tz; local
1435 struct timezone tz; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 1368 struct timezone tz; local
1445 struct timezone tz; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 219 U_DEBUG_TZ_MSG(("tz: compare to %s, %d .. [%d] .. %d\n", U_DEBUG_TZ_STR(u), start, mid, limit));
488 uprv_tzset(); // Initialize tz... system data
771 U_DEBUG_TZ_MSG(("Failed to load tz for region %s: %s\n", country, u_errorName(ec)));
1072 SimpleTimeZone *tz = NULL; local
    [all...]
smpdtfmt.cpp 2047 const TimeZone & tz = cal.getTimeZone(); local
2865 TimeZone *tz = TimeZone::createTimeZone(tzid); local
2882 TimeZone *tz = TimeZone::createTimeZone(UnicodeString("Etc\/GMT")); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp 87 UDate TimeZoneRegressionTest::findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max) {
89 UBool startsInDST = tz.inDaylightTime(min, status);
91 if (tz.inDaylightTime(max, status) == startsInDST) {
98 if (tz.inDaylightTime(mid, status) == startsInDST) {
108 UDate TimeZoneRegressionTest::findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max) {
110 UBool startsInDST = tz.inDaylightTime(min, status);
113 if (tz.inDaylightTime(min, status) != startsInDST) {
209 TimeZone *tz = TimeZone::createTimeZone("PST"); local
211 int32_t offset1 = tz->getOffset(1,
213 int32_t offset2 = tz->getOffset(1
460 TimeZone *tz = TimeZone::createTimeZone("PST"); local
801 TimeZone *tz = TimeZone::createDefault(); local
879 TimeZone *tz = (TimeZone*)DATA_TZ[j]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 1563 float_ui32_type tz = { v[MAT_TZ] * depthScale }; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c 1370 float_ui32_type tz = { v[MAT_TZ] * depthScale }; local
    [all...]
  /external/chromium_org/third_party/qcms/src/
qcmsint.h 110 float tx, ty, tz; member in struct:qcms_modular_transform
  /external/clang/test/Misc/
diag-template-diffing.cpp 1012 T<z> tz; local
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 637 TimeZoneFormat::format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date,
647 formatGeneric(tz, UTZGNM_LOCATION, date, name);
650 formatGeneric(tz, UTZGNM_LONG, date, name);
653 formatGeneric(tz, UTZGNM_SHORT, date, name);
656 formatSpecific(tz, UTZNM_LONG_STANDARD, UTZNM_LONG_DAYLIGHT, date, name, timeType);
659 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
663 tz.getID(name);
668 const UChar* shortID = ZoneMeta::getShortID(tz);
678 formatExemplarLocation(tz, name);
690 tz.getOffset(date, FALSE, rawOffset, dstOffset, status)
770 const TimeZone* tz = dynamic_cast<const TimeZone*>(formatObj); local
    [all...]
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/icu/icu4c/source/test/intltest/
tzfmttst.cpp 176 TimeZone *tz = TimeZone::createTimeZone(*tzid); local
182 sdf->setTimeZone(*tz);
208 tz->getOffset(DATES[datidx], false, inRaw, inDst, status);
231 logln((UnicodeString)"Canonical round trip failed (probably as expected); tz=" + *tzid
236 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
245 errln((UnicodeString)"Zone ID round trip failued; tz=" + *tzid
262 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
265 logln((UnicodeString)"Canonical round trip failed (as expected); tz=" + *tzid
270 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
311 errln((UnicodeString)"Offset round trip failed; tz=" + *tzi
460 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid); local
729 TimeZone* tz = tzfmt->parse(DATA[i].style, DATA[i].text, pos, parseOptions, &ttype); local
862 SimpleTimeZone* tz = new SimpleTimeZone(OFFSET[i], UnicodeString("Zone Offset:") + OFFSET[i] + "ms"); local
    [all...]
tzregts.cpp 87 UDate TimeZoneRegressionTest::findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max) {
89 UBool startsInDST = tz.inDaylightTime(min, status);
91 if (tz.inDaylightTime(max, status) == startsInDST) {
98 if (tz.inDaylightTime(mid, status) == startsInDST) {
108 UDate TimeZoneRegressionTest::findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max) {
110 UBool startsInDST = tz.inDaylightTime(min, status);
113 if (tz.inDaylightTime(min, status) != startsInDST) {
209 TimeZone *tz = TimeZone::createTimeZone("PST"); local
211 int32_t offset1 = tz->getOffset(1,
213 int32_t offset2 = tz->getOffset(1
460 TimeZone *tz = TimeZone::createTimeZone("PST"); local
805 TimeZone *tz = TimeZone::createDefault(); local
883 TimeZone *tz = (TimeZone*)DATA_TZ[j]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 1563 float_ui32_type tz = { v[MAT_TZ] * depthScale }; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1370 float_ui32_type tz = { v[MAT_TZ] * depthScale }; local
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 290 final float tz = -(far + near) * r_depth; local
296 m[mOffset +14] = tz;
  /frameworks/native/opengl/libagl/
matrix.cpp 873 const GLfloat tz = -(zFar + zNear) * r_depth; local
880 f[14] = tz;
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 582 for (ThermalZone tz : tzList) tz.printAttrs();
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 740 TimeZone tz = calendar.getTimeZone(); local
743 String zoneString = formatData.getTimeZoneDisplayName(tz, daylight, style);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 195 // in the shared_pref if home time zone is disabled. So if home tz is
305 String tz; local
309 tz = mTimeZoneId;
311 tz = CalendarCache.TIMEZONE_TYPE_AUTO;
313 Utils.setTimeZone(activity, tz);
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 636 String tz = b.getString(BUNDLE_TIME_ZONE); local
637 if (!TextUtils.isEmpty(tz)) {
638 mTime.timezone = tz;
    [all...]
  /system/core/libmincrypt/
p256_ec.c 1053 felem tx, ty, tz; local
1117 felem px, py, pz, tx, ty, tz; local
    [all...]
  /system/keymaster/
ocb.c 644 static block getL(const ae_ctx* ctx, unsigned tz) {
645 if (tz < L_TABLE_SZ)
646 return ctx->L[tz];
652 for (i = L_TABLE_SZ; i < tz; i++)
797 unsigned i, k, tz, remaining; local
807 tz = ntz(ad_block_num);
815 ad_offset = xor_block(oa[2], getL(ctx, tz));
826 ad_offset = xor_block(oa[6], getL(ctx, tz));
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 347 String tz = "America/Los_Angeles"; local
348 Time local = new Time(tz);
359 Time expected = new Time(tz);
372 expected = new Time(tz);
390 Time expected = new Time(tz);
406 expected = new Time(tz);
537 String tz = Time.TIMEZONE_UTC; local
538 Time t = new Time(tz);
539 assertEquals(tz, t.timezone);
541 Time expected = new Time(tz);
1647 String tz = Time.TIMEZONE_UTC; local
1717 String tz = Time.TIMEZONE_UTC; local
1727 String tz = Time.TIMEZONE_UTC; local
1749 String tz = Time.TIMEZONE_UTC; local
1766 String tz = Time.TIMEZONE_UTC; local
    [all...]

Completed in 1161 milliseconds

1 2 3 4 56 7 8 9