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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/msan/
mktime.cc 18 tm.tm_sec = 42;
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_time.pass.cpp 50 assert(t.tm_sec == 15);
62 assert(t.tm_sec == 15);
74 assert(t.tm_sec == 15);
86 assert(t.tm_sec == 15);
get_time_wide.pass.cpp 50 assert(t.tm_sec == 15);
62 assert(t.tm_sec == 15);
74 assert(t.tm_sec == 15);
86 assert(t.tm_sec == 15);
get_one.pass.cpp 47 assert(t.tm_sec == 59);
63 assert(t.tm_sec == 59);
75 assert(t.tm_sec == 59);
91 assert(t.tm_sec == 59);
110 assert(t.tm_sec == 59);
126 assert(t.tm_sec == 59);
139 assert(t.tm_sec == 59);
155 assert(t.tm_sec == 59);
get_one_wide.pass.cpp 47 assert(t.tm_sec == 59);
63 assert(t.tm_sec == 59);
75 assert(t.tm_sec == 59);
91 assert(t.tm_sec == 59);
109 assert(t.tm_sec == 59);
126 assert(t.tm_sec == 59);
140 assert(t.tm_sec == 59);
157 assert(t.tm_sec == 59);
  /frameworks/base/libs/androidfw/tests/
ZipUtils_test.cpp 60 EXPECT_EQ(40, t.tm_sec)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_time.pass.cpp 50 assert(t.tm_sec == 15);
62 assert(t.tm_sec == 15);
74 assert(t.tm_sec == 15);
86 assert(t.tm_sec == 15);
get_time_wide.pass.cpp 50 assert(t.tm_sec == 15);
62 assert(t.tm_sec == 15);
74 assert(t.tm_sec == 15);
86 assert(t.tm_sec == 15);
get_one.pass.cpp 47 assert(t.tm_sec == 59);
63 assert(t.tm_sec == 59);
75 assert(t.tm_sec == 59);
91 assert(t.tm_sec == 59);
110 assert(t.tm_sec == 59);
126 assert(t.tm_sec == 59);
139 assert(t.tm_sec == 59);
155 assert(t.tm_sec == 59);
get_one_wide.pass.cpp 47 assert(t.tm_sec == 59);
63 assert(t.tm_sec == 59);
75 assert(t.tm_sec == 59);
91 assert(t.tm_sec == 59);
109 assert(t.tm_sec == 59);
126 assert(t.tm_sec == 59);
140 assert(t.tm_sec == 59);
157 assert(t.tm_sec == 59);
  /frameworks/av/media/mtp/
MtpUtils.cpp 55 tm.tm_sec = second;
78 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
  /frameworks/rs/scriptc/
rs_time.rsh 40 * tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly
54 int tm_sec; ///< seconds
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_time.rsh 36 * tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly
50 int tm_sec; ///< seconds
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_time.rsh 36 * tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly
50 int tm_sec; ///< seconds
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_time.rsh 36 * tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly
50 int tm_sec; ///< seconds
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 40 * tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly
54 int tm_sec; ///< seconds
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_time.rsh 40 * tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly
54 int tm_sec; ///< seconds
  /external/chromium_org/third_party/openssl/openssl/crypto/
o_time.c 202 result->tm_sec = time_values.second;
249 offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec;
292 tm->tm_sec = offset_hms % 60;
360 (tm1.tm_sec == tm2.tm_sec))
365 tm2.tm_hour, tm2.tm_min, tm2.tm_sec);
368 tm1.tm_hour, tm1.tm_min, tm1.tm_sec);
  /external/openssl/crypto/
o_time.c 202 result->tm_sec = time_values.second;
249 offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec;
292 tm->tm_sec = offset_hms % 60;
360 (tm1.tm_sec == tm2.tm_sec))
365 tm2.tm_hour, tm2.tm_min, tm2.tm_sec);
368 tm1.tm_hour, tm1.tm_min, tm1.tm_sec);
  /external/chromium_org/base/third_party/nspr/
prtime.cc 120 st.wSecond = exploded->tm_sec;
148 gregorian_date.second = exploded->tm_sec;
164 exp_tm.tm_sec = exploded->tm_sec;
178 exploded->tm_min == 59 && exploded->tm_sec == 59)) {
268 time->tm_sec += secOffset;
271 if (time->tm_sec < 0 || time->tm_sec >= 60) {
272 time->tm_min += time->tm_sec / 60;
273 time->tm_sec %= 60
    [all...]
  /external/chromium_org/crypto/
nss_util_unittest.cc 29 prxtime.tm_sec = exploded.second = 19;
  /external/chromium_org/third_party/skia/src/ports/
SkTime_Unix.cpp 30 dt->fSecond = SkToU8(tstruct->tm_sec);
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_time.pass.cpp 48 assert(t.tm_sec == 0);
59 assert(t.tm_sec == 60);
70 assert(t.tm_sec == 0);
81 // assert(t.tm_sec == 0);
92 // assert(t.tm_sec == 0);
103 assert(t.tm_sec == 22);
114 // assert(t.tm_sec == 0);
get_time_wide.pass.cpp 48 assert(t.tm_sec == 0);
59 assert(t.tm_sec == 60);
70 assert(t.tm_sec == 0);
81 // assert(t.tm_sec == 0);
92 // assert(t.tm_sec == 0);
103 assert(t.tm_sec == 22);
114 // assert(t.tm_sec == 0);
  /external/skia/src/ports/
SkTime_Unix.cpp 30 dt->fSecond = SkToU8(tstruct->tm_sec);

Completed in 82 milliseconds

1 2 3 4 5 6 7 8 91011>>