Searched refs:timezone (Results 1 - 25 of 164) sorted by relevance

1234567

/external/libpcap/lbl/
H A Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
H A Dos-sunos4.h106 struct timezone;
108 int gettimeofday(struct timeval *, struct timezone *);
183 char *timezone(int, int);
/external/tcpdump/lbl/
H A Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_request.cc5 #include "chrome/browser/chromeos/timezone/timezone_request.h"
30 "https://maps.googleapis.com/maps/api/timezone/json?";
46 // Sleep between timezone request retry on HTTP error.
49 // Sleep between timezone request retry on bad server response.
102 // Slow timezone resolve leads to bad user experience.
151 TimeZoneResponseData* timezone) {
152 timezone->status = TimeZoneResponseData::REQUEST_ERROR;
153 timezone->error_message =
158 << timezone->error_message;
162 // Sets |*timezone| t
149 PrintTimeZoneError(const GURL& server_url, const std::string& message, TimeZoneResponseData* timezone) argument
164 ParseServerResponse(const GURL& server_url, const std::string& response_body, TimeZoneResponseData* timezone) argument
372 scoped_ptr<TimeZoneResponseData> timezone = GetTimeZoneFromResponse( local
[all...]
H A Dtimezone_unittest.cc7 #include "chrome/browser/chromeos/timezone/timezone_provider.h"
23 "https://localhost/maps/api/timezone/json?";
36 : url("https://localhost/maps/api/timezone/"
51 timezone.dstOffset = 0;
52 timezone.rawOffset = -28800;
53 timezone.timeZoneId = "America/Los_Angeles";
54 timezone.timeZoneName = "Pacific Standard Time";
55 timezone.error_message.erase();
56 timezone.status = chromeos::TimeZoneResponseData::OK;
61 timezone
67 chromeos::TimeZoneResponseData timezone; member in struct:__anon3481::SimpleRequest
174 OnRequestDone(scoped_ptr<TimeZoneResponseData> timezone, bool server_error) argument
187 const TimeZoneResponseData* timezone() const { return timezone_.get(); } function in class:chromeos::TimeZoneReceiver
[all...]
H A Dtimezone_provider.cc5 #include "chrome/browser/chromeos/timezone/timezone_provider.h"
51 scoped_ptr<TimeZoneResponseData> timezone,
58 callback.Run(timezone.Pass(), server_error);
48 OnTimezoneResponse( TimeZoneRequest* request, TimeZoneRequest::TimeZoneResponseCallback callback, scoped_ptr<TimeZoneResponseData> timezone, bool server_error) argument
H A Dtimezone_provider.h15 #include "chrome/browser/chromeos/timezone/timezone_request.h"
48 scoped_ptr<TimeZoneResponseData> timezone,
/external/chromium_org/chromeos/settings/
H A Dtimezone_settings.cc23 #include "third_party/icu/source/i18n/unicode/timezone.h"
27 // The filepath to the timezone file that symlinks to the actual timezone file.
28 const char kTimezoneSymlink[] = "/var/lib/timezone/localtime";
29 const char kTimezoneSymlink2[] = "/var/lib/timezone/localtime2";
31 // The directory that contains all the timezone files. So for timezone
32 // "US/Pacific", the actual timezone file is: "/usr/share/zoneinfo/US/Pacific"
40 // we still have 400+ zones. Relaxing the criteria for the timezone
196 // incorrect states of the timezone symlin
376 SetTimezone(const icu::TimeZone& timezone) argument
421 SetTimezone(const icu::TimeZone& timezone) argument
463 GetTimezoneID(const icu::TimeZone& timezone) argument
[all...]
H A Dtimezone_settings.h12 #include "third_party/icu/source/i18n/unicode/timezone.h"
17 // This interface provides access to Chrome OS timezone settings.
22 // Called when the timezone has changed. |timezone| is non-null.
23 virtual void TimezoneChanged(const icu::TimeZone& timezone) = 0;
30 // Returns the current timezone as an icu::Timezone object.
34 // Sets the current timezone and notifies all Observers.
35 virtual void SetTimezone(const icu::TimeZone& timezone) = 0;
43 // Gets timezone ID which is also used as timezone pre
[all...]
/external/chromium_org/ash/system/chromeos/
H A Dsystem_clock_observer.h25 virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE;
H A Dsystem_clock_observer.cc37 void SystemClockObserver::TimezoneChanged(const icu::TimeZone& timezone) { argument
/external/chromium_org/chrome/browser/chromeos/system/
H A Dtimezone_util.cc21 #include "third_party/icu/source/i18n/unicode/timezone.h"
35 // Returns an exemplary city in the given timezone.
72 // Take the last component of a timezone id (e.g. 'Baz' in 'Foo/Bar/Baz').
75 // any timezone for which that's the case.
84 // Gets the given timezone's name for visualization.
85 base::string16 GetTimezoneName(const icu::TimeZone& timezone) { argument
92 timezone.getOffset(now, false, raw_offset, dst_offset, status);
114 timezone.getDisplayName(dst_offset != 0, icu::TimeZone::LONG, name);
119 GetExemplarCity(timezone)));
129 // Creates a list of pairs of each timezone'
136 const icu::TimeZone* timezone = *iter; local
[all...]
/external/chromium_org/components/pairing/
H A Dshark_connection_listener.cc36 const std::string& timezone,
33 ConfigureHost( bool accepted_eula, const std::string& lang, const std::string& timezone, bool send_reports, const std::string& keyboard_layout) argument
H A Dshark_connection_listener.h35 const std::string& timezone,
/external/kernel-headers/original/uapi/linux/
H A Dtime.h20 struct timezone { struct
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTime.java30 public void __constructor__(String timezone) { argument
31 if (timezone == null) {
32 throw new NullPointerException("timezone is null!");
34 time.timezone = timezone;
46 time.timezone = other.timezone;
142 public void clear(String timezone) { argument
143 if (timezone == null) {
144 throw new NullPointerException("timezone i
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dsystem_settings_provider.cc53 // The timezone is always trusted.
63 void SystemSettingsProvider::TimezoneChanged(const icu::TimeZone& timezone) { argument
66 system::TimezoneSettings::GetTimezoneID(timezone)));
H A Dsystem_settings_provider.h14 #include "third_party/icu/source/i18n/unicode/timezone.h"
35 virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_network.css32 html:not([highlight=strong]) #network-timezone-setting {
/external/chromium_org/third_party/libjpeg_turbo/
H A Drrtimer.h61 gettimeofday(&__tv, (struct timezone *)NULL);
107 gettimeofday(&__tv, (struct timezone *)NULL);
/external/llvm/lib/Support/Unix/
H A DTimeValue.inc41 // errors concern the timezone parameter which we're passing in as 0.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTimeTest.java25 assertNotNull(t.timezone);
33 assertEquals(t.timezone, t2.timezone);
48 assertEquals(t.timezone, t2.timezone);
81 assertEquals(t.timezone, "UTC");
89 assertEquals("UTC", t.timezone);
200 time.timezone = "Australia/Sydney";
223 time.timezone = "Australia/Sydney";
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-3116.js5 function timezone(tz) { function
19 if (timezone("CET")) {
118 if (timezone("BRT")) {
217 if (timezone("PST")) {
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dset_time.css43 #timezone-select {
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h52 struct timezone;
136 extern int gettimeofday(struct timeval *, struct timezone *);

Completed in 1058 milliseconds

1234567