Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Drstime.rscript12 rsDebug("tm.tm_sec", tm.tm_sec);
26 _RS_ASSERT(tm.tm_sec == 33);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Drstime.rscript12 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.rscript12 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.rscript28 rsDebug("tm.tm_sec", tm.tm_sec);
42 _RS_ASSERT(tm.tm_sec == 33);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Drstime.rscript30 rsDebug("tm.tm_sec", tm.tm_sec);
44 _RS_ASSERT(tm.tm_sec == 33);
/frameworks/base/services/core/jni/
Dcom_android_server_SystemClockTime.cpp59 rtc.tm_sec = tm.tm_sec; in setTime()
/frameworks/base/libs/androidfw/tests/
DZipUtils_test.cpp60 EXPECT_EQ(40, t.tm_sec) in TEST_F()
/frameworks/base/libs/androidfw/include/androidfw/
DZipUtils.h82 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.h68 const int8_t sec = static_cast<int8_t>(timeinfo->tm_sec); in dump()
DRecentEventLogger.cpp69 ++j, ev.mEvent.timestamp/1e9, timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec, in dump()
DHidlSensorHalWrapper.h50 timeInfo->tm_sec, mCount); in toString()
DSensorService.cpp617 timeinfo->tm_min, timeinfo->tm_sec, (int)ns2ms(curTime.tv_nsec)); in dump()
/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.cpp327 parts.tm_sec = (mCDE.mLastModFileTime & 0x001f) << 1; 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.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/base/tools/aapt2/format/
DArchive_test.cpp126 EXPECT_EQ(modification_time.tm_sec, 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.cpp136 int tm_sec; ///< seconds member
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp2210 int num_chars = snprintf(&str[n], str.size() - n, ":%02d.%09ld", tm.tm_sec, ts.tv_nsec); in GetTimestamp()