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

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStore.java20 Collection<T> getMatches(Selector<T> selector) method in interface:Store
H A DCollectionStore.java33 public Collection<T> getMatches(Selector<T> selector) method in class:CollectionStore
60 return getMatches(null).iterator();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
H A DPKIXCRLStore.java25 Collection<T> getMatches(Selector<T> selector) method in interface:PKIXCRLStore
H A DPKIXCertStore.java25 Collection<T> getMatches(Selector<T> selector) method in interface:PKIXCertStore
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
H A DLZMAEncoderFast.java50 matches = getMatches();
126 matches = getMatches();
H A DLZMAEncoder.java346 Matches getMatches() { method in class:LZMAEncoder
348 Matches matches = lz.getMatches();
H A DLZMAEncoderNormal.java115 matches = getMatches();
273 matches = getMatches();
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSUtils.java112 for (Iterator it = certStore.getMatches(null).iterator(); it.hasNext();)
134 for (Iterator it = attrStore.getMatches(null).iterator(); it.hasNext();)
157 for (Iterator it = crlStore.getMatches(null).iterator(); it.hasNext();)
209 // for (Iterator it = otherRevocationInfos.getMatches(null).iterator(); it.hasNext();)
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
H A DHC4.java80 public Matches getMatches() { method in class:HC4
H A DBT4.java63 public Matches getMatches() { method in class:BT4
H A DLZEncoder.java280 * Note that the result is undefined if <code>getMatches</code> or
363 * @param matches return value from <code>getMatches</code>
413 public abstract Matches getMatches(); method in class:LZEncoder
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTZDBTimeZoneNames.java136 return handler.getMatches();
319 public Collection<MatchInfo> getMatches() { method in class:TZDBTimeZoneNames.TZDBNameSearchHandler
H A DTextTrieMap.java82 return handler.getMatches();
207 public Iterator<V> getMatches() { method in class:TextTrieMap.LongestMatchHandler
H A DTimeZoneGenericNames.java663 public Collection<GenericMatchInfo> getMatches() { method in class:TimeZoneGenericNames.GenericNameSearchHandler
868 return handler.getMatches();
883 return handler.getMatches();
H A DTimeZoneNamesImpl.java209 return handler.getMatches();
221 return handler.getMatches();
244 return handler.getMatches();
553 public Collection<MatchInfo> getMatches() { method in class:TimeZoneNamesImpl.NameSearchHandler
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTZDBTimeZoneNames.java134 return handler.getMatches();
317 public Collection<MatchInfo> getMatches() { method in class:TZDBTimeZoneNames.TZDBNameSearchHandler
H A DTextTrieMap.java80 return handler.getMatches();
205 public Iterator<V> getMatches() { method in class:TextTrieMap.LongestMatchHandler
H A DTimeZoneGenericNames.java661 public Collection<GenericMatchInfo> getMatches() { method in class:TimeZoneGenericNames.GenericNameSearchHandler
866 return handler.getMatches();
881 return handler.getMatches();
H A DTimeZoneNamesImpl.java207 return handler.getMatches();
219 return handler.getMatches();
242 return handler.getMatches();
551 public Collection<MatchInfo> getMatches() { method in class:TimeZoneNamesImpl.NameSearchHandler
/external/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp804 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
861 ZNameSearchHandler::getMatches(int32_t& maxMatchLen) { function in class:ZNameSearchHandler
1356 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen);
1402 return handler.getMatches(maxLen);
1617 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
1732 TZDBNameSearchHandler::getMatches(int32_t& maxMatchLen) { function in class:TZDBNameSearchHandler
1950 return handler.getMatches(maxLen);
H A Dtzgnames.cpp193 UVector* getMatches(int32_t& maxMatchLen);
258 GNameSearchHandler::getMatches(int32_t& maxMatchLen) { function in class:GNameSearchHandler
1052 UVector *results = handler.getMatches(maxLen);
1105 results = handler.getMatches(maxLen);
/external/jetty/src/java/org/eclipse/jetty/http/
H A DPathMap.java343 public List getMatches(String path) method in class:PathMap
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 221 milliseconds

12