HomeSort by relevance Sort by last modified time
    Searched refs:tm_hour (Results 226 - 250 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssh/
moduli.c 158 gtm->tm_hour, gtm->tm_min, gtm->tm_sec,
  /external/openssl/crypto/
mem_dbg.c 683 lcl->tm_hour,lcl->tm_min,lcl->tm_sec);
  /external/ppp/pppd/plugins/radius/
avpair.c 636 tm->tm_hour = 0;
  /external/srec/srec/EventLog/src/
EventLogImpl.c 241 ct->tm_year + 1900, ct->tm_mon + 1, ct->tm_mday, ct->tm_hour,
481 ct->tm_year + 1900, ct->tm_mon + 1, ct->tm_mday, ct->tm_hour,
  /external/qemu/telephony/
android_modem.c     [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 937 p_tm->tm_hour,
    [all...]
  /external/chromium/base/
logging.cc 677 << std::setw(2) << tm_time->tm_hour
  /external/chromium_org/base/
logging.cc 706 << std::setw(2) << tm_time->tm_hour
  /external/chromium_org/third_party/libxslt/libexslt/
date.c 771 ret->value.date.hour = localTm.tm_hour;
788 ((gmTm.tm_mday * 1440) + (gmTm.tm_hour * 60) +
791 local_s = localTm.tm_hour * SECS_PER_HOUR +
795 gm_s = gmTm.tm_hour * SECS_PER_HOUR +
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put2.pass.cpp 39 t.tm_hour = 13;
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /external/e2fsprogs/misc/
tune2fs.c 613 &ts.tm_mday, &ts.tm_hour, &ts.tm_min, &ts.tm_sec);
617 ts.tm_mday < 0 || ts.tm_mday > 31 || ts.tm_hour > 23 ||
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /system/core/toolbox/
newfs_msdos.c 676 ((u_int)tm->tm_hour << 8 |
712 x = (u_int)tm->tm_hour << 11 |
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /art/runtime/
utils.cc 128 ptm->tm_hour, ptm->tm_min, ptm->tm_sec);
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 1127 mytime->tm_hour, mytime->tm_min, mytime->tm_sec);
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 368 &tval.tm_hour, &tval.tm_min, &tval.tm_sec, zone)) {
  /external/chromium_org/base/time/
time_unittest.cc 74 EXPECT_EQ(tms.tm_hour, exploded.hour);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 368 &tval.tm_hour, &tval.tm_min, &tval.tm_sec, zone)) {
  /external/strace/
time.c 894 tprintf("{tm_sec=%d, tm_min=%d, tm_hour=%d, "
896 rt->tm_sec, rt->tm_min, rt->tm_hour,
  /external/tcpdump/
smbutil.c 46 tp->tm_hour = (p1 >> 3) & 0xFF;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 233 date->tm_hour, date->tm_min, date->tm_sec);
    [all...]
  /ndk/sources/host-tools/make-3.81/
file.c 855 tm->tm_hour, tm->tm_min, tm->tm_sec);

Completed in 570 milliseconds

1 2 3 4 5 6 7 8 91011>>