HomeSort by relevance Sort by last modified time
    Searched refs:foundIndex (Results 1 - 25 of 36) 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/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/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/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/guava/
guava-15.0.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 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 

Completed in 2639 milliseconds

1 2