/external/compiler-rt/test/asan/TestCases/Posix/ |
assign_large_valloc_to_global.cc | 1 // Make sure we don't report a leak nor hang.
|
/external/compiler-rt/test/lsan/TestCases/ |
do_leak_check_override.cc | 1 // Test for __lsan_do_leak_check(). We test it by making the leak check run 26 // Register leak check to run before global destructors. 35 // CHECK-strict: SUMMARY: {{(Leak|Address)}}Sanitizer: 2003 byte(s) leaked in 2 allocation(s) 36 // CHECK-normal: SUMMARY: {{(Leak|Address)}}Sanitizer: 666 byte(s) leaked in 1 allocation(s)
|
suppressions_file.cc | 8 // RUN: echo "leak:*LSanTestLeakingFunc*" > %t.supp 11 // RUN: echo "leak:%t" > %t.supp 30 // CHECK: SUMMARY: {{(Leak|Address)}}Sanitizer: 1337 byte(s) leaked in 1 allocation(s) 32 // NOSUPP: SUMMARY: {{(Leak|Address)}}Sanitizer: 2003 byte(s) leaked in 2 allocation(s).
|
suppressions_default.cc | 12 return "leak:*LSanTestLeakingFunc*"; 28 // CHECK: SUMMARY: {{(Leak|Address)}}Sanitizer: 1337 byte(s) leaked in 1 allocation(s)
|
/external/llvm/lib/Fuzzer/test/ |
LeakTest.cpp | 4 // Test with a leak.
|
LeakTimeoutTest.cpp | 4 // Test with a leak.
|
/external/python/cpython2/Lib/test/leakers/ |
test_ctypes.py | 13 def leak(): function
|
test_dictself.py | 8 def leak(): function
|
test_gestalt.py | 6 def leak(): function
|
test_selftype.py | 6 def leak(): function
|
/external/python/cpython3/Lib/test/leakers/ |
test_ctypes.py | 13 def leak(): function
|
test_selftype.py | 6 def leak(): function
|
/external/valgrind/memcheck/tests/ |
leak-0.c | 3 #include "leak.h"
|
/external/google-breakpad/src/testing/test/ |
gmock_leak_test_.cc | 35 // caught by Google Mock's leak detector. 65 // In order to test the leak detector, we deliberately leak foo. 67 // Makes sure Google Mock's leak detector can change the exit code 77 // In order to test the leak detector, we deliberately leak foo. 79 // Makes sure Google Mock's leak detector can change the exit code 92 // In order to test the leak detector, we deliberately leak foo1 and 95 // Makes sure Google Mock's leak detector can change the exit cod [all...] |
/external/googletest/googlemock/test/ |
gmock_leak_test_.cc | 35 // caught by Google Mock's leak detector. 65 // In order to test the leak detector, we deliberately leak foo. 67 // Makes sure Google Mock's leak detector can change the exit code 77 // In order to test the leak detector, we deliberately leak foo. 79 // Makes sure Google Mock's leak detector can change the exit code 92 // In order to test the leak detector, we deliberately leak foo1 and 95 // Makes sure Google Mock's leak detector can change the exit cod [all...] |
/external/v8/testing/gmock/test/ |
gmock_leak_test_.cc | 35 // caught by Google Mock's leak detector. 65 // In order to test the leak detector, we deliberately leak foo. 67 // Makes sure Google Mock's leak detector can change the exit code 77 // In order to test the leak detector, we deliberately leak foo. 79 // Makes sure Google Mock's leak detector can change the exit code 92 // In order to test the leak detector, we deliberately leak foo1 and 95 // Makes sure Google Mock's leak detector can change the exit cod [all...] |
/external/valgrind/gdbserver_tests/ |
mcleak.stderr.exp | 5 by 0x........: f (leak-delta.c:14) 6 by 0x........: main (leak-delta.c:60) 22 by 0x........: f (leak-delta.c:14) 23 by 0x........: main (leak-delta.c:60) 26 by 0x........: f (leak-delta.c:23) 27 by 0x........: main (leak-delta.c:60) 30 by 0x........: f (leak-delta.c:28) 31 by 0x........: main (leak-delta.c:60) 34 by 0x........: f (leak-delta.c:28) 35 by 0x........: main (leak-delta.c:60 [all...] |
/external/webrtc/tools/valgrind-webrtc/memcheck/ |
suppressions.txt | 15 Memcheck:Leak 52 Memcheck:Leak 96 Memcheck:Leak 110 Memcheck:Leak 123 Memcheck:Leak 130 Memcheck:Leak 145 Memcheck:Leak 257 Memcheck:Leak 288 Memcheck:Leak 317 Memcheck:Leak [all...] |
/system/core/libmemunreachable/ |
Leak.h | 25 // Custom std::hash specialization so that Leak::Backtrace can be used 30 struct hash<android::Leak::Backtrace> { 31 std::size_t operator()(const android::Leak::Backtrace& key) const { 54 static bool operator==(const Leak::Backtrace& lhs, const Leak::Backtrace& rhs) {
|
/external/skia/tools/ |
valgrind.supp | 3 # Intentional thread / memory leak in DM and nanbench. 6 Memcheck:Leak 7 match-leak-kinds: possible,definite 55 Memcheck:Leak 67 Memcheck:Leak 73 Memcheck:Leak 92 Memcheck:Leak 116 Memcheck:Leak 123 #The 'leak' here is a copy of rule values, as opposed to new values. 125 Memcheck:Leak [all...] |
/external/skqp/tools/ |
valgrind.supp | 3 # Intentional thread / memory leak in DM and nanbench. 6 Memcheck:Leak 7 match-leak-kinds: possible,definite 55 Memcheck:Leak 67 Memcheck:Leak 73 Memcheck:Leak 92 Memcheck:Leak 116 Memcheck:Leak 123 #The 'leak' here is a copy of rule values, as opposed to new values. 125 Memcheck:Leak [all...] |
/external/valgrind/ |
solaris12.supp | 54 Memcheck:Leak 66 Memcheck:Leak 67 match-leak-kinds: reachable 77 Memcheck:Leak 78 match-leak-kinds: reachable 90 Memcheck:Leak 91 match-leak-kinds: reachable 102 Memcheck:Leak 103 match-leak-kinds: reachable 115 Memcheck:Leak [all...] |
/external/clang/test/Analysis/ |
coverage.c | 36 } // expected-warning {{Potential leak of memory pointed to by 'm'}} 43 } // expected-warning {{Potential leak of memory pointed to by 'm'}} 49 } // expected-warning {{Potential leak of memory pointed to by 'm'}} 55 } // expected-warning {{Potential leak of memory pointed to by 'm'}} 69 } // expected-warning {{Potential leak of memory pointed to by 'm'}} 81 } // expected-warning {{Potential leak of memory pointed to by 'm'}}
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
leak_check_segv.cc | 1 // Test that SIGSEGV during leak checking does not crash the process. 3 // REQUIRES: leak-detection
|
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
sanitizer_set_death_callback_test.cc | 25 void Leak() { 38 Leak();
|