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

1 2 3 4 5 6 7 8 91011

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
2-1-buildonly.c 18 t.tm_sec = 0;
  /external/syslinux/gpxe/src/include/
time.h 7 int tm_sec; /* seconds */ member in struct:tm
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
1-1.c 47 time_ptr.tm_sec = SECOND;
56 time_ptr.tm_min, time_ptr.tm_sec, 1900 + time_ptr.tm_year);
  /external/compiler-rt/test/msan/
mktime.cc 18 tm.tm_sec = 42;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/
1-1.c 29 tm_ptr.tm_sec = 1;
  /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 29 if ((tm_ptr->tm_sec >= 0) && (tm_ptr->tm_sec < 60)) {
30 printf("sec %02d\n", tm_ptr->tm_sec);
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_time.pass.cpp 55 assert(t.tm_sec == 15);
67 assert(t.tm_sec == 15);
79 assert(t.tm_sec == 15);
91 assert(t.tm_sec == 15);
get_time_wide.pass.cpp 55 assert(t.tm_sec == 15);
67 assert(t.tm_sec == 15);
79 assert(t.tm_sec == 15);
91 assert(t.tm_sec == 15);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
testfrmw.c 60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
testfrmw.c 60 now->tm_sec);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
rstime.rs 28 rsDebug("tm.tm_sec", tm.tm_sec);
42 _RS_ASSERT(tm.tm_sec == 33);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_time.pass.cpp 55 assert(t.tm_sec == 15);
67 assert(t.tm_sec == 15);
79 assert(t.tm_sec == 15);
91 assert(t.tm_sec == 15);
get_time_wide.pass.cpp 55 assert(t.tm_sec == 15);
67 assert(t.tm_sec == 15);
79 assert(t.tm_sec == 15);
91 assert(t.tm_sec == 15);

Completed in 895 milliseconds

1 2 3 4 5 6 7 8 91011