Searched refs:tm_hour (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DZipFileRO_test.cpp54 EXPECT_EQ(14, t.tm_hour)
/frameworks/av/media/mtp/
H A DMtpUtils.cpp56 tm.tm_hour = hour;
77 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
/frameworks/rs/scriptc/
H A Drs_time.rsh39 * tm_hour - Hours past midnight. This ranges from 0 to 23.
52 int tm_hour; ///< hours
/frameworks/base/core/jni/
H A DTime.cpp17 t.t.tm_hour, t.t.tm_min, t.t.tm_sec,
25 t.tm_hour = 0;
53 COMPARE_FIELD(tm_hour);
135 n = t.tm_hour;
164 t.tm_year+1900, t.tm_mon+1, t.tm_mday, t.tm_hour, t.tm_min,
H A DTimeUtils.h74 this->t.tm_hour = hour;
H A Dandroid_text_format_Time.cpp65 t->t.tm_hour = env->GetIntField(o, g_hourField);
75 ((t->t.tm_sec !=0) || (t->t.tm_min != 0) || (t->t.tm_hour != 0))) {
87 env->SetIntField(o, g_hourField, t.t.tm_hour);
/frameworks/base/include/androidfw/
H A DZipFileRO.h186 timespec->tm_hour = (when >> 11) & 0x1F;
/frameworks/base/tools/aapt/
H A DZipEntry.cpp344 parts.tm_hour = (mCDE.mLastModFileTime & 0xf800) >> 11;
383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp90 int tm_hour; ///< hours member in struct:__anon1616

Completed in 7712 milliseconds