Searched defs:timezone (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dbase_login_display_host.cc33 #include "unicode/timezone.h"
274 // Set initial timezone if specified by customization.
280 icu::TimeZone* timezone = icu::TimeZone::createTimeZone( local
282 CHECK(timezone) << "Timezone could not be set for " << timezone_name;
283 chromeos::SystemAccess::GetInstance()->SetTimezone(*timezone);
/external/chromium/chrome/browser/chromeos/status/
H A Dclock_menu_button.cc32 // Add as SystemAccess observer. We update the clock if timezone changes.
163 void ClockMenuButton::TimezoneChanged(const icu::TimeZone& timezone) { argument
/external/chromium/chrome/browser/chromeos/
H A Dsystem_access.cc20 // The filepath to the timezone file that symlinks to the actual timezone file.
21 const char kTimezoneSymlink[] = "/var/lib/timezone/localtime";
22 const char kTimezoneSymlink2[] = "/var/lib/timezone/localtime2";
24 // The directory that contains all the timezone files. So for timezone
25 // "US/Pacific", the actual timezone file is: "/usr/share/zoneinfo/US/Pacific"
60 virtual void SetTimezone(const icu::TimeZone& timezone);
84 // Look at kTimezoneSymlink, see which timezone we are symlinked to.
89 LOG(ERROR) << "GetTimezoneID: Cannot read timezone symlin
144 SetTimezone(const icu::TimeZone& timezone) argument
183 icu::TimeZone* timezone = local
[all...]
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dsystem_settings_provider.cc25 #include "unicode/timezone.h"
32 // we still have 400+ zones. Relaxing the criteria for the timezone
167 // Take the last component of a timezone id (e.g. 'Baz' in 'Foo/Bar/Baz').
170 // any timezone for which that's the case.
207 const icu::TimeZone* timezone = GetTimezone(value); local
208 if (!timezone)
210 SystemAccess::GetInstance()->SetTimezone(*timezone);
228 void SystemSettingsProvider::TimezoneChanged(const icu::TimeZone& timezone) { argument
237 const icu::TimeZone* timezone = *iter; local
239 option->Append(Value::CreateStringValue(GetTimezoneID(*timezone)));
246 GetTimezoneName( const icu::TimeZone& timezone) argument
284 GetTimezoneID( const icu::TimeZone& timezone) argument
295 const icu::TimeZone* timezone = *iter; local
[all...]
/external/chromium/third_party/libevent/compat/sys/
H A D_libevent_time.h66 struct timezone { struct
H A D_time.h66 struct timezone { struct
/external/kernel-headers/original/linux/
H A Dtime.h23 struct timezone { struct
109 extern int do_sys_settimeofday(struct timespec *tv, struct timezone *tz);
/external/icu4c/tools/tzcode/
H A Dicuzdump.cpp16 * 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"
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...]
H A Dlocaltime.c222 time_t timezone = 0; variable
266 timezone = 0;
286 timezone = -(ttisp->tt_gmtoff);
/external/icu4c/test/cintltst/
H A Dccaltst.c107 log_verbose("The number of timezone id's present with offset 0 are %d:\n", count);
165 log_verbose("%s returned %d timezone id's:\n", api, count);
347 log_err("FAIL: Error in getting the timezone display name : %s\n", u_errorName(status));
428 /*testing if the UCalendar's timezone is currently in day light saving's time*/
1693 const UChar * timezone; member in struct:__anon5435
1707 /* timezone locale start target yDf MDf dDf HDf mDf */
1715 for (tfdItemPtr = tfdItems; tfdItemPtr->timezone != NULL; tfdItemPtr++) {
1717 UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status);
/external/netperf/
H A Dnetlib.c178 struct timezone { struct
206 struct timezone tz;
730 gettimeofday( struct timeval *tv , struct timezone *not_used )
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 307 milliseconds