Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Drstime.rs32 rsDebug("tm.tm_hour", tm.tm_hour);
46 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/rs/tests/java_api/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/tests/java_api/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/tests/java_api/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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Drstime.rs30 rsDebug("tm.tm_hour", tm.tm_hour);
44 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/rs/tests/java_api/RsTest_16/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/libs/androidfw/include/androidfw/
DZipUtils.h78 timespec->tm_hour = (when >> 11) & 0x1F; in zipTimeToTimespec()
/frameworks/av/media/mtp/
DMtpUtils.cpp81 tm.tm_hour = hour; in parseDateTime()
98 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec); in formatDateTime()
/frameworks/native/services/sensorservice/
DSensorRegistrationInfo.h52 mHour = static_cast<int8_t>(timeinfo->tm_hour); in SensorRegistrationInfo()
DRecentEventLogger.cpp67 ++j, ev.mEvent.timestamp/1e9, timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec, in dump()
DSensorDevice.h69 result.appendFormat("%02d:%02d:%02d :: %d", timeInfo->tm_hour, timeInfo->tm_min, in toString()
DSensorService.cpp420 result.appendFormat("Captured at: %02d:%02d:%02d.%03d\n", timeinfo->tm_hour, in dump()
/frameworks/base/services/core/jni/
Dcom_android_server_AlarmManagerService.cpp168 rtc.tm_hour = tm.tm_hour; in setTime()
/frameworks/rs/script_api/
Drs_time.spec42 field: int tm_hour, "Hours past midnight. This ranges from 0 to 23."
/frameworks/base/tools/aapt/
DZipEntry.cpp327 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11; in getModWhen()
366 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1; in setModWhen()
/frameworks/rs/script_api/include/
Drs_time.rsh51 int tm_hour; // Hours past midnight. This ranges from 0 to 23.
/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()
596 {static_cast<ExifLong>(t.tm_hour), 1}); in setGpsTimestamp()
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp124 int tm_hour; ///< hours member
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp138 int tm_hour; ///< hours member