Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Drstime.rscript14 rsDebug("tm.tm_hour", tm.tm_hour);
28 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Drstime.rscript14 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.rscript14 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.rscript30 rsDebug("tm.tm_hour", tm.tm_hour);
44 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Drstime.rscript32 rsDebug("tm.tm_hour", tm.tm_hour);
46 _RS_ASSERT(tm.tm_hour == 14);
/frameworks/base/services/core/jni/
Dcom_android_server_SystemClockTime.cpp61 rtc.tm_hour = tm.tm_hour; in setTime()
/frameworks/base/libs/androidfw/tests/
DZipUtils_test.cpp54 EXPECT_EQ(14, t.tm_hour) in TEST_F()
/frameworks/base/libs/androidfw/include/androidfw/
DZipUtils.h80 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.h66 const int8_t hour = static_cast<int8_t>(timeinfo->tm_hour); in dump()
DRecentEventLogger.cpp69 ++j, ev.mEvent.timestamp/1e9, timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec, in dump()
DHidlSensorHalWrapper.h49 result.appendFormat("%02d:%02d:%02d :: %d", timeInfo->tm_hour, timeInfo->tm_min, in toString()
DSensorService.cpp616 result.appendFormat("Captured at: %02d:%02d:%02d.%03d\n", timeinfo->tm_hour, in dump()
/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.cpp329 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11; in getModWhen()
356 unsigned short ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1; in setModWhen()
/frameworks/av/media/libmediametrics/
DMediaMetricsItem.cpp271 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec, in nsToString()
278 tm.tm_hour, tm.tm_min, tm.tm_sec, in nsToString()
/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/base/tools/aapt2/format/
DArchive_test.cpp124 EXPECT_EQ(modification_time.tm_hour, 0); in VerifyZipFileTimestamps()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp1272 localTime->tm_hour, localTime->tm_min, localTime->tm_sec, in dumpImageToDisk()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp138 int tm_hour; ///< hours member