OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxtries
(Results
1 - 7
of
7
) sorted by null
/external/qemu/android/
qemu-setup.c
77
get_report_console_options( char* end, int *
maxtries
)
98
*
maxtries
= strtol( end, NULL, 10 );
116
int
maxtries
= 10;
local
126
flags = get_report_console_options( end, &
maxtries
);
136
for ( ;
maxtries
> 0;
maxtries
-- ) {
158
flags = get_report_console_options( end, &
maxtries
);
169
for ( ;
maxtries
> 0;
maxtries
-- ) {
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java
182
private long
maxTries
;
202
* @param
maxTries
the maximum number of invalid numbers to try before giving up on the text.
207
long
maxTries
) {
212
if (
maxTries
< 0) {
219
this.
maxTries
=
maxTries
;
231
while ((
maxTries
> 0) && matcher.find(index)) {
246
maxTries
--;
342
maxTries
--;
353
maxTries
--
[
all
...]
PhoneNumberUtil.java
[
all
...]
/external/libppp/src/
iface.c
94
int mib[6],
maxtries
, err;
local
111
maxtries
= 20;
114
if (
maxtries
-- == 0 || (err && err != ENOMEM)) {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py
617
self.
maxtries
= 10
626
if self.
maxtries
and self.tries >= self.
maxtries
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py
617
self.
maxtries
= 10
626
if self.
maxtries
and self.tries >= self.
maxtries
:
[
all
...]
/external/yaffs2/yaffs2/
yaffs_guts.c
[
all
...]
Completed in 405 milliseconds