OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:retries
(Results
351 - 375
of
560
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
wireless.h
325
__u32
retries
;
member in struct:iw_discarded
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
wireless.h
325
__u32
retries
;
member in struct:iw_discarded
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
wireless.h
325
__u32
retries
;
member in struct:iw_discarded
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
wireless.h
325
__u32
retries
;
member in struct:iw_discarded
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
wireless.h
325
__u32
retries
;
member in struct:iw_discarded
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
wireless.h
325
__u32
retries
;
member in struct:iw_discarded
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
wireless.h
325
__u32
retries
;
member in struct:iw_discarded
/system/extras/tests/sdcard/
sysutil.cpp
43
// Max number of
retries
on EAGAIN and EINTR. Totally arbitrary.
/external/chromium/base/
process_util_win.cc
678
int
retries
= 5;
local
709
if (--
retries
== 0) {
/external/chromium_org/base/time/
time_unittest.cc
614
int
retries
= 100; // Arbitrary.
local
616
while (!success &&
retries
--) {
/external/chromium_org/build/android/
test_runner.py
63
help=('Number of
retries
for a test before '
442
help='Execute the given command with
retries
, but only print the result '
/external/chromium_org/chrome/browser/resources/google_now/
utility.js
571
* @param {function()} attempt Activity that the manager
retries
until it
574
* @param {number} maximumDelaySeconds Maximum delay between
retries
.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py
142
self._filesystem.maybe_make_directory(self._filesystem.join(self._results_directory, '
retries
'))
143
results_directory = self._filesystem.join(self._results_directory, '
retries
')
/external/chromium_org/v8/tools/push-to-trunk/
common_includes.py
256
wait_plan: A list of waiting delays between
retries
in seconds. The
257
maximum number of
retries
is len(wait_plan).
/external/kernel-headers/original/linux/
blkdev.h
195
int
retries
;
member in struct:request
209
__REQ_FAILFAST, /* no low level driver
retries
*/
/external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java
527
* closed the connection depending on the number of possible
retries
.
537
* closed the connection depending on the number of possible
retries
.
SASLAuthentication.java.orig
527
* closed the connection depending on the number of possible
retries
.
537
* closed the connection depending on the number of possible
retries
.
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java
234
// Nobody below our level should request
retries
, since we handle
639
// TODO: handle stream errors the same as other
retries
[
all
...]
/external/chromium/third_party/libevent/
evdns.c
2684
int
retries
= strtoint(val);
local
[
all
...]
/external/chromium_org/third_party/libevent/
evdns.c
2684
int
retries
= strtoint(val);
local
[
all
...]
/system/vold/
VolumeManager.cpp
837
int
retries
= 10;
local
839
while(
retries
--) {
848
if (!
retries
) {
[
all
...]
/bionic/libc/kernel/common/linux/
blkdev.h
162
int
retries
;
member in struct:request
/bionic/libc/private/
resolv_private.h
134
#define RES_TIMEOUT 5 /* min. seconds between
retries
*/
/bootable/recovery/mtdutils/
mtdutils.c
458
printf("mtd: wrote block after %d
retries
\n", retry);
/external/chromium/chrome/browser/chromeos/login/
camera.cc
42
// Helpful wrapper around ioctl that
retries
it upon failure in cases when
Completed in 1207 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>