HomeSort by relevance Sort by last modified time
    Searched full:leak (Results 126 - 150 of 1447) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
partiallydefinedeq.stderr.exp 15 For a detailed leak analysis, rerun with: --leak-check=full
partiallydefinedeq.stderr.exp2 20 For a detailed leak analysis, rerun with: --leak-check=full
partiallydefinedeq.stderr.exp3 16 For a detailed leak analysis, rerun with: --leak-check=full
partiallydefinedeq.stderr.exp4 20 For a detailed leak analysis, rerun with: --leak-check=full
leak.h 1 // These counters are used to get a delta between leak counts at startup
2 // (eg. due to libc) and later on. Necessary to get reliable leak tests
30 // Print leak counts. When used in conjunction with -q the normal counts
  /external/clang/test/Analysis/
malloc-interprocedural.c 35 } // expected-warning {{Potential leak of memory pointed to by 'data'}}
46 int x = 5;// expected-warning {{Potential leak of memory pointed to by 'data'}}
48 } // expected-warning {{Potential leak of memory pointed to by 'data'}}
84 v = reshape(v);// expected-warning {{Potential leak of memory pointed to by 'v'}}
133 return; // expected-warning{{leak}}
malloc.c 24 return; // expected-warning{{Potential leak of memory pointed to by 'p'}}
49 char x = *q; // expected-warning {{Potential leak of memory pointed to by 'q'}}
108 } // expected-warning {{Potential leak of memory pointed to by 'r'}}
125 return;// expected-warning {{Potential leak of memory pointed to by}}
138 } // expected-warning {{Potential leak of memory pointed to by}}
156 return; // expected-warning {{Potential leak of memory pointed to by}}
192 } // expected-warning {{Potential leak of memory pointed to by}}
296 return; // expected-warning{{Potential leak of memory pointed to by 'buf'}}
315 return result; // expected-warning{{Potential leak of memory pointed to by 'buf'}}
390 } // expected-warning{{Potential leak of memory pointed to by}
    [all...]
malloc.cpp 12 } // expected-warning{{leak}}
37 } // expected-warning{{leak}}
65 // no leak warning; freed in destructor
exceptions.mm 32 // FIXME: this should be reported as a leak, because C++ exceptions are
  /external/chromium/chrome/browser/ui/views/
dom_view_browsertest.cc 26 // does not crash and leak memory.
44 // does not crash and leak memory.
65 // Tests if reparenting dom_view does not crash and does not leak
  /external/chromium_org/tools/heapcheck/
PRESUBMIT.py 42 if not line == 'Heapcheck:Leak':
43 errors.append('"%s" should be "Heapcheck:Leak" in %s line %s' %
50 line == 'Heapcheck:Leak' or line == '}' or
net_unittests.gtest-heapcheck.txt 4 # Exclude tests that simulate a crash: they leak a lot of stuff.
  /external/chromium/base/debug/
leak_annotations.h 15 // Annotate a program scope as having memory leaks. Tcmalloc's heap leak
  /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/chromium/net/url_request/
url_request_context_getter.cc 30 // If no IO message loop proxy was available, we will just leak memory.
  /external/chromium_org/cc/resources/
scoped_resource.cc 44 void ScopedResource::Leak() {
scoped_resource.h 32 void Leak();
  /external/chromium_org/third_party/WebKit/ManualTests/memory/
xhr-repeated-string-access.xml 4 <title>Massive Memory Leak</title>
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
SConscript 27 'shader-leak',
  /external/chromium_org/tools/valgrind/gtest_exclude/
base_unittests.gtest.txt 17 # These tests trigger a CHECK so they will leak memory. They don't test
net_unittests.gtest-memcheck.txt 1 # These tests leak data intentionally, so are inappropriate for Valgrind tests.
  /external/clang/test/ARCMT/
GC-check.m 12 CFTypeRef c = CFMakeCollectable(cft); // expected-error {{CFMakeCollectable will leak the object that it receives in ARC}} \
  /external/compiler-rt/lib/lsan/lit_tests/LsanConfig/
lit.cfg 21 clang_lsan_cxxflags = config.clang_cxxflags + " -fsanitize=leak "
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
suppressions_default.cc 13 return "leak:*LSanTestLeakingFunc*";
suppressions_file.cc 13 return "leak:*LSanTestLeakingFunc*";

Completed in 655 milliseconds

1 2 3 4 56 7 8 91011>>