Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Drstime.rscript20 rsDebug("tm.tm_isdst", tm.tm_isdst);
34 _RS_ASSERT(tm.tm_isdst == 0);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Drstime.rscript20 rsDebug("tm.tm_isdst", tm.tm_isdst);
34 _RS_ASSERT(tm.tm_isdst == 0);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Drstime.rscript20 rsDebug("tm.tm_isdst", tm.tm_isdst);
34 _RS_ASSERT(tm.tm_isdst == 0);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Drstime.rscript20 rsDebug("tm.tm_isdst", tm.tm_isdst);
34 _RS_ASSERT(tm.tm_isdst == 0);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Drstime.rscript36 rsDebug("tm.tm_isdst", tm.tm_isdst);
50 _RS_ASSERT(tm.tm_isdst == 0);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Drstime.rscript38 rsDebug("tm.tm_isdst", tm.tm_isdst);
52 _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/libs/androidfw/include/androidfw/
DZipUtils.h83 timespec->tm_isdst = -1; in zipTimeToTimespec()
/frameworks/base/apex/jobscheduler/service/jni/
Dcom_android_server_alarm_AlarmManagerService.cpp162 rtc.tm_isdst = tm.tm_isdst; in setTime()
/frameworks/rs/script_api/
Drs_time.spec48 field: int tm_isdst, "Flag to indicate whether daylight saving time is in effect. The value is posi…
/frameworks/av/media/mtp/
DMtpUtils.cpp85 tm.tm_isdst = -1; in parseDateTime()
/frameworks/rs/script_api/include/
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.cpp332 parts.tm_isdst = -1; // DST info "not available" in getModWhen()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp144 int tm_isdst; ///< daylight savings time member