Home
last modified time | relevance | path

Searched refs:tm_isdst (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Drstime.rs20 rsDebug("tm.tm_isdst", tm.tm_isdst);
34 _RS_ASSERT(tm.tm_isdst == 0);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Drstime.rs20 rsDebug("tm.tm_isdst", tm.tm_isdst);
34 _RS_ASSERT(tm.tm_isdst == 0);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Drstime.rs20 rsDebug("tm.tm_isdst", tm.tm_isdst);
34 _RS_ASSERT(tm.tm_isdst == 0);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Drstime.rs20 rsDebug("tm.tm_isdst", tm.tm_isdst);
34 _RS_ASSERT(tm.tm_isdst == 0);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Drstime.rs20 rsDebug("tm.tm_isdst", tm.tm_isdst);
34 _RS_ASSERT(tm.tm_isdst == 0);
/frameworks/av/media/mtp/
DMtpUtils.cpp62 tm.tm_isdst = -1; in parseDateTime()
/frameworks/rs/scriptc/
Drs_time.rsh49 * tm_isdst - Flag to indicate whether daylight saving time is in effect. The
62 int tm_isdst; ///< daylight savings time
/frameworks/base/services/core/jni/
Dcom_android_server_AlarmManagerService.cpp195 rtc.tm_isdst = tm.tm_isdst; in setTime()
/frameworks/base/tools/aapt/
DZipEntry.cpp349 parts.tm_isdst = -1; // DST info "not available" in getModWhen()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp100 int tm_isdst; ///< daylight savings time member