HomeSort by relevance Sort by last modified time
    Searched refs:leak (Results 101 - 125 of 223) sorted by null

1 2 3 45 6 7 8 9

  /external/pdfium/core/fxcrt/
retain_ptr_unittest.cpp 134 TEST(RetainPtr, Leak) {
136 PseudoRetainable* leak; local
139 leak = ptr.Leak();
147 ptr.Unleak(leak);
  /external/valgrind/memcheck/tests/
big_blocks_freed_list.stderr.exp 65 For a detailed leak analysis, rerun with: --leak-check=full
sigkill.stderr.exp 196 For a detailed leak analysis, rerun with: --leak-check=full
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java 34 import com.android.systemui.util.leak.RotationUtils;
38 import static com.android.systemui.util.leak.RotationUtils.ROTATION_LANDSCAPE;
39 import static com.android.systemui.util.leak.RotationUtils.ROTATION_NONE;
40 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
LeakDetector.java 17 package com.android.systemui.util.leak;
51 * Tracks an instance that has a high leak risk (i.e. has complex ownership and references
107 pw.println("SYSUI LEAK DETECTOR");
TrackedGarbage.java 17 package com.android.systemui.util.leak;
82 * A large number of old instances indicates a probable leak.
DumpTruck.java 17 package com.android.systemui.util.leak;
46 private static final String FILEPROVIDER_PATH = "leak";
LeakReporter.java 17 package com.android.systemui.util.leak;
50 static final String LEAK_DIR = "leak";
51 static final String LEAK_HPROF = "leak.hprof";
52 static final String LEAK_DUMP = "leak.dump";
84 NotificationChannel channel = new NotificationChannel("leak", "Leak Alerts",
92 .setContentTitle("Memory Leak Detected")
101 Log.e(TAG, "Couldn't dump heap for leak", e);
116 final String subject = "SystemUI leak report";
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
GarbageMonitorTest.java 17 package com.android.systemui.util.leak;
LeakReporterTest.java 17 package com.android.systemui.util.leak;
  /frameworks/support/room/runtime/src/test/java/androidx/room/
InvalidationTrackerTest.java 334 ArrayList<WeakReference<byte[]>> leak = new ArrayList<>(); local
337 leak.add(arr);
338 } while (leak.get((int) (Math.random() * leak.size())).get() != null);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 170 assertTrue(c1.noNewStreams); // Can't allocate once a leak has been detected.
175 StreamAllocation leak = new StreamAllocation(pool, connection.getRoute().getAddress()); local
176 leak.acquire(connection);
  /external/valgrind/gdbserver_tests/
mchelp.stdoutB.exp 36 xtleak produces an xtree full leak result in xtleak.kcg.%p.%n
48 after a leak search, shows the list of blocks of <loss_record_nr>
108 xtleak produces an xtree full leak result in xtleak.kcg.%p.%n
120 after a leak search, shows the list of blocks of <loss_record_nr>
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17318.go 9 // This test is likely to become stale because the leak depends
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17318.go 9 // This test is likely to become stale because the leak depends
  /system/core/debuggerd/crasher/
crasher.cpp 142 noinline void leak() { function
178 fprintf(stderr, " leak leak memory until we get OOM-killed\n");
284 } else if (!strcasecmp(arg, "leak")) {
285 leak();
  /prebuilts/go/darwin-x86/test/
escape2.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
escape2n.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
escape2n.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
ScreenPinningRequest.java 49 import com.android.systemui.util.leak.RotationUtils;
53 import static com.android.systemui.util.leak.RotationUtils.ROTATION_LANDSCAPE;
54 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 165 public void leak() throws RemoteException { method in class:ParcelFileDescriptorPeer
  /external/libxml2/python/tests/
sync.py 137 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSFactoryImpl.java 45 import com.android.systemui.util.leak.GarbageMonitor;
  /system/security/keystore/tests/
Makefile 94 MEMCHECK_OPTS=--leak-check=full \

Completed in 307 milliseconds

1 2 3 45 6 7 8 9