Home
last modified time | relevance | path

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

12

/device/generic/goldfish/kernel-tests/
Dinit.ranchu.rc20 on property:vendor.qemu.timezone=*
21 setprop persist.sys.timezone ${vendor.qemu.timezone}
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_strptime.py73 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],
78 (timezone, self.LT_ins.timezone))
170 test_locale.timezone = (frozenset(), frozenset())
185 locale_time.timezone = (frozenset(("utc", "gmt",
Dtest_time.py15 time.timezone
168 self.assertEqual(time.timezone, 0)
178 self.assertEqual(time.timezone, 18000)
191 self.assertEqual(time.timezone, -36000)
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DUefiShellLevel3CommandsLib.inf3 # Note that the interactive versions of the time, date, and timezone functions are handled in the l…
29 # note that time, timezone, and date are part of the level 2 library
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_strptime.py136 replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
173 self.timezone = (no_saving, has_saving)
212 'Z': self.__seqToRE((tz for tz_names in self.locale_time.timezone
417 for value, tz_values in enumerate(locale_time.timezone):
Dimaplib.py1352 zone = zone + time.timezone
1409 zone = -time.timezone
Drfc822.py950 return t - data[9] - time.timezone
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTimeVals.h29 extern long int timezone;
DZoneProc.c75 long int timezone = 0; variable
113 timezone = 0; in settzname()
126 timezone = -(ttisp->tt_gmtoff); in settzname()
Dstrptime.c323 tm->TM_GMTOFF = -(timezone); in strptime()
Dstrftime.c501 diff = -timezone; in _fmt()
DTheory.txt116 conversion, the "daylight" and "timezone" variables are no longer
149 * The UNIX Version 7 "timezone" function is not present in this package;
150 it's impossible to reliably map timezone's arguments (a "minutes west
153 Programs that in the past used the timezone function may now examine
/device/generic/goldfish/
Dinit.ranchu.rc56 on property:vendor.qemu.timezone=*
57 setprop persist.sys.timezone ${vendor.qemu.timezone}
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dcvslib.py10 time.timezone = 0
332 ss = ss - time.timezone
344 print 'timezone', time.timezone
Dmakechangelog.py55 tfields[5] = tfields[5] - time.timezone
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c61 #define timezone _timezone macro
713 PyModule_AddIntConstant(m, "timezone", timezone); in inittimezone()
721 PyModule_AddIntConstant(m, "altzone", timezone-3600); in inittimezone()
907 if (gettimeofday(&t, (struct timezone *)NULL) == 0) in floattime()
D_lsprof.c56 gettimeofday(&tv, (struct timezone *)NULL); in hpTimer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c61 #define timezone _timezone macro
713 PyModule_AddIntConstant(m, "timezone", timezone); in inittimezone()
721 PyModule_AddIntConstant(m, "altzone", timezone-3600); in inittimezone()
912 if (gettimeofday(&t, (struct timezone *)NULL) == 0) in floattime()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dtime.h193 char *timezone(int, int); /* XXX XSI conflict */
/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.h31 _VERBOSE_TAG(timezone, "host timezone detection") \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dutils.py151 offset = time.timezone
D_parseaddr.py159 return t - data[9] - time.timezone
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DEmuThunk.c372 Time->TimeZone = timezone; in SecGetTime()
/device/generic/goldfish/ril/
Datchannel.c95 gettimeofday(&tv, (struct timezone *) NULL); in setTimespecRelative()
/device/linaro/bootloader/edk2/EdkShellPkg/
DEdkShellPkg.dsc186 $(EDK_SHELL_DIR)/tzone/timezone.inf

12