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

  /external/libcxx/test/utilities/time/time.point/time.point.comparisons/
op_equal.fail.cpp 30 typedef std::chrono::system_clock Clock1;
34 typedef std::chrono::time_point<Clock1, Duration1> T1;
op_less.fail.cpp 38 typedef std::chrono::system_clock Clock1;
42 typedef std::chrono::time_point<Clock1, Duration1> T1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/
op_equal.fail.cpp 30 typedef std::chrono::system_clock Clock1;
34 typedef std::chrono::time_point<Clock1, Duration1> T1;
op_less.fail.cpp 38 typedef std::chrono::system_clock Clock1;
42 typedef std::chrono::time_point<Clock1, Duration1> T1;
  /system/extras/tests/bionic/libstdc++/
test_ctime.cpp 97 volatile std::clock_t clock1 = std::clock(); local
99 if (clock2 < clock1) return false;

Completed in 284 milliseconds