Home
last modified time | relevance | path

Searched refs:tm_year (Results 1 – 16 of 16) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Drstime.rs35 rsDebug("tm.tm_year", tm.tm_year);
49 _RS_ASSERT(tm.tm_year == 111);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Drstime.rs17 rsDebug("tm.tm_year", tm.tm_year);
31 _RS_ASSERT(tm.tm_year == 111);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Drstime.rs17 rsDebug("tm.tm_year", tm.tm_year);
31 _RS_ASSERT(tm.tm_year == 111);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Drstime.rs17 rsDebug("tm.tm_year", tm.tm_year);
31 _RS_ASSERT(tm.tm_year == 111);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Drstime.rs33 rsDebug("tm.tm_year", tm.tm_year);
47 _RS_ASSERT(tm.tm_year == 111);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Drstime.rs17 rsDebug("tm.tm_year", tm.tm_year);
31 _RS_ASSERT(tm.tm_year == 111);
/frameworks/base/libs/androidfw/tests/
DZipUtils_test.cpp45 EXPECT_EQ(2011, t.tm_year + 1900) in TEST_F()
/frameworks/base/libs/androidfw/include/androidfw/
DZipUtils.h74 timespec->tm_year = ((date >> 9) & 0x7F) + 80; // Zip is years since 1980 in zipTimeToTimespec()
/frameworks/av/media/mtp/
DMtpUtils.cpp84 tm.tm_year = year - 1900; in parseDateTime()
96 tm.tm_year + 1900, in formatDateTime()
/frameworks/base/services/core/jni/
Dcom_android_server_AlarmManagerService.cpp171 rtc.tm_year = tm.tm_year; in setTime()
/frameworks/rs/script_api/
Drs_time.spec45 field: int tm_year, "Years since 1900."
/frameworks/base/tools/aapt/
DZipEntry.cpp330 parts.tm_year = ((mCDE.mLastModFileDate & 0xfe00) >> 9) + 80; in getModWhen()
361 year = ptm->tm_year; in setModWhen()
/frameworks/rs/script_api/include/
Drs_time.rsh54 int tm_year; // Years since 1900.
/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.cpp359 t.tm_year + 1900, t.tm_mon + 1, t.tm_mday, t.tm_hour, t.tm_min, t.tm_sec); in setDateTime()
582 "%04i:%02i:%02i", t.tm_year + 1900, t.tm_mon + 1, t.tm_mday); in setGpsTimestamp()
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp127 int tm_year; ///< year member
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp141 int tm_year; ///< year member