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

1 2 3

  /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/icu/icu4c/source/test/intltest/
utxttest.cpp 610 int64_t foundIndex = 0;
617 foundIndex = utext_getNativeIndex(ut);
618 TEST_ASSERT(expectedIndex == foundIndex);
622 foundIndex = utext_getPreviousNativeIndex(ut);
623 TEST_ASSERT(expectedIndex == foundIndex);
635 foundIndex = UTEXT_GETNATIVEINDEX(ut);
636 TEST_ASSERT(expectedIndex == foundIndex);
652 foundIndex = utext_getNativeIndex(ut);
653 TEST_ASSERT(len == foundIndex);
665 foundIndex = utext_getNativeIndex(ut)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 354 int foundIndex = checkSurfaceFrame();
355 if (foundIndex == lastIndex + 1) {
357 lastIndex = foundIndex;
359 } else if (foundIndex == lastIndex) {
362 } else if (foundIndex > 0) {
366 if (foundIndex < lastIndex) {
368 lastIndex + " to " + foundIndex);
371 lastIndex + " to " + foundIndex);
373 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/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 314 int foundIndex = -1;
319 foundIndex = oldChild;
325 if (foundIndex < 0)
    [all...]
  /external/protobuf/js/
message.js 367 var foundIndex = msg.array.length - 1;
368 var obj = msg.array[foundIndex];
375 msg.pivot_ = foundIndex - msg.arrayIndexOffset_;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
guava-18.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 

Completed in 649 milliseconds

1 2 3