Searched refs:arrays (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DObjArrays.java62 * Write and read object arrays to/from a stream. The benchmark is run in
72 Node[][] arrays = genArrays(size, ncycles);
79 doReps(oout, oin, sbuf, arrays, 1); // warmup
82 doReps(oout, oin, sbuf, arrays, nbatches);
87 * Generate object arrays.
90 Node[][] arrays = new Node[narrays][size];
93 arrays[i][j] = new Node(null, 0);
96 return arrays;
104 StreamBuffer sbuf, Node[][] arrays, int nbatches)
107 int ncycles = arrays
103 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Node[][] arrays, int nbatches) argument
[all...]
H A DBooleanArrays.java40 * Write and read boolean arrays to/from a stream. The benchmark is run in
50 boolean[][] arrays = new boolean[ncycles][size];
57 doReps(oout, oin, sbuf, arrays, 1); // warmup
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, boolean[][] arrays, int nbatches)
72 int ncycles = arrays.length;
77 oout.writeObject(arrays[j]);
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, boolean[][] arrays, int nbatches) argument
H A DByteArrays.java40 * Write and read byte arrays to/from a stream. The benchmark is run in
50 byte[][] arrays = new byte[ncycles][size];
57 doReps(oout, oin, sbuf, arrays, 1); // warmup
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, byte[][] arrays, int nbatches)
72 int ncycles = arrays.length;
77 oout.writeObject(arrays[j]);
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, byte[][] arrays, int nbatches) argument
H A DCharArrays.java40 * Write and read char arrays to/from a stream. The benchmark is run in
50 char[][] arrays = new char[ncycles][size];
57 doReps(oout, oin, sbuf, arrays, 1); // warmup
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, char[][] arrays, int nbatches)
72 int ncycles = arrays.length;
77 oout.writeObject(arrays[j]);
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, char[][] arrays, int nbatches) argument
H A DDoubleArrays.java40 * Write and read double arrays to/from a stream. The benchmark is run in
50 double[][] arrays = new double[ncycles][size];
57 doReps(oout, oin, sbuf, arrays, 1); // warmup
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, double[][] arrays, int nbatches)
72 int ncycles = arrays.length;
77 oout.writeObject(arrays[j]);
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, double[][] arrays, int nbatches) argument
H A DFloatArrays.java40 * Write and read float arrays to/from a stream. The benchmark is run in
50 float[][] arrays = new float[ncycles][size];
57 doReps(oout, oin, sbuf, arrays, 1); // warmup
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, float[][] arrays, int nbatches)
72 int ncycles = arrays.length;
77 oout.writeObject(arrays[j]);
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, float[][] arrays, int nbatches) argument
H A DIntArrays.java40 * Write and read int arrays to/from a stream. The benchmark is run in
50 int[][] arrays = new int[ncycles][size];
57 doReps(oout, oin, sbuf, arrays, 1); // warmup
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, int[][] arrays, int nbatches)
72 int ncycles = arrays.length;
77 oout.writeObject(arrays[j]);
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, int[][] arrays, int nbatches) argument
H A DLongArrays.java40 * Write and read long arrays to/from a stream. The benchmark is run in
50 long[][] arrays = new long[ncycles][size];
57 doReps(oout, oin, sbuf, arrays, 1); // warmup
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, long[][] arrays, int nbatches)
72 int ncycles = arrays.length;
77 oout.writeObject(arrays[j]);
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, long[][] arrays, int nbatches) argument
H A DShortArrays.java40 * Write and read short arrays to/from a stream. The benchmark is run in
50 short[][] arrays = new short[ncycles][size];
57 doReps(oout, oin, sbuf, arrays, 1); // warmup
60 doReps(oout, oin, sbuf, arrays, nbatches);
69 StreamBuffer sbuf, short[][] arrays, int nbatches)
72 int ncycles = arrays.length;
77 oout.writeObject(arrays[j]);
68 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, short[][] arrays, int nbatches) argument
H A DProxyArrays.java57 * Write and read proxy arrays to/from a stream. The benchmark is run in
67 Proxy[][] arrays = genArrays(size, ncycles);
74 doReps(oout, oin, sbuf, arrays, 1); // warmup
77 doReps(oout, oin, sbuf, arrays, nbatches);
82 * Generate proxy arrays.
91 Proxy[][] arrays = new Proxy[narrays][size];
94 arrays[i][j] = (Proxy) proxyCons.newInstance(consArgs);
97 return arrays;
105 StreamBuffer sbuf, Proxy[][] arrays, int nbatches)
108 int ncycles = arrays
104 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Proxy[][] arrays, int nbatches) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DTypedAnnotationWriter.java64 private Map<String,JAnnotationArrayMember> arrays; field in class:TypedAnnotationWriter
158 if(arrays==null)
159 arrays = new HashMap<String,JAnnotationArrayMember>();
160 JAnnotationArrayMember m = arrays.get(name);
163 arrays.put(name,m);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeTypeInfoSetImpl.java86 public Map<Class,RuntimeArrayInfoImpl> arrays() { method in class:RuntimeTypeInfoSetImpl
87 return (Map<Class,RuntimeArrayInfoImpl>)super.arrays();
H A DTypeInfoSetImpl.java89 private final Map<T,ArrayInfoImpl<T,C,F,M>> arrays = field in class:TypeInfoSetImpl
177 arrays.put( ai.getType(), ai );
194 return arrays.get(type);
234 public Map<? extends T, ? extends ArrayInfoImpl<T,C,F,M>> arrays() { method in class:TypeInfoSetImpl
235 return arrays;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeTypeInfoSet.java45 Map<Class,? extends RuntimeArrayInfo> arrays(); method in interface:RuntimeTypeInfoSet
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DUtil.java138 int arrays = arrayInfo.size ();
149 int arrays = arrayInfo.size ();
151 for (int i = 0; i < arrays; ++i)
826 String arrays = checkForArrayBase (t, importTypes, importList);
829 checkForArrayDimensions (arrays, importTypes, importList);
906 String arrays = checkForArrayBase (t, importTypes, importList);
907 checkForArrayDimensions (arrays, importTypes, importList);
916 String arrays = "";
923 arrays = name.substring (index);
934 return arrays;
940 checkForArrayDimensions(String arrays, Vector importTypes, Vector importList) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DTypeInfoSet.java88 Map<? extends T,? extends ArrayInfo<T,C>> arrays(); method in interface:TypeInfoSet
/openjdk7/jdk/test/java/util/NavigableMap/
H A DLockStep.java323 static <T> T[] concat(T[]... arrays) { argument
325 for (int i = 0; i < arrays.length; i++)
326 len += arrays[i].length;
328 .newInstance(arrays[0].getClass().getComponentType(), len);
330 for (int i = 0; i < arrays.length; i++) {
331 T[] array = arrays[i];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/j2s/
H A DJAXBModelImpl.java102 for(ArrayInfo<TypeMirror,TypeDeclaration> a : types.arrays().values()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DModel.java375 public Map<NType, ? extends CArrayInfo> arrays() { method in class:Model
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java184 for( ArrayInfo<T,C> a : types.arrays().values())
343 n.arrays.add(a);
514 * Set of arrays in this namespace
516 private final Set<ArrayInfo<T,C>> arrays = new LinkedHashSet<ArrayInfo<T,C>>(); field in class:XmlSchemaGenerator.Namespace
696 for (ArrayInfo<T, C> a : arrays) {
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java2869 ArrayList<MethodHandle> arrays = new ArrayList<>();
2872 int nargs = arrays.size();
2882 arrays.add(array);
2884 assertTrue(arrays.size() == 11); // current number of methods
2885 return arrays.toArray(new MethodHandle[0]);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java304 for (RuntimeArrayInfo a : typeSet.arrays().values()) {
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h6180 typedef void (APIENTRYP PFNGLDELETEVERTEXARRAYSAPPLEPROC) (GLsizei n, const GLuint *arrays);
6181 typedef void (APIENTRYP PFNGLGENVERTEXARRAYSAPPLEPROC) (GLsizei n, const GLuint *arrays);

Completed in 1748 milliseconds