/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
D | LeaksParserWorker.js | 36 var leaks = []; 48 …leaks.push({ size: currentSize, stack: line.split(" | ").slice(1).map(function(str) { return str.t… 51 return leaks; 72 _incorporateLeaks: function(leaks) { argument 74 leaks.forEach(function(leak) {
|
/external/v8/tools/ |
D | run-valgrind.py | 62 leaks = [] variable 65 leaks.append(line) 71 if len(leaks) < 2 or len(leaks) > 3:
|
/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 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/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/webkit/LayoutTests/fast/leaks/ |
D | 002-expected.txt | 1 This test exercises RenderBlock::bidiReorderCharacters in a specific way to test for BidiRun leaks …
|
D | 001-expected.txt | 1 This test exercises RenderBlock::bidiReorderCharacters in a specific way to test for BidiRun leaks …
|
/external/icu4c/test/intltest/ |
D | intltest.cpp | 514 leaks = FALSE; in IntlTest() 584 UBool rval = this->leaks; in setLeaks() 585 this->leaks = leaksVal; in setLeaks() 1078 UBool leaks = FALSE; in main() local 1111 leaks = TRUE; in main() 1181 major.setLeaks( leaks ); in main() 1214 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main() 1320 if (leaks) { in main() 1339 if (leaks && res) { in main()
|
D | intltest.h | 111 virtual UBool setLeaks( UBool leaks = TRUE ); 225 UBool leaks; variable
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | gradient_button_cell_unittest.mm | 36 // Test drawing, mostly to ensure nothing leaks or crashes. 46 // Test hover, mostly to ensure nothing leaks or crashes.
|
D | profile_menu_button_unittest.mm | 95 // Test drawing, mostly to ensure nothing leaks or crashes. 107 // nothing leaks or crashes when displaying the button in its pressed state.
|
D | background_gradient_view_unittest.mm | 41 // Test drawing, mostly to ensure nothing leaks or crashes.
|
D | menu_button_unittest.mm | 87 // Test assigning a menu, again mostly to ensure nothing leaks or crashes.
|
D | styled_text_field_cell_unittest.mm | 48 // Test drawing, mostly to ensure nothing leaks or crashes.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view_unittest.mm | 124 // Test drawing (part 1), mostly to ensure nothing leaks or crashes. 130 // Test drawing (part 2), mostly to ensure nothing leaks or crashes. 156 // Test drawing (part 3), mostly to ensure nothing leaks or crashes.
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_item_button_unittest.mm | 11 // Make sure nothing leaks.
|
/external/chromium/chrome/browser/ui/cocoa/status_icons/ |
D | status_icon_mac_unittest.mm | 20 // Create an icon, set the tool tip, then shut it down (checks for leaks).
|
/external/webkit/LayoutTests/platform/android/ |
D | layout_test_directories.txt | 35 fast/leaks
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_view_unittest.mm | 29 // Test drawing, mostly to ensure nothing leaks or crashes.
|
/external/stlport/doc/ |
D | FAQ | 46 Q6.2 My tool detects memory leaks in applications with STLport. Is this leak 470 Q6.2 My tool detects memory leaks in application with STLport. Is this leak 473 A6.2 In most cases these are 'pseudo memory leaks' that some tools 484 leaks, for memory that isn't freed when no longer used. These tools may report 485 false memory leaks when one uses STLport's node allocator. The memory chunk is 487 leaks before that point. Another memory problem might be reported when you use 496 There are ways to remove the pseudo memory leaks (since the memory is properly 497 freed at the end of the program, the leaks are just pseudo-ones). You could use
|
/external/freetype/src/base/ |
D | ftdbgmem.c | 354 FT_ULong leaks = 0; in ft_mem_table_destroy() local 377 leaks += node->size; in ft_mem_table_destroy() 422 leaks, leak_count ); in ft_mem_table_destroy()
|
/external/clang/test/Analysis/ |
D | objc-arc.m | 85 // Test that we don't flag leaks of Objective-C objects. 90 // Test that CF allocations are still caught as leaks.
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_text_field_unittest.mm | 74 // Test drawing, mostly to ensure nothing leaks or crashes.
|
/external/libsepol/ |
D | ChangeLog | 248 * Merged fixes for several memory leaks in the error paths during 591 * Merged fixes for resource leaks on error paths and 595 * Merged more fixes for resource leaks on error paths 606 * Fixed further memory leaks found by valgrind. 609 * Fixed several memory leaks found by valgrind.
|