HomeSort by relevance Sort by last modified time
    Searched refs:max_delay (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/sync/
retry_verifier.cc 25 delay_info.max_delay = backoff_s + current_delay/2;
30 delay_info.max_delay = std::max(static_cast<int64>(1),
31 std::min(delay_info.max_delay, syncer::kMaxBackoffSeconds));
43 delay_table[0].max_delay = static_cast<int64>(2);
48 delay_table[i].max_delay = CalculateDelay(delay_table[i-1].max_delay).
49 max_delay;
67 << " Retry table max: " << delay_table[retry_count].max_delay;
retry_verifier.h 26 int64 max_delay; member in struct:browser_sync::DelayInfo
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.h 33 // - max_delay : The maximum delay which can be estimated. Needed to
50 int max_delay,
delay_estimator.h 54 int max_delay,
delay_estimator.c 92 int max_delay,
95 int history_size = max_delay + lookahead;
100 if (max_delay < 0) {
delay_estimator_wrapper.c 168 int max_delay,
194 max_delay,
  /external/chromium_org/content/public/test/
nested_message_pump_android.cc 66 base::TimeDelta max_delay = base::TimeDelta::FromMilliseconds(100); local
99 state_->waitable_event.TimedWait(max_delay);
103 if (delay > max_delay)
104 delay = max_delay;
mock_render_process_host.h 42 const base::TimeDelta& max_delay,
mock_render_process_host.cc 71 const base::TimeDelta& max_delay,
  /external/chromium_org/ui/app_list/views/
pulsing_block_view.cc 82 const int max_delay = kAnimationDurationInMs * arraysize(kAnimationOpacity); local
83 const int delay = start_delay ? base::RandInt(0, max_delay) : 0;
  /external/tcpdump/
print-slow.c 104 u_int8_t max_delay[2]; member in struct:lacp_tlv_collector_info_t
216 EXTRACT_16BITS(tlv_ptr.lacp_tlv_collector_info->max_delay));
  /external/chromium_org/content/browser/renderer_host/
render_widget_helper.h 131 const base::TimeDelta& max_delay,
render_process_host_impl.h 83 const base::TimeDelta& max_delay,
render_widget_helper.cc 140 int render_widget_id, const base::TimeDelta& max_delay, IPC::Message* msg) {
173 max_delay - (base::TimeTicks::Now() - time_start);
render_widget_host_impl.cc 784 TimeDelta max_delay = TimeDelta::FromMilliseconds(kPaintMsgTimeoutMS); local
785 TimeTicks end_time = TimeTicks::Now() + max_delay;
797 if (process_->WaitForBackingStoreMsg(routing_id_, max_delay, &msg)) {
821 max_delay = end_time - TimeTicks::Now();
822 } while (max_delay > TimeDelta::FromSeconds(0));
    [all...]
render_process_host_impl.cc 778 const base::TimeDelta& max_delay,
786 max_delay, msg);
    [all...]
render_widget_host_unittest.cc 408 const base::TimeDelta& max_delay,
444 const base::TimeDelta& max_delay,
    [all...]
  /external/chromium_org/content/public/browser/
render_process_host.h 77 const base::TimeDelta& max_delay,
  /external/chromium_org/chromeos/
cert_loader.cc 39 const base::TimeDelta max_delay = local
41 if (next_delay > max_delay)
42 next_delay = max_delay;
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator_unittest.cc 292 base::TimeDelta max_delay = base::TimeDelta::FromMilliseconds( local
298 max_delay += additional_delay;
305 EXPECT_LE(actual_delay, max_delay);
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 463 // value between now and now + max_delay.
464 void SetStartupJitter(const TimeDelta& max_delay) {
465 int delay_ms = base::RandInt(0, max_delay.InMilliseconds());
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 465 ** max_delay - maximum amount of time between successive inquiries
477 tBTM_STATUS BTM_SetPeriodicInquiryMode (tBTM_INQ_PARMS *p_inqparms, UINT16 max_delay,
485 p_inqparms->filter_cond_type, min_delay, max_delay);
507 max_delay <= min_delay ||
508 max_delay < BTM_PER_INQ_MIN_MAX_PERIOD)
509 /* max_delay > BTM_PER_INQ_MAX_MAX_PERIOD)*/
518 p_inq->per_max_delay = max_delay;
    [all...]
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 533 const base::TimeDelta& max_delay,
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]

Completed in 423 milliseconds