HomeSort by relevance Sort by last modified time
    Searched defs:maxTries (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/delibs/deutil/
deTimer.c 123 const int maxTries = 100;
128 for (tryNdx = 0; tryNdx < maxTries; tryNdx++)
146 DE_ASSERT(tryNdx < maxTries);
  /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...]
  /external/yaffs2/yaffs2/
yaffs_guts.c     [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-core/0.20.0/
tycho-core-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 149 milliseconds