Searched refs:searchIndex (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapHeap.cpp290 int searchIndex = this->findInLookupTable(LookupEntry(originalBitmap), &entry); local
302 LookupEntry* lookupEntry = fLookupTable[searchIndex];
323 if (index < searchIndex) {
324 searchIndex--;
354 SkDELETE(fLookupTable[searchIndex]);
355 fLookupTable.remove(searchIndex);
369 fLookupTable[searchIndex]->fStorageSlot = entry->fSlot;
388 this->appendToLRU(fLookupTable[searchIndex]);
/external/skia/src/core/
H A DSkBitmapHeap.cpp290 int searchIndex = this->findInLookupTable(LookupEntry(originalBitmap), &entry); local
302 LookupEntry* lookupEntry = fLookupTable[searchIndex];
323 if (index < searchIndex) {
324 searchIndex--;
354 SkDELETE(fLookupTable[searchIndex]);
355 fLookupTable.remove(searchIndex);
369 fLookupTable[searchIndex]->fStorageSlot = entry->fSlot;
388 this->appendToLRU(fLookupTable[searchIndex]);
/external/mdnsresponder/mDNSCore/
H A DuDNS.h108 extern domainname *uDNS_GetNextSearchDomain(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSs8 *searchIndex, mDNSBool ignoreDotLocal);
H A DuDNS.c4872 mDNSexport domainname *uDNS_GetNextSearchDomain(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSs8 *searchIndex, mDNSBool ignoreDotLocal) argument
4875 int count = *searchIndex;
4892 (*searchIndex)++;
4899 (*searchIndex)++;
4905 (*searchIndex)++;
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcher.java208 private int searchIndex = 0; field in class:PhoneNumberMatcher
242 * Attempts to find the next subsequence in the searched sequence on or after {@code searchIndex}
695 lastMatch = find(searchIndex);
699 searchIndex = lastMatch.end();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 217 milliseconds