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

/frameworks/base/libs/androidfw/tests/
H A DZipFileRO_test.cpp57 EXPECT_EQ(40, t.tm_min)
/frameworks/av/media/mtp/
H A DMtpUtils.cpp55 tm.tm_min = minute;
77 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
/frameworks/rs/scriptc/
H A Drs_time.rsh38 * tm_min - Minutes after the hour. This ranges from 0 to 59.
51 int tm_min; ///< minutes
/frameworks/base/core/jni/
H A DTime.cpp17 t.t.tm_hour, t.t.tm_min, t.t.tm_sec,
24 t.tm_min = 0;
54 COMPARE_FIELD(tm_min);
139 n = t.tm_min;
164 t.tm_year+1900, t.tm_mon+1, t.tm_mday, t.tm_hour, t.tm_min,
H A DTimeUtils.h73 this->t.tm_min = min;
H A Dandroid_text_format_Time.cpp64 t->t.tm_min = env->GetIntField(o, g_minField);
75 ((t->t.tm_sec !=0) || (t->t.tm_min != 0) || (t->t.tm_hour != 0))) {
86 env->SetIntField(o, g_minField, t.t.tm_min);
/frameworks/base/include/androidfw/
H A DZipFileRO.h187 timespec->tm_min = (when >> 5) & 0x3F;
/frameworks/base/tools/aapt/
H A DZipEntry.cpp343 parts.tm_min = (mCDE.mLastModFileTime & 0x07e0) >> 5;
383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp89 int tm_min; ///< minutes member in struct:__anon1616

Completed in 233 milliseconds