Searched defs:nbatches (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DBooleanArrays.java48 int nbatches = Integer.parseInt(args[1]);
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, boolean[][] arrays, int nbatches)
73 for (int i = 0; i < nbatches; i++) {
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, boolean[][] arrays, int nbatches) argument
H A DBooleans.java47 int nbatches = Integer.parseInt(args[0]);
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
70 for (int i = 0; i < nbatches; i++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DByteArrays.java48 int nbatches = Integer.parseInt(args[1]);
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, byte[][] arrays, int nbatches)
73 for (int i = 0; i < nbatches; i++) {
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, byte[][] arrays, int nbatches) argument
H A DBytes.java47 int nbatches = Integer.parseInt(args[0]);
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
70 for (int i = 0; i < nbatches; i++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DCharArrays.java48 int nbatches = Integer.parseInt(args[1]);
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, char[][] arrays, int nbatches)
73 for (int i = 0; i < nbatches; i++) {
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, char[][] arrays, int nbatches) argument
H A DChars.java47 int nbatches = Integer.parseInt(args[0]);
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
70 for (int i = 0; i < nbatches; i++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DDoubleArrays.java48 int nbatches = Integer.parseInt(args[1]);
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, double[][] arrays, int nbatches)
73 for (int i = 0; i < nbatches; i++) {
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, double[][] arrays, int nbatches) argument
H A DDoubles.java47 int nbatches = Integer.parseInt(args[0]);
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
70 for (int i = 0; i < nbatches; i++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DFloatArrays.java48 int nbatches = Integer.parseInt(args[1]);
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, float[][] arrays, int nbatches)
73 for (int i = 0; i < nbatches; i++) {
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, float[][] arrays, int nbatches) argument
H A DFloats.java47 int nbatches = Integer.parseInt(args[0]);
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
70 for (int i = 0; i < nbatches; i++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DIntArrays.java48 int nbatches = Integer.parseInt(args[1]);
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, int[][] arrays, int nbatches)
73 for (int i = 0; i < nbatches; i++) {
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int[][] arrays, int nbatches) argument
H A DInts.java47 int nbatches = Integer.parseInt(args[0]);
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
70 for (int i = 0; i < nbatches; i++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DLongArrays.java48 int nbatches = Integer.parseInt(args[1]);
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, long[][] arrays, int nbatches)
73 for (int i = 0; i < nbatches; i++) {
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, long[][] arrays, int nbatches) argument
H A DLongs.java47 int nbatches = Integer.parseInt(args[0]);
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
70 for (int i = 0; i < nbatches; i++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DRepeatObjs.java53 int nbatches = Integer.parseInt(args[1]);
64 doReps(oout, oin, sbuf, objs, nbatches);
82 StreamBuffer sbuf, Node[] objs, int nbatches)
86 for (int i = 0; i < nbatches; i++) {
81 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Node[] objs, int nbatches) argument
H A DShortArrays.java48 int nbatches = Integer.parseInt(args[1]);
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, short[][] arrays, int nbatches)
73 for (int i = 0; i < nbatches; i++) {
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, short[][] arrays, int nbatches) argument
H A DShorts.java47 int nbatches = Integer.parseInt(args[0]);
58 doReps(oout, oin, sbuf, nbatches, ncycles);
67 StreamBuffer sbuf, int nbatches, int ncycles)
70 for (int i = 0; i < nbatches; i++) {
66 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int nbatches, int ncycles) argument
H A DStrings.java49 int nbatches = Integer.parseInt(args[1]);
61 doReps(oout, oin, sbuf, strs, nbatches, ncycles);
86 StreamBuffer sbuf, String[] strs, int nbatches, int ncycles)
89 for (int i = 0; i < nbatches; i++) {
85 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, String[] strs, int nbatches, int ncycles) argument
H A DProxyArrays.java65 int nbatches = Integer.parseInt(args[1]);
77 doReps(oout, oin, sbuf, arrays, nbatches);
105 StreamBuffer sbuf, Proxy[][] arrays, int nbatches)
109 for (int i = 0; i < nbatches; i++) {
104 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Proxy[][] arrays, int nbatches) argument
H A DSmallObjTrees.java61 int nbatches = Integer.parseInt(args[1]);
73 doReps(oout, oin, sbuf, trees, nbatches);
93 StreamBuffer sbuf, Node[] trees, int nbatches)
97 for (int i = 0; i < nbatches; i++) {
92 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Node[] trees, int nbatches) argument
H A DObjArrays.java70 int nbatches = Integer.parseInt(args[1]);
82 doReps(oout, oin, sbuf, arrays, nbatches);
104 StreamBuffer sbuf, Node[][] arrays, int nbatches)
108 for (int i = 0; i < nbatches; i++) {
103 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Node[][] arrays, int nbatches) argument
H A DObjTrees.java70 int nbatches = Integer.parseInt(args[1]);
82 doReps(oout, oin, sbuf, trees, nbatches);
102 StreamBuffer sbuf, Node[] trees, int nbatches)
106 for (int i = 0; i < nbatches; i++) {
101 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Node[] trees, int nbatches) argument
H A DReplaceTrees.java86 int nbatches = Integer.parseInt(args[1]);
98 doReps(oout, oin, sbuf, trees, nbatches);
118 StreamBuffer sbuf, Node[] trees, int nbatches)
122 for (int i = 0; i < nbatches; i++) {
117 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Node[] trees, int nbatches) argument
H A DCustomDefaultObjTrees.java83 int nbatches = Integer.parseInt(args[1]);
95 doReps(oout, oin, sbuf, trees, nbatches);
115 StreamBuffer sbuf, Node[] trees, int nbatches)
119 for (int i = 0; i < nbatches; i++) {
114 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Node[] trees, int nbatches) argument
H A DCustomObjTrees.java104 int nbatches = Integer.parseInt(args[1]);
116 doReps(oout, oin, sbuf, trees, nbatches);
136 StreamBuffer sbuf, Node[] trees, int nbatches)
140 for (int i = 0; i < nbatches; i++) {
135 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Node[] trees, int nbatches) argument

Completed in 42 milliseconds

12