HomeSort by relevance Sort by last modified time
    Searched refs:tm_mday (Results 176 - 200 of 251) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c     [all...]
  /external/libcups/cups/
tls-sspi.c 307 tm.tm_mday = systime.wDay;
361 tm.tm_mday = systime.wDay;
    [all...]
adminutil.c 173 curdate->tm_year + 1900, curdate->tm_mon + 1, curdate->tm_mday,
    [all...]
http-support.c 814 snprintf(s, (size_t)slen, "%s, %02d %s %d %02d:%02d:%02d GMT", http_days[tdate->tm_wday], tdate->tm_mday, http_months[tdate->tm_mon], tdate->tm_year + 1900, tdate->tm_hour, tdate->tm_min, tdate->tm_sec);
    [all...]
  /bionic/libc/dns/resolv/
res_debug.c 1176 mytime->tm_year, mytime->tm_mon, mytime->tm_mday,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 1046 stm.tm_mday = dosdate & 0x1f;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 381 int tm_mday; member in struct:__sanitizer::__sanitizer_tm
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/libnetfilter_conntrack/src/conntrack/
snprintf_xml.c 272 ret = snprintf(buf+offset, len, "<day>%d</day>", tm->tm_mday);
  /external/python/cpython2/Modules/
zipimport.c     [all...]
  /external/toybox/toys/pending/
tar.c 738 1+lc->tm_mon, lc->tm_mday, lc->tm_hour, lc->tm_min, lc->tm_sec);
  /external/webrtc/webrtc/base/
httpcommon.cc 352 &tval.tm_mday, month, &tval.tm_year,
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 233 &weekday_str[date->tm_wday * 4], date->tm_mday,
    [all...]
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_nmea.cpp 493 int utcDay = pTm->tm_mday;
    [all...]
  /hardware/qcom/gps/msm8998/utils/
loc_nmea.cpp 493 int utcDay = pTm->tm_mday;
    [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c     [all...]
zipimport.c     [all...]
  /bionic/tests/
wchar_test.cpp 549 t.tm_mday = 10;
  /external/ImageMagick/MagickCore/
string.c     [all...]
  /external/ImageMagick/coders/
mat.c     [all...]
  /external/curl/lib/vtls/
gtls.c 238 tm->tm_mday,
    [all...]
  /external/libchrome/base/time/
time_unittest.cc 133 EXPECT_EQ(tms.tm_mday, exploded.day_of_month);
    [all...]
  /external/syslinux/com32/lib/libpng/
pngwrite.c 437 ptime->day = (png_byte)ttime->tm_mday;
    [all...]

Completed in 402 milliseconds

1 2 3 4 5 6 78 91011