/external/cldr/tools/java/org/unicode/cldr/util/ |
D | SimpleDictionary.java | 121 CharSequence firstMatch = null; in next() local 131 firstMatch = filterToStartsWith(probe); in next() 135 if (firstMatch != null && firstMatch.length() == probe.length()) { in next() 136 possibleMatchesAfter.remove(firstMatch); in next() 138 matchValue = data.get(firstMatch); in next() 163 if (firstMatch == null) { // just in case we skipped the above loop in next() 164 firstMatch = possibleMatchesBefore.iterator().next(); in next() 166 matchValue = data.get(firstMatch); in next()
|
/external/skia/src/sksl/ |
D | SkSLCPPUniformCTypes.cpp | 71 int firstMatch = uniformTemplate.find("${var}"); in determine_inline_from_template() local 73 if (firstMatch < 0) { in determine_inline_from_template() 79 int secondMatch = uniformTemplate.find("${var}", firstMatch + strlen("${var}")); in determine_inline_from_template()
|
/external/skqp/src/sksl/ |
D | SkSLCPPUniformCTypes.cpp | 71 int firstMatch = uniformTemplate.find("${var}"); in determine_inline_from_template() local 73 if (firstMatch < 0) { in determine_inline_from_template() 79 int secondMatch = uniformTemplate.find("${var}", firstMatch + strlen("${var}")); in determine_inline_from_template()
|
/external/lz4/lib/ |
D | lz4hc.c | 1190 …LZ4HC_match_t const firstMatch = LZ4HC_FindLongerMatch(ctx, ip, matchlimit, MINMATCH-1, nbSearches… in LZ4HC_compress_optimal() local 1191 if (firstMatch.len==0) { ip++; continue; } in LZ4HC_compress_optimal() 1193 if ((size_t)firstMatch.len > sufficient_len) { in LZ4HC_compress_optimal() 1195 int const firstML = firstMatch.len; in LZ4HC_compress_optimal() 1196 const BYTE* const matchPos = ip - firstMatch.off; in LZ4HC_compress_optimal() 1216 int const matchML = firstMatch.len; /* necessarily < sufficient_len < LZ4_OPT_NUM */ in LZ4HC_compress_optimal() 1217 int const offset = firstMatch.off; in LZ4HC_compress_optimal() 1228 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | FluentIterableTest.java | 253 assertEquals(Optional.of("cool"), iterable.firstMatch(Predicates.equalTo("cool"))); in testFirstMatch() 254 assertEquals(Optional.of("pants"), iterable.firstMatch(Predicates.equalTo("pants"))); in testFirstMatch() 255 assertEquals(Optional.absent(), iterable.firstMatch(Predicates.alwaysFalse())); in testFirstMatch() 256 assertEquals(Optional.of("cool"), iterable.firstMatch(Predicates.alwaysTrue())); in testFirstMatch()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBaseTraversers.java | 433 int firstMatch = getNextIndexed(identity, _firstch(identity), in first() local 436 return makeNodeHandle(firstMatch); in first()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | FluentIterable.java | 223 public final Optional<E> firstMatch(Predicate<? super E> predicate) {
|
/external/guava/guava/src/com/google/common/collect/ |
D | FluentIterable.java | 235 public final Optional<E> firstMatch(Predicate<? super E> predicate) {
|
/external/doclava/src/com/google/doclava/ |
D | Doclava.java | 1550 int firstMatch = 0; in writeClassLists() local 1555 if (firstMatch != i - 1) { in writeClassLists() 1557 for (int j = firstMatch; j < i; j++) { in writeClassLists() 1564 firstMatch = i; in writeClassLists()
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.equinox.common_3.10.0.v20180412-1130.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/dagger2/lib/ |
D | auto-value-1.4.1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/testng/ant/3rdparty/ |
D | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |
/external/guice/lib/ |
D | guava-19.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/cldr/tools/java/libs/ |
D | guava.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |