HomeSort by relevance Sort by last modified time
    Searched defs:tz (Results 51 - 75 of 450) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
Support_SimpleDateFormat.java 49 TimeZone tz = TimeZone.getTimeZone("EST"); local
50 Calendar cal = new GregorianCalendar(tz);
55 format.setTimeZone(tz);
133 TimeZone tz = TimeZone.getTimeZone("EST"); local
134 Calendar cal = new GregorianCalendar(tz);
139 format.setTimeZone(tz);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimeZoneTest.java 224 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); local
225 int rawOffset = tz.getRawOffset();
244 TimeZone tz = TimeZone.getTimeZone("Asia/Shanghai"); local
245 int rawoffset = tz.getRawOffset();
282 TimeZone tz = TimeZone.getTimeZone("Asia/Shanghai"); local
283 int offset = tz.getRawOffset();
289 if (!(ids[i].equalsIgnoreCase(tz.getID()))) {
291 assertTrue(tz.hasSameRules(sameZone));
298 assertFalse("should return false when parameter is null", tz
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
matrixop.c 58 void Matrix4x4_Translate(Matrix4x4 mat, float tx, float ty, float tz)
64 mat[2*4 + i] * tz;
183 float tz = mat[0*4 + 2] * (*x) + mat[1*4 + 2] * (*y) + mat[2*4 + 2] * (*z); local
186 *z = tz;
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
BigIntegerMath.java 166 int tz = Long.numberOfTrailingZeros(num); local
167 long normalizedNum = num >> tz;
168 shift += tz;
170 int normalizedBits = bits - tz;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRoundTripTest.java 66 TimeZone tz = TimeZone.getDefault(); local
67 logln("Default TimeZone: " + tz.getID());
IntlTestDateFormatAPI.java 219 final TimeZone tz = def.getTimeZone(); local
220 TimeZone newTz = (TimeZone) tz.clone();
  /external/icu/icu4c/source/samples/date/
date.c 51 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
52 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
73 const UChar *tz = 0; local
96 tz = GMT_ID;
165 when = getWhen(millis, seconds, format, style, parse, tz, &status);
171 date(when, tz, style, format, &status);
245 const UChar *tz,
267 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status);
296 UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) {
322 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status)
    [all...]
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 80 const TimeZone *tz = TimeZone::createDefault(); local
83 tz->getID(zoneID);
210 delete tz;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRoundTripTest.java 63 TimeZone tz = TimeZone.getDefault(); local
64 logln("Default TimeZone: " + tz.getID());
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
tirpc_bottomlevel_clnt_call_scalability.c 144 struct timezone tz; local
183 gettimeofday(&tv1, &tz);
207 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
tirpc_expertlevel_clnt_call_scalability.c 139 struct timezone tz; local
178 gettimeofday(&tv1, &tz);
202 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
tirpc_rpcb_rmtcall_scalability.c 129 struct timezone tz; local
168 gettimeofday(&tv1, &tz);
192 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
tirpc_interlevel_clnt_call_scalability.c 121 struct timezone tz; local
160 gettimeofday(&tv1, &tz);
184 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
tirpc_toplevel_clnt_call_scalability.c 111 struct timezone tz; local
150 gettimeofday(&tv1, &tz);
174 gettimeofday(&tv2, &tz);
  /external/mesa3d/src/mesa/math/
m_norm_tmp.h 61 GLfloat tx, ty, tz; local
66 tz = ux * m8 + uy * m9 + uz * m10;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
74 out[i][2] = tz * scale;
90 GLfloat tx, ty, tz; local
95 tz = ux * m8 + uy * m9 + uz * m10;
101 out[i][2] = tz * len;
128 GLfloat tx, ty, tz; local
133 tz = uz * m10
155 GLfloat tx, ty, tz; local
    [all...]
  /external/python/cpython3/Lib/test/test_email/
test_utils.py 15 tz = datetime.timezone(utcoffset) variable in class:DateTimeTests
17 aware_dt = datetime.datetime(*dateargs, tzinfo=tz)
126 "Windows does not use Olson's TZ database")
129 "Can't find the Olson's TZ database")
  /external/swiftshader/src/OpenGL/common/
MatrixStack.cpp 157 float tz = -(f + n) / (f - n); local
161 0, 0, -2 / (f - n), tz,
  /external/v8/src/
dateparser-inl.h 21 TimeZoneComposer tz; local
74 DateToken next_unhandled_token = ParseES5DateTime(&scanner, &day, &time, &tz);
103 } else if (tz.IsExpecting(n)) {
104 tz.SetAbsoluteMinute(n);
129 tz.Set(value);
137 } else if (token.IsAsciiSign() && (tz.IsUTC() || !time.IsEmpty())) {
140 tz.SetSign(token.ascii_sign());
152 tz.SetAbsoluteHour(n);
154 tz.SetAbsoluteMinute(kNone);
157 tz.SetAbsoluteHour(n)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
AllocationAdapter.java 46 int tz = mAdaptedAllocation.mType.getZ(); local
49 if ((tx==1) && (ty == 1) && (tz == 1)) {
55 if (tz > 1) tz >>= 1;
60 mCurrentDimZ = tz;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TimeZoneLookupHelper.java 249 TimeZone tz = TimeZone.getTimeZone(zone); local
250 if (tz.getOffset(timeMillis) == utcOffsetMillis && tz.inDaylightTime(d) == isDst) {
252 match = 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);
  /hardware/qcom/gps/msm8084/utils/
loc_log.cpp 232 struct timezone tz; local
234 gettimeofday(&tv, &tz);
  /hardware/qcom/gps/msm8909/utils/
loc_log.cpp 234 struct timezone tz; local
236 gettimeofday(&tv, &tz);
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_log.cpp 228 struct timezone tz; local
230 gettimeofday(&tv, &tz);
  /hardware/qcom/gps/msm8960/utils/
loc_log.cpp 226 struct timezone tz; local
228 gettimeofday(&tv, &tz);

Completed in 525 milliseconds

1 23 4 5 6 7 8 91011>>