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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/zlib/google/
zip_reader.cc 58 exploded_time.month = raw_file_info.tmu_date.tm_mon + 1;
  /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 210 gmt_tm.tm_mon = field - 1;
  /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/zlib/src/contrib/minizip/
unzip.h 90 uInt tm_mon; /* months since January - [0,11] */ member in struct:tm_unz_s
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 140 int tm_mon; /* Month. [0-11] */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 140 int tm_mon; /* Month. [0-11] */ member in struct:tm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 140 int tm_mon; /* Month. [0-11] */ member in struct:tm
  /build/tools/zipalign/
ZipEntry.cpp 346 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1;
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
  /frameworks/base/tools/aapt/
ZipEntry.cpp 346 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1;
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
  /external/e2fsprogs/misc/
tune2fs.c 612 sscanf(str, "%4d%2d%2d%2d%2d%2d", &ts.tm_year, &ts.tm_mon,
615 ts.tm_mon -= 1;
616 if (ts.tm_year < 0 || ts.tm_mon < 0 || ts.tm_mon > 11 ||
    [all...]
  /external/qemu/
cutils.c 103 int y = tm->tm_year + 1900, m = tm->tm_mon + 1, d = tm->tm_mday;
  /external/tcpdump/
util.c 198 tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday);
  /sdk/emulator/mksdcard/
mksdcard.c 73 lo = (unsigned short)(tm.tm_mday + ((tm.tm_mon+1) << 8) + (tm.tm_sec << 8));
  /external/chromium_org/third_party/sqlite/src/src/
date.c 445 y.M = sLocal.tm_mon + 1;
456 y.M = sLocal.tm_mon + 1;
468 y.M = pTm->tm_mon + 1;
  /external/ipsec-tools/src/racoon/
backupsa.c 371 tm->tm_mon = i;
  /external/openssh/
moduli.c 157 gtm->tm_year + 1900, gtm->tm_mon + 1, gtm->tm_mday,
  /bionic/libc/netbsd/resolv/
res_debug.c 1124 mytime->tm_mon += 1;
1126 mytime->tm_year, mytime->tm_mon, mytime->tm_mday,
  /device/generic/goldfish/gps/
gps_qemu.c 266 r->utc_mon = tm.tm_mon + 1;
278 tm.tm_mon = r->utc_mon - 1;
  /external/chromium/base/third_party/nspr/
prtime.cc 159 exp_tm.tm_mon = exploded->tm_month;
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.cc 164 exp_tm.tm_mon = exploded->tm_month;
    [all...]
  /external/srec/srec/EventLog/src/
EventLogImpl.c 241 ct->tm_year + 1900, ct->tm_mon + 1, ct->tm_mday, ct->tm_hour,
481 ct->tm_year + 1900, ct->tm_mon + 1, ct->tm_mday, ct->tm_hour,
  /frameworks/base/core/jni/
android_text_format_Time.cpp 67 t->t.tm_mon = env->GetIntField(o, g_monField);
89 env->SetIntField(o, g_monField, t.t.tm_mon);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 353 pTime->tm_mon + 1,
554 pTime->tm_mon + 1,
  /external/chromium_org/third_party/libxslt/libexslt/
date.c 769 ret->value.date.mon = localTm.tm_mon + 1;
803 } else if (localTm.tm_mon < gmTm.tm_mon) {
805 } else if (localTm.tm_mon > gmTm.tm_mon) {
    [all...]

Completed in 1611 milliseconds

1 2 3 4 5 6 7 891011>>