Searched refs:tm_wday (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/scriptc/
H A Drs_time.rsh43 * tm_wday - Days since Sunday. This ranges from 0 to 6.
56 int tm_wday; ///< day of the week
/frameworks/base/core/jni/
H A DTime.cpp18 t.t.tm_isdst, tm_gmtoff, t.t.tm_wday, t.t.tm_yday);
29 t.tm_wday = 0;
165 t.tm_sec, timezone, t.tm_wday, t.tm_yday, tm_gmtoff, t.tm_isdst,
H A DTimeUtils.h82 this->t.tm_wday = 0;
H A Dandroid_text_format_Time.cpp69 t->t.tm_wday = env->GetIntField(o, g_wdayField);
91 env->SetIntField(o, g_wdayField, t.t.tm_wday);
/frameworks/av/media/mtp/
H A DMtpUtils.cpp60 tm.tm_wday = 0;
/frameworks/base/tools/aapt/
H A DZipEntry.cpp348 parts.tm_wday = parts.tm_yday = 0;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp94 int tm_wday; ///< day of the week member in struct:__anon1616

Completed in 245 milliseconds