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

/libcore/luni/src/test/java/libcore/java/util/zip/
H A DOldAndroidZipStressTest.java142 int howMany = random.nextInt(32);
143 if (pos + howMany >= input.length) {
144 howMany = input.length - pos;
146 Arrays.fill(input, pos, pos + howMany, what);
147 pos += howMany;
/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 395 milliseconds