HomeSort by relevance Sort by last modified time
    Searched refs:getMatches (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Store.java 20 Collection<T> getMatches(Selector<T> selector)
CollectionStore.java 33 public Collection<T> getMatches(Selector<T> selector)
60 return getMatches(null).iterator();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
PKIXCRLStore.java 25 Collection<T> getMatches(Selector<T> selector)
PKIXCertStore.java 25 Collection<T> getMatches(Selector<T> selector)
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoderFast.java 50 matches = getMatches();
126 matches = getMatches();
LZMAEncoder.java 346 Matches getMatches() {
348 Matches matches = lz.getMatches();
LZMAEncoderNormal.java 115 matches = getMatches();
273 matches = getMatches();
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSUtils.java 111 for (Iterator it = certStore.getMatches(null).iterator(); it.hasNext();)
133 for (Iterator it = attrStore.getMatches(null).iterator(); it.hasNext();)
156 for (Iterator it = crlStore.getMatches(null).iterator(); it.hasNext();)
209 for (Iterator it = otherRevocationInfos.getMatches(null).iterator(); it.hasNext();)
  /frameworks/base/core/java/android/service/autofill/
FieldClassification.java 62 public List<Match> getMatches() {
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
HC4.java 80 public Matches getMatches() {
BT4.java 63 public Matches getMatches() {
LZEncoder.java 280 * 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();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 138 return handler.getMatches();
333 public Collection<MatchInfo> getMatches() {
TimeZoneGenericNames.java 675 public Collection<GenericMatchInfo> getMatches() {
    [all...]
TextTrieMap.java 85 return handler.getMatches();
293 public Iterator<V> getMatches() {
TimeZoneNamesImpl.java 251 return handler.getMatches();
562 public Collection<MatchInfo> getMatches() {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 136 return handler.getMatches();
331 public Collection<MatchInfo> getMatches() {
TimeZoneGenericNames.java 673 public Collection<GenericMatchInfo> getMatches() {
    [all...]
TextTrieMap.java 83 return handler.getMatches();
291 public Iterator<V> getMatches() {
TimeZoneNamesImpl.java 249 return handler.getMatches();
560 public Collection<MatchInfo> getMatches() {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 412 return requestor.getMatches();
439 public List<SearchMatch> getMatches() {
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 196 UVector* getMatches(int32_t& maxMatchLen);
261 GNameSearchHandler::getMatches(int32_t& maxMatchLen) {
    [all...]
tznames_impl.cpp 920 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
977 ZNameSearchHandler::getMatches(int32_t& maxMatchLen) {
    [all...]
  /external/annotation-tools/asmx/
serp.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 

Completed in 950 milliseconds

1 2 3