/device/generic/goldfish/kernel-tests/ |
D | init.ranchu.rc | 20 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/ |
D | test_strptime.py | 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], 78 (timezone, self.LT_ins.timezone)) 170 test_locale.timezone = (frozenset(), frozenset()) 185 locale_time.timezone = (frozenset(("utc", "gmt",
|
D | test_time.py | 15 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/ |
D | UefiShellLevel3CommandsLib.inf | 3 # 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.py | 136 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):
|
D | imaplib.py | 1352 zone = zone + time.timezone 1409 zone = -time.timezone
|
D | rfc822.py | 950 return t - data[9] - time.timezone
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | TimeVals.h | 29 extern long int timezone;
|
D | ZoneProc.c | 75 long int timezone = 0; variable 113 timezone = 0; in settzname() 126 timezone = -(ttisp->tt_gmtoff); in settzname()
|
D | strptime.c | 323 tm->TM_GMTOFF = -(timezone); in strptime()
|
D | strftime.c | 501 diff = -timezone; in _fmt()
|
D | Theory.txt | 116 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/ |
D | init.ranchu.rc | 56 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/ |
D | cvslib.py | 10 time.timezone = 0 332 ss = ss - time.timezone 344 print 'timezone', time.timezone
|
D | makechangelog.py | 55 tfields[5] = tfields[5] - time.timezone
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | timemodule.c | 61 #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.c | 56 gettimeofday(&tv, (struct timezone *)NULL); in hpTimer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | timemodule.c | 61 #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/ |
D | time.h | 193 char *timezone(int, int); /* XXX XSI conflict */
|
/device/generic/goldfish-opengl/android-emu/android/utils/ |
D | debug.h | 31 _VERBOSE_TAG(timezone, "host timezone detection") \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | utils.py | 151 offset = time.timezone
|
D | _parseaddr.py | 159 return t - data[9] - time.timezone
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | EmuThunk.c | 372 Time->TimeZone = timezone; in SecGetTime()
|
/device/generic/goldfish/ril/ |
D | atchannel.c | 95 gettimeofday(&tv, (struct timezone *) NULL); in setTimespecRelative()
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | EdkShellPkg.dsc | 186 $(EDK_SHELL_DIR)/tzone/timezone.inf
|