OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:retries
(Results
176 - 200
of
560
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc
25
// Delay between load
retries
when there was a validation error.
30
// Maximal number of
retries
before we give up. Calculated to allow for 10 min
/external/libnl-headers/
netlink-types.h
330
* Maximum number of
retries
for unicast solicitation.
335
* Maximum number of
retries
for multicast solicitation.
/bionic/libc/kernel/common/linux/mtd/
mtd.h
47
u_long
retries
;
member in struct:erase_info
/device/asus/grouper/nfc/
nfc_hw.c
63
// bits 4,5: #
retries
after low power detection
/external/ceres-solver/internal/ceres/
minimizer.h
123
// numerical failure. The
retries
are done by exponentially scaling up
/external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc
88
current_fetch_->set_automatically_retry_on_5xx(false); // No
retries
.
/external/chromium/chrome/browser/sync/notifier/
registration_manager.h
30
//
retries
. The most sophisticated one is URLRequestThrottler; making
/external/chromium/net/base/
keygen_handler_win.cc
193
"context: Max
retries
exceeded";
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_base.py
134
"""Receives multiple bytes.
Retries
read when we couldn't receive the
/external/chromium_org/chrome/browser/safe_browsing/
malware_details_cache.cc
87
current_fetch_->SetAutomaticallyRetryOn5xx(false); // No
retries
.
/external/chromium_org/chrome/common/cloud_print/
cloud_print_constants.h
118
// The number of
retries
before we abandon a print job in exponential backoff
/external/chromium_org/chrome/installer/test/
alternate_version_generator.cc
362
//
retries
to help tests that use this pass on machines thusly encumbered.
363
int
retries
= 3;
local
364
while (!image_handle.IsValid() &&
retries
-- > 0) {
366
<< " Retrying " <<
retries
<< " more times.";
/external/chromium_org/chrome/renderer/translate/
translate_helper.h
124
// limit the number of
retries
.
/external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.cc
153
// Since we specify infinite
retries
on network errors, this should never
cloud_print_url_fetcher.h
110
// Authentication information may change between
retries
.
/external/chromium_org/components/policy/core/common/cloud/
cloud_policy_refresh_scheduler.h
25
// fetches and issue
retries
on error conditions.
external_policy_data_updater.h
31
// If a fetch is not successful or retrieves invalid data,
retries
are scheduled
/external/chromium_org/google_apis/drive/
request_sender_unittest.cc
241
// by the RequestSender. So with this TestRequest, RequestSender
retries
/external/chromium_org/net/base/
keygen_handler_win.cc
193
"context: Max
retries
exceeded";
/external/chromium_org/sync/notifier/
registration_manager.h
33
//
retries
. The most sophisticated one is URLRequestThrottler; making
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnBlock.cpp
111
// passes than that, though, but the number of
retries
should not exceed the number of
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
_stream_base.py
150
"""Receives multiple bytes.
Retries
read when we couldn't receive the
/external/openssh/
ssh-add.0
21
the user. The passphrase is read from the user's tty. ssh-add
retries
/external/qemu/android/
async-socket-connector.h
26
* socket with
retries
.
/external/yaffs2/yaffs2/
yaffs_mtdif.c
221
ei.
retries
= 2;
Completed in 1560 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>