HomeSort by relevance Sort by last modified time
    Searched refs:tm_hour (Results 26 - 50 of 327) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
tm1637.cxx 65 int hour = (gmt) ? gmt->tm_hour : 0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_time.pass.cpp 46 assert(t.tm_hour == 0);
57 assert(t.tm_hour == 23);
68 assert(t.tm_hour == 0);
79 // assert(t.tm_hour == 0);
90 // assert(t.tm_hour == 0);
101 assert(t.tm_hour == 2);
112 // assert(t.tm_hour == 0);
get_time_wide.pass.cpp 46 assert(t.tm_hour == 0);
57 assert(t.tm_hour == 23);
68 assert(t.tm_hour == 0);
79 // assert(t.tm_hour == 0);
90 // assert(t.tm_hour == 0);
101 assert(t.tm_hour == 2);
112 // assert(t.tm_hour == 0);
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
get_time.pass.cpp 49 assert(t.tm_hour == 23);
65 assert(t.tm_hour == 23);
put_time.pass.cpp 60 t.tm_hour = 23;
76 t.tm_hour = 23;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
get_time.pass.cpp 49 assert(t.tm_hour == 23);
68 assert(t.tm_hour == 23);
put_time.pass.cpp 60 t.tm_hour = 23;
75 t.tm_hour = 23;
  /external/libchrome/base/third_party/nspr/
prtime.cc 120 st.wHour = static_cast<WORD>(exploded->tm_hour);
148 gregorian_date.hour = exploded->tm_hour;
169 exp_tm.tm_hour = exploded->tm_hour;
180 exploded->tm_mday == 31 && exploded->tm_hour == 23 &&
284 time->tm_hour += time->tm_min / 60;
288 time->tm_hour--;
292 if (time->tm_hour < 0) {
294 time->tm_hour += 24;
312 } else if (time->tm_hour > 23)
    [all...]
prtime.h 140 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
141 PRInt32 tm_hour; /* hours past tm_day (0-23) */ member in struct:PRExplodedTime
  /external/toybox/toys/posix/
date.c 68 tm0.tm_hour != tm1.tm_hour || tm0.tm_mday != tm1.tm_mday ||
127 sscanf(str, "%2u%2u%2u%2u%n", &tm->tm_mon, &tm->tm_mday, &tm->tm_hour,
  /external/boringssl/src/crypto/
time_support.c 114 offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec;
167 tm->tm_hour = time_sec / 3600;
  /ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp 90 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour );
103 CPPUNIT_ASSERT( yet_more.tm_hour == xmas.tm_hour );
173 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour );
186 CPPUNIT_ASSERT( yet_more.tm_hour == xmas.tm_hour );
  /ndk/tests/device/test-stlport/unit/
time_facets_test.cpp 90 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour );
103 CPPUNIT_ASSERT( yet_more.tm_hour == xmas.tm_hour );
173 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour );
186 CPPUNIT_ASSERT( yet_more.tm_hour == xmas.tm_hour );
  /bionic/libc/kernel/uapi/linux/
rtc.h 25 int tm_hour; member in struct:rtc_time
  /bionic/libc/tzcode/
asctime.c 109 timeptr->tm_mday, timeptr->tm_hour,
  /development/ndk/platforms/android-21/include/linux/
rtc.h 25 int tm_hour; member in struct:rtc_time
  /development/ndk/platforms/android-3/include/linux/
rtc.h 18 int tm_hour; member in struct:rtc_time
  /external/icu/icu4c/source/tools/tzcode/
asctime.c 109 timeptr->tm_mday, timeptr->tm_hour,
  /external/kernel-headers/original/uapi/linux/
rtc.h 23 int tm_hour; member in struct:rtc_time
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put1.pass.cpp 39 t.tm_hour = 13;
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/
put1.pass.cpp 53 t.tm_hour = 13;
  /external/strace/
rtc.c 36 tprintf("{tm_sec=%d, tm_min=%d, tm_hour=%d, "
38 rt->tm_sec, rt->tm_min, rt->tm_hour,
  /external/webrtc/webrtc/system_wrappers/source/
trace_posix.cc 67 sprintf(trace_message, "(%2u:%2u:%2u:%3u |%5lu) ", system_time->tm_hour,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put1.pass.cpp 39 t.tm_hour = 13;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/
put1.pass.cpp 47 t.tm_hour = 13;

Completed in 1222 milliseconds

12 3 4 5 6 7 8 91011>>