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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
caltest.cpp 2552 TimeZone *tz = TimeZone::createTimeZone(RPDATA[i].tzid); local
2654 TimeZone *tz = TimeZone::createTimeZone(SKDATA[i].tzid); local
3151 TimeZone *tz = TimeZone::createTimeZone(AAZTDATA[i].zone); local
    [all...]
dtfmttst.cpp 225 TimeZone *tz = new SimpleTimeZone(7,""); local
323 delete tz;
3237 TimeZone *tz = TimeZone::createTimeZone(info[1]); local
3262 TimeZone *tz = TimeZone::createTimeZone("Europe\/Paris"); local
3585 TimeZone *tz = TimeZone::createTimeZone("Asia\/Shanghai"); local
    [all...]
calregts.cpp 260 TimeZone* tz =TimeZone::createTimeZone("Asia/Riyadh87"); local
262 GregorianCalendar *cl = new GregorianCalendar(tz, status);
265 delete tz;
1744 TimeZone *tz = TimeZone::createTimeZone("PST"); local
2646 StringEnumeration *tz = TimeZone::createEnumeration(); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 70 struct timezone tz; local
73 gettimeofday(&tv, &tz);
  /external/opencv/cxcore/src/
cxswitcher.cpp 758 struct timezone tz;
759 gettimeofday( &tv, &tz );
  /frameworks/base/core/jni/
android_view_RenderNode.cpp 227 jobject clazz, jlong renderNodePtr, float tz) {
228 return SET_AND_DIRTY(setTranslationZ, tz, RenderNode::TRANSLATION_Z | RenderNode::Z);
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 582 for (ThermalZone tz : tzList) tz.printAttrs();
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 154 private void setTimezone(String tz) {
155 timezoneUtils.setTimeZone(dbUtils.getContext(), tz); local
  /external/chromium_org/v8/src/
dateparser.h 380 TimeZoneComposer* tz);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 857 String tz = Utils.getTimeZone(mActivity, null); local
    [all...]
EditEventHelper.java 1058 String tz = cursor.getString(EVENT_INDEX_TIMEZONE); local
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 2475 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; tz = nextHi[1]; nextHi[1] = nextHi[2]; nextHi[2] = tz; tz = nextD [1]; nextD [1] = nextD [2]; nextD [2] = tz; }; 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...]
  /frameworks/rs/driver/
rsdAllocation.cpp 329 uint32_t tz = alloc->mHal.drvState.lod[0].dimZ; local
333 alloc->mHal.drvState.lod[lod].dimZ = tz;
337 o += alloc->mHal.drvState.lod[lod].stride * rsMax(ty, 1u) * rsMax(tz, 1u);
340 if (tz > 1) tz >>= 1;
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h 32 #define __sanitizer_syscall_pre_gettimeofday(tv, tz) \
33 __sanitizer_syscall_pre_impl_gettimeofday((long)(tv), (long)(tz))
34 #define __sanitizer_syscall_post_gettimeofday(res, tv, tz) \
35 __sanitizer_syscall_post_impl_gettimeofday(res, (long)(tv), (long)(tz))
36 #define __sanitizer_syscall_pre_settimeofday(tv, tz) \
37 __sanitizer_syscall_pre_impl_settimeofday((long)(tv), (long)(tz))
38 #define __sanitizer_syscall_post_settimeofday(res, tv, tz) \
39 __sanitizer_syscall_post_impl_settimeofday(res, (long)(tv), (long)(tz))
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 920 TimeZone *tz = TimeZone::createDefault(); local
921 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz);
925 delete tz;
    [all...]
calendar.cpp 498 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
    [all...]
  /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...]
  /external/chromium_org/v8/test/mjsunit/
json.js 246 TestStringify('"f\\"o\'o\\\\b\\ba\\fr\\nb\\ra\\tz"',
247 "f\"o\'o\\b\ba\fr\nb\ra\tz");
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 566 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) {
568 int res = REAL(gettimeofday)(tv, tz);
571 if (tz)
572 __msan_unpoison(tz, 8);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1253 TimeZone tz = TimeZone.getTimeZone(zone); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 1232 TimeZone tz = TimeZone.getTimeZone(zone); local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 2744 String tz = cursor.getString(4); \/\/ Calendar timezone local
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 290 final float tz = -(far + near) * r_depth; local
296 m[mOffset +14] = tz;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
GregorianCalendarTest.java 328 TimeZone tz = TimeZone.getTimeZone(ids[i]); local
329 gc.setTimeZone(tz);
    [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 740 TimeZone tz = calendar.getTimeZone(); local
743 String zoneString = formatData.getTimeZoneDisplayName(tz, daylight, style);
    [all...]

Completed in 1093 milliseconds

1 2 3 4 5 6 7 8 91011>>