HomeSort by relevance Sort by last modified time
    Searched refs:tm_hour (Results 126 - 150 of 182) sorted by null

1 2 3 4 56 7 8

  /external/openssl/crypto/asn1/
a_gentm.c 256 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_internal.c 64 tm.tm_hour = hour;
os_unix.c 61 tm.tm_hour = hour;
  /external/zlib/contrib/minizip/
unzip.h 88 uInt tm_hour; /* hours since midnight - [0,23] */ member in struct:tm_unz_s
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 138 int tm_hour; /* Hours. [0-23] */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 138 int tm_hour; /* Hours. [0-23] */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 138 int tm_hour; /* Hours. [0-23] */ member in struct:tm
  /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;
  /frameworks/base/tools/aapt/
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/qemu/
cutils.c 110 t += 3600 * tm->tm_hour + 60 * tm->tm_min + tm->tm_sec;
  /external/qemu/telephony/
sms.c 236 stamp->data[3] = gsm_int_to_bcdi( local.tm_hour );
240 tzdiff = (local.tm_hour*4 + local.tm_min/15) - (gm.tm_hour*4 + gm.tm_min/15);
261 tm->tm_hour = gsm_int_from_bcdi( stamp->data[3] );
    [all...]
  /sdk/emulator/mksdcard/
mksdcard.c 74 hi = (unsigned short)(tm.tm_min + (tm.tm_hour << 8) + (tm.tm_year + 1900));
  /development/tools/emulator/system/gps/
gps_qemu.c 207 60*(tm_local.tm_hour +
213 60*(tm_utc.tm_hour +
274 tm.tm_hour = hour;
  /frameworks/base/core/jni/
android_text_format_Time.cpp 64 t->t.tm_hour = env->GetIntField(o, g_hourField);
74 ((t->t.tm_sec !=0) || (t->t.tm_min != 0) || (t->t.tm_hour != 0))) {
87 env->SetIntField(o, g_hourField, t.t.tm_hour);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 129 mEXIFData.mGPSData.mTimeStampHour = timeinfo->tm_hour;
355 pTime->tm_hour,
556 pTime->tm_hour,
  /sdk/emulator/gps/
gps_qemu.c 207 60*(tm_local.tm_hour +
213 60*(tm_utc.tm_hour +
274 tm.tm_hour = hour;
  /bionic/libc/tzcode/
localtime.c     [all...]
  /external/icu4c/tools/tzcode/
localtime.c     [all...]
  /system/core/libcutils/
tztime.c     [all...]
  /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...]
  /external/blktrace/
blkparse_fmt.c 101 tm->tm_hour,
  /external/chromium/crypto/
nss_util.cc 708 exploded.hour = prxtime.tm_hour;
  /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 636 tm->tm_hour = 0;

Completed in 1288 milliseconds

1 2 3 4 56 7 8