/external/chromium_org/v8/tools/ |
D | run-valgrind.py | 62 leaks = [] variable 65 leaks.append(line) 71 if len(leaks) < 2 or len(leaks) > 3:
|
/external/chromium_org/tools/lsan/ |
D | suppressions.txt | 4 #### Third-party leaks #### 18 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 26 # XRandR has several one time leaks. 38 # Skia leaks GrGpuGL::ProgramCache::Entry. http://crbug.com/262934 65 # Instead, commits that introduce memory leaks should be reverted. Suppressing 68 # leaks.
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | suppressions.txt | 2 Test DiskCacheBackendTest.InvalidEntryEnumeration leaks. 15 Test DiskCacheBackendTest.InvalidEntryRead leaks. 25 Test DiskCacheBackendTest.InvalidEntryWithLoad leaks.
|
D | extensions_unittests.gtest-memcheck.txt | 1 # These contain un-analyzed test failures and leaks
|
/external/skia/tools/ |
D | lsan.supp | 5 # Ignore fontconfig leaks. 9 # It'd be really nice to supress these leaks in the Nvidia driver, but I can't figure it out. 14 # Skia leaks
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 153 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; in MaybeReportThreadLeak() local 157 for (uptr i = 0; i < leaks.Size(); i++) { in MaybeReportThreadLeak() 158 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) { in MaybeReportThreadLeak() 159 leaks[i].count++; in MaybeReportThreadLeak() 164 leaks.PushBack(leak); in MaybeReportThreadLeak() 204 Vector<ThreadLeak> leaks(MBlockScopedBuf); in ThreadFinalize() local 206 MaybeReportThreadLeak, &leaks); in ThreadFinalize() 207 for (uptr i = 0; i < leaks.Size(); i++) { in ThreadFinalize() 209 rep.AddThread(leaks[i].tctx, true); in ThreadFinalize() 210 rep.SetCount(leaks[i].count); in ThreadFinalize()
|
/external/llvm/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 30 We don't care if as leaks 42 We don't care if grep leaks 48 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/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
D | constrained_window_button_unittest.mm | 27 // Test hover, mostly to ensure nothing leaks or crashes. 35 // Test disabled, mostly to ensure nothing leaks or crashes. 43 // Test pushed, mostly to ensure nothing leaks or crashes.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | image_button_cell_unittest.mm | 39 // Test drawing, mostly to ensure nothing leaks or crashes. 53 // Test drawing, mostly to ensure nothing leaks or crashes. 67 // Test drawing, mostly to ensure nothing leaks or crashes.
|
D | gradient_button_cell_unittest.mm | 37 // Test drawing, mostly to ensure nothing leaks or crashes. 47 // Test hover, mostly to ensure nothing leaks or crashes. 113 // Test drawing when first responder, mostly to ensure nothing leaks or
|
/external/valgrind/main/ |
D | glibc-2.2.supp | 475 ## LinuxThreads leaks the stack and TLS data for the manager thread 477 LinuxThreads: leaks stack of manager thread 484 LinuxThreads: leaks TLS data for manager thread 491 LinuxThreads: leaks TLS data for manager thread 498 LinuxThreads: leaks stack of manager thread 505 LinuxThreads: leaks TLS data for manager thread 514 LinuxThreads: leaks TLS data for manager thread
|
D | glibc-2.3.supp | 322 ## LinuxThreads leaks the stack and TLS data for the manager thread 324 LinuxThreads: leaks stack of manager thread 331 LinuxThreads: leaks TLS data for manager thread 338 LinuxThreads: leaks TLS data for manager thread
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | heap-checker.cc | 1718 HeapProfileTable::Snapshot* leaks = NULL; in DoNoLeaks() local 1759 leaks = heap_profile->NonLiveSnapshot(base); in DoNoLeaks() 1761 inuse_bytes_increase_ = static_cast<ssize_t>(leaks->total().alloc_size); in DoNoLeaks() 1762 inuse_allocs_increase_ = static_cast<ssize_t>(leaks->total().allocs); in DoNoLeaks() 1763 if (leaks->Empty()) { in DoNoLeaks() 1764 heap_profile->ReleaseSnapshot(leaks); in DoNoLeaks() 1765 leaks = NULL; in DoNoLeaks() 1801 if (leaks != NULL) { in DoNoLeaks() 1807 if (leaks == NULL) { in DoNoLeaks() 1844 leaks->ReportLeaks(name_, pprof_file, true); // true = should_symbolize in DoNoLeaks() [all …]
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | heap-checker.cc | 1718 HeapProfileTable::Snapshot* leaks = NULL; in DoNoLeaks() local 1759 leaks = heap_profile->NonLiveSnapshot(base); in DoNoLeaks() 1761 inuse_bytes_increase_ = static_cast<ssize_t>(leaks->total().alloc_size); in DoNoLeaks() 1762 inuse_allocs_increase_ = static_cast<ssize_t>(leaks->total().allocs); in DoNoLeaks() 1763 if (leaks->Empty()) { in DoNoLeaks() 1764 heap_profile->ReleaseSnapshot(leaks); in DoNoLeaks() 1765 leaks = NULL; in DoNoLeaks() 1801 if (leaks != NULL) { in DoNoLeaks() 1807 if (leaks == NULL) { in DoNoLeaks() 1844 leaks->ReportLeaks(name_, pprof_file, true); // true = should_symbolize in DoNoLeaks() [all …]
|
/external/chromium_org/ppapi/api/ |
D | pp_var.idl | 48 * AddRef() and Release() must be used properly to avoid memory leaks. 56 * avoid memory leaks. 64 * so AddRef() and Release() must be used properly to avoid memory leaks. 73 * leaks. 83 * Release() must be used properly to avoid memory leaks. 94 * properly to avoid memory leaks. Under normal circumstances, the
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_textfield_unittest.mm | 32 // Test invalid, mostly to ensure nothing leaks or crashes. 40 // Test with icon, mostly to ensure nothing leaks or crashes.
|
/external/chromium_org/third_party/skia/tools/flags/ |
D | SkCommonFlags.h | 18 DECLARE_bool(leaks);
|
D | SkCommonFlags.cpp | 26 DEFINE_bool2(leaks, l, false, "show leaked ref cnt'd objects.");
|
/external/chromium_org/third_party/v4l2capture/ |
D | README.chromium | 17 Fixed memory leaks in Video_device_unmap and Video_device_create_buffers.
|
/external/valgrind/main/memcheck/tests/ |
D | leak-segv-jmp.stderr.exp | 2 All heap blocks were freed -- no leaks are possible 4 expecting no leaks
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_item_button_unittest.mm | 11 // Make sure nothing leaks.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | intltest.cpp | 547 leaks = FALSE; in IntlTest() 625 UBool rval = this->leaks; in setLeaks() 626 this->leaks = leaksVal; in setLeaks() 1177 UBool leaks = FALSE; in main() local 1218 leaks = TRUE; in main() 1293 major.setLeaks( leaks ); in main() 1327 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main() 1441 if (leaks) { in main() 1460 if (leaks && res) { in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 547 leaks = FALSE; in IntlTest() 625 UBool rval = this->leaks; in setLeaks() 626 this->leaks = leaksVal; in setLeaks() 1179 UBool leaks = FALSE; in main() local 1220 leaks = TRUE; in main() 1295 major.setLeaks( leaks ); in main() 1329 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main() 1443 if (leaks) { in main() 1462 if (leaks && res) { in main()
|
/external/chromium_org/ui/gfx/test/ |
D | ui_cocoa_test_helper.mm | 15 // Force those leaks here, so there can be a unique calling path, allowing 16 // to flag intentional leaks without having to suppress all calls to 19 // First NSCursor push always leaks.
|