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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
rtc.h 18 int tm_hour; member in struct:rtc_time
  /bionic/libc/tzcode/
strftime.c 261 pt = _conv(t->tm_hour, getformat(modifier, "%02d", "%2d", "%d", "%02d"), pt, ptlim);
264 pt = _conv((t->tm_hour % 12) ?
265 (t->tm_hour % 12) : 12,
274 ** _conv(t->tm_hour % 12 ?
275 ** t->tm_hour % 12 : 12, 2, ' ');
282 pt = _conv(t->tm_hour, getformat(modifier, "%2d", "%2d", "%d", "%02d"), pt, ptlim);
295 ** _conv(t->tm_hour, 2, ' ');
302 pt = _conv((t->tm_hour % 12) ?
303 (t->tm_hour % 12) : 12,
317 pt = _add((t->tm_hour >= (HOURSPERDAY / 2))
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 225 pt = _conv(t->tm_hour, L"%02d", pt, ptlim);
228 pt = _conv((t->tm_hour % 12) ?
229 (t->tm_hour % 12) : 12,
238 ** _conv(t->tm_hour % 12 ?
239 ** t->tm_hour % 12 : 12, 2, ' ');
246 pt = _conv(t->tm_hour, L"%2d", pt, ptlim);
251 ** _conv(t->tm_hour, 2, ' ');
258 pt = _conv((t->tm_hour % 12) ?
259 (t->tm_hour % 12) : 12,
272 pt = _add((t->tm_hour >= (HOURSPERDAY / 2))
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_one.pass.cpp 84 assert(t.tm_hour == 9);
134 assert(t.tm_hour == 19);
169 assert(t.tm_hour == 21);
180 assert(t.tm_hour == 9);
191 assert(t.tm_hour == 0);
202 assert(t.tm_hour == 12);
213 assert(t.tm_hour == 9);
224 assert(t.tm_hour == 0);
243 assert(t.tm_hour == 21);
274 assert(t.tm_hour == 21)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_one.pass.cpp 84 assert(t.tm_hour == 9);
134 assert(t.tm_hour == 19);
169 assert(t.tm_hour == 21);
180 assert(t.tm_hour == 9);
191 assert(t.tm_hour == 0);
202 assert(t.tm_hour == 12);
213 assert(t.tm_hour == 9);
224 assert(t.tm_hour == 0);
243 assert(t.tm_hour == 21);
274 assert(t.tm_hour == 21)
    [all...]
  /bionic/libc/bionic/
time64.c 236 seconds += date->tm_hour * 60 * 60;
254 assert(tm->tm_hour >= 0);
255 assert(tm->tm_hour <= 23);
370 dest->tm_hour = src->tm_hour;
402 dest->tm_hour = src->tm_hour;
633 p->tm_hour = v_tm_hour;
771 date->tm_mday, date->tm_hour,
  /system/core/libziparchive/
zip_writer_test.cc 148 tm->tm_hour = (zip_time >> 11) & 0x1f;
163 tm.tm_hour = 18;
192 EXPECT_EQ(tm.tm_hour, mod.tm_hour);
243 EXPECT_EQ(tm.tm_hour, mod.tm_hour);
  /external/boringssl/src/crypto/asn1/
a_gentm.c 119 tm->tm_hour = n;
251 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
  /bionic/libc/include/
time.h 49 int tm_hour; member in struct:tm
  /development/ndk/platforms/android-21/include/
time.h 49 int tm_hour; member in struct:tm
  /development/ndk/platforms/android-3/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /development/ndk/platforms/android-8/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /external/tlsdate/src/
util.c 249 rtctm.tm_hour = tm->tm_hour;
281 tm.tm_hour = rtctm.tm_hour;
  /external/toybox/toys/posix/
cal.c 84 tm->tm_hour = 12; // noon to avoid timezone weirdness
  /frameworks/native/services/sensorservice/
RecentEventLogger.cpp 59 ++j, ev.mEvent.timestamp/1e9, timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec,
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
time.h 48 int tm_hour; /* hours */ member in struct:tm

Completed in 1310 milliseconds

1 2 3 45 6 7 8 91011>>