Home
last modified time | relevance | path

Searched refs:leaks (Results 1 – 25 of 135) sorted by relevance

123456

/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
DLeaksParserWorker.js36 var leaks = [];
48leaks.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/
Drun-valgrind.py62 leaks = [] variable
65 leaks.append(line)
71 if len(leaks) < 2 or len(leaks) > 3:
/external/llvm/utils/valgrind/
Dx86_64-pc-linux-gnu.supp30 We don't care if as leaks
36 We don't care if grep leaks
42 We don't care if python leaks
Di386-pc-linux-gnu.supp31 We don't care if as leaks
37 We don't care if python leaks
/external/valgrind/main/
Dglibc-2.2.supp475 ## 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
Dglibc-2.3.supp322 ## 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/
D002-expected.txt1 This test exercises RenderBlock::bidiReorderCharacters in a specific way to test for BidiRun leaks
D001-expected.txt1 This test exercises RenderBlock::bidiReorderCharacters in a specific way to test for BidiRun leaks
/external/icu4c/test/intltest/
Dintltest.cpp514 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()
Dintltest.h111 virtual UBool setLeaks( UBool leaks = TRUE );
225 UBool leaks; variable
/external/chromium/chrome/browser/ui/cocoa/
Dgradient_button_cell_unittest.mm36 // Test drawing, mostly to ensure nothing leaks or crashes.
46 // Test hover, mostly to ensure nothing leaks or crashes.
Dprofile_menu_button_unittest.mm95 // Test drawing, mostly to ensure nothing leaks or crashes.
107 // nothing leaks or crashes when displaying the button in its pressed state.
Dbackground_gradient_view_unittest.mm41 // Test drawing, mostly to ensure nothing leaks or crashes.
Dmenu_button_unittest.mm87 // Test assigning a menu, again mostly to ensure nothing leaks or crashes.
Dstyled_text_field_cell_unittest.mm48 // Test drawing, mostly to ensure nothing leaks or crashes.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view_unittest.mm124 // 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/
Ddownload_item_button_unittest.mm11 // Make sure nothing leaks.
/external/chromium/chrome/browser/ui/cocoa/status_icons/
Dstatus_icon_mac_unittest.mm20 // Create an icon, set the tool tip, then shut it down (checks for leaks).
/external/webkit/LayoutTests/platform/android/
Dlayout_test_directories.txt35 fast/leaks
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_view_unittest.mm29 // Test drawing, mostly to ensure nothing leaks or crashes.
/external/stlport/doc/
DFAQ46 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/
Dftdbgmem.c354 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/
Dobjc-arc.m85 // 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/
Dfind_bar_text_field_unittest.mm74 // Test drawing, mostly to ensure nothing leaks or crashes.
/external/libsepol/
DChangeLog248 * 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.

123456