HomeSort by relevance Sort by last modified time
    Searched refs:startID (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/java/tests/support/
DatabaseCreator.java 350 public static void fillTestTable2(Connection conn, int startID, int endID,
353 for (int id = startID; id <= endID; id++) {
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 96 * 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) {
106 certs[i] = new TestCertificate(Integer.toString(startID + i));
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 97 * in the CertPath. The second certificate will have (startID+1) number
101 * @param startID - specifies the starting ID which the first certificate will have
104 public static CertPath genCertPath(int howMany, int startID) {
107 certs[i] = new TestCertificate(Integer.toString(startID + i));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 1200 int startID = _startNodeID;
1203 while (node != NULL && node != startID && _exptype(node) != nodeType) {
1207 while (node != NULL && node != startID) {
    [all...]

Completed in 195 milliseconds