Searched defs:howMany (Results 1 - 2 of 2) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java100 * @param howMany - shows how many TestCerts must contain the CertPath generated
104 public static CertPath genCertPath(int howMany, int startID) { argument
105 Certificate[] certs = new Certificate[howMany];
106 for (int i = 0; i < howMany; i++) {
767 * @param howMany
770 public static String[] genNames(int howMany) { argument
775 for (int i = 0; i < howMany;) {
816 * @param howMany
819 public static X500Principal[] genX500s(int howMany) { argument
820 String names[] = genNames(howMany);
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest2.java519 public DeepNesting(int howMany) { argument
522 for (int i = 1; i < howMany; i++) {
566 public DeepNestingWithWriteObject(int howMany) { argument
570 for (int i = 1; i < howMany; i++) {

Completed in 127 milliseconds