Home
last modified time | relevance | path

Searched refs:tm_mon (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/mtp/
DMtpUtils.cpp59 tm.tm_mon = month - 1; // mktime uses months in 0 - 11 range in parseDateTime()
77 tm.tm_mon + 1, // localtime_r uses months in 0 - 11 range in formatDateTime()
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Drstime.rs16 rsDebug("tm.tm_mon", tm.tm_mon);
30 _RS_ASSERT(tm.tm_mon == 0);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Drstime.rs16 rsDebug("tm.tm_mon", tm.tm_mon);
30 _RS_ASSERT(tm.tm_mon == 0);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Drstime.rs16 rsDebug("tm.tm_mon", tm.tm_mon);
30 _RS_ASSERT(tm.tm_mon == 0);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Drstime.rs16 rsDebug("tm.tm_mon", tm.tm_mon);
30 _RS_ASSERT(tm.tm_mon == 0);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Drstime.rs16 rsDebug("tm.tm_mon", tm.tm_mon);
30 _RS_ASSERT(tm.tm_mon == 0);
/frameworks/base/libs/androidfw/tests/
DZipUtils_test.cpp48 EXPECT_EQ(6, t.tm_mon) in TEST_F()
/frameworks/base/include/androidfw/
DZipUtils.h69 timespec->tm_mon = (date >> 5) & 0x0F; in zipTimeToTimespec()
/frameworks/rs/scriptc/
Drs_time.rsh45 * tm_mon - Months since January. This ranges from 0 to 11.
58 int tm_mon; ///< month
/frameworks/base/services/core/jni/
Dcom_android_server_AlarmManagerService.cpp191 rtc.tm_mon = tm.tm_mon; in setTime()
/frameworks/base/tools/aapt/
DZipEntry.cpp346 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1; in getModWhen()
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday; in setModWhen()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp96 int tm_mon; ///< month member