HomeSort by relevance Sort by last modified time
    Searched refs:foundIndex (Results 1 - 25 of 64) 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 604 int64_t foundIndex = 0;
611 foundIndex = utext_getNativeIndex(ut);
612 TEST_ASSERT(expectedIndex == foundIndex);
616 foundIndex = utext_getPreviousNativeIndex(ut);
617 TEST_ASSERT(expectedIndex == foundIndex);
629 foundIndex = UTEXT_GETNATIVEINDEX(ut);
630 TEST_ASSERT(expectedIndex == foundIndex);
646 foundIndex = utext_getNativeIndex(ut);
647 TEST_ASSERT(len == foundIndex);
659 foundIndex = utext_getNativeIndex(ut)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 350 int foundIndex = checkSurfaceFrame();
351 if (foundIndex == lastIndex + 1) {
353 lastIndex = foundIndex;
355 } else if (foundIndex == lastIndex) {
358 } else if (foundIndex > 0) {
362 if (foundIndex < lastIndex) {
364 lastIndex + " to " + foundIndex);
367 lastIndex + " to " + foundIndex);
369 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/libgdx/gdx/src/com/badlogic/gdx/assets/
AssetManager.java 185 int foundIndex = -1;
188 foundIndex = i;
192 if (foundIndex != -1) {
194 loadQueue.removeIndex(foundIndex);
  /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 
  /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 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso-core-2.2.2-release-no-dep.jar 

Completed in 457 milliseconds

1 2 3