HomeSort by relevance Sort by last modified time
    Searched refs:tm_mday (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/libs/utils/tests/
ZipFileRO_test.cpp 51 EXPECT_EQ(29, t.tm_mday)
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_time.c 48 time_ptr->day = tm_t->tm_mday;
  /frameworks/base/libs/rs/scriptc/
rs_time.rsh 40 * tm_mday - Day of the month. This ranges from 1 to 31.
53 int tm_mday; ///< day of the month
  /frameworks/base/media/mtp/
MtpUtils.cpp 57 tm.tm_mday = day;
77 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
  /prebuilt/sdk/14/renderscript/include/
rs_time.rsh 40 * tm_mday - Day of the month. This ranges from 1 to 31.
53 int tm_mday; ///< day of the month
  /prebuilt/sdk/15/renderscript/include/
rs_time.rsh 40 * tm_mday - Day of the month. This ranges from 1 to 31.
53 int tm_mday; ///< day of the month
  /frameworks/base/core/jni/
Time.cpp 16 t.t.tm_year+1900, t.t.tm_mon+1, t.t.tm_mday,
26 t.tm_mday = 0;
52 COMPARE_FIELD(tm_mday);
128 n = t.tm_mday;
164 t.tm_year+1900, t.tm_mon+1, t.tm_mday, t.tm_hour, t.tm_min,
TimeUtils.h 75 this->t.tm_mday = mday;
  /external/openssl/crypto/
o_time.c 205 result->tm_mday = time_values.day;
267 time_day = tm->tm_mday;
288 tm->tm_mday = time_day;
357 (tm1.tm_mday == tm2.tm_mday) &&
364 tm2.tm_mday, tm2.tm_mon + 1, tm2.tm_year + 1900,
367 tm1.tm_mday, tm1.tm_mon + 1, tm1.tm_year + 1900,
  /external/ppp/pppd/plugins/radius/
util.c 48 tm->tm_mday = atoi (&valstr[4]);
  /external/skia/src/ports/
SkTime_Unix.cpp 36 dt->fDay = SkToU8(tstruct->tm_mday);
  /external/chromium/base/third_party/nspr/
prtime.cc 110 st.wDay = exploded->tm_mday;
136 gregorian_date.day = exploded->tm_mday;
158 exp_tm.tm_mday = exploded->tm_mday;
168 exploded->tm_mday == 31 && exploded->tm_hour == 23 &&
283 time->tm_mday--;
285 if (time->tm_mday < 1) {
295 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
303 time->tm_mday++;
305 if (time->tm_mday >
    [all...]
prtime.h 129 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it member in struct:PRExplodedTime
  /external/webkit/Source/WebCore/html/
FTPDirectoryDocument.cpp 233 if (fileTime.tm_mday == now.tm_mday)
235 if (fileTime.tm_mday == now.tm_mday - 1)
239 if (now.tm_mday == 1 && (now.tm_mon == fileTime.tm_mon + 1 || (now.tm_mon == 0 && fileTime.tm_mon == 11)) &&
240 wasLastDayOfMonth(fileTime.tm_year, fileTime.tm_mon, fileTime.tm_mday))
244 if (fileTime.tm_year == now.tm_year - 1 && fileTime.tm_mon == 12 && fileTime.tm_mday == 31 && now.tm_mon == 1 && now.tm_mday == 1)
256 dateString = makeString(months[month], ' ', String::number(fileTime.tm_mday), ", ", String::number(fileTime.tm_year));
258 dateString = makeString(months[month], ' ', String::number(fileTime.tm_mday), ", ", String::number(now.tm_year))
    [all...]
  /external/e2fsprogs/debugfs/
util.c 226 &ts.tm_mday, &ts.tm_hour, &ts.tm_min, &ts.tm_sec);
230 ts.tm_mday < 0 || ts.tm_mday > 31 || ts.tm_hour > 23 ||
232 ts.tm_mday = 0;
236 if (ts.tm_mday == 0 || ret == ((time_t) -1)) {
  /external/stlport/test/unit/
time_facets_test.cpp 91 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
104 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
174 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
187 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
  /ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp 91 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
104 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
174 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
187 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
  /ndk/tests/device/test-stlport/unit/
time_facets_test.cpp 91 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
104 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
174 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
187 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday );
  /bionic/libc/kernel/common/linux/
rtc.h 19 int tm_mday; member in struct:rtc_time
  /bionic/libc/tzcode/
asctime.c 104 ** (e.g., timeptr->tm_mday) when processing "%Y".
113 timeptr->tm_mday, timeptr->tm_hour,
  /development/ndk/platforms/android-3/include/linux/
rtc.h 19 int tm_mday; member in struct:rtc_time
  /external/icu4c/tools/tzcode/
asctime.c 104 ** (e.g., timeptr->tm_mday) when processing "%Y".
113 timeptr->tm_mday, timeptr->tm_hour,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtc.h 24 int tm_mday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 19 int tm_mday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
rtc.h 19 int tm_mday; member in struct:rtc_time

Completed in 220 milliseconds

1 2 3 4 5 6 7