HomeSort by relevance Sort by last modified time
    Searched refs:tm_sec (Results 76 - 100 of 183) sorted by null

1 2 34 5 6 7 8

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
time.h 46 int tm_sec; /* seconds */ member in struct:tm
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
time.h 46 int tm_sec; /* seconds */ member in struct:tm
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
time.h 46 int tm_sec; /* seconds */ member in struct:tm
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
time.h 46 int tm_sec; /* seconds */ member in struct:tm
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
time.h 46 int tm_sec; /* seconds */ member in struct:tm
  /external/openssl/crypto/asn1/
a_utctm.c 233 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
274 return_cmp(g2(s->data+10), tm->tm_sec);
298 tm.tm_sec=g2(s->data+10);
  /external/zlib/contrib/minizip/
minizip.c 130 tmzip->tm_sec = filedate->tm_sec;
406 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
zip.h 91 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_zip_s
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 60 tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec) != 0) {
  /frameworks/native/include/utils/
ZipFileRO.h 188 timespec->tm_sec = (when & 0x1F) << 1;
  /system/core/toolbox/
date.c 32 tm.tm_sec = (hour % 100);
  /external/e2fsprogs/debugfs/
util.c 226 &ts.tm_mday, &ts.tm_hour, &ts.tm_min, &ts.tm_sec);
231 ts.tm_min > 59 || ts.tm_sec > 61)
  /external/qemu/hw/
mc146818rtc.c 289 tm->tm_sec = rtc_from_bcd(s, s->cmos_data[RTC_SECONDS]);
307 s->cmos_data[RTC_SECONDS] = rtc_to_bcd(s, tm->tm_sec);
349 tm->tm_sec++;
350 if ((unsigned)tm->tm_sec >= 60) {
351 tm->tm_sec = 0;
418 s->cmos_data[RTC_SECONDS_ALARM] == s->current_tm.tm_sec) &&
516 qemu_put_be32(f, s->current_tm.tm_sec);
542 s->current_tm.tm_sec=qemu_get_be32(f);
  /bionic/libc/tzcode/
localtime.c     [all...]
  /external/icu4c/tools/tzcode/
localtime.c     [all...]
  /system/core/libcutils/
tztime.c     [all...]
  /external/ipsec-tools/src/racoon/
backupsa.c 410 tm->tm_sec = str2num(p, len);
411 if (tm->tm_sec == -1 || tm->tm_sec > 60)
  /external/iptables/extensions/
libxt_time.c 142 tm.tm_sec = second;
314 t->tm_mday, t->tm_hour, t->tm_min, t->tm_sec);
318 t->tm_hour, t->tm_min, t->tm_sec);
  /dalvik/vm/
SignalCatcher.cpp 120 ptm->tm_hour, ptm->tm_min, ptm->tm_sec);
  /external/kernel-headers/original/linux/
rtc.h 21 int tm_sec; member in struct:rtc_time
  /external/stlport/stlport/stl/config/
_evc.h 282 int tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm
  /external/webkit/Source/JavaScriptCore/wtf/
CurrentTime.cpp 136 tmtime.tm_sec = systemTime.wSecond;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_win32.c 73 tm.tm_sec = sec;
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 282 int tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 282 int tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm

Completed in 5138 milliseconds

1 2 34 5 6 7 8