Searched refs:tm_mon (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DZipFileRO_test.cpp48 EXPECT_EQ(6, t.tm_mon)
/frameworks/av/media/mtp/
H A DMtpUtils.cpp58 tm.tm_mon = month - 1; // mktime uses months in 0 - 11 range
76 tm.tm_mon + 1, // localtime_r uses months in 0 - 11 range
/frameworks/rs/scriptc/
H A Drs_time.rsh41 * tm_mon - Months since January. This ranges from 0 to 11.
54 int tm_mon; ///< month
/frameworks/base/core/jni/
H A DTime.cpp16 t.t.tm_year+1900, t.t.tm_mon+1, t.t.tm_mday,
27 t.tm_mon = 0;
51 COMPARE_FIELD(tm_mon);
124 n = t.tm_mon+1;
164 t.tm_year+1900, t.tm_mon+1, t.tm_mday, t.tm_hour, t.tm_min,
H A DTimeUtils.h76 this->t.tm_mon = mon;
H A Dandroid_text_format_Time.cpp67 t->t.tm_mon = env->GetIntField(o, g_monField);
89 env->SetIntField(o, g_monField, t.t.tm_mon);
/frameworks/base/include/androidfw/
H A DZipFileRO.h183 timespec->tm_mon = (date >> 5) & 0x0F;
/frameworks/base/tools/aapt/
H A DZipEntry.cpp346 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1;
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp92 int tm_mon; ///< month member in struct:__anon1616

Completed in 781 milliseconds