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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/msan/
mktime.cc 13 tm.tm_mday = 28;
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_date.pass.cpp 49 assert(t.tm_mday == 10);
61 assert(t.tm_mday == 10);
73 assert(t.tm_mday == 10);
85 assert(t.tm_mday == 10);
get_date_wide.pass.cpp 49 assert(t.tm_mday == 10);
61 assert(t.tm_mday == 10);
73 assert(t.tm_mday == 10);
85 assert(t.tm_mday == 10);
  /frameworks/base/libs/androidfw/tests/
ZipUtils_test.cpp 51 EXPECT_EQ(29, t.tm_mday)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_date.pass.cpp 49 assert(t.tm_mday == 10);
61 assert(t.tm_mday == 10);
73 assert(t.tm_mday == 10);
85 assert(t.tm_mday == 10);
get_date_wide.pass.cpp 49 assert(t.tm_mday == 10);
61 assert(t.tm_mday == 10);
73 assert(t.tm_mday == 10);
85 assert(t.tm_mday == 10);
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_many.pass.cpp 49 assert(t.tm_mday == 9);
63 assert(t.tm_mday == 9);
get_date.pass.cpp 47 assert(t.tm_mday == 5);
get_date_wide.pass.cpp 47 assert(t.tm_mday == 5);
  /frameworks/av/media/mtp/
MtpUtils.cpp 58 tm.tm_mday = day;
78 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
  /frameworks/rs/scriptc/
rs_time.rsh 44 * tm_mday - Day of the month. This ranges from 1 to 31.
57 int tm_mday; ///< day of the month
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_many.pass.cpp 49 assert(t.tm_mday == 9);
63 assert(t.tm_mday == 9);
get_date.pass.cpp 47 assert(t.tm_mday == 5);
get_date_wide.pass.cpp 47 assert(t.tm_mday == 5);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/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
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/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
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 44 * tm_mday - Day of the month. This ranges from 1 to 31.
57 int tm_mday; ///< day of the month
  /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/chromium_org/crypto/
nss_util_unittest.cc 26 prxtime.tm_mday = exploded.day_of_month = 10;
  /external/chromium_org/third_party/skia/src/ports/
SkTime_Unix.cpp 27 dt->fDay = SkToU8(tstruct->tm_mday);
  /external/ppp/pppd/plugins/radius/
util.c 48 tm->tm_mday = atoi (&valstr[4]);
  /external/skia/src/ports/
SkTime_Unix.cpp 27 dt->fDay = SkToU8(tstruct->tm_mday);
  /frameworks/base/include/androidfw/
ZipUtils.h 70 timespec->tm_mday = date & 0x1F;
  /external/libcxx/test/input.output/iostream.format/ext.manip/
get_time.pass.cpp 50 assert(t.tm_mday == 31);
66 assert(t.tm_mday == 31);

Completed in 4240 milliseconds

1 2 3 4 5 6 7 8 91011>>