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

1 2 3 4 5 6 7 8

  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_time.c 51 time_ptr->sec = tm_t->tm_sec;
  /frameworks/native/libs/utils/tests/
ZipFileRO_test.cpp 60 EXPECT_EQ(40, t.tm_sec)
  /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,
TimeUtils.h 72 this->t.tm_sec = 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...]
prtime.h 124 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
125 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating member in struct:PRExplodedTime
  /external/skia/src/ports/
SkTime_Unix.cpp 30 dt->fSecond = SkToU8(tstruct->tm_sec);
  /external/webrtc/src/system_wrappers/source/
trace_posix.cc 93 systemTime.tm_min, systemTime.tm_sec, 0,
112 systemTime.tm_min, systemTime.tm_sec, 0,
  /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 114 timeptr->tm_min, timeptr->tm_sec,
  /development/ndk/platforms/android-3/include/linux/
rtc.h 16 int tm_sec; member in struct:rtc_time
  /external/icu4c/tools/tzcode/
asctime.c 114 timeptr->tm_min, timeptr->tm_sec,
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
rtc.h 16 int tm_sec; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtc.h 21 int tm_sec; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtc.h 21 int tm_sec; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtc.h 21 int tm_sec; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
rtc.h 16 int tm_sec; member in struct:rtc_time
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 16 int tm_sec; member in struct:rtc_time

Completed in 899 milliseconds

1 2 3 4 5 6 7 8