Searched refs:tm_hour (Results 1 - 9 of 9) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
H A D | ZipFileRO_test.cpp | 54 EXPECT_EQ(14, t.tm_hour)
|
/frameworks/av/media/mtp/ |
H A D | MtpUtils.cpp | 56 tm.tm_hour = hour; 77 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
|
/frameworks/rs/scriptc/ |
H A D | rs_time.rsh | 39 * tm_hour - Hours past midnight. This ranges from 0 to 23. 52 int tm_hour; ///< hours
|
/frameworks/base/core/jni/ |
H A D | Time.cpp | 17 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 D | TimeUtils.h | 74 this->t.tm_hour = hour;
|
H A D | android_text_format_Time.cpp | 65 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 D | ZipFileRO.h | 186 timespec->tm_hour = (when >> 11) & 0x1F;
|
/frameworks/base/tools/aapt/ |
H A D | ZipEntry.cpp | 344 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 D | rsdRuntimeStubs.cpp | 90 int tm_hour; ///< hours member in struct:__anon1616
|
Completed in 7712 milliseconds