HomeSort by relevance Sort by last modified time
    Searched defs:Clock (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /external/stressapptest/src/
clock.h 21 // This class implements a clock that can be overriden for unit tests.
22 class Clock {
24 virtual ~Clock() {}
  /external/google-benchmark/cmake/
steady_clock.cpp 4 typedef std::chrono::steady_clock Clock;
5 Clock::time_point tp = Clock::now();
  /external/libchrome/base/time/
clock.cc 5 #include "base/time/clock.h"
9 Clock::~Clock() {}
clock.h 13 // A Clock is an interface for objects that vend Times. It is
28 class BASE_EXPORT Clock {
30 virtual ~Clock();
34 // example, the system clock may change to an earlier time.
  /external/libcxx/test/std/utilities/time/time.point/time.point.arithmetic/
op_+=.pass.cpp 21 typedef std::chrono::system_clock Clock;
23 std::chrono::time_point<Clock, Duration> t(Duration(3));
op_-=.pass.cpp 21 typedef std::chrono::system_clock Clock;
23 std::chrono::time_point<Clock, Duration> t(Duration(3));
  /external/libcxx/test/std/utilities/time/time.point/time.point.cast/
toduration.fail.cpp 14 // template <class ToDuration, class Clock, class Duration>
15 // time_point<Clock, ToDuration>
16 // time_point_cast(const time_point<Clock, Duration>& t);
24 typedef std::chrono::system_clock Clock;
25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint;
26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint;
  /external/libcxx/test/std/utilities/time/time.point/time.point.cons/
default.pass.cpp 24 typedef std::chrono::system_clock Clock;
27 std::chrono::time_point<Clock, Duration> t;
32 constexpr std::chrono::time_point<Clock, Duration> t;
duration.fail.cpp 22 typedef std::chrono::system_clock Clock;
24 std::chrono::time_point<Clock, Duration> t = Duration(3);
duration.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 std::chrono::time_point<Clock, Duration> t(Duration(3));
30 std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3));
35 constexpr std::chrono::time_point<Clock, Duration> t(Duration(3));
39 constexpr std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3));
  /external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
op_-time_point.pass.cpp 14 // template <class Clock, class Duration1, class Duration2>
16 // operator-(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
25 typedef std::chrono::system_clock Clock;
29 std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
30 std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
35 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
36 constexpr std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
  /external/libcxx/test/std/utilities/time/time.point/time.point.special/
max.pass.cpp 21 typedef std::chrono::system_clock Clock;
23 typedef std::chrono::time_point<Clock, Duration> TP;
min.pass.cpp 21 typedef std::chrono::system_clock Clock;
23 typedef std::chrono::time_point<Clock, Duration> TP;
  /external/libcxx/utils/google-benchmark/cmake/
steady_clock.cpp 4 typedef std::chrono::steady_clock Clock;
5 Clock::time_point tp = Clock::now();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.arithmetic/
op_+=.pass.cpp 21 typedef std::chrono::system_clock Clock;
23 std::chrono::time_point<Clock, Duration> t(Duration(3));
op_-=.pass.cpp 21 typedef std::chrono::system_clock Clock;
23 std::chrono::time_point<Clock, Duration> t(Duration(3));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/
toduration.fail.cpp 14 // template <class ToDuration, class Clock, class Duration>
15 // time_point<Clock, ToDuration>
16 // time_point_cast(const time_point<Clock, Duration>& t);
24 typedef std::chrono::system_clock Clock;
25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint;
26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cons/
default.pass.cpp 24 typedef std::chrono::system_clock Clock;
27 std::chrono::time_point<Clock, Duration> t;
32 constexpr std::chrono::time_point<Clock, Duration> t;
duration.fail.cpp 22 typedef std::chrono::system_clock Clock;
24 std::chrono::time_point<Clock, Duration> t = Duration(3);
duration.pass.cpp 23 typedef std::chrono::system_clock Clock;
26 std::chrono::time_point<Clock, Duration> t(Duration(3));
30 std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3));
35 constexpr std::chrono::time_point<Clock, Duration> t(Duration(3));
39 constexpr std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.nonmember/
op_-time_point.pass.cpp 14 // template <class Clock, class Duration1, class Duration2>
16 // operator-(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
25 typedef std::chrono::system_clock Clock;
29 std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
30 std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
35 constexpr std::chrono::time_point<Clock, Duration1> t1(Duration1(3));
36 constexpr std::chrono::time_point<Clock, Duration2> t2(Duration2(5));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.special/
max.pass.cpp 21 typedef std::chrono::system_clock Clock;
23 typedef std::chrono::time_point<Clock, Duration> TP;
min.pass.cpp 21 typedef std::chrono::system_clock Clock;
23 typedef std::chrono::time_point<Clock, Duration> TP;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/cmake/
steady_clock.cpp 4 typedef std::chrono::steady_clock Clock;
5 Clock::time_point tp = Clock::now();
  /system/update_engine/common/
clock.h 24 // Implements a clock.
25 class Clock : public ClockInterface {
27 Clock() {}
36 DISALLOW_COPY_AND_ASSIGN(Clock);

Completed in 250 milliseconds

1 2 3 4 5 6 7 8 910