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

1 2 3 4 5 6 7 8 91011

  /external/tcpdump/
gmt2local.c 53 (loc->tm_min - gmt->tm_min) * 60;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
2-1-buildonly.c 19 t.tm_min = 10;
  /external/syslinux/gpxe/src/include/
time.h 8 int tm_min; /* minutes */ member in struct:tm
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
1-1.c 46 time_ptr.tm_min = MINUTE;
56 time_ptr.tm_min, time_ptr.tm_sec, 1900 + time_ptr.tm_year);
  /external/compiler-rt/test/msan/
mktime.cc 17 tm.tm_min = 4;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/
1-1.c 28 tm_ptr.tm_min = 0;
  /external/linux-kselftest/tools/testing/selftests/timers/
rtctest_setdate.c 59 sscanf(time, "%d:%d:%d", &new.tm_hour, &new.tm_min, &new.tm_sec);
63 new.tm_hour, new.tm_min, new.tm_sec);
82 current.tm_hour, current.tm_min, current.tm_sec);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
1-1.c 37 if ((tm_ptr->tm_min >= 0) && (tm_ptr->tm_min <= 59)) {
38 printf("min %02d\n", tm_ptr->tm_min);
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_time.pass.cpp 54 assert(t.tm_min == 14);
66 assert(t.tm_min == 14);
78 assert(t.tm_min == 14);
90 assert(t.tm_min == 14);
get_time_wide.pass.cpp 54 assert(t.tm_min == 14);
66 assert(t.tm_min == 14);
78 assert(t.tm_min == 14);
90 assert(t.tm_min == 14);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
testfrmw.c 59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
rstime.rs 29 rsDebug("tm.tm_min", tm.tm_min);
43 _RS_ASSERT(tm.tm_min == 21);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_time.pass.cpp 54 assert(t.tm_min == 14);
66 assert(t.tm_min == 14);
78 assert(t.tm_min == 14);
90 assert(t.tm_min == 14);

Completed in 941 milliseconds

1 2 3 4 5 6 7 8 91011