/external/chromium_org/chrome/browser/media/ |
chrome_webrtc_audio_quality_browsertest.cc | 195 duration_tm.tm_sec = duration_sec;
|
/external/qemu/ |
cutils.c | 110 t += 3600 * tm->tm_hour + 60 * tm->tm_min + tm->tm_sec;
|
/sdk/emulator/mksdcard/ |
mksdcard.c | 73 lo = (unsigned short)(tm.tm_mday + ((tm.tm_mon+1) << 8) + (tm.tm_sec << 8));
|
/device/generic/goldfish/gps/ |
gps_qemu.c | 205 time_local = tm_local.tm_sec + 211 time_utc = tm_utc.tm_sec + 276 tm.tm_sec = (int) seconds;
|
/external/chromium_org/third_party/sqlite/src/src/ |
date.c | 449 y.s = sLocal.tm_sec; 460 y.s = sLocal.tm_sec; 472 y.s = pTm->tm_sec;
|
/external/srec/srec/EventLog/src/ |
EventLogImpl.c | 41 #define localtime_r(clock, result) ((result)->tm_sec = 0, localtime(clock)) 242 ct->tm_min, ct->tm_sec); 482 ct->tm_min, ct->tm_sec, timestamp.msecs);
|
/frameworks/base/core/jni/ |
android_text_format_Time.cpp | 63 t->t.tm_sec = env->GetIntField(o, g_secField); 75 ((t->t.tm_sec !=0) || (t->t.tm_min != 0) || (t->t.tm_hour != 0))) { 85 env->SetIntField(o, g_secField, t.t.tm_sec);
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXExif.cpp | 131 mEXIFData.mGPSData.mTimeStampSec = timeinfo->tm_sec; 357 pTime->tm_sec ); 558 pTime->tm_sec );
|
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | 486 mprintf("\n%d:%02d:%02d.%06d Interface %d/%s\n", tm.tm_hour, tm.tm_min, tm.tm_sec, tv.tv_usec, index, if_name); 886 mprintf("Started %3d:%02d:%02d.%06d\n", tm.tm_hour, tm.tm_min, tm.tm_sec, tv_start.tv_usec); 888 mprintf("End %3d:%02d:%02d.%06d\n", tm.tm_hour, tm.tm_min, tm.tm_sec, tv_end.tv_usec); [all...] |
/art/jdwpspy/ |
Net.cpp | 463 *pSec = ptm->tm_sec;
|
/bionic/libc/tzcode/ |
strftime.c | 396 pt = _conv(t->tm_sec,
|
/external/blktrace/ |
blkparse_fmt.c | 103 tm->tm_sec,
|
/external/chromium/crypto/ |
nss_util.cc | 710 exploded.second = prxtime.tm_sec;
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
mem_dbg.c | 683 lcl->tm_hour,lcl->tm_min,lcl->tm_sec);
|
/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 | 638 tm->tm_sec = 0;
|
/external/stlport/stlport/stl/ |
_time_facets.c | 244 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0));
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 244 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0));
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 244 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0));
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 244 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0));
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 244 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0));
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 244 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0));
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_time_facets.c | 244 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0));
|
/external/bluetooth/bluedroid/btif/co/ |
bta_fs_co.c | 939 p_tm->tm_sec); [all...] |