/external/chromium/base/third_party/nspr/ |
D | prtime.cc | 112 st.wSecond = exploded->tm_sec; in PR_ImplodeTime() 138 gregorian_date.second = exploded->tm_sec; in PR_ImplodeTime() 154 exp_tm.tm_sec = exploded->tm_sec; in PR_ImplodeTime() 168 exploded->tm_min == 59 && exploded->tm_sec == 59)) { in PR_ImplodeTime() 258 time->tm_sec += secOffset; in ApplySecOffset() 261 if (time->tm_sec < 0 || time->tm_sec >= 60) { in ApplySecOffset() 262 time->tm_min += time->tm_sec / 60; in ApplySecOffset() 263 time->tm_sec %= 60; in ApplySecOffset() 264 if (time->tm_sec < 0) { in ApplySecOffset() 265 time->tm_sec += 60; in ApplySecOffset() [all …]
|
D | prtime.h | 125 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating member
|
/external/openssl/crypto/ |
D | o_time.c | 196 result->tm_sec = time_values.second; in OPENSSL_gmtime() 243 offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec; in OPENSSL_gmtime_adj() 286 tm->tm_sec = offset_hms % 60; in OPENSSL_gmtime_adj() 354 (tm1.tm_sec == tm2.tm_sec)) in check_time() 359 tm2.tm_hour, tm2.tm_min, tm2.tm_sec); in check_time() 362 tm1.tm_hour, tm1.tm_min, tm1.tm_sec); in check_time()
|
/external/stlport/test/unit/ |
D | time_facets_test.cpp | 88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec ); in _time_put_get() 101 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec ); in _time_put_get() 171 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec ); in _time_put_get() 184 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec ); in _time_put_get()
|
/external/bluetooth/glib/glib/ |
D | gtimer.c | 280 retval = ((((retval * 24) + tm->tm_hour) * 60) + tm->tm_min) * 60 + tm->tm_sec; in mktime_utc() 357 tm.tm_sec = strtoul (iso_date, (char **)&iso_date, 10); in g_time_val_from_iso8601() 362 tm.tm_sec = val % 100; in g_time_val_from_iso8601() 448 tm->tm_sec, in g_time_val_to_iso8601() 462 tm->tm_sec); in g_time_val_to_iso8601()
|
/external/chromium/third_party/icu/source/tools/tzcode/ |
D | localtime.c | 1552 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; 1670 result = atmp->tm_sec - btmp->tm_sec; 1697 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, 1742 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) 1753 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) 1755 saved_seconds = yourtm.tm_sec; 1756 yourtm.tm_sec = SECSPERMIN - 1; 1758 saved_seconds = yourtm.tm_sec; 1759 yourtm.tm_sec = 0; 1935 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff - [all …]
|
D | 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); in dumptimeICU()
|
D | asctime.c | 114 timeptr->tm_min, timeptr->tm_sec,
|
/external/icu4c/tools/tzcode/ |
D | localtime.c | 1552 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; 1670 result = atmp->tm_sec - btmp->tm_sec; 1697 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, 1742 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) 1753 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) 1755 saved_seconds = yourtm.tm_sec; 1756 yourtm.tm_sec = SECSPERMIN - 1; 1758 saved_seconds = yourtm.tm_sec; 1759 yourtm.tm_sec = 0; 1935 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff - [all …]
|
D | 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); in dumptimeICU()
|
D | asctime.c | 114 timeptr->tm_min, timeptr->tm_sec,
|
/external/openssl/crypto/asn1/ |
D | a_utctm.c | 233 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec); in ASN1_UTCTIME_adj() 274 return_cmp(g2(s->data+10), tm->tm_sec); in ASN1_UTCTIME_cmp_time_t() 298 tm.tm_sec=g2(s->data+10);
|
/external/chromium/base/ |
D | time_posix.cc | 66 timestruct.tm_sec = exploded.second; in FromExploded() 142 exploded->second = timestruct.tm_sec; in Explode()
|
D | nss_util.cc | 187 exploded.second = prxtime.tm_sec; in PRTimeToBaseTime()
|
/external/chromium/third_party/zlib/contrib/minizip/ |
D | minizip.c | 94 tmzip->tm_sec = filedate->tm_sec; 335 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
|
D | zip.h | 91 uInt tm_sec; /* seconds after the minute - [0,59] */ member
|
D | miniunz.c | 69 newdate.tm_sec = tmu_date.tm_sec;
|
/external/zlib/contrib/minizip/ |
D | minizip.c | 117 tmzip->tm_sec = filedate->tm_sec; 393 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
|
/external/webkit/JavaScriptCore/wtf/ |
D | DateMath.h | 132 : second(inTm.tm_sec) in GregorianDateTime() 163 ret.tm_sec = second; in tm()
|
/external/clearsilver/cgi/ |
D | date.c | 59 snprintf (buf, sizeof(buf), "%02d", ttm->tm_sec); in export_date_tm() 187 if((x = lms->tm_sec - sec)) in later_than()
|
/external/ipsec-tools/src/racoon/ |
D | backupsa.c | 410 tm->tm_sec = str2num(p, len); in str2tmx() 411 if (tm->tm_sec == -1 || tm->tm_sec > 60) in str2tmx()
|
/external/e2fsprogs/debugfs/ |
D | util.c | 224 &ts.tm_mday, &ts.tm_hour, &ts.tm_min, &ts.tm_sec); in string_to_time() 229 ts.tm_min > 59 || ts.tm_sec > 61) in string_to_time()
|
/external/skia/src/ports/ |
D | SkTime_Unix.cpp | 39 dt->fSecond = SkToU8(tstruct->tm_sec); in GetDateTime()
|
/external/skia/src/animator/ |
D | SkTime.cpp | 71 t->fSecond = SkToU8(syst.tm_sec); in GetDateTime()
|
/external/zlib/contrib/untgz/ |
D | untgz.c | 199 local->tm_hour, local->tm_min, local->tm_sec); in strtime() 226 st.wSecond = (WORD)loctm->tm_sec; in setfiletime()
|