Lines Matching refs:out

24             System.out.println("This test is not supported on " + name);  in main()
31 System.out.println("Confirm empty"); in testRecentAllocationTracking()
33 System.out.println("empty=" + empty); in testRecentAllocationTracking()
35 System.out.println("Confirm enable"); in testRecentAllocationTracking()
36 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
38 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
40 System.out.println("Capture some allocations (note just this causes allocations)"); in testRecentAllocationTracking()
42 System.out.println("before > 0=" + (before.numberOfEntries > 0)); in testRecentAllocationTracking()
44 System.out.println("Confirm when we overflow, we don't roll over to zero. b/17392248"); in testRecentAllocationTracking()
50 …System.out.println("before < overflowAllocations=" + (before.numberOfEntries < overflowAllocations… in testRecentAllocationTracking()
51 System.out.println("after > before=" + (after.numberOfEntries > before.numberOfEntries)); in testRecentAllocationTracking()
52 System.out.println("after.numberOfEntries=" + after.numberOfEntries); in testRecentAllocationTracking()
54 System.out.println("Disable and confirm back to empty"); in testRecentAllocationTracking()
56 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
58 System.out.println("reset=" + reset); in testRecentAllocationTracking()
60 System.out.println("Confirm we can disable twice in a row"); in testRecentAllocationTracking()
62 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
64 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
66 System.out.println("Confirm we can reenable twice in a row without losing allocations"); in testRecentAllocationTracking()
68 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
74 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
76 System.out.println("second > first =" + (second.numberOfEntries > first.numberOfEntries)); in testRecentAllocationTracking()
78 System.out.println("Goodbye"); in testRecentAllocationTracking()
81 System.out.println("goodbye=" + goodbye); in testRecentAllocationTracking()