OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxTries
(Results
1 - 3
of
3
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java
201
private long
maxTries
;
221
* @param
maxTries
the maximum number of invalid numbers to try before giving up on the text.
226
long
maxTries
) {
231
if (
maxTries
< 0) {
238
this.
maxTries
=
maxTries
;
250
while ((
maxTries
> 0) && matcher.find(index)) {
265
maxTries
--;
353
while (groupMatcher.find() &&
maxTries
> 0) {
363
maxTries
--
[
all
...]
PhoneNumberUtil.java
[
all
...]
/external/deqp/framework/delibs/deutil/
deTimer.c
123
const int
maxTries
= 100;
128
for (tryNdx = 0; tryNdx <
maxTries
; tryNdx++)
146
DE_ASSERT(tryNdx <
maxTries
);
Completed in 1268 milliseconds