HomeSort by relevance Sort by last modified time
    Searched full:maxtries (Results 1 - 5 of 5) 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)) {
  /external/yaffs2/yaffs2/
yaffs_guts.c     [all...]

Completed in 259 milliseconds