HomeSort by relevance Sort by last modified time
    Searched refs:dstflag (Results 1 - 14 of 14) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
timeb.h 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */ member in struct:timeb
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
timeb.h 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */ member in struct:timeb
  /external/linux-kselftest/android/include/sys/
timeb.h 10 short dstflag; member in struct:timeb
  /external/ltp/android/include/sys/
timeb.h 10 short dstflag; member in struct:timeb
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 57 short dstflag; member in struct:__timeb32
65 short dstflag; member in struct:timeb
73 short dstflag; member in struct:__timeb64
  /external/python/cpython3/Misc/
coverity_model.c 139 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag)
149 __coverity_tainted_data_sanitize__(dstflag);
  /bionic/libc/bionic/
ndk_cruft.cpp 300 short dstflag; member in struct:timeb
320 tb->dstflag = tz.tz_dsttime;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 4473 int dstflag = -1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 4473 int dstflag = -1; local
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 4473 int dstflag = -1; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 370 short dstflag; member in struct:__sanitizer::__sanitizer_timeb
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c 5249 int dstflag = -1; local
    [all...]
  /external/python/cpython3/Lib/
datetime.py 150 def _build_struct_time(y, m, d, hh, mm, ss, dstflag):
153 return _time.struct_time((y, m, d, hh, mm, ss, wday, dnum, dstflag))
    [all...]

Completed in 915 milliseconds