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

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java96 * in the CertPath. The second certificate will have (startID+1) number
100 * @param startID - specifies the starting ID which the first certificate will have
103 public static CertPath genCertPath(int howMany, int startID) { argument
106 certs[i] = new TestCertificate(Integer.toString(startID + i));
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java1200 int startID = _startNodeID;
1203 while (node != NULL && node != startID && _exptype(node) != nodeType) {
1207 while (node != NULL && node != startID) {

Completed in 112 milliseconds