Searched refs:findAll (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DX509KeyManagerImpl.java602 * . if 'findAll' is 'false' and there is a perfect match, a List
604 * . if 'findAll' is 'false' and there is NO perfect match, a List
606 * . if 'findAll' is 'true', a List with all perfect and imperfect
611 boolean findAll, CheckType checkType,
702 if (preferred && (findAll == false)) {
609 getAliases(int builderIndex, List<KeyType> keyTypes, Set<Principal> issuerSet, boolean findAll, CheckType checkType, AlgorithmConstraints constraints) argument
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java187 * Element findAll(Filter, int fromIndex=0 &amp; int toIndex=size)
188 * int findAll(Filter, Collection sink | null, int fromIndex=0 &amp; int toIndex=size)
209 * //countAll is the same as findAll but with null sink
505 * such as <tt>findAll</tt>.
1361 public Element findAll(Filter f) { method in class:XMLKit.Element
1367 public Element findAll(Filter f, int fromIndex, int toIndex) { method in class:XMLKit.Element
1373 public int findAll(Filter f, Collection<Object> sink) { method in class:XMLKit.Element
1377 public int findAll(Filter f, int fromIndex, int toIndex, Collection<Object> sink) { method in class:XMLKit.Element
1441 // findAllInTree(f) == findAll(findInTree(f,S)), S.toElement
1442 // findAllInTree(f,S) == findAll(findInTre
[all...]

Completed in 38 milliseconds