Searched refs:tz (Results 201 - 225 of 305) sorted by relevance

1234567891011>>

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DAndroidFacade.java998 TimeZone tz = TimeZone.getDefault();
999 zone.put("id", tz.getID());
1000 zone.put("display", tz.getDisplayName());
1001 zone.put("offset", tz.getOffset((new Date()).getTime()));
/external/valgrind/coregrind/
H A Dm_libcproc.c956 Int VG_(gettimeofday)(struct vki_timeval *tv, struct vki_timezone *tz) argument
959 res = VG_(do_syscall2)(__NR_gettimeofday, (UWord)tv, (UWord)tz);
965 if (tz) *tz = (struct vki_timezone){ .tz_minuteswest = 0, .tz_dsttime = 0 };
/external/webrtc/webrtc/base/
H A Dtimeutils.cc98 static int gettimeofday(struct timeval *tv, void *tz) { argument
/external/v8/src/js/
H A Di18n.js1599 var tz = canonicalizeTimeZoneID(options.timeZone);
1634 tz: {value: tz, writable: true},
1640 requestedLocale, {skeleton: ldmlString, timeZone: tz}, resolved);
1643 throw %make_range_error(kUnsupportedTimeZone, tz);
/external/libconstrainedcrypto/
H A Dp256_ec.c1053 felem tx, ty, tz; local
1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py);
1089 * only copying from {tx,ty,tz} to {nx,ny,nz} if index != 0. */
1094 copy_conditional(nz, tz, mask);
1117 felem px, py, pz, tx, ty, tz; local
1156 point_add(tx, ty, tz, nx, ny, nz, px, py, pz);
1166 copy_conditional(nz, tz, mask);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2572 TimeZone *tz = TimeZone::createTimeZone(RPDATA[i].tzid); local
2576 calLast.setTimeZone(*tz);
2592 calDefault.setTimeZone(*tz);
2608 calFirst.setTimeZone(*tz);
2621 delete tz;
2674 TimeZone *tz = TimeZone::createTimeZone(SKDATA[i].tzid); local
2682 calLast.setTimeZone(*tz);
2706 calDefault.setTimeZone(*tz);
2730 calFirst.setTimeZone(*tz);
2754 calNextAvail.setTimeZone(*tz);
3618 TimeZone *tz = TimeZone::createTimeZone(AAZTDATA[i].zone); local
[all...]
H A Ddtifmtts.cpp1563 LocalPointer<TimeZone> tz(TimeZone::createTimeZone("America/Los_Angleles"), status);
1564 LocalPointer<Calendar> intervalStart(Calendar::createInstance(*tz, Locale::getEnglish(), status), status);
1565 LocalPointer<Calendar> intervalEnd(Calendar::createInstance(*tz, Locale::getEnglish(), status), status);
H A Dcalregts.cpp262 TimeZone* tz =TimeZone::createTimeZone("Asia/Riyadh87"); local
264 GregorianCalendar *cl = new GregorianCalendar(tz, status);
267 delete tz;
1746 TimeZone *tz = TimeZone::createTimeZone("PST"); local
1747 //TimeZone::adoptDefault(tz);
1748 TimeZone::setDefault(*tz);
1750 GregorianCalendar *cal = new GregorianCalendar(tz, status);
1789 //delete tz;
2648 StringEnumeration *tz = TimeZone::createEnumeration(); local
2649 if (tz
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp1006 T<z> tz; local
1010 T<&c> tc(tz);
/external/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h399 TimeZone* tz(TimeZone::createTimeZone(tzname));
400 delete tz;
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp758 struct timezone tz;
759 gettimeofday( &tv, &tz );
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.cpp113 VERTTYPE tz = VERTTYPEMUL(x,rhs.f[8])+VERTTYPEMUL(y,rhs.f[9])+VERTTYPEMUL(z,rhs.f[10])+VERTTYPEMUL(w,rhs.f[11]); local
117 z = tz;
/external/webrtc/webrtc/modules/video_render/test/testAPI/
H A DtestAPI.cc69 struct timezone tz; local
72 gettimeofday(&tv, &tz);
/external/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc748 int __dfsw_gettimeofday(struct timeval *tv, struct timezone *tz, argument
751 int ret = gettimeofday(tv, tz);
755 if (tz) {
756 dfsan_set_label(0, tz, sizeof(struct timezone));
/external/libcups/cups/
H A Ddebug.c28 void *tz) /* I - Timezone */
27 _cups_gettimeofday(struct timeval *tv, void *tz) argument
/external/v8/src/
H A Ddateparser.h363 TimeZoneComposer* tz);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DSimpleTimeZone.java1410 SimpleTimeZone tz = (SimpleTimeZone)super.cloneAsThawed();
1411 tz.isFrozen = false;
1412 return tz;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateIntervalFormatTest.java1835 TimeZone tz = TimeZone.getTimeZone("Americal/Los_Angeles");
1836 Calendar intervalStart = Calendar.getInstance(tz, ULocale.US);
1837 Calendar intervalEnd = Calendar.getInstance(tz, ULocale.US);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleTimeZone.java1444 SimpleTimeZone tz = (SimpleTimeZone)super.cloneAsThawed();
1445 tz.isFrozen = false;
1446 return tz;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateIntervalFormatTest.java1834 TimeZone tz = TimeZone.getTimeZone("Americal/Los_Angeles");
1835 Calendar intervalStart = Calendar.getInstance(tz, ULocale.US);
1836 Calendar intervalEnd = Calendar.getInstance(tz, ULocale.US);
/external/openssh/
H A Dauth-pam.c439 char *tz = getenv("TZ"); local
447 if (tz != NULL)
448 if (setenv("TZ", tz, 1) == -1)
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c2475 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; t 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...]
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h32 #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))
2020 void __sanitizer_syscall_pre_impl_gettimeofday(long tv, long tz);
2021 void __sanitizer_syscall_post_impl_gettimeofday(long res, long tv, long tz);
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc632 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { argument
634 int res = REAL(gettimeofday)(tv, tz);
637 if (tz)
638 __msan_unpoison(tz, 8);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTimeZoneNamesImpl.java434 TimeZone tz = TimeZone.getDefault();
435 String tzCanonicalID = ZoneMeta.getCanonicalCLDRID(tz);

Completed in 1197 milliseconds

1234567891011>>