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

1 2 3 4 5 6 7 8

  /external/tcpdump/
gmt2local.c 57 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_time.c 49 time_ptr->hour = tm_t->tm_hour;
  /frameworks/native/libs/utils/tests/
ZipFileRO_test.cpp 54 EXPECT_EQ(14, t.tm_hour)
  /bionic/libc/tzcode/
strptime.c 273 if (!(_conv_num(&bp, &tm->tm_hour, 0, 23)))
282 if (!(_conv_num(&bp, &tm->tm_hour, 1, 12)))
311 if (tm->tm_hour > 12) /* i.e., 13:00 AM ?! */
313 else if (tm->tm_hour == 12)
314 tm->tm_hour = 0;
322 if (tm->tm_hour > 12) /* i.e., 13:00 PM ?! */
324 else if (tm->tm_hour < 12)
325 tm->tm_hour += 12;
strftime.c 305 pt = _conv(t->tm_hour,
311 pt = _conv((t->tm_hour % 12) ?
312 (t->tm_hour % 12) : 12,
325 ** _conv(t->tm_hour % 12 ?
326 ** t->tm_hour % 12 : 12, 2, ' ');
333 pt = _conv(t->tm_hour,
349 ** _conv(t->tm_hour, 2, ' ');
356 pt = _conv((t->tm_hour % 12) ?
357 (t->tm_hour % 12) : 12,
378 pt = _add((t->tm_hour >= (HOURSPERDAY / 2))
    [all...]
asctime.c 113 timeptr->tm_mday, timeptr->tm_hour,
  /external/openssh/openbsd-compat/
strptime.c 238 if (!(_conv_num(&bp, &tm->tm_hour, 0, 23)))
247 if (!(_conv_num(&bp, &tm->tm_hour, 1, 12)))
277 if (tm->tm_hour > 12) /* i.e., 13:00 AM ?! */
279 else if (tm->tm_hour == 12)
280 tm->tm_hour = 0;
288 if (tm->tm_hour > 12) /* i.e., 13:00 PM ?! */
290 else if (tm->tm_hour < 12)
291 tm->tm_hour += 12;
  /frameworks/av/media/mtp/
MtpUtils.cpp 56 tm.tm_hour = hour;
77 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
  /frameworks/rs/scriptc/
rs_time.rsh 39 * tm_hour - Hours past midnight. This ranges from 0 to 23.
52 int tm_hour; ///< hours
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 39 * tm_hour - Hours past midnight. This ranges from 0 to 23.
52 int tm_hour; ///< hours
  /frameworks/base/core/jni/
Time.cpp 17 t.t.tm_hour, t.t.tm_min, t.t.tm_sec,
25 t.tm_hour = 0;
53 COMPARE_FIELD(tm_hour);
135 n = t.tm_hour;
164 t.tm_year+1900, t.tm_mon+1, t.tm_mday, t.tm_hour, t.tm_min,
TimeUtils.h 74 this->t.tm_hour = hour;
  /external/openssl/crypto/
o_time.c 204 result->tm_hour = time_values.hour;
249 offset_hms += tm->tm_hour * 3600 + tm->tm_min * 60 + tm->tm_sec;
290 tm->tm_hour = offset_hms / 3600;
358 (tm1.tm_hour == tm2.tm_hour) &&
365 tm2.tm_hour, tm2.tm_min, tm2.tm_sec);
368 tm1.tm_hour, tm1.tm_min, tm1.tm_sec);
  /external/skia/src/ports/
SkTime_Unix.cpp 28 dt->fHour = SkToU8(tstruct->tm_hour);
  /external/webrtc/src/system_wrappers/source/
trace_posix.cc 92 sprintf(traceMessage, "(%2u:%2u:%2u:%3u |%5lu) ", systemTime.tm_hour,
111 sprintf(traceMessage, "(%2u:%2u:%2u:%3u |%5lu) ", systemTime.tm_hour,
  /external/chromium/base/third_party/nspr/
prtime.cc 111 st.wHour = exploded->tm_hour;
137 gregorian_date.hour = exploded->tm_hour;
157 exp_tm.tm_hour = exploded->tm_hour;
168 exploded->tm_mday == 31 && exploded->tm_hour == 23 &&
272 time->tm_hour += time->tm_min / 60;
276 time->tm_hour--;
280 if (time->tm_hour < 0) {
282 time->tm_hour += 24;
300 } else if (time->tm_hour > 23)
    [all...]
prtime.h 127 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
128 PRInt32 tm_hour; /* hours past tm_day (0-23) */ member in struct:PRExplodedTime
  /external/stlport/test/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-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/common/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/icu4c/tools/tzcode/
asctime.c 113 timeptr->tm_mday, timeptr->tm_hour,
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
rtc.h 18 int tm_hour; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtc.h 23 int tm_hour; member in struct:rtc_time

Completed in 726 milliseconds

1 2 3 4 5 6 7 8