HomeSort by relevance Sort by last modified time
    Searched full:leak (Results 451 - 475 of 2655) sorted by null

<<11121314151617181920>>

  /external/scapy/scapy/contrib/
eigrp.uts 170 = Leak-Map
171 p = IP()/EIGRP(tlvlist=[EIGRPStub(flags="leak-map+receive-only")])
174 = Connected, Leak-Map
175 p = IP()/EIGRP(tlvlist=[EIGRPStub(flags="connected+leak-map+receive-only")])
  /external/skia/src/views/
SkEventSink.cpp 26 // leak this, so we don't incur any shutdown perf hit
  /external/skqp/src/views/
SkEventSink.cpp 26 // leak this, so we don't incur any shutdown perf hit
  /external/swiftshader/src/OpenGL/common/
Object.cpp 96 ASSERT(Object::instances.empty()); // Check for GL object leak at termination
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.h 18 // Enable the following 2 lines for memory leak checking - also see WinMain()
  /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>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
RotationUtils.java 15 package com.android.systemui.util.leak;
TrackedObjects.java 17 package com.android.systemui.util.leak;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
ReferenceTestUtils.java 17 package com.android.systemui.util.leak;
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
FragmentTestUtil.java 236 ArrayList<WeakReference<byte[]>> leak = new ArrayList<>(); local
239 leak.add(arr);
240 } while (leak.get((int) (Math.random() * leak.size())).get() != null);
  /hardware/intel/common/libva/test/decode/
Makefile.am 43 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
  /hardware/intel/common/libva/test/putsurface/
Makefile.am 58 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
  /hardware/intel/common/libva/test/transcode/
Makefile.am 37 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
  /hardware/intel/common/libva/test/vainfo/
Makefile.am 44 valgrind --leak-check=full --show-reachable=yes .libs/vainfo;
  /packages/apps/Camera2/src/com/android/camera/async/
Updatable.java 44 * <li>Never leak control of the thread on which they are invoked. (e.g.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TargetPackageInfoGetterTask.java 53 mContext = null; // Bazooka-powered anti-leak device
  /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/sepolicy/prebuilts/api/26.0/private/
audioserver.te 27 # ptrace to processes in the same domain for memory leak detection
  /system/sepolicy/prebuilts/api/27.0/private/
audioserver.te 27 # ptrace to processes in the same domain for memory leak detection
  /external/mesa3d/docs/relnotes/
17.0.4.html 50 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=100452">Bug 100452</a> - push_constants host memory leak when resetting command buffer</li>
76 <li>anv/cmd_buffer: fix host memory leak</li>
82 <li>Revert "freedreno: fix memory leak"</li>
  /external/parameter-framework/upstream/ctest/
CMakeLists.txt 31 # Check process children and give detail for each leak
33 "${MEMORYCHECK_COMMAND_OPTIONS} --trace-children=yes --leak-check=full")
36 # Force it to log to stderr and fail in case of leak or error.
  /external/valgrind/memcheck/tests/
leak.h 1 // These counters are used to get a delta between leak counts at startup
2 // (eg. due to libc) and later on. Necessary to get reliable leak tests
30 // Print leak counts. When used in conjunction with -q the normal counts
  /prebuilts/go/darwin-x86/test/
escape_array.go 90 // BAD: x need not leak.
108 // BAD: x need not leak.
116 // BAD: x need not leak.
escape_closure.go 49 // BAD: x should not leak here
90 // BAD: x should not leak
116 // BAD: x should not leak

Completed in 2086 milliseconds

<<11121314151617181920>>