Searched defs:clock (Results 26 - 50 of 132) sorted by relevance

123456

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h45 // The clock is placed last, so that it is situated on a different cache line
47 SyncClock clock; member in struct:__tsan::SyncVar
/external/drm_hwcomposer/
H A Ddrmmode.cpp28 clock_(m->clock),
46 return clock_ == m.clock && h_display_ == m.hdisplay &&
55 m->clock = clock_;
80 uint32_t DrmMode::clock() const { function in class:android::DrmMode
/external/junit/src/main/java/org/junit/rules/
H A DStopwatch.java80 private final Clock clock; field in class:Stopwatch
88 Stopwatch(Clock clock) { argument
89 this.clock = clock;
132 currentEndNanos = clock.nanoTime();
139 startNanos = clock.nanoTime();
144 endNanos = clock.nanoTime();
/external/libbrillo/brillo/message_loops/
H A Dfake_message_loop.cc12 FakeMessageLoop::FakeMessageLoop(base::SimpleTestClock* clock) argument
13 : test_clock_(clock) {
102 // Advance the clock to the task firing time, if needed.
/external/mdnsresponder/mDNSWindows/
H A DPosixCompat.c124 localtime_r( const time_t * clock, struct tm * result ) argument
126 localtime_s( result, clock );
/external/python/cpython2/Lib/ctypes/test/
H A Dtest_strings.py197 from time import clock namespace
198 start = clock()
201 stop = clock()
/external/python/cpython3/Lib/ctypes/test/
H A Dtest_strings.py197 from time import clock namespace
198 start = clock()
201 stop = clock()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
H A Dbwe_rtp_play.cc23 explicit Observer(webrtc::Clock* clock) : clock_(clock) {} argument
45 webrtc::SimulatedClock clock(0);
46 Observer observer(&clock);
47 if (!ParseArgsAndSetupEstimator(argc, argv, &clock, &observer, &reader,
69 if (next_rtp_time_ms <= clock.TimeInMilliseconds()) {
84 rbe->IncomingPacket(clock.TimeInMilliseconds(),
100 next_rtp_time_ms - clock.TimeInMilliseconds());
101 clock.AdvanceTimeMilliseconds(std::max<int64_t>(time_until_next_event, 0));
104 clock
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp.h39 * clock - The clock to use to read time. If NULL object
40 * will be using the system clock.
61 Clock* clock; member in struct:webrtc::RtpRtcp::Configuration
79 * Create a RTP/RTCP module object using the system clock.
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dbitrate.cc18 Bitrate::Bitrate(Clock* clock, Observer* observer) argument
19 : clock_(clock),
H A Dremote_ntp_time_estimator.cc14 #include "webrtc/system_wrappers/include/clock.h"
23 RemoteNtpTimeEstimator::RemoteNtpTimeEstimator(Clock* clock) argument
24 : clock_(clock),
71 << " in NTP clock: " << sender_capture_ntp_ms
72 << " estimated time in receiver clock: " << receiver_capture_ms
73 << " converted to NTP clock: " << receiver_capture_ntp_ms;
/external/webrtc/webrtc/test/
H A Dfake_audio_device.cc18 #include "webrtc/system_wrappers/include/clock.h"
25 FakeAudioDevice::FakeAudioDevice(Clock* clock, const std::string& filename) argument
31 clock_(clock),
H A Dframe_generator_capturer.cc15 #include "webrtc/system_wrappers/include/clock.h"
28 Clock* clock) {
30 clock, input, FrameGenerator::CreateChromaGenerator(width, height),
46 Clock* clock) {
48 clock, input,
60 FrameGeneratorCapturer::FrameGeneratorCapturer(Clock* clock, argument
65 clock_(clock),
24 Create(VideoCaptureInput* input, size_t width, size_t height, int target_fps, Clock* clock) argument
40 CreateFromYuvFile( VideoCaptureInput* input, const std::string& file_name, size_t width, size_t height, int target_fps, Clock* clock) argument
/external/boringssl/src/ssl/test/
H A Dpacketed_bio.cc37 : clock(clock_arg) {
46 timeval *clock; member in struct:__anon1026::PacketedBio
154 // Signal to the caller to retry the read, after advancing the clock.
240 bssl::UniquePtr<BIO> PacketedBioCreate(timeval *clock) { argument
245 bio->ptr = new PacketedBio(clock);
259 data->clock->tv_usec += data->timeout.tv_usec;
260 data->clock->tv_sec += data->clock->tv_usec / 1000000;
261 data->clock->tv_usec %= 1000000;
262 data->clock
[all...]
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc221 u64 clock[kThreads]; member in struct:__tsan::SimpleSyncClock
231 clock[i] = 0;
236 if (clock[i] != other->get(i))
240 if (i < size && clock[i] != 0)
250 u64 clock[kThreads]; member in struct:__tsan::SimpleThreadClock
258 clock[i] = 0;
262 clock[tid]++;
269 clock[i] = max(clock[i], src->clock[
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
H A DBitmapPreFillRunner.java59 private final Clock clock; field in class:BitmapPreFillRunner
71 BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder, Clock clock, argument
76 this.clock = clock;
89 long start = clock.now();
113 return clock.now() - startTimeMs >= MAX_DURATION_MS;
/external/libchrome/base/trace_event/
H A Dtrace_event_synthetic_delay.cc56 TraceEventSyntheticDelayClock* clock) {
58 clock_ = clock;
73 void TraceEventSyntheticDelay::SetClock(TraceEventSyntheticDelayClock* clock) { argument
75 clock_ = clock;
54 Initialize( const std::string& name, TraceEventSyntheticDelayClock* clock) argument
/external/ltp/pan/
H A Dreporter.c87 time_t clock; local
135 clock = atoi(info);
136 tm = gmtime(&clock);
/external/perfetto/src/ftrace_reader/
H A Dftrace_config_muxer.cc333 std::string clock = std::string(kClocks[i]); local
334 if (!clocks.count(clock))
336 if (current_clock == clock)
338 ftrace_->SetClock(clock);
/external/python/cpython2/Lib/test/
H A Dpystone.py37 from time import clock namespace
89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_performance_test.cc17 #include "webrtc/system_wrappers/include/clock.h"
75 webrtc::Clock* clock = webrtc::Clock::GetRealTimeClock(); local
76 int64_t start_time_ms = clock->TimeInMilliseconds();
128 int64_t end_time_ms = clock->TimeInMilliseconds();
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_estimator_proxy.cc15 #include "webrtc/system_wrappers/include/clock.h"
26 RemoteEstimatorProxy::RemoteEstimatorProxy(Clock* clock, argument
28 : clock_(clock),
H A Dtransport_feedback_adapter.cc31 Clock* clock,
33 : send_time_history_(clock, kSendTimeHistoryWindowMs),
36 clock_(clock),
29 TransportFeedbackAdapter( RtcpBandwidthObserver* bandwidth_observer, Clock* clock, ProcessThread* process_thread) argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dsend_side.cc23 FullBweSender::FullBweSender(int kbps, BitrateObserver* observer, Clock* clock) argument
25 BitrateController::CreateBitrateController(clock, observer)),
26 rbe_(new RemoteBitrateEstimatorAbsSendTime(this, clock)),
28 clock_(clock),
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvcm_payload_sink_factory.cc19 #include "webrtc/system_wrappers/include/clock.h"
100 Clock* clock,
107 clock_(clock),
116 assert(clock);
98 VcmPayloadSinkFactory( const std::string& base_out_filename, Clock* clock, bool protection_enabled, VCMVideoProtection protection_method, int64_t rtt_ms, uint32_t render_delay_ms, uint32_t min_playout_delay_ms) argument

Completed in 2131 milliseconds

123456