Searched refs:timezone (Results 1 - 25 of 70) sorted by last modified time

123

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_pwd.c1099 struct timezone tz;
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_pwd.c1099 struct timezone tz;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_pwd.c1099 struct timezone tz;
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc147 struct timezone tZone;
257 struct timezone tZone;
/external/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/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js3199 var winterName = 'GMT'; // XXX do not rely on browser timezone info, it is very unpredictable | winter.toString().match(/\(([A-Z]+)\)/)[1];
3200 var summerName = 'GMT'; // XXX do not rely on browser timezone info, it is very unpredictable | summer.toString().match(/\(([A-Z]+)\)/)[1];
3222 var timezone = 'GMT'; // XXX do not rely on browser timezone info, it is very unpredictable | date.toString().match(/\(([A-Z]+)\)/)[1];
3223 if (!(timezone in ___tm_timezones)) {
3224 ___tm_timezones[timezone] = allocate(intArrayFromString(timezone), 'i8', ALLOC_NORMAL);
3226 HEAP32[(((tmPtr)+(offsets.tm_zone))>>2)]=___tm_timezones[timezone]
3470 var timezone = "GMT";
3471 if (!(timezone i
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c3438 struct timeval *, tv, struct timezone *, tz);
3461 struct timeval *, tv, struct timezone *, tz);
/external/valgrind/include/vki/
H A Dvki-darwin.h111 #define vki_timezone timezone
/external/toybox/toys/pending/
H A Dhwclock.c19 -t Set the system time based on the current timezone (--systz)
59 struct timezone tzone;
112 tzone.tz_minuteswest = timezone / 60 - 60 * daylight;
116 // Adjust seconds for timezone and daylight saving time
117 // extern long timezone is defined in header sys/time.h
118 tzone.tz_minuteswest = timezone / 60;
/external/tremolo/Tremolo/
H A Dmisc.c92 static struct timezone tz;
149 static struct timezone tz;
/external/v8/src/base/platform/
H A Dplatform-solaris.cc63 return tzname[0]; // The location of the timezone string on Solaris.
69 return -static_cast<double>(timezone * msPerSecond);
/external/v8/src/
H A 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 + ')';
740 // Reset the timezone cache:
H A Di18n.cc21 #include "unicode/timezone.h"
84 icu::UnicodeString timezone; local
85 if (ExtractStringSetting(isolate, options, "timeZone", &timezone)) {
86 tz = icu::TimeZone::createTimeZone(timezone);
/external/tcpdump/lbl/
H A Dos-sunos4.h106 struct timezone;
108 int gettimeofday(struct timeval *, struct timezone *);
183 char *timezone(int, int);
H A Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
/external/skia/src/ports/
H A DSkTime_Unix.cpp19 tzset(); // initialize timezone variable;
27 dt->fTimeZoneMinutes = SkToS16(offset - timezone / 60);
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/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/pcre/dist/
H A Dpcregrep.c1625 struct timezone dummy;
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp781 // In gcc and in Visual Studio prior to VS 2015 'timezone' is a global
784 long timezone = 0; local
785 _get_timezone(&timezone);
787 return (double)(-(timezone * 1000));
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp758 struct timezone tz;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 736 milliseconds

123