Searched refs:leak (Results 1 – 25 of 44) sorted by relevance
12
46 for (auto& leak : info.leaks) { in logUnreachable() local47 if (addrs.find(leak.begin) == addrs.end()) { in logUnreachable()48 merged.leaks.push_back(leak); in logUnreachable()50 merged.leak_bytes += leak.size; in logUnreachable()51 addrs.insert(leak.begin); in logUnreachable()
19 import static com.android.systemui.util.leak.RotationUtils.ROTATION_LANDSCAPE;20 import static com.android.systemui.util.leak.RotationUtils.ROTATION_NONE;21 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;
29 import com.android.systemui.util.leak.RotationUtils;
17 package com.android.systemui.util.leak;27 import com.android.systemui.util.leak.ReferenceTestUtils.CollectionWaiter;
17 package com.android.systemui.util.leak;24 import com.android.systemui.util.leak.ReferenceTestUtils.CollectionWaiter;
17 package com.android.systemui.util.leak;
15 package com.android.systemui.util.leak;
25 import com.android.systemui.util.leak.GarbageMonitor;
17 import static com.android.systemui.util.leak.RotationUtils.ROTATION_LANDSCAPE;18 import static com.android.systemui.util.leak.RotationUtils.ROTATION_NONE;19 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;37 import com.android.systemui.util.leak.RotationUtils;
27 import com.android.systemui.util.leak.RotationUtils;
19 import static com.android.systemui.util.leak.RotationUtils.ROTATION_LANDSCAPE;20 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;55 import com.android.systemui.util.leak.RotationUtils;
1281 IntentReceiverLeaked leak = new IntentReceiverLeaked( in removeContextRegistrations() local1286 leak.setStackTrace(rd.getLocation().getStackTrace()); in removeContextRegistrations()1287 Slog.e(ActivityThread.TAG, leak.getMessage(), leak); in removeContextRegistrations()1289 StrictMode.onIntentReceiverLeaked(leak); in removeContextRegistrations()1309 ServiceConnectionLeaked leak = new ServiceConnectionLeaked( in removeContextRegistrations() local1312 leak.setStackTrace(sd.getLocation().getStackTrace()); in removeContextRegistrations()1313 Slog.e(ActivityThread.TAG, leak.getMessage(), leak); in removeContextRegistrations()1315 StrictMode.onServiceConnectionLeaked(leak); in removeContextRegistrations()
467 WindowLeaked leak = new WindowLeaked( in closeAllExceptView() local470 leak.setStackTrace(root.getLocation().getStackTrace()); in closeAllExceptView()471 Log.e(TAG, "", leak); in closeAllExceptView()
30 API that does not leak the internal classes.