HomeSort by relevance Sort by last modified time
    Searched refs:leak (Results 26 - 50 of 66) sorted by null

12 3

  /external/valgrind/main/memcheck/tests/linux/
sigqueue.stderr.exp 8 For a detailed leak analysis, rerun with: --leak-check=full
syscalls-2007.stderr.exp 7 For a detailed leak analysis, rerun with: --leak-check=full
syslog-syscall.stderr.exp 8 For a detailed leak analysis, rerun with: --leak-check=full
timerfd-syscall.stderr.exp 53 For a detailed leak analysis, rerun with: --leak-check=full
  /external/valgrind/main/memcheck/tests/
mallinfo.stderr.exp 8 For a detailed leak analysis, rerun with: --leak-check=full
new_override.stderr.exp 7 For a detailed leak analysis, rerun with: --leak-check=full
sbfragment.stderr.exp 7 For a detailed leak analysis, rerun with: --leak-check=full
describe-block.stderr.exp 12 For a detailed leak analysis, rerun with: --leak-check=full
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
big_blocks_freed_list.stderr.exp 47 For a detailed leak analysis, rerun with: --leak-check=full
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.stderr.exp 7 For a detailed leak analysis, rerun with: --leak-check=full
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.stderr.exp 7 For a detailed leak analysis, rerun with: --leak-check=full
  /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...]
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp 19 For a detailed leak analysis, rerun with: --leak-check=full
mcsigpass.stderr.exp 19 For a detailed leak analysis, rerun with: --leak-check=full
mcwatchpoints.stderr.exp 24 For a detailed leak analysis, rerun with: --leak-check=full
  /libcore/support/src/test/java/libcore/dalvik/system/
CloseGuardTester.java 47 * This lowers the chance that we'll report an unrelated leak.
58 for (LogRecord leak : logRecords) {
59 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.

Completed in 910 milliseconds

12 3