Home
last modified time | relevance | path

Searched defs:tz (Results 1 – 25 of 75) sorted by relevance

123

/external/smack/src/org/jivesoftware/smackx/packet/
DTime.java69 private String tz = null; field in Time
161 public void setTz(String tz) { in setTz()
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DSupport_SimpleDateFormat.java51 TimeZone tz = TimeZone.getTimeZone("EST"); in t_format_with_FieldPosition() local
138 TimeZone tz = TimeZone.getTimeZone("EST"); in t_formatToCharacterIterator() local
/external/icu4c/samples/date/
Ddate.c69 const UChar *tz = 0; in main() local
241 const UChar *tz, in date()
292 … UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
/external/qemu/android/utils/
Dtimezone.c44 check_timezone_is_zoneinfo(const char* tz) in check_timezone_is_zoneinfo()
88 const char* tz = get_zoneinfo_timezone(); in bufprint_zoneinfo_timezone() local
109 const char* tz = getenv("TZ"); in get_zoneinfo_timezone() local
295 const char* tz = getenv( "TZ" ); in get_zoneinfo_timezone() local
/external/webkit/Source/WebCore/platform/graphics/transforms/
DTranslateTransformOperation.h40 …slateTransformOperation> create(const Length& tx, const Length& ty, const Length& tz, OperationTyp… in create()
75 …TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType ty… in TranslateTransformOperation()
/external/v8/src/
Ddateparser-inl.h43 TimeZoneComposer tz; in Parse() local
221 TimeZoneComposer* tz) { in ParseES5DateTime()
/external/icu4c/test/perf/normperf/
Ddtfmtrtperf.h163 TimeZone *tz = TimeZone::createTimeZone(*tzid); in call() local
194 delete tz; in call() local
/external/icu4c/i18n/
Dwintzimpl.cpp36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardD… in getSystemTimeInformation()
119 TimeZone *tz = TimeZone::createTimeZone(id); in getWindowsTimeZoneInfo() local
/external/icu4c/tools/tzcode/
Dicuzdump.cpp115 void setTimeZone(TimeZone* tz) { in setTimeZone()
239 TimeZone* tz = NULL; in next() local
375 TimeZone* tz = zit->next(); in main() local
406 TimeZone* tz = zit->next(); in main() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DTimeZoneTest.java220 TimeZone tz = TimeZone.getTimeZone("Asia/Shanghai"); in test_getAvailableIDs_I() local
259 TimeZone tz = TimeZone.getTimeZone("Asia/Shanghai"); in test_hasSameRules_Ljava_util_TimeZone() local
/external/icu4c/i18n/unicode/
Dvtzone.h415 BasicTimeZone *tz; variable
/external/icu4c/test/intltest/
Ditformat.cpp81 TimeZone *tz = TimeZone::createTimeZone("PST"); in runIndexedTest() local
Dtzbdtest.cpp116 …findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz) in findDaylightBoundaryUsingTimeZone()
337 TimeZone *tz; in TestBoundaries() local
382 TimeZoneBoundaryTest::testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary) in testUsingBinarySearch()
425 SimpleTimeZone *tz; in TestNewRules() local
Dtztest.cpp237 TimeZoneTest::findTransition(const TimeZone& tz, in findTransition()
267 TimeZoneTest::testUsingBinarySearch(const TimeZone& tz, in testUsingBinarySearch()
313 TimeZone* tz = TimeZone::createTimeZone("PRT"); in TestPRTOffset() local
503 TimeZone *tz = TimeZone::createTimeZone("PST"); in TestGetAvailableIDs913() local
697 TimeZone *tz = TimeZone::createTimeZone(*id1); in TestGetAvailableIDsNew() local
905 TimeZone *tz = TimeZone::createTimeZone(itsID); in TestShortZoneIDs() local
1550 SimpleTimeZone *tz = new SimpleTimeZone(-5 * U_MILLIS_PER_HOUR, "dstSavingsTest", in TestDSTSavings() local
1603 SimpleTimeZone tz(-5 * U_MILLIS_PER_HOUR, "alternateRuleTest"); in TestAlternateRules() local
1793 TimeZone *tz = TimeZone::createTimeZone(id); in TestHistorical() local
1914 TimeZone *tz; in TestFebruary() local
Dtzregts.cpp87 UDate TimeZoneRegressionTest::findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max) { in findTransitionBinary()
108 UDate TimeZoneRegressionTest::findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max… in findTransitionStepwise()
209 TimeZone *tz = TimeZone::createTimeZone("PST"); in Test4084933() local
460 TimeZone *tz = TimeZone::createTimeZone("PST"); in Test4126678() local
805 TimeZone *tz = TimeZone::createDefault(); in Test4154650() local
883 TimeZone *tz = (TimeZone*)DATA_TZ[j]; in Test4162593() local
/external/tremolo/Tremolo/
Dmisc.c92 static struct timezone tz; in _insert() local
149 static struct timezone tz; in _ripremove() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DTime.java48 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTime.java48 SimpleTimeZone tz = new SimpleTimeZone(0, "Z"); in Time() local
/external/libnfc-nci/src/adaptation/
Dbte_logmsg.c55 struct timezone tz; in LogMsg() local
90 struct timezone tz; in ScrLog() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPDateTime.java89 void setTimeZone(TimeZone tz); in setTimeZone()
/external/chromium/base/
Dtime_posix.cc59 struct timezone tz = { 0, 0 }; // UTC in Now() local
/external/chromium/third_party/libevent/
Devutil.c209 evutil_gettimeofday(struct timeval *tv, struct timezone *tz) in evutil_gettimeofday()
Devutil.h169 #define evutil_gettimeofday(tv, tz) gettimeofday((tv), (tz)) argument
/external/icu4c/test/compat/
Dtzdate.c75 const UChar *tz = 0; in getICUCurrentTime() local
/external/netperf/
Dnetcpu_perfstat.c137 struct timezone tz; in calibrate_idle_rate() local

123