Lines Matching refs:out

27             System.out.println("This test is not supported on " + name);  in main()
36 System.out.println("Confirm empty"); in testRecentAllocationTracking()
38 System.out.println("empty=" + empty); in testRecentAllocationTracking()
40 System.out.println("Confirm enable"); in testRecentAllocationTracking()
41 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
43 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
45 System.out.println("Capture some allocations (note just this causes allocations)"); in testRecentAllocationTracking()
47 System.out.println("before > 0=" + (before.numberOfEntries > 0)); in testRecentAllocationTracking()
49 System.out.println("Confirm when we overflow, we don't roll over to zero. b/17392248"); in testRecentAllocationTracking()
55 …System.out.println("before < overflowAllocations=" + (before.numberOfEntries < overflowAllocations… in testRecentAllocationTracking()
56 System.out.println("after > before=" + (after.numberOfEntries > before.numberOfEntries)); in testRecentAllocationTracking()
57 System.out.println("after.numberOfEntries=" + after.numberOfEntries); in testRecentAllocationTracking()
61 System.out.println("Disable and confirm back to empty"); in testRecentAllocationTracking()
63 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
65 System.out.println("reset=" + reset); in testRecentAllocationTracking()
67 System.out.println("Confirm we can disable twice in a row"); in testRecentAllocationTracking()
69 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
71 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
73 System.out.println("Confirm we can reenable twice in a row without losing allocations"); in testRecentAllocationTracking()
75 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
81 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
83 System.out.println("second > first =" + (second.numberOfEntries > first.numberOfEntries)); in testRecentAllocationTracking()
85 System.out.println("Goodbye"); in testRecentAllocationTracking()
88 System.out.println("goodbye=" + goodbye); in testRecentAllocationTracking()