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

1 2 3 4 5 6 78 91011>>

  /external/icu4c/tools/tzcode/
zdump.c 212 (void) fprintf(stderr, " sec=%d", tmp->tm_sec);
738 result += newp->tm_sec - oldp->tm_sec;
851 timeptr->tm_min, timeptr->tm_sec);
951 fprintf(fp, "%02d:%02d:%02d", loc.tm_hour, loc.tm_min, loc.tm_sec);
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 236 sprintf(buffer, "%02d:%02d:%02d.%03d ", tm->tm_hour, tm->tm_min, tm->tm_sec,
290 sprintf(buffer, "%02d:%02d:%02d.%03ld ", tm->tm_hour, tm->tm_min, tm->tm_sec,
  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 90 newdate.tm_sec = tmu_date.tm_sec;
unzip.h 86 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_unz_s
  /external/zlib/src/contrib/minizip/
miniunz.c 103 newdate.tm_sec = tmu_date.tm_sec;
unzip.h 86 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_unz_s
  /external/zlib/src/contrib/untgz/
untgz.c 199 local->tm_hour, local->tm_min, local->tm_sec);
226 st.wSecond = (WORD)loctm->tm_sec;
  /bionic/libc/tzcode/
strptime.c 336 if (!(_conv_num(&bp, &tm->tm_sec, 0, 61)))
  /external/chromium/base/
time_unittest.cc 38 EXPECT_EQ(tms.tm_sec, exploded.second);
  /external/chromium/googleurl/base/
logging.cc 271 << std::setw(2) << tm_time.tm_sec
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.cc 62 exploded_time.second = raw_file_info.tmu_date.tm_sec;
  /external/chromium_org/third_party/libxslt/libxslt/
extra.c 230 gmt_tm.tm_sec = field;
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_gentm.c 256 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
  /external/chromium_org/third_party/zlib/google/
zip_reader.cc 62 exploded_time.second = raw_file_info.tmu_date.tm_sec;
  /external/jhead/
jhead.c 634 tm.tm_mon+1, tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
    [all...]
  /external/libxslt/libxslt/
extra.c 230 gmt_tm.tm_sec = field;
  /external/openssh/openbsd-compat/
strptime.c 302 if (!(_conv_num(&bp, &tm->tm_sec, 0, 61)))
  /external/openssl/crypto/asn1/
a_gentm.c 256 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 136 int tm_sec; /* Seconds. [0-60] (1 leap second) */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 136 int tm_sec; /* Seconds. [0-60] (1 leap second) */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 136 int tm_sec; /* Seconds. [0-60] (1 leap second) */ member in struct:tm
  /build/tools/zipalign/
ZipEntry.cpp 342 parts.tm_sec = (mCDE.mLastModFileTime & 0x001f) << 1;
383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
  /external/stlport/src/
time_facets.cpp 282 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)t->tm_sec);
283 __append(buf, _buf, ((long)t->tm_sec < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
  /frameworks/base/tools/aapt/
ZipEntry.cpp 342 parts.tm_sec = (mCDE.mLastModFileTime & 0x001f) << 1;
383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 282 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)t->tm_sec);
283 __append(buf, _buf, ((long)t->tm_sec < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);

Completed in 423 milliseconds

1 2 3 4 5 6 78 91011>>