/external/tcpdump/ |
gmt2local.c | 57 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
|
/frameworks/base/libs/utils/tests/ |
ZipFileRO_test.cpp | 54 EXPECT_EQ(14, t.tm_hour)
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_time.c | 49 time_ptr->hour = tm_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 | 304 pt = _conv(t->tm_hour, 310 pt = _conv((t->tm_hour % 12) ? 311 (t->tm_hour % 12) : 12, 324 ** _conv(t->tm_hour % 12 ? 325 ** t->tm_hour % 12 : 12, 2, ' '); 332 pt = _conv(t->tm_hour, 348 ** _conv(t->tm_hour, 2, ' '); 355 pt = _conv((t->tm_hour % 12) ? 356 (t->tm_hour % 12) : 12, 377 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) [all...] |
asctime.c | 113 timeptr->tm_mday, timeptr->tm_hour,
|
/frameworks/base/libs/rs/scriptc/ |
rs_time.rsh | 39 * tm_hour - Hours past midnight. This ranges from 0 to 23. 52 int tm_hour; ///< hours
|
/frameworks/base/media/mtp/ |
MtpUtils.cpp | 56 tm.tm_hour = hour; 77 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
|
/prebuilt/sdk/14/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 | 37 dt->fHour = SkToU8(tstruct->tm_hour);
|
/external/webrtc/src/system_wrappers/source/ |
trace_linux.cc | 85 sprintf(traceMessage, "(%2u:%2u:%2u:%3u |%5lu) ", systemTime.tm_hour, 104 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 | 18 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,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
rtc.h | 23 int tm_hour; member in struct:rtc_time
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
rtc.h | 18 int tm_hour; member in struct:rtc_time
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
rtc.h | 18 int tm_hour; member in struct:rtc_time
|