/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | CollectionStore.java | 33 public Collection<T> getMatches(Selector<T> selector) in getMatches() method in CollectionStore 60 return getMatches(null).iterator(); in iterator()
|
D | Store.java | 20 Collection<T> getMatches(Selector<T> selector) in getMatches() method
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSUtils.java | 112 for (Iterator it = certStore.getMatches(null).iterator(); it.hasNext();) in getCertificatesFromStore() 134 for (Iterator it = attrStore.getMatches(null).iterator(); it.hasNext();) in getAttributeCertificatesFromStore() 157 for (Iterator it = crlStore.getMatches(null).iterator(); it.hasNext();) in getCRLsFromStore()
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
D | LZMAEncoderFast.java | 50 matches = getMatches(); in getNextSymbol() 126 matches = getMatches(); in getNextSymbol()
|
D | LZMAEncoder.java | 346 Matches getMatches() { in getMatches() method in LZMAEncoder 348 Matches matches = lz.getMatches(); in getMatches()
|
D | LZMAEncoderNormal.java | 115 matches = getMatches(); in getNextSymbol() 273 matches = getMatches(); in getNextSymbol()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
D | PKIXCertStore.java | 25 Collection<T> getMatches(Selector<T> selector) in getMatches() method
|
D | PKIXCRLStore.java | 25 Collection<T> getMatches(Selector<T> selector) in getMatches() method
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TZDBTimeZoneNames.java | 134 return handler.getMatches(); in find() 317 public Collection<MatchInfo> getMatches() { in getMatches() method in TZDBTimeZoneNames.TZDBNameSearchHandler
|
D | TextTrieMap.java | 80 return handler.getMatches(); in get() 205 public Iterator<V> getMatches() { in getMatches() method in TextTrieMap.LongestMatchHandler
|
D | TimeZoneNamesImpl.java | 207 return handler.getMatches(); in find() 219 return handler.getMatches(); in find() 242 return handler.getMatches(); in find() 551 public Collection<MatchInfo> getMatches() { in getMatches() method in TimeZoneNamesImpl.NameSearchHandler
|
D | TimeZoneGenericNames.java | 661 public Collection<GenericMatchInfo> getMatches() { in getMatches() method in TimeZoneGenericNames.GenericNameSearchHandler 866 return handler.getMatches(); in findLocal() 881 return handler.getMatches(); in findLocal()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TZDBTimeZoneNames.java | 136 return handler.getMatches(); in find() 319 public Collection<MatchInfo> getMatches() { in getMatches() method in TZDBTimeZoneNames.TZDBNameSearchHandler
|
D | TextTrieMap.java | 82 return handler.getMatches(); in get() 207 public Iterator<V> getMatches() { in getMatches() method in TextTrieMap.LongestMatchHandler
|
D | TimeZoneNamesImpl.java | 209 return handler.getMatches(); in find() 221 return handler.getMatches(); in find() 244 return handler.getMatches(); in find() 553 public Collection<MatchInfo> getMatches() { in getMatches() method in TimeZoneNamesImpl.NameSearchHandler
|
D | TimeZoneGenericNames.java | 663 public Collection<GenericMatchInfo> getMatches() { in getMatches() method in TimeZoneGenericNames.GenericNameSearchHandler 868 return handler.getMatches(); in findLocal() 883 return handler.getMatches(); in findLocal()
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 804 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen); 861 ZNameSearchHandler::getMatches(int32_t& maxMatchLen) { in getMatches() function in ZNameSearchHandler 1356 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen); in find() 1402 return handler.getMatches(maxLen); in find() 1617 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen); 1732 TZDBNameSearchHandler::getMatches(int32_t& maxMatchLen) { in getMatches() function in TZDBNameSearchHandler 1950 return handler.getMatches(maxLen); in find()
|
D | tzgnames.cpp | 193 UVector* getMatches(int32_t& maxMatchLen); 258 GNameSearchHandler::getMatches(int32_t& maxMatchLen) { in getMatches() function in GNameSearchHandler 1052 UVector *results = handler.getMatches(maxLen); in findLocal() 1105 results = handler.getMatches(maxLen); in findLocal()
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/ |
D | HC4.java | 80 public Matches getMatches() { in getMatches() method in HC4
|
D | LZEncoder.java | 413 public abstract Matches getMatches();
|
D | BT4.java | 63 public Matches getMatches() { in getMatches() method in BT4
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | PathMap.java | 343 public List getMatches(String path) in getMatches() method in PathMap
|
/external/bouncycastle/patches/ |
D | bcpkix.patch | 532 - for (Iterator it = otherRevocationInfos.getMatches(null).iterator(); it.hasNext();) 562 + // for (Iterator it = otherRevocationInfos.getMatches(null).iterator(); it.hasNext();)
|
D | bcprov.patch | 8303 - certs.addAll(certStore.getMatches(certSelect)); 8318 + // certs.addAll(certStore.getMatches(certSelect)); 8722 - crls.addAll(store.getMatches(crlSelect)); 8734 + // crls.addAll(store.getMatches(crlSelect));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |