/external/swiftshader/third_party/llvm-7.0/llvm/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 30 We don't care if as leaks 36 We don't care if bash leaks 50 We don't care if grep leaks 56 We don't care if python leaks 63 We don't care if sed leaks
|
D | i386-pc-linux-gnu.supp | 31 We don't care if as leaks 37 We don't care if python leaks
|
/external/llvm/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 30 We don't care if as leaks 36 We don't care if bash leaks 50 We don't care if grep leaks 56 We don't care if python leaks 63 We don't care if sed leaks
|
D | i386-pc-linux-gnu.supp | 31 We don't care if as leaks 37 We don't care if python leaks
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 152 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; in MaybeReportThreadLeak() local 156 for (uptr i = 0; i < leaks.Size(); i++) { in MaybeReportThreadLeak() 157 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) { in MaybeReportThreadLeak() 158 leaks[i].count++; in MaybeReportThreadLeak() 163 leaks.PushBack(leak); in MaybeReportThreadLeak() 203 Vector<ThreadLeak> leaks(MBlockScopedBuf); in ThreadFinalize() local 205 MaybeReportThreadLeak, &leaks); in ThreadFinalize() 206 for (uptr i = 0; i < leaks.Size(); i++) { in ThreadFinalize() 208 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize() 209 rep.SetCount(leaks[i].count); in ThreadFinalize()
|
/external/swiftshader/third_party/LLVM/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 30 We don't care if as leaks 36 We don't care if grep leaks 42 We don't care if python leaks
|
D | i386-pc-linux-gnu.supp | 31 We don't care if as leaks 37 We don't care if python leaks
|
/external/llvm/lib/Fuzzer/test/ |
D | fuzzer-leak.test | 3 LEAK_DURING: ERROR: LeakSanitizer: detected memory leaks 9 LEAK_IN_CORPUS: ERROR: LeakSanitizer: detected memory leaks 16 LEAK_AFTER: ERROR: LeakSanitizer: detected memory leaks
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug05.txt | 3 # This test looks for memory leaks or deadlocks 34 # Analyze system statistics to determine memory leaks
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.m | 436 // Don't want to get leaks on the iPhone Device as the device doesn't 437 // have 'leaks'. The simulator does though. 442 // This is an atexit handler. It runs leaks for us to check if we are 457 // are different from regular OS X libraries and leaks will fail to run 458 // because of missing symbols. Also capturing the output of leaks and then 459 // pipe rather than a direct pipe, because otherwise if leaks failed, 464 @"LeakOut=`DYLD_ROOT_PATH='' /usr/bin/leaks %@%d` &&" 470 "%s:%d: Error: Unable to run leaks. 'system' returned: %d\n",
|
/external/python/cpython3/Lib/test/leakers/ |
D | README.txt | 13 # this is the function that leaks, but also creates cycles 17 Here's an example interpreter session for test_gestalt which still leaks:
|
/external/python/cpython2/Lib/test/leakers/ |
D | README.txt | 13 # this is the function that leaks, but also creates cycles 17 Here's an example interpreter session for test_gestalt which still leaks:
|
/external/libchrome/libchrome_tools/patch/ |
D | message_loop_unittest.patch | 52 // Failure to call FlushForTesting() could result in task leaks as tasks 80 // Failure to call FlushForTesting() could result in task leaks as tasks
|
/external/ImageMagick/ |
D | ChangeLog | 196 * Fixed a few potential memory leaks 368 * Fixed numerous memory leaks, credit to OSS Fuzz. 380 * Fixed numerous memory leaks (reference 411 * Fixed numerous memory leaks (reference 493 * Fixed numerous memory leaks (reference 506 * Fixed numerous memory leaks (reference 513 * Fixed numerous memory leaks (reference 517 * Stop potential leaks in the JNG decoder (reference: 533 * Fixed numerous memory leaks (reference 544 * Fixed numerous memory leaks (reference [all …]
|
/external/ltp/testcases/kernel/fs/fs_bind/ |
D | TODO | 8 Check for leaks of vfsmount structs by diffing vfs slab cache obj numbers
|
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 577 leaks = FALSE; in IntlTest() 656 UBool rval = this->leaks; in setLeaks() 657 this->leaks = leaksVal; in setLeaks() 1223 UBool leaks = FALSE; in main() local 1264 leaks = TRUE; in main() 1338 major.setLeaks( leaks ); in main() 1372 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main() 1482 if (leaks) { in main() 1501 if (leaks && res) { in main()
|
D | intltest.h | 147 virtual UBool setLeaks( UBool leaks = TRUE ); 333 UBool leaks; variable
|
/external/python/cpython2/Misc/ |
D | valgrind-python.supp | 44 # Leaks (including possible leaks) 45 # Hmmm, I wonder if this masks some real leaks. I think it does. 107 # Non-python specific leaks
|
D | README.valgrind | 3 to ensure there are no memory leaks or invalid memory reads/writes. 16 memory leaks, you will need to configure python --without-pymalloc.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.2rc1.rst | 283 Fix ssl sockets leaks when connection is aborted in asyncio/ssl 293 Closing transport during handshake process leaks open socket. Patch by 474 could cause memory leaks or crashes. Now scanner and encoder objects are 514 Fixed leaks and crashes in errors handling in the parser module. 583 Fixed memory leaks in the replace() method of datetime and time objects when 764 Fix reference leaks in IDLE tests. Patches by Louie Lu and Terry Jan Reedy.
|
/external/python/cpython3/Misc/ |
D | valgrind-python.supp | 44 # Leaks (including possible leaks) 45 # Hmmm, I wonder if this masks some real leaks. I think it does. 107 # Non-python specific leaks
|
D | README.valgrind | 3 to ensure there are no memory leaks or invalid memory reads/writes. 19 memory leaks, you will need to configure python --without-pymalloc.
|
/external/autotest/server/site_tests/enterprise_CFM_MeetingRoomScenario/ |
D | control.idle_in_meeting_with_bots | 9 CRITERIA = "No unexpected resource leaks."
|
D | control.join_leave_meeting_with_bots | 9 CRITERIA = "No unexpected resource leaks."
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | BUILD | 62 args = ["--heap_check=local"], # The GPU tracer leaks memory 102 args = ["--heap_check=local"], # The GPU tracer leaks memory
|