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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/libs/androidfw/tests/
ZipFileRO_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 54 tm.tm_sec = second;
77 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
  /frameworks/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 36 * tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly
50 int tm_sec; ///< seconds
  /frameworks/base/core/jni/
Time.cpp 17 t.t.tm_hour, t.t.tm_min, t.t.tm_sec,
23 t.tm_sec = 0;
55 COMPARE_FIELD(tm_sec);
143 n = t.tm_sec;
165 t.tm_sec, timezone, t.tm_wday, t.tm_yday, tm_gmtoff, t.tm_isdst,
  /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/base/third_party/nspr/
prtime.cc 113 st.wSecond = exploded->tm_sec;
139 gregorian_date.second = exploded->tm_sec;
155 exp_tm.tm_sec = exploded->tm_sec;
169 exploded->tm_min == 59 && exploded->tm_sec == 59)) {
259 time->tm_sec += secOffset;
262 if (time->tm_sec < 0 || time->tm_sec >= 60) {
263 time->tm_min += time->tm_sec / 60;
264 time->tm_sec %= 60
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.cc 118 st.wSecond = exploded->tm_sec;
144 gregorian_date.second = exploded->tm_sec;
160 exp_tm.tm_sec = exploded->tm_sec;
174 exploded->tm_min == 59 && exploded->tm_sec == 59)) {
264 time->tm_sec += secOffset;
267 if (time->tm_sec < 0 || time->tm_sec >= 60) {
268 time->tm_min += time->tm_sec / 60;
269 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/skia/src/ports/
SkTime_Unix.cpp 30 dt->fSecond = SkToU8(tstruct->tm_sec);
  /ndk/sources/cxx-stl/llvm-libc++/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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
get_time.pass.cpp 47 assert(t.tm_sec == 59);
63 assert(t.tm_sec == 59);
put_time.pass.cpp 58 t.tm_sec = 59;
73 t.tm_sec = 59;
  /external/stlport/test/unit/
time_facets_test.cpp 88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec );
101 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec );
171 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec );
184 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec );
  /ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp 88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec );
101 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec );
171 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec );
184 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec );
  /ndk/tests/device/test-stlport/unit/
time_facets_test.cpp 88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec );
101 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec );
171 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec );
184 CPPUNIT_ASSERT( yet_more.tm_sec == xmas.tm_sec );
  /bionic/libc/kernel/common/linux/
rtc.h 22 int tm_sec; member in struct:rtc_time
  /bionic/libc/tzcode/
asctime.c 110 timeptr->tm_min, timeptr->tm_sec,

Completed in 342 milliseconds

1 2 3 4 5 6 7 8 91011>>