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

/dalvik/libcore/sql/src/test/java/tests/support/
H A DDatabaseCreator.java350 public static void fillTestTable2(Connection conn, int startID, int endID, argument
353 for (int id = startID; id <= endID; id++) {
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java97 * 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) { argument
107 certs[i] = new TestCertificate(Integer.toString(startID + i));
/dalvik/libcore/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 181 milliseconds