HomeSort by relevance Sort by last modified time
    Searched refs:foundIndex (Results 1 - 25 of 34) sorted by null

1 2

  /external/guava/guava/src/com/google/common/collect/
SortedLists.java 56 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) - 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js     [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 602 int64_t foundIndex = 0;
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 = utext_getNativeIndex(ut)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 386 int foundIndex = checkSurfaceFrame();
387 if (foundIndex == lastIndex + 1) {
389 lastIndex = foundIndex;
391 } else if (foundIndex == lastIndex) {
394 } else if (foundIndex > 0) {
398 if (foundIndex < lastIndex) {
400 lastIndex + " to " + foundIndex);
403 lastIndex + " to " + foundIndex);
405 lastIndex = foundIndex;
  /external/svox/pico/lib/
picowa.c 261 picoos_uint8 foundIndex;
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/
utxttest.cpp 602 int64_t foundIndex = 0;
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 = utext_getNativeIndex(ut)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp     [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 314 int foundIndex = -1;
319 foundIndex = oldChild;
325 if (foundIndex < 0)
    [all...]
  /frameworks/base/libs/hwui/
SpotShadow.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp     [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 741 milliseconds

1 2