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

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 68 struct timezone tz; variable in typeref:struct:timezone
146 gettimeofday(&tdAfter, &tz);
339 gettimeofday(&tdBefore, &tz);
  /external/chromium_org/third_party/icu/source/i18n/
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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 111 String[] tz = TimeZoneNames.forLocale(locale); local
112 if (tz.length == 0) return null;
113 return tz[0];
617 sTable.add(new MccEntry(640,"tz",2)); //Tanzania (United Republic of)
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 366 struct timezone tz; local
368 gettimeofday(&tv, &tz);
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 76 static void TranslateInPlace(float* m, float tx, float ty, float tz) {
79 m[14] += tz;
  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 453 #define usbi_gettimeofday(tv, tz) gettimeofday((tv), (tz))
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 1012 T<z> tz; local
    [all...]
  /frameworks/base/core/java/android/text/format/
DateFormat.java 552 TimeZone tz = inDate.getTimeZone(); local
559 return tz.getDisplayName(dst, TimeZone.SHORT);
  /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...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 264 // Update tz in case the start time switched from/to DLS
369 // Update tz in case the start time switched from/to DLS
1304 String tz = mTimezone; local
1786 String tz = Utils.getTimeZone(mActivity, null); local
    [all...]
  /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/unicode/
vtzone.h 415 BasicTimeZone *tz; member in class:VTimeZone
  /external/chromium_org/third_party/qcms/src/
qcmsint.h 110 float tx, ty, tz; member in struct:qcms_modular_transform
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 711 int __dfsw_gettimeofday(struct timeval *tv, struct timezone *tz,
714 int ret = gettimeofday(tv, tz);
718 if (tz) {
719 dfsan_set_label(0, tz, sizeof(struct timezone));
  /external/icu/icu4c/source/i18n/unicode/
vtzone.h 415 BasicTimeZone *tz; member in class:VTimeZone
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 155 public void exportDate(String hdfName, String tz, int tt) {
  /external/ltrace/
handle_event.c 790 struct timezone tz; local
791 gettimeofday(&elem->enter_time, &tz);
828 struct timezone tz; local
829 gettimeofday(&elem->enter_time, &tz);
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscnvrt.c 186 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
198 tz = BlackPointIn->Z - cmsD50_XYZ()->Z;
202 az = (BlackPointOut->Z - cmsD50_XYZ()->Z) / tz;
206 bz = - cmsD50_XYZ()-> Z * (BlackPointOut->Z - BlackPointIn->Z) / tz;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 220 TimeZone* tz =TimeZone::createTimeZone("Asia/Riyadh87"); local
222 GregorianCalendar *cl = new GregorianCalendar(tz, status);
225 delete tz;
1690 TimeZone *tz = TimeZone::createTimeZone("PST"); local
2590 StringEnumeration *tz = TimeZone::createEnumeration(); local
    [all...]
  /development/ndk/sources/android/ndk_helper/
vecmath.h 896 Mat4& PostTranslate( float tx, float ty, float tz )
898 f_[12] += (tx * f_[0]) + (ty * f_[4]) + (tz * f_[8]);
899 f_[13] += (tx * f_[1]) + (ty * f_[5]) + (tz * f_[9]);
900 f_[14] += (tx * f_[2]) + (ty * f_[6]) + (tz * f_[10]);
901 f_[15] += (tx * f_[3]) + (ty * f_[7]) + (tz * f_[11]);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 490 public void setWeekParams(HashMap<String, Integer> params, String tz) {
491 super.setWeekParams(params, tz);
497 updateToday(tz);
519 * @param tz
521 public boolean updateToday(String tz) {
522 mToday.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...]

Completed in 1396 milliseconds

1 2 3 4 5 6 7 891011>>