Searched refs:getChildren (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
H A DPolicyNode.java51 * {@link #getChildren getChildren} and {@link #getParent getParent} methods.
84 Iterator<? extends PolicyNode> getChildren(); method in interface:PolicyNode
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DPolicyChecker.java522 if (!rootNode.getChildren().hasNext()) {
613 if (rootNode.getChildren().hasNext() == false) {
689 curParent.getChildren();
833 if (!rootNode.getChildren().hasNext()) {
899 if (!rootNode.getChildren().hasNext()) {
H A DPolicyNodeImpl.java143 public Iterator<PolicyNodeImpl> getChildren() { method in class:PolicyNodeImpl
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DTestUtils.java252 public Iterator<PolicyNode> getChildren() {
271 public Iterator<PolicyNode> getChildren() {
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 174 milliseconds