HomeSort by relevance Sort by last modified time
    Searched refs:timezone (Results 226 - 250 of 515) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
android_alarm.h 45 #define ANDROID_ALARM_SET_TIMEZONE _IOW('a', 6, struct timezone)
time.h 30 struct timezone { struct
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
android_alarm.h 45 #define ANDROID_ALARM_SET_TIMEZONE _IOW('a', 6, struct timezone)
time.h 30 struct timezone { struct
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 52 struct timezone;
136 extern int gettimeofday(struct timeval *, struct timezone *);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TimeZoneTest.java 28 import java.util.TimeZone;
37 * @tests java.util.TimeZone#getDefault()
41 TimeZone.getDefault(), TimeZone.getDefault());
45 * @tests java.util.TimeZone#getDSTSavings()
48 // Test for method int java.util.TimeZone.getDSTSavings()
51 TimeZone st1 = TimeZone.getTimeZone("EST");
56 st1 = TimeZone.getTimeZone("Australia/Lord_Howe");
61 TimeZone tz1 = new Support_TimeZone(-5 * ONE_HOUR, true)
175 TimeZone timezone = TimeZone.getTimeZone("Asia\/Shanghai"); local
184 TimeZone timezone = TimeZone.getTimeZone("Asia\/Shanghai"); local
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 287 * @see TimeZone
344 private TimeZone zone;
700 * Constructs a {@code Calendar} instance using the default {@code TimeZone} and {@code Locale}.
703 this(TimeZone.getDefault(), Locale.getDefault());
706 Calendar(TimeZone timezone) {
711 setTimeZone(timezone);
715 * Constructs a {@code Calendar} instance using the given {@code TimeZone} and {@code Locale}.
717 protected Calendar(TimeZone timezone, Locale locale)
    [all...]
  /external/libpcap/lbl/
os-sunos4.h 106 struct timezone;
108 int gettimeofday(struct timeval *, struct timezone *);
183 char *timezone(int, int);
  /external/tcpdump/lbl/
os-sunos4.h 106 struct timezone;
108 int gettimeofday(struct timeval *, struct timezone *);
183 char *timezone(int, int);
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerUtils.java 30 import java.util.TimeZone;
45 * list of timezone IDs that need to be overridden.
56 * Given a timezone id (e.g. America/Los_Angeles), returns the corresponding timezone
60 * @param id The timezone id
63 * @return The display name of the timezone.
67 TimeZone timezone = TimeZone.getTimeZone(id); local
68 if (timezone == null)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
icuzdump.cpp 16 * This tool write out timezone transitions for ICU timezone. This tool
17 * is used as a part of tzdata update process to check if ICU timezone
29 #include "unicode/timezone.h"
115 void setTimeZone(TimeZone* tz) {
116 timezone = tz;
136 timezone->getOffset(t, FALSE, rawOffset, dstOffset, status);
141 timezone->getOffset(newt, FALSE, newRawOffset, newDstOffset, status);
157 timezone->getOffset(medt, FALSE, medRawOffset, medDstOffset, status);
191 GregorianCalendar* gcal = new GregorianCalendar(timezone, Locale::getEnglish(), status)
202 TimeZone* timezone; member in class:ICUZDump
    [all...]
  /external/icu4c/tools/tzcode/
icuzdump.cpp 16 * This tool write out timezone transitions for ICU timezone. This tool
17 * is used as a part of tzdata update process to check if ICU timezone
29 #include "unicode/timezone.h"
115 void setTimeZone(TimeZone* tz) {
116 timezone = tz;
136 timezone->getOffset(t, FALSE, rawOffset, dstOffset, status);
141 timezone->getOffset(newt, FALSE, newRawOffset, newDstOffset, status);
157 timezone->getOffset(medt, FALSE, medRawOffset, medDstOffset, status);
191 GregorianCalendar* gcal = new GregorianCalendar(timezone, Locale::getEnglish(), status)
202 TimeZone* timezone; member in class:ICUZDump
    [all...]
  /cts/suite/pts/deviceTests/dram/jni/
MemoryNativeJni.cpp 25 gettimeofday(&tv, (struct timezone *) NULL);
  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button.h 66 virtual void TimezoneChanged(const icu::TimeZone& timezone);
71 // Updates the time on the menu button. Can be called by host if timezone
  /external/chromium_org/chrome/test/functional/
chromeos_device_policy.py 184 """Without timezone policy, timezone changes by user are persistent."""
187 for timezone in self._timezones:
189 self.SetTimezone(timezone)
190 self.assertEqual(timezone, self.GetTimeInfo()['timezone'])
193 self.assertEqual(timezone, self.GetTimeInfo()['timezone'])
197 """With timezone policy, timezone changes by user are reset on logout.""
    [all...]
  /external/libnfc-nci/src/include/
buildcfg.h 95 short timezone; member in struct:_timeb
  /external/libyuv/files/unit_test/
unit_test.h 56 struct timezone tzp;
  /external/qemu/android/utils/
debug.h 24 _VERBOSE_TAG(timezone, "host timezone detection" ) \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_time.py 15 time.timezone
168 self.assertEqual(time.timezone, 0)
178 self.assertEqual(time.timezone, 18000)
196 self.assertEqual(time.timezone, -36000)
test_strptime.py 72 # Make sure timezone is correct
73 timezone = time.strftime("%Z", self.time_tuple).lower()
74 if timezone:
75 self.assertTrue(timezone in self.LT_ins.timezone[0] or
76 timezone in self.LT_ins.timezone[1],
77 "timezone %s not found in %s" %
78 (timezone, self.LT_ins.timezone))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_time.py 15 time.timezone
168 self.assertEqual(time.timezone, 0)
178 self.assertEqual(time.timezone, 18000)
196 self.assertEqual(time.timezone, -36000)
test_strptime.py 72 # Make sure timezone is correct
73 timezone = time.strftime("%Z", self.time_tuple).lower()
74 if timezone:
75 self.assertTrue(timezone in self.LT_ins.timezone[0] or
76 timezone in self.LT_ins.timezone[1],
77 "timezone %s not found in %s" %
78 (timezone, self.LT_ins.timezone))
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 219 struct timezone tz;
263 struct timezone tz;
405 struct timezone tz;
535 struct timezone tz;
599 struct timezone tz;
645 struct timezone tz;
  /external/chromium/third_party/libevent/
evutil.h 171 struct timezone;
172 int evutil_gettimeofday(struct timeval *tv, struct timezone *tz);
  /external/chromium_org/chrome/browser/google_apis/
time_util.cc 22 bool ParseTimezone(const base::StringPiece& timezone,
28 int num_of_token = Tokenize(timezone, ":", &parts);
62 // Parses timezone suffix on the time part if available.
66 // Timezone is 'Z' (UTC)
72 // Timezone is "+hh:mm" format
78 // Timezone is "-hh:mm" format
84 // No timezone (uses local timezone)

Completed in 2595 milliseconds

1 2 3 4 5 6 7 8 91011>>