Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RSTest_CompatLibLegacy/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/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_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/base/libs/androidfw/tests/
DZipUtils_test.cpp64 EXPECT_EQ(-1, t.tm_isdst); in TEST_F()
/frameworks/base/include/androidfw/
DZipUtils.h81 timespec->tm_isdst = -1; in zipTimeToTimespec()
/frameworks/av/media/mtp/
DMtpUtils.cpp65 tm.tm_isdst = -1; in parseDateTime()
/frameworks/base/services/core/jni/
Dcom_android_server_AlarmManagerService.cpp207 rtc.tm_isdst = tm.tm_isdst; in setTime()
/frameworks/rs/api/
Drs_time.spec48 field: int tm_isdst, "Flag to indicate whether daylight saving time is in effect. The value is posi…
/frameworks/rs/scriptc/
Drs_time.rsh57 …int tm_isdst; // Flag to indicate whether daylight saving time is in effect. The value is positive…
/frameworks/base/tools/aapt/
DZipEntry.cpp331 parts.tm_isdst = -1; // DST info "not available" in getModWhen()
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_time.jd108 …<tr><th>int tm_isdst</th><td>Flag to indicate whether daylight saving time is in effect. The value…
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp128 int tm_isdst; ///< daylight savings time member