Home
last modified time | relevance | path

Searched refs:tm_hour (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/mtp/
DMtpUtils.cpp61 tm.tm_hour = hour; in parseDateTime()
78 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec); in formatDateTime()
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Drstime.rs14 rsDebug("tm.tm_hour", tm.tm_hour);
28 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Drstime.rs14 rsDebug("tm.tm_hour", tm.tm_hour);
28 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Drstime.rs14 rsDebug("tm.tm_hour", tm.tm_hour);
28 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Drstime.rs14 rsDebug("tm.tm_hour", tm.tm_hour);
28 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Drstime.rs14 rsDebug("tm.tm_hour", tm.tm_hour);
28 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Drstime.rs14 rsDebug("tm.tm_hour", tm.tm_hour);
28 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/base/libs/androidfw/tests/
DZipUtils_test.cpp54 EXPECT_EQ(14, t.tm_hour) in TEST_F()
/frameworks/base/include/androidfw/
DZipUtils.h78 timespec->tm_hour = (when >> 11) & 0x1F; in zipTimeToTimespec()
/frameworks/native/services/sensorservice/
DRecentEventLogger.cpp59 ++j, ev.mEvent.timestamp/1e9, timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec, in dump()
DSensorService.cpp1116 reg_info.mHour = timeinfo->tm_hour; in enable()
1148 reg_info.mHour = timeinfo->tm_hour; in disable()
/frameworks/base/services/core/jni/
Dcom_android_server_AlarmManagerService.cpp201 rtc.tm_hour = tm.tm_hour; in setTime()
/frameworks/rs/api/
Drs_time.spec42 field: int tm_hour, "Hours past midnight. This ranges from 0 to 23."
/frameworks/base/tools/aapt/
DZipEntry.cpp326 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11; in getModWhen()
365 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1; in setModWhen()
/frameworks/rs/scriptc/
Drs_time.rsh51 int tm_hour; // Hours past midnight. This ranges from 0 to 23.
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_time.jd102 <tr><th>int tm_hour</th><td>Hours past midnight. This ranges from 0 to 23.</td></tr>
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp122 int tm_hour; ///< hours member