/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
LeaksParserWorker.js | 39 var match = /^Leak:.*\ssize=(\d+)\s/.exec(line); 67 // This function creates a fake "profile" from a set of leak stacks. "selfTime" is the number of 74 leaks.forEach(function(leak) { 75 leak.stack.reduce(function(node, frame, index, array) { 86 childNode.selfTime += leak.size; 87 childNode.totalTime += leak.size;
|
/external/webkit/Tools/Scripts/ |
run-leaks | 93 foreach my $leak (@$leakList) { 94 print $leak->{"leaksOutput"}; 128 # Leak: 0x00000000 size=1234 [instance of 'blah'] 131 # Call stack: leak_caller() | leak() | malloc 133 # We treat every line except for Process 00000: and Leak: as optional 146 reportError("Could not parse leak count reported by leaks tool."); 155 if ($line =~ /^Leak: /) { 156 my ($address) = ($line =~ /Leak: ([[:xdigit:]x]+)/); 158 reportError("Could not parse Leak address."); 164 reportError("Could not parse Leak size.") [all...] |
old-run-webkit-tests | 321 -m|--merge-leak-depth arg Merges leak callStacks and prints the number of unique leaks beneath a callstack depth of arg. Defaults to 5. 343 'merge-leak-depth|m:5' => \$mergeDepth, [all...] |
/external/valgrind/main/memcheck/tests/ |
addressable.stderr.exp | 7 For a detailed leak analysis, rerun with: --leak-check=full 36 For a detailed leak analysis, rerun with: --leak-check=full 45 For a detailed leak analysis, rerun with: --leak-check=full 59 For a detailed leak analysis, rerun with: --leak-check=full 78 For a detailed leak analysis, rerun with: --leak-check=ful [all...] |
partiallydefinedeq.stderr.exp | 15 For a detailed leak analysis, rerun with: --leak-check=full
|
badjump.stderr.exp | 22 For a detailed leak analysis, rerun with: --leak-check=full
|
noisy_child.stderr.exp | 20 For a detailed leak analysis, rerun with: --leak-check=full
|
partial_load_ok.stderr.exp | 25 For a detailed leak analysis, rerun with: --leak-check=full
|
partial_load_dflt.stderr.exp | 31 For a detailed leak analysis, rerun with: --leak-check=full
|
sigkill.stderr.exp | 196 For a detailed leak analysis, rerun with: --leak-check=full
|
/libcore/support/src/test/java/libcore/dalvik/system/ |
CloseGuardTester.java | 46 * This lowers the chance that we'll report an unrelated leak. 59 for (LogRecord leak : logRecords) { 60 new ConsoleHandler().publish(leak);
|
/external/valgrind/main/memcheck/tests/darwin/ |
aio.stderr.exp | 19 For a detailed leak analysis, rerun with: --leak-check=full
|
/external/chromium/base/ |
tools_sanity_unittest.cc | 70 // A memory leak detector should report an error in this test. 72 int *leak = new int[256]; // Leak some memory intentionally. local 73 leak[4] = 1; // Make sure the allocated memory is used.
|
/external/valgrind/main/memcheck/tests/linux/ |
timerfd-syscall.stderr.exp | 53 For a detailed leak analysis, rerun with: --leak-check=full
|
/frameworks/base/core/java/android/view/ |
WindowManagerImpl.java | 414 WindowLeaked leak = new WindowLeaked( local 417 leak.setStackTrace(root.getLocation().getStackTrace()); 418 Log.e("WindowManager", leak.getMessage(), leak);
|
/external/dbus/test/name-test/ |
tmp-session-like-system.conf | 73 having the bus enforce a limit is nicer than a huge memory leak. But the
|
/frameworks/base/core/java/android/app/ |
LoadedApk.java | 513 IntentReceiverLeaked leak = new IntentReceiverLeaked( local 518 leak.setStackTrace(rd.getLocation().getStackTrace()); 519 Slog.e(ActivityThread.TAG, leak.getMessage(), leak); 536 ServiceConnectionLeaked leak = new ServiceConnectionLeaked( local 539 leak.setStackTrace(sd.getLocation().getStackTrace()); 540 Slog.e(ActivityThread.TAG, leak.getMessage(), leak); [all...] |
/external/v8/test/mjsunit/ |
leakcheck.js | 29 * This test is run with leak detection when running special tests.
|
string-replace-with-empty.js | 67 // a memory leak. This makes valgrind happy.
|
/external/skia/src/animator/ |
SkAnimator.cpp | 668 for (SkDisplayable** leak = SkDisplayable::fAllocations.begin(); leak < SkDisplayable::fAllocations.end(); leak++) 669 SkDebugf("%08x %s\n", *leak, (*leak)->id);
|
/external/llvm/test/ |
Makefile | 51 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
|
/external/libpng/ |
CHANGES | 203 fixed memory leak in pngwrite.c (free info_ptr->text) (Glenn R-P) 516 Added code in pngwrite.c to free info_ptr->text[i].key to stop a memory leak. [all...] |
/bionic/libc/ |
Android.mk | 607 # To enable malloc leak check for statically linked programs, add
|
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
standalone_hack.js | 17 * browser should not leak out of this file - and so we will hack global JS
|