Home
last modified time | relevance | path

Searched refs:getMatches (Results 1 – 25 of 30) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DCollectionStore.java33 public Collection<T> getMatches(Selector<T> selector) in getMatches() method in CollectionStore
60 return getMatches(null).iterator(); in iterator()
DStore.java20 Collection<T> getMatches(Selector<T> selector) in getMatches() method
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSUtils.java112 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/
DLZMAEncoderFast.java50 matches = getMatches(); in getNextSymbol()
126 matches = getMatches(); in getNextSymbol()
DLZMAEncoder.java346 Matches getMatches() { in getMatches() method in LZMAEncoder
348 Matches matches = lz.getMatches(); in getMatches()
DLZMAEncoderNormal.java115 matches = getMatches(); in getNextSymbol()
273 matches = getMatches(); in getNextSymbol()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXCertStore.java25 Collection<T> getMatches(Selector<T> selector) in getMatches() method
DPKIXCRLStore.java25 Collection<T> getMatches(Selector<T> selector) in getMatches() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTZDBTimeZoneNames.java134 return handler.getMatches(); in find()
317 public Collection<MatchInfo> getMatches() { in getMatches() method in TZDBTimeZoneNames.TZDBNameSearchHandler
DTextTrieMap.java80 return handler.getMatches(); in get()
205 public Iterator<V> getMatches() { in getMatches() method in TextTrieMap.LongestMatchHandler
DTimeZoneNamesImpl.java207 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
DTimeZoneGenericNames.java661 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/
DTZDBTimeZoneNames.java136 return handler.getMatches(); in find()
319 public Collection<MatchInfo> getMatches() { in getMatches() method in TZDBTimeZoneNames.TZDBNameSearchHandler
DTextTrieMap.java82 return handler.getMatches(); in get()
207 public Iterator<V> getMatches() { in getMatches() method in TextTrieMap.LongestMatchHandler
DTimeZoneNamesImpl.java209 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
DTimeZoneGenericNames.java663 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/
Dtznames_impl.cpp804 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()
Dtzgnames.cpp193 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/
DHC4.java80 public Matches getMatches() { in getMatches() method in HC4
DLZEncoder.java413 public abstract Matches getMatches();
DBT4.java63 public Matches getMatches() { in getMatches() method in BT4
/external/jetty/src/java/org/eclipse/jetty/http/
DPathMap.java343 public List getMatches(String path) in getMatches() method in PathMap
/external/bouncycastle/patches/
Dbcpkix.patch532 - for (Iterator it = otherRevocationInfos.getMatches(null).iterator(); it.hasNext();)
562 + // for (Iterator it = otherRevocationInfos.getMatches(null).iterator(); it.hasNext();)
Dbcprov.patch8303 - 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/
Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12