HomeSort by relevance Sort by last modified time
    Searched refs:tm_isdst (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeEfi.c 40 BT->tm_isdst = -1;
strftime.c 460 if (t->tm_isdst >= 0)
461 pt = _add(tzname[t->tm_isdst != 0],
474 if (t->tm_isdst < 0)
482 ** tm_isdst. This requirement is
499 if (t->tm_isdst == 0)
strptime.c 306 tm->tm_isdst = 0;
321 tm->tm_isdst = i;
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
put_time.pass.cpp 67 t.tm_isdst = 0;
  /external/strace/
rtc.c 49 tprintf("tm_wday=%d, tm_yday=%d, tm_isdst=%d}",
50 rt->tm_wday, rt->tm_yday, rt->tm_isdst);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/ext.manip/
put_time.pass.cpp 67 t.tm_isdst = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_time.py 169 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
180 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
193 self.assertEqual(time.localtime(xmas2002).tm_isdst, 1)
  /external/python/cpython2/Lib/test/
test_time.py 169 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
180 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
198 self.assertEqual(time.localtime(xmas2002).tm_isdst, 1)
test_strptime.py 296 self.assertEqual(strp_output.tm_isdst, 0)
298 self.assertEqual(strp_output.tm_isdst, 0)
588 self.assertEqual(tm.tm_isdst, 0)
590 self.assertEqual(tm.tm_isdst, 1)
597 self.assertEqual(tm.tm_isdst, 0)
599 self.assertEqual(tm.tm_isdst, 1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_time.py 169 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
180 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
198 self.assertEqual(time.localtime(xmas2002).tm_isdst, 1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_time.py 169 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
180 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
198 self.assertEqual(time.localtime(xmas2002).tm_isdst, 1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_time.py 169 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
180 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
198 self.assertEqual(time.localtime(xmas2002).tm_isdst, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_time.py 169 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
180 self.assertEqual(time.localtime(xmas2002).tm_isdst, 0)
198 self.assertEqual(time.localtime(xmas2002).tm_isdst, 1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 227 {"tm_isdst", "1 if summer time is in effect, 0 if not, and -1 if unknown"},
264 SET(8, p->tm_isdst);
327 tm_sec, tm_wday, tm_yday, tm_isdst)\n\
343 tm_sec,tm_wday,tm_yday,tm_isdst)\n\
363 &p->tm_isdst))
431 - tm_isdst: [-max(int), max(int)]
473 /* Normalize tm_isdst just in case someone foolishly implements %Z
474 based on the assumption that tm_isdst falls within the range of
476 if (buf.tm_isdst < -1)
477 buf.tm_isdst = -1;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 227 {"tm_isdst", "1 if summer time is in effect, 0 if not, and -1 if unknown"},
264 SET(8, p->tm_isdst);
327 tm_sec, tm_wday, tm_yday, tm_isdst)\n\
343 tm_sec,tm_wday,tm_yday,tm_isdst)\n\
363 &p->tm_isdst))
431 - tm_isdst: [-max(int), max(int)]
473 /* Normalize tm_isdst just in case someone foolishly implements %Z
474 based on the assumption that tm_isdst falls within the range of
476 if (buf.tm_isdst < -1)
477 buf.tm_isdst = -1;
    [all...]
  /external/python/cpython2/Modules/
timemodule.c 227 {"tm_isdst", "1 if summer time is in effect, 0 if not, and -1 if unknown"},
264 SET(8, p->tm_isdst);
327 tm_sec, tm_wday, tm_yday, tm_isdst)\n\
343 tm_sec,tm_wday,tm_yday,tm_isdst)\n\
363 &p->tm_isdst))
431 - tm_isdst: [-max(int), max(int)]
473 /* Normalize tm_isdst just in case someone foolishly implements %Z
474 based on the assumption that tm_isdst falls within the range of
476 if (buf.tm_isdst < -1)
477 buf.tm_isdst = -1
    [all...]
  /external/libchrome/base/time/
time_posix.cc 250 timestruct.tm_isdst = -1; // attempt to figure it out
260 // tm_isdst is set to -1. On Android, the function will return -1, while the
269 // Get the time values with tm_isdst == 0 and 1, then select the closest one
272 timestruct.tm_isdst = 0;
276 timestruct.tm_isdst = 1;
  /bionic/libc/include/
time.h 55 int tm_isdst; member in struct:tm
  /bionic/tests/headers/posix/
time_h.c 56 STRUCT_MEMBER(struct tm, int, tm_isdst);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 134 int tm_isdst; /* Daylight Savings Time flag */ member in struct:tm
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
TimerWrapper.c 165 GmTime->tm_isdst = 0;
  /external/toybox/toys/posix/
touch.c 78 tm.tm_isdst = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loslib.c 217 setboolfield(L, "isdst", stm->tm_isdst);
255 ts.tm_isdst = getboolfield(L, "isdst");
  /external/syslinux/com32/lua/src/
loslib.c 222 setboolfield(L, "isdst", stm->tm_isdst);
260 ts.tm_isdst = getboolfield(L, "isdst");
  /bionic/libc/bionic/
time64.c 376 dest->tm_isdst = src->tm_isdst;
408 dest->tm_isdst = src->tm_isdst;
543 p->tm_isdst = 0;

Completed in 568 milliseconds

12 3 4 5