Lines Matching refs:out

23       System.out.println(msg + " : " + actual + " != " + expected);  in check()
30 System.out.println(msg + " : " + actual + " != " + expected); in check()
37 System.out.println(msg + " : " + actual + " != " + expected); in check()
44 System.out.println(msg + " : " + actual + " != " + expected); in check()
51 System.out.println(msg + " : " + actual + " != " + expected); in check()
140 System.out.println("Unexpectedly succeeding compareAndSwapInt(t, intOffset, 0, 1)"); in testGetAndPutAndCAS()
143 System.out.println( in testGetAndPutAndCAS()
147 System.out.println("Unexpectedly not succeeding compareAndSwapInt(t, intOffset, 0, 1)"); in testGetAndPutAndCAS()
152 System.out.println("Unexpectedly not succeeding compareAndSwapInt(t, intOffset, 1, 1)"); in testGetAndPutAndCAS()
156 System.out.println("Unexpectedly succeeding compareAndSwapLong(t, longOffset, 0, 1)"); in testGetAndPutAndCAS()
159 System.out.println( in testGetAndPutAndCAS()
163 System.out.println("Unexpectedly not succeeding compareAndSwapLong(t, longOffset, 0, 1)"); in testGetAndPutAndCAS()
168 System.out.println("Unexpectedly not succeeding compareAndSwapLong(t, longOffset, 1, 1)"); in testGetAndPutAndCAS()
177 System.out.println("Unexpectedly succeeding " + in testGetAndPutAndCAS()
182 System.out.println("Unexpectedly not succeeding " + in testGetAndPutAndCAS()
187 System.out.println("Unexpectedly not succeeding " + in testGetAndPutAndCAS()
193 System.out.println("Unexpectedly not succeeding " + in testGetAndPutAndCAS()
199 System.out.println( in testGetAndPutAndCAS()
205 System.out.println("Unexpectedly not succeeding compareAndSwapObject(t, objectOffset, t, t)"); in testGetAndPutAndCAS()
210 System.out.println( in testGetAndPutAndCAS()