HomeSort by relevance Sort by last modified time
    Searched refs:clock (Results 101 - 125 of 397) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 117 starttime = clock() / (double) CLOCKS_PER_SEC_G711; /* Runtime statistics */
168 runtime = (double)(clock() / (double) CLOCKS_PER_SEC_G711 - starttime);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 122 /* Start clock before call to encoder and decoder */
123 starttime = clock()/(double)CLOCKS_PER_SEC_G722;
129 /* Stop clock after call to encoder and decoder */
130 runtime += (double)((clock()/(double)CLOCKS_PER_SEC_G722)-starttime);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
bitrate.cc 18 Bitrate::Bitrate(Clock* clock, Observer* observer)
19 : clock_(clock),
receive_statistics_impl.h 28 StreamStatisticianImpl(Clock* clock,
62 Clock* clock_;
100 explicit ReceiveStatisticsImpl(Clock* clock);
131 Clock* clock_;
  /external/chromium_org/third_party/webrtc/test/
fake_audio_device.cc 17 #include "webrtc/system_wrappers/interface/clock.h"
26 FakeAudioDevice::FakeAudioDevice(Clock* clock, const std::string& filename)
32 clock_(clock),
  /external/expat/tests/benchmark/
benchmark.c 83 tstart = clock();
102 tend = clock();
  /external/lldb/examples/summaries/cocoa/
metrics.py 24 self.enter_time = time.clock()
27 self.exit_time = time.clock()
  /external/chromium_org/chrome/browser/ssl/
chrome_ssl_host_state_delegate_test.cc 444 // chrome_state takes ownership of this clock
445 base::SimpleTestClock* clock = new base::SimpleTestClock(); local
448 chrome_state->SetClock(scoped_ptr<base::Clock>(clock));
450 // Start the clock at standard system time but do not advance at all to
452 clock->SetNow(base::Time::NowFromSystemTime());
500 // chrome_state takes ownership of this clock
501 base::SimpleTestClock* clock = new base::SimpleTestClock(); local
504 chrome_state->SetClock(scoped_ptr<base::Clock>(clock));
541 base::SimpleTestClock* clock = new base::SimpleTestClock(); local
    [all...]
chrome_ssl_host_state_delegate.h 16 class Clock;
60 // SetClock takes ownership of the passed in clock.
61 void SetClock(scoped_ptr<base::Clock> clock);
106 scoped_ptr<base::Clock> clock_;
  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config_test.cc 221 MockClock clock; local
224 server.AddDefaultConfig(rand, &clock,
231 MockClock clock; local
239 server.AddDefaultConfig(rand, &clock, options));
247 MockClock clock; local
248 clock.AdvanceTime(QuicTime::Delta::FromSeconds(1000000));
250 QuicWallTime now = clock.WallNow();
258 server.AddDefaultConfig(rand, &clock,
265 QuicCryptoServerConfig::GenerateConfig(rand, &clock, options));
347 MockClock clock; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 168 AcquireImpl(thr, pc, &s->clock);
212 ReleaseStoreImpl(thr, pc, &s->clock);
249 AcquireImpl(thr, pc, &s->clock);
324 ReleaseImpl(thr, pc, &s->clock);
361 AcquireImpl(thr, pc, &s->clock);
369 thr->clock.set(tctx->tid, tctx->thr->fast_state.epoch());
371 thr->clock.set(tctx->tid, tctx->epoch1);
391 ReleaseImpl(thr, pc, &s->clock);
403 ReleaseStoreImpl(thr, pc, &s->clock);
431 thr->clock.set(thr->fast_state.epoch())
    [all...]
  /bionic/libc/kernel/uapi/linux/
scc.h 152 long clock; member in struct:scc_hw_config
  /development/ndk/platforms/android-3/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /development/ndk/platforms/android-L/include/linux/
scc.h 152 long clock; member in struct:scc_hw_config
  /development/ndk/platforms/android-L/include/
time.h 84 extern clock_t clock(void) __LIBC_ABI_PUBLIC__;
  /external/chromium_org/base/debug/
trace_event_synthetic_delay.cc 54 TraceEventSyntheticDelayClock* clock) {
56 clock_ = clock;
72 void TraceEventSyntheticDelay::SetClock(TraceEventSyntheticDelayClock* clock) {
74 clock_ = clock;
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.h 93 explicit AutomaticRebootManager(scoped_ptr<base::TickClock> clock);
139 // A clock that can be mocked in tests to fast-forward time.
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.h 22 class Clock;
68 // Gains ownership of |clock|.
69 void SetClockForTesting(scoped_ptr<base::Clock> clock);
107 scoped_ptr<base::Clock> clock_;
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier.h 56 // |render_view|. |clock| is used to time feature extractor operations, and
60 FeatureExtractorClock* clock);
phishing_dom_feature_extractor.h 43 // the RenderView. |clock| is used for timing feature extractor operations,
45 // clock.
47 FeatureExtractorClock* clock);
129 // Non-owned pointer to our clock.
phishing_term_feature_extractor.h 55 // |clock| is used for timing feature extractor operations, and may be mocked
56 // for testing. The caller keeps ownership of the clock.
64 FeatureExtractorClock* clock);
148 // Non-owned pointer to our clock.
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_basic.cc 36 // There is no definition of errno when clock is failed.
38 *ticks = clock();
83 // For gettod, clock and nanosleep, their argument types should be nacl_abi_X,
  /external/chromium_org/google_apis/gcm/base/
mcs_util.h 20 class Clock;
89 base::Clock* clock);
  /external/chromium_org/media/cast/
cast_environment.h 35 scoped_ptr<base::TickClock> clock,
57 base::TickClock* Clock() const { return clock_.get(); }
  /external/chromium_org/media/cast/net/
cast_transport_sender.h 58 base::TickClock* clock,
84 // |current_time| is the current time reported by a tick clock.

Completed in 913 milliseconds

1 2 3 45 6 7 8 91011>>