HomeSort by relevance Sort by last modified time
    Searched refs:max_retries (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 55 A 'max_retries' parameter may optionally be passed to prevent it
63 max_retries = _kwargs.get('max_retries', -1)
64 if 'max_retries' in _kwargs:
65 del _kwargs['max_retries']
78 max_retries -= 1
79 if max_retries == -1:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 55 A 'max_retries' parameter may optionally be passed to prevent it
63 max_retries = _kwargs.get('max_retries', -1)
64 if 'max_retries' in _kwargs:
65 del _kwargs['max_retries']
78 max_retries -= 1
79 if max_retries == -1:
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.cc 45 int max_retries,
50 int max_retries,
53 int max_retries,
56 int max_retries,
77 int max_retries,
92 int max_retries,
106 post_body, max_retries, delegate);
113 int max_retries,
131 post_body, max_retries, delegate);
135 int max_retries,
    [all...]
gaia_oauth_client.h 55 // exhausted. If max_retries is -1, this is never invoked.
65 // In the below methods, |max_retries| specifies the maximum number of times
68 // the input arguments). Setting |max_retries| to -1 implies infinite retries.
72 // can be used to fetch a fresh access token. See |max_retries| docs above.
75 int max_retries,
82 // appropriate permissions). See |max_retries| docs above.
86 int max_retries,
92 // See |max_retries| docs above.
94 int max_retries,
103 // user_id field will be returned. See |max_retries| docs above
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.cc 39 int max_retries,
43 int max_retries,
57 int max_retries,
76 int max_retries,
84 MakeGaiaRequest(post_body, max_retries, delegate);
90 int max_retries,
98 MakeGaiaRequest(post_body, max_retries, delegate);
103 int max_retries,
111 request_->set_max_retries(max_retries);
171 if ((-1 != source->max_retries()) &
    [all...]
gaia_oauth_client.h 46 // exhausted. If max_retries is -1, this is never invoked.
53 // In the below methods, |max_retries| specifies the maximum number of times
56 // the input arguments). Setting |max_retries| to -1 implies infinite retries.
59 int max_retries,
63 int max_retries,
  /external/chromium/chrome/common/net/
url_fetcher.h 186 int max_retries() const { return max_retries_; } function in class:URLFetcher
188 void set_max_retries(int max_retries) { max_retries_ = max_retries; }
url_fetcher.cc 472 num_retries_ <= fetcher_->max_retries()) {
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.h 111 int max_retries,
115 int max_retries,
135 int max_retries,
cloud_print_url_fetcher.cc 85 int max_retries,
90 max_retries,
99 int max_retries,
106 max_retries,
194 int max_retries,
205 request_->SetMaxRetriesOn5xx(max_retries);
cloud_print_connector.h 124 int max_retries,
127 int max_retries,
cloud_print_url_fetcher_unittest.cc 93 virtual void CreateFetcher(const GURL& url, int max_retries);
214 void CloudPrintURLFetcherTest::CreateFetcher(const GURL& url, int max_retries) {
224 max_retries_ = max_retries;
cloud_print_connector.cc 291 int max_retries,
295 request_->StartGetRequest(url, this, max_retries, std::string());
299 int max_retries,
306 url, this, max_retries, mime_type, post_data, std::string());
  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 104 void URLFetcherImpl::SetMaxRetriesOn5xx(int max_retries) {
105 core_->SetMaxRetriesOn5xx(max_retries);
117 void URLFetcherImpl::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
118 core_->SetAutomaticallyRetryOnNetworkChanges(max_retries);
url_fetcher.h 212 virtual void SetMaxRetriesOn5xx(int max_retries) = 0;
219 // Retries up to |max_retries| times when requests fail with
221 // retried |max_retries| times then it is propagated to the observer.
222 virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) = 0;
url_fetcher_impl.h 67 virtual void SetMaxRetriesOn5xx(int max_retries) OVERRIDE;
70 virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) OVERRIDE;
test_url_fetcher_factory.cc 126 void TestURLFetcher::SetMaxRetriesOn5xx(int max_retries) {
127 fake_max_retries_ = max_retries;
138 void TestURLFetcher::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
test_url_fetcher_factory.h 120 virtual void SetMaxRetriesOn5xx(int max_retries) OVERRIDE;
123 virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) OVERRIDE;
url_fetcher_core.h 95 void SetMaxRetriesOn5xx(int max_retries);
98 void SetAutomaticallyRetryOnNetworkChanges(int max_retries);
url_fetcher_core.cc 249 void URLFetcherCore::SetMaxRetriesOn5xx(int max_retries) {
250 max_retries_on_5xx_ = max_retries;
261 void URLFetcherCore::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
262 max_retries_on_network_changes_ = max_retries;
  /external/chromium_org/chrome/browser/signin/
oauth2_token_service.h 150 void set_max_authorization_token_fetch_retries_for_testing(int max_retries);
oauth2_token_service.cc 599 int max_retries) {
601 max_fetch_retry_num_ = max_retries;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 139 max_retries=12)
266 max_retries=12)
287 rec = dbutils.DeadlockWrap(c.first, max_retries=10)
292 rec = dbutils.DeadlockWrap(c.next, max_retries=10)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 139 max_retries=12)
266 max_retries=12)
287 rec = dbutils.DeadlockWrap(c.first, max_retries=10)
292 rec = dbutils.DeadlockWrap(c.next, max_retries=10)
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 643 int max_retries = (state_ == PLAN_ACTIVATION_RECONNECTING_OTASP) ? local
645 if (connection_retry_count_ < max_retries) {
    [all...]

Completed in 1698 milliseconds

1 2