Home | History | Annotate | Download | only in src

Lines Matching refs:doubleArray

26   static Object doubleArray = new double[2];
58 check(false, doubleArray instanceof int[]);
62 check(false, doubleArray instanceof ExactCheck[]);
68 check(false, doubleArray instanceof NormalCheck[]);
74 check(false, doubleArray instanceof Object[]);
97 check(false, doubleArray instanceof int[]);
101 check(false, doubleArray instanceof ExactCheck[]);
107 check(false, doubleArray instanceof NormalCheck[]);
113 check(false, doubleArray instanceof Object[]);
170 field = (int[])doubleArray;
186 field = (ExactCheck[])doubleArray;
208 field = (NormalCheck[])doubleArray;
223 field = (Object[])doubleArray;