Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Drstime.rs30 rsDebug("tm.tm_sec", tm.tm_sec);
44 _RS_ASSERT(tm.tm_sec == 33);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Drstime.rs12 rsDebug("tm.tm_sec", tm.tm_sec);
26 _RS_ASSERT(tm.tm_sec == 33);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Drstime.rs12 rsDebug("tm.tm_sec", tm.tm_sec);
26 _RS_ASSERT(tm.tm_sec == 33);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Drstime.rs12 rsDebug("tm.tm_sec", tm.tm_sec);
26 _RS_ASSERT(tm.tm_sec == 33);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Drstime.rs28 rsDebug("tm.tm_sec", tm.tm_sec);
42 _RS_ASSERT(tm.tm_sec == 33);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Drstime.rs12 rsDebug("tm.tm_sec", tm.tm_sec);
26 _RS_ASSERT(tm.tm_sec == 33);
/frameworks/base/libs/androidfw/tests/
DZipUtils_test.cpp60 EXPECT_EQ(40, t.tm_sec) in TEST_F()
/frameworks/base/libs/androidfw/include/androidfw/
DZipUtils.h80 timespec->tm_sec = (when & 0x1F) << 1; in zipTimeToTimespec()
/frameworks/av/media/mtp/
DMtpUtils.cpp79 tm.tm_sec = second; in parseDateTime()
98 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec); in formatDateTime()
/frameworks/native/services/sensorservice/
DSensorRegistrationInfo.h54 mSec = static_cast<int8_t>(timeinfo->tm_sec); in SensorRegistrationInfo()
DRecentEventLogger.cpp67 ++j, ev.mEvent.timestamp/1e9, timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec, in dump()
DSensorDevice.h70 timeInfo->tm_sec, mCount); in toString()
DSensorService.cpp421 timeinfo->tm_min, timeinfo->tm_sec, (int)ns2ms(curTime.tv_nsec)); in dump()
/frameworks/base/services/core/jni/
Dcom_android_server_AlarmManagerService.cpp166 rtc.tm_sec = tm.tm_sec; in setTime()
/frameworks/rs/script_api/
Drs_time.spec40 field: int tm_sec, "Seconds after the minute. This ranges from 0 to 59, but possibly up to 60 for l…
/frameworks/base/tools/aapt/
DZipEntry.cpp325 parts.tm_sec = (mCDE.mLastModFileTime & 0x001f) << 1; 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.rsh49 …int tm_sec; // Seconds after the minute. This ranges from 0 to 59, but possibly up to 60 for leap …
/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()
600 {static_cast<ExifLong>(t.tm_sec), 1}); in setGpsTimestamp()
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp122 int tm_sec; ///< seconds member
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp136 int tm_sec; ///< seconds member