Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 25 of 154) sorted by relevance

1234567

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTime.java30 public void __constructor__(String timezone) { in __constructor__() argument
31 if (timezone == null) { in __constructor__()
34 time.timezone = timezone; in __constructor__()
46 time.timezone = other.timezone; in set()
142 public void clear(String timezone) { in clear() argument
143 if (timezone == null) { in clear()
146 time.timezone = timezone; in clear()
195 tz = TimeZone.getTimeZone(time.timezone); in parse()
201 time.timezone = tz.getID(); in parse()
217 strftime.setTimeZone(TimeZone.getTimeZone(time.timezone)); in format()
[all …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DTimeTest.java25 assertNotNull(t.timezone); in shouldHaveNoArgsConstructor()
33 assertEquals(t.timezone, t2.timezone); in shouldHaveCopyConstructor()
48 assertEquals(t.timezone, t2.timezone); in shouldHaveSetTime()
81 assertEquals(t.timezone, "UTC"); in shouldHaveTimeZoneConstructor()
89 assertEquals("UTC", t.timezone); in shouldClear()
200 time.timezone = "Australia/Sydney"; in testGetJulianDay()
223 time.timezone = "Australia/Sydney"; in testSetJulianDay()
/external/iptables/extensions/
Dlibxt_time.man38 Use the kernel timezone instead of UTC to determine whether a packet meets the
43 time source has no timezone information, such as the x86 CMOS RTC, UTC will be
45 correct system time and timezone to the kernel once it has the information.
47 Local time is a feature on top of the (timezone independent) system time. Each
49 variable. The kernel also has its own timezone offset variable. The TZ
54 kernel's timezone offset variable is used when it has to convert between
58 The caveat with the kernel timezone is that Linux distributions may ignore to
59 set the kernel timezone, and instead only set the system time. Even if a
60 particular distribution does set the timezone at boot, it is usually does not
61 keep the kernel timezone offset - which is what changes on DST - up to date.
[all …]
/external/v8/test/mjsunit/regress/
Dregress-3116.js5 function timezone(tz) { function
19 if (timezone("CET")) {
118 if (timezone("BRT")) {
217 if (timezone("PST")) {
/external/libpcap/lbl/
Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
Dos-sunos4.h106 struct timezone;
108 int gettimeofday(struct timeval *, struct timezone *);
183 char *timezone(int, int);
/external/tcpdump/lbl/
Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
Dos-sunos4.h106 struct timezone;
108 int gettimeofday(struct timeval *, struct timezone *);
183 char *timezone(int, int);
/external/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp116 timezone = tz; in setTimeZone()
136 timezone->getOffset(t, FALSE, rawOffset, dstOffset, status); in dump()
141 timezone->getOffset(newt, FALSE, newRawOffset, newDstOffset, status); in dump()
157 timezone->getOffset(medt, FALSE, medRawOffset, medDstOffset, status); in dump()
191 GregorianCalendar* gcal = new GregorianCalendar(timezone, Locale::getEnglish(), status); in getCutOverTimes()
199 TimeZone* timezone; member in ICUZDump
/external/toybox/toys/pending/
Dhwclock.c59 struct timezone tzone; in hwclock_main()
112 tzone.tz_minuteswest = timezone / 60 - 60 * daylight; in hwclock_main()
118 tzone.tz_minuteswest = timezone / 60; in hwclock_main()
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt31 timezone{"tz"}
39 timezone:alias{"/ICUDATA/timezoneTypes/typeAlias/timezone"}
491 timezone:alias{"/ICUDATA/timezoneTypes/typeMap/timezone"}
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Di18n.py231 timezone = None variable in I18n
254 def set_timezone(self, timezone): argument
260 self.timezone = timezone
261 self.tzinfo = pytz.timezone(timezone)
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
DGlobalizationPreferences.java448 public GlobalizationPreferences setTimeZone(TimeZone timezone) { in setTimeZone() argument
452 this.timezone = (TimeZone) timezone.clone(); // clone for safety; in setTimeZone()
465 if (timezone == null) { in getTimeZone()
468 return timezone.cloneAsThawed(); // clone for safety in getTimeZone()
769 timezone = null; in reset()
1170 private TimeZone timezone; field in GlobalizationPreferences
/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/
DPhoneNumberToTimeZonesMapperTest.java68 for (String timezone : timezones) { in buildListOfTimeZones()
69 timezonesList.add(timezone); in buildListOfTimeZones()
/external/v8/src/
Ddate.js32 var timezone = %DateLocalTimezone(t);
34 timezone_cache_timezone = timezone;
35 return timezone;
229 var timezone = LocalTimezone(UTC_DATE_VALUE(date));
237 return gmt + ' (' + timezone + ')';
/external/lldb/examples/summaries/cocoa/
DNSDate.py34 return time.mktime(t)-time.timezone
165 def timezone(self): member in NSTimeZoneClass_SummaryProvider
246 summary = provider.timezone();
/external/webrtc/src/system_wrappers/source/
Devent_posix.cc147 struct timezone tZone; in Wait()
257 struct timezone tZone; in Process()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTestAll.java7 package com.ibm.icu.dev.test.timezone;
/external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/
DPrefixTimeZonesMapTest.java76 for (String timezone : timezones) { in buildListOfTimeZones()
77 timezonesList.add(timezone); in buildListOfTimeZones()
/external/icu/icu4c/source/data/lang/
Dsv_FI.txt11 timezone{"tidszon"}
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DNCSARequestLog-mbean.properties6 LogTimeZone : The timezone
/external/kernel-headers/original/uapi/linux/
Dtime.h20 struct timezone { struct
/external/icu/icu4c/source/common/
Dputilimp.h117 # define U_TIMEZONE timezone
136 # define U_TIMEZONE timezone
/external/tremolo/Tremolo/
Dmisc.c92 static struct timezone tz; in _insert()
149 static struct timezone tz; in _ripremove()
/external/skia/src/ports/
DSkTime_Unix.cpp27 dt->fTimeZoneMinutes = SkToS16(offset - timezone / 60); in GetDateTime()

1234567