HomeSort by relevance Sort by last modified time
    Searched full:clock2 (Results 1 - 3 of 3) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/
op_equal.fail.cpp 31 typedef Clock Clock2;
35 typedef std::chrono::time_point<Clock2, Duration2> T2;
op_less.fail.cpp 39 typedef Clock Clock2;
43 typedef std::chrono::time_point<Clock2, Duration2> T2;
  /system/extras/tests/bionic/libstdc++/
test_ctime.cpp 98 volatile std::clock_t clock2 = std::clock(); local
99 if (clock2 < clock1) return false;

Completed in 767 milliseconds