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 46 int max_retries,
51 int max_retries,
54 int max_retries,
57 int max_retries,
60 int max_retries,
81 int max_retries,
85 int max_retries,
100 int max_retries,
114 post_body, max_retries, delegate);
121 int max_retries,
    [all...]
gaia_oauth_client.h 57 // exhausted. If max_retries is -1, this is never invoked.
67 // In the below methods, |max_retries| specifies the maximum number of times
70 // the input arguments). Setting |max_retries| to -1 implies infinite retries.
74 // can be used to fetch a fresh access token. See |max_retries| docs above.
77 int max_retries,
84 // appropriate permissions). See |max_retries| docs above.
88 int max_retries,
94 // See |max_retries| docs above.
96 int max_retries,
102 // See |max_retries| docs above
    [all...]
oauth2_token_service.h 165 void set_max_authorization_token_fetch_retries_for_testing(int max_retries);
oauth2_token_service.cc 733 int max_retries) {
735 max_fetch_retry_num_ = max_retries;
  /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 126 int max_retries,
131 int max_retries,
152 int max_retries,
cloud_print_url_fetcher.cc 148 int max_retries,
150 StartRequestHelper(type, url, net::URLFetcher::GET, delegate, max_retries,
158 int max_retries,
162 StartRequestHelper(type, url, net::URLFetcher::POST, delegate, max_retries,
256 int max_retries,
270 request_->SetMaxRetriesOn5xx(max_retries);
cloud_print_connector.h 134 int max_retries,
138 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 335 int max_retries,
340 url, this, max_retries, std::string());
346 int max_retries,
353 type, url, this, max_retries, mime_type, post_data, std::string());
  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 106 void URLFetcherImpl::SetMaxRetriesOn5xx(int max_retries) {
107 core_->SetMaxRetriesOn5xx(max_retries);
119 void URLFetcherImpl::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
120 core_->SetAutomaticallyRetryOnNetworkChanges(max_retries);
url_fetcher.h 215 virtual void SetMaxRetriesOn5xx(int max_retries) = 0;
222 // Retries up to |max_retries| times when requests fail with
224 // retried |max_retries| times then it is propagated to the observer.
225 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 128 void TestURLFetcher::SetMaxRetriesOn5xx(int max_retries) {
129 fake_max_retries_ = max_retries;
140 void TestURLFetcher::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
test_url_fetcher_factory.h 121 virtual void SetMaxRetriesOn5xx(int max_retries) OVERRIDE;
124 virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) OVERRIDE;
url_fetcher_core.h 94 void SetMaxRetriesOn5xx(int max_retries);
97 void SetAutomaticallyRetryOnNetworkChanges(int max_retries);
url_fetcher_core.cc 252 void URLFetcherCore::SetMaxRetriesOn5xx(int max_retries) {
253 max_retries_on_5xx_ = max_retries;
264 void URLFetcherCore::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
265 max_retries_on_network_changes_ = 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 479 milliseconds

1 2