HomeSort by relevance Sort by last modified time
    Searched refs:leak (Results 76 - 90 of 90) sorted by null

1 2 34

  /external/compiler-rt/lib/lsan/
lsan_common.cc 11 // Implementation of common leak checking functionality.
138 const char *Leak() { return Blue(); }
522 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
524 leaks_.push_back(leak);
532 static bool LeakComparator(const Leak &leak1, const Leak &leak2) {
549 Printf("The %zu top leak(s):\n", num_leaks_to_report);
560 Printf("Omitting %zu more leak(s).\n", remaining);
566 Printf("%s", d.Leak());
    [all...]
  /art/build/
Android.gtest.mk 291 valgrind --leak-check=full --error-exitcode=1 $$< && $$(call ART_TEST_PASSED,$$@) \
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py 236 elif driver_output.leak:
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults_unittest.py 103 "unexpected-leak.html": {
105 "actual": "LEAK"
133 "LEAK": 1
384 "num_failures_by_type": {"AUDIO": [0], "CRASH": [3], "FAIL": [2], "IMAGE": [1], "IMAGE+TEXT": [0], "MISSING": [0], "PASS": [10], "SKIP": [2], "TEXT": [3], "TIMEOUT": [16], "LEAK": [1]},
430 "unexpected-leak.html": {
431 "results": [[1, LEAK]],
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sh-mem-vec256-plo-yes.stderr.exp 864 For a detailed leak analysis, rerun with: --leak-check=full
sh-mem-vec256-plo-no.stderr.exp 938 For a detailed leak analysis, rerun with: --leak-check=full
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 607 will be no memory leak. }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js 242 // please confirm. If so, this is a leak.
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 229 (i.e. direct leak generators) more visible
    [all...]
  /external/jemalloc/bin/
pprof 229 (i.e. direct leak generators) more visible
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 229 (i.e. direct leak generators) more visible
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]

Completed in 3028 milliseconds

1 2 34