HomeSort by relevance Sort by last modified time
    Searched refs:tm_hour (Results 201 - 225 of 327) sorted by null

1 2 3 4 5 6 7 891011>>

  /art/runtime/base/
time_utils.cc 120 ptm->tm_hour, ptm->tm_min, ptm->tm_sec);
  /external/curl/docs/examples/
http2-upload.c 134 now->tm_hour, now->tm_min, now->tm_sec, (long)tv.tv_usec);
  /external/curl/src/
tool_cb_dbg.c 69 now->tm_hour, now->tm_min, now->tm_sec, (long)tv.tv_usec);
  /external/curl/tests/server/
util.c 116 (int)now->tm_hour, (int)now->tm_min, (int)now->tm_sec, (long)tv.tv_usec);
  /external/jhead/
jhead.c 634 tm.tm_mon+1, tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
    [all...]
  /external/libweave/third_party/chromium/base/
logging.cc 220 << std::setw(2) << tm_time->tm_hour
  /external/strace/tests/
xstatx.c 68 p->tm_hour, p->tm_min, p->tm_sec);
  /external/webrtc/webrtc/base/
sslidentity.cc 239 tm.tm_hour = ASN1ReadInt(&s, &bytes_left, 2);
timeutils.cc 214 int hour = tm.tm_hour;
  /external/zlib/src/contrib/minizip/
unzip.h 88 uInt tm_hour; /* hours since midnight - [0,23] */ member in struct:tm_unz_s
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
time.h 137 int tm_hour; /* Hours. [0-23] */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 137 int tm_hour; /* Hours. [0-23] */ member in struct:tm
  /system/core/crash_reporter/
crash_collector_test.cc 100 tm.tm_hour = 13;
crash_collector.cc 144 tm.tm_hour,
  /build/tools/zipalign/
ZipEntry.cpp 344 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11;
383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 271 time.tm_hour = iHour;
349 time.tm_hour = iHour;
  /external/pdfium/xfa/src/fgas/src/localization/
fx_datetime.cpp 159 utLocal.wHour = st.tm_hour;
187 utLocal.wHour = st.tm_hour;
  /external/wpa_supplicant_8/src/utils/
os_unix.c 141 tm.tm_hour = hour;
175 tm->hour = tm2->tm_hour;
  /frameworks/base/tools/aapt/
ZipEntry.cpp 326 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11;
365 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 36 pTM->tm_mon + 1, pTM->tm_mday, pTM->tm_hour, pTM->tm_min,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 91 int tm_hour; member in struct:tm
  /sdk/emulator/mksdcard/src/source/
mksdcard.c 74 hi = (unsigned short)(tm.tm_min + (tm.tm_hour << 8) + (tm.tm_year + 1900));
  /device/generic/goldfish/gps/
gps_qemu.c 205 60*(tm_local.tm_hour +
211 60*(tm_utc.tm_hour +
272 tm.tm_hour = hour;
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 126 mEXIFData.mGPSData.mTimeStampHour = timeinfo->tm_hour;
353 pTime->tm_hour,
554 pTime->tm_hour,
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 129 mEXIFData.mGPSData.mTimeStampHour = timeinfo->tm_hour;
355 pTime->tm_hour,
556 pTime->tm_hour,

Completed in 592 milliseconds

1 2 3 4 5 6 7 891011>>