Searched defs:foundIndex (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSortedLists.java56 Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) {
57 return foundIndex;
66 Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) {
69 int lower = foundIndex;
90 Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) {
94 int upper = foundIndex;
116 Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) {
117 return LAST_PRESENT.resultIndex(comparator, key, list, foundIndex) + 1;
127 Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) {
128 return FIRST_PRESENT.resultIndex(comparator, key, list, foundIndex)
131 resultIndex( Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) argument
[all...]
/external/svox/pico/lib/
H A Dpicowa.c261 picoos_uint8 foundIndex; local
286 foundIndex = i;
288 foundIndex = 0;
305 PICODBG_DEBUG(("at least one entry found in lexicon %i",foundIndex));
327 head->info2 = foundIndex;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dutxttest.cpp602 int64_t foundIndex = 0; local
609 foundIndex = utext_getNativeIndex(ut);
610 TEST_ASSERT(expectedIndex == foundIndex);
614 foundIndex = utext_getPreviousNativeIndex(ut);
615 TEST_ASSERT(expectedIndex == foundIndex);
627 foundIndex = UTEXT_GETNATIVEINDEX(ut);
628 TEST_ASSERT(expectedIndex == foundIndex);
644 foundIndex = utext_getNativeIndex(ut);
645 TEST_ASSERT(len == foundIndex);
657 foundIndex
[all...]
/external/icu4c/test/intltest/
H A Dutxttest.cpp600 int64_t foundIndex = 0; local
607 foundIndex = utext_getNativeIndex(ut);
608 TEST_ASSERT(expectedIndex == foundIndex);
612 foundIndex = utext_getPreviousNativeIndex(ut);
613 TEST_ASSERT(expectedIndex == foundIndex);
625 foundIndex = UTEXT_GETNATIVEINDEX(ut);
626 TEST_ASSERT(expectedIndex == foundIndex);
642 foundIndex = utext_getNativeIndex(ut);
643 TEST_ASSERT(len == foundIndex);
655 foundIndex
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp977 size_t foundIndex = searchOptionsForValue(state[0], 0, itemsSize); local
978 if (foundIndex != kNotFound)
979 toHTMLOptionElement(items[foundIndex])->setSelectedState(true);
984 size_t foundIndex = searchOptionsForValue(value, startIndex, itemsSize); local
985 if (foundIndex == kNotFound)
986 foundIndex = searchOptionsForValue(value, 0, startIndex);
987 if (foundIndex == kNotFound)
989 toHTMLOptionElement(items[foundIndex])->setSelectedState(true);
990 startIndex = foundIndex + 1;
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 253 milliseconds