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

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java99 * @param howMany - shows how many TestCerts must contain the CertPath generated
103 public static CertPath genCertPath(int howMany, int startID) { argument
104 Certificate[] certs = new Certificate[howMany];
105 for (int i = 0; i < howMany; i++) {
766 * @param howMany
769 public static String[] genNames(int howMany) { argument
774 for (int i = 0; i < howMany;) {
815 * @param howMany
818 public static X500Principal[] genX500s(int howMany) { argument
819 String names[] = genNames(howMany);
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DDetailedHeapshotGridNodes.js63 populateChildren: function(provider, howMany, atIndex, afterPopulate, suppressNotifyAboutCompletion)
65 if (!howMany && provider) {
66 howMany = provider.instanceCount;
72 howMany = howMany || this._defaultPopulateCount;
110 provider.getNextItems(howMany, childrenRetrieved.bind(this));
609 populateChildren: function(provider, howMany, atIndex, afterPopulate)
611 if (!provider && !howMany) {
617 } else if (!howMany) {
624 WebInspector.HeapSnapshotGridNode.prototype.populateChildren.call(this, provider, howMany, atInde
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest2.java517 public DeepNesting(int howMany) { argument
520 for (int i = 1; i < howMany; i++) {
564 public DeepNestingWithWriteObject(int howMany) { argument
568 for (int i = 1; i < howMany; i++) {

Completed in 188 milliseconds