Searched refs:resultIndex (Results 1 - 25 of 29) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
H A DSortedLists.java55 <E> int resultIndex(
65 <E> int resultIndex(
89 <E> int resultIndex(
115 public <E> int resultIndex(
117 return LAST_PRESENT.resultIndex(comparator, key, list, foundIndex) + 1;
126 public <E> int resultIndex(
128 return FIRST_PRESENT.resultIndex(comparator, key, list, foundIndex) - 1;
131 abstract <E> int resultIndex( method in class:SortedLists.KeyPresentBehavior
146 int resultIndex(int higherIndex) {
156 public int resultIndex(in
179 abstract int resultIndex(int higherIndex); method in class:SortedLists.KeyAbsentBehavior
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtptngts.cpp627 int32_t resultIndex=0; local
650 if ( resultDate != patternResults[resultIndex] ) {
652 UnicodeString(". Got: \"") + resultDate + UnicodeString("\" Expected: \"") + patternResults[resultIndex] + "\"" );
655 resultIndex++;
666 resultIndex=0;
693 if ( resultDate != patternResults2[resultIndex] ) {
696 patternResults2[resultIndex] );
699 resultIndex++;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUTF16.java1915 int resultIndex = index;
1922 int endResultIndex = resultIndex + oldChar32Size;
1923 result.replace(resultIndex, endResultIndex, newChar32Str);
1926 resultIndex += newChar32Size + index - lastEndIndex;
1967 int resultIndex = index;
1970 int endResultIndex = resultIndex + oldStrSize;
1971 result.replace(resultIndex, endResultIndex, newStr);
1974 resultIndex += newStrSize + index - lastEndIndex;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUTF16.java1982 int resultIndex = index;
1989 int endResultIndex = resultIndex + oldChar32Size;
1990 result.replace(resultIndex, endResultIndex, newChar32Str);
1993 resultIndex += newChar32Size + index - lastEndIndex;
2035 int resultIndex = index;
2038 int endResultIndex = resultIndex + oldStrSize;
2039 result.replace(resultIndex, endResultIndex, newStr);
2042 resultIndex += newStrSize + index - lastEndIndex;
/external/clang/lib/AST/
H A DExpr.cpp3754 unsigned resultIndex) {
3760 if (resultIndex == NoResult) {
3764 assert(resultIndex < semantics.size());
3765 type = semantics[resultIndex]->getType();
3766 VK = semantics[resultIndex]->getValueKind();
3767 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary);
3773 resultIndex);
3778 unsigned resultIndex)
3782 PseudoObjectExprBits.ResultIndex = resultIndex + 1;
3752 Create(const ASTContext &C, Expr *syntax, ArrayRef<Expr*> semantics, unsigned resultIndex) argument
3776 PseudoObjectExpr(QualType type, ExprValueKind VK, Expr *syntax, ArrayRef<Expr*> semantics, unsigned resultIndex) argument
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp140 unsigned resultIndex = gse->getResultIndex(); local
148 if (i == resultIndex) assoc = rebuild(assoc);
161 resultIndex);
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/clang/include/clang/AST/
H A DExpr.h4700 unsigned resultIndex);
4715 unsigned resultIndex);
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 695 milliseconds

12