HomeSort by relevance Sort by last modified time
    Searched refs:Clock (Results 176 - 200 of 411) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libchrome/base/test/
simple_test_clock.h 10 #include "base/time/clock.h"
15 // SimpleTestClock is a Clock implementation that gives control over
18 class SimpleTestClock : public Clock {
20 // Starts off with a clock set to Time().
26 // Advances the clock by |delta|.
29 // Sets the clock to the given time.
  /external/webrtc/webrtc/modules/pacing/mock/
mock_paced_sender.h 19 #include "webrtc/system_wrappers/include/clock.h"
25 MockPacedSender() : PacedSender(Clock::GetRealTimeClock(), NULL, 0, 0, 0) {}
  /external/webrtc/webrtc/modules/video_coding/
receiver.h 25 class Clock;
30 VCMReceiver(VCMTiming* timing, Clock* clock, EventFactory* event_factory);
37 Clock* clock,
83 Clock* const clock_;
jitter_estimator.h 20 class Clock;
24 VCMJitterEstimator(const Clock* clock,
165 const Clock* clock_;
  /external/webrtc/webrtc/test/
fake_encoder.h 17 #include "webrtc/system_wrappers/include/clock.h"
25 explicit FakeEncoder(Clock* clock);
47 Clock* const clock_;
58 explicit FakeH264Encoder(Clock* clock);
75 DelayedEncoder(Clock* clock, int delay_ms);
direct_transport.h 27 class Clock;
59 Clock* const clock_;
  /external/libcxx/test/std/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 14 // template <class ToDuration, class Clock, class Duration>
15 // time_point<Clock, ToDuration>
16 // time_point_cast(const time_point<Clock, Duration>& t);
26 typedef std::chrono::system_clock Clock;
27 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint;
28 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint;
43 typedef std::chrono::system_clock Clock;
44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint;
45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
time_point_cast.pass.cpp 14 // template <class ToDuration, class Clock, class Duration>
15 // time_point<Clock, ToDuration>
16 // time_point_cast(const time_point<Clock, Duration>& t);
26 typedef std::chrono::system_clock Clock;
27 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint;
28 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint;
43 typedef std::chrono::system_clock Clock;
44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint;
45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter.h 32 Clock* clock,
60 Clock* const clock_;
remote_estimator_proxy.h 23 class Clock;
35 RemoteEstimatorProxy(Clock* clock, PacketRouter* packet_router);
61 Clock* const clock_;
  /external/webrtc/webrtc/video/
call_stats.h 19 #include "webrtc/system_wrappers/include/clock.h"
32 explicit CallStats(Clock* clock);
61 Clock* const clock_;
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeClock.java 19 import com.android.tv.util.Clock;
24 * Fake implementation of Clock suitable for testing.
29 public class FakeClock implements Clock {
31 * Creates a fake clock with the time set to now and the boot time set to now - 100,000.
39 * Creates a fake clock with the time set to zero.
  /external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/
op_equal.fail.cpp 14 // template <class Clock, class Duration1, class Duration2>
16 // operator==(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
18 // template <class Clock, class Duration1, class Duration2>
20 // operator!=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
26 #include "../../clock.h"
31 typedef Clock Clock2;
op_less.fail.cpp 14 // template <class Clock, class Duration1, class Duration2>
16 // operator< (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
18 // template <class Clock, class Duration1, class Duration2>
20 // operator> (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
22 // template <class Clock, class Duration1, class Duration2>
24 // operator<=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
26 // template <class Clock, class Duration1, class Duration2
    [all...]
op_equal.pass.cpp 14 // template <class Clock, class Duration1, class Duration2>
16 // operator==(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
18 // template <class Clock, class Duration1, class Duration2>
20 // operator!=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
27 typedef std::chrono::system_clock Clock;
30 typedef std::chrono::time_point<Clock, Duration1> T1;
31 typedef std::chrono::time_point<Clock, Duration2> T2;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
ClockPreference.java 22 import com.android.systemui.statusbar.policy.Clock;
48 Clock.CLOCK_SECONDS);
63 } else if (Clock.CLOCK_SECONDS.equals(key)) {
84 TunerService.get(getContext()).setValue(Clock.CLOCK_SECONDS, SECONDS.equals(value) ? 1 : 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/
op_equal.fail.cpp 14 // template <class Clock, class Duration1, class Duration2>
16 // operator==(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
18 // template <class Clock, class Duration1, class Duration2>
20 // operator!=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
26 #include "../../clock.h"
31 typedef Clock Clock2;
op_less.fail.cpp 14 // template <class Clock, class Duration1, class Duration2>
16 // operator< (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
18 // template <class Clock, class Duration1, class Duration2>
20 // operator> (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
22 // template <class Clock, class Duration1, class Duration2>
24 // operator<=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
26 // template <class Clock, class Duration1, class Duration2
    [all...]
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_until_deadlock_bug.pass.cpp 53 typedef std::chrono::steady_clock Clock;
61 auto end_point = Clock::now() + std::chrono::seconds(10);
62 while (readers_finished != total_readers && Clock::now() < end_point) {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.h 25 class Clock;
32 explicit RTPPacketHistory(Clock* clock);
85 Clock* clock_;
  /external/webrtc/webrtc/system_wrappers/include/
ntp_time.h 14 #include "webrtc/system_wrappers/include/clock.h"
21 explicit NtpTime(const Clock& clock) {
22 clock.CurrentNtp(seconds_, fractions_);
30 void SetCurrent(const Clock& clock) {
31 clock.CurrentNtp(seconds_, fractions_);
42 int64_t ToMs() const { return Clock::NtpToMs(seconds_, fractions_); }
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast_stress.cpp 53 typedef std::chrono::high_resolution_clock Clock;
60 auto t0 = Clock::now();
62 auto t1 = Clock::now();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DeletedContactsTableUtil.java 24 import com.android.providers.contacts.util.Clock;
60 Clock.getInstance().currentTimeMillis());
73 long time = Clock.getInstance().currentTimeMillis() -
  /frameworks/base/core/java/android/hardware/radio/
RadioMetadata.java 99 * The clock.
101 public static final String METADATA_KEY_CLOCK = "android.hardware.radio.metadata.CLOCK";
162 * Provides a Clock that can be used to describe time as provided by the Radio.
164 * The clock is defined by the seconds since epoch at the UTC + 0 timezone
170 public static final class Clock implements Parcelable {
183 public static final Parcelable.Creator<Clock> CREATOR
184 = new Parcelable.Creator<Clock>() {
185 public Clock createFromParcel(Parcel in) {
186 return new Clock(in);
189 public Clock[] newArray(int size)
277 Clock clock = null; local
    [all...]
  /external/webrtc/webrtc/modules/pacing/
paced_sender.h 25 class Clock;
70 PacedSender(Clock* clock,
136 Clock* const clock_;

Completed in 2766 milliseconds

1 2 3 4 5 6 78 91011>>