HomeSort by relevance Sort by last modified time
    Searched full:leaked (Results 101 - 125 of 379) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 496 // detecting leaked mock objects and explicitly verifying a mock's
538 // TODO(wan@google.com): Print the type of the leaked object.
539 // This can help the user identify the leaked object.
555 << " leaked mock " << (leaked_count == 1 ? "object" : "objects")
629 // Tells Google Mock to ignore mock_obj when checking for leaked mock
693 // ON_CALL or EXPECT_CALL. In case mock_obj is leaked, this
  /external/chromium_org/third_party/sqlite/src/test/
malloc.test 67 # Ensure that no file descriptors were leaked.
95 # Ensure that no file descriptors were leaked.
119 # Ensure that no file descriptors were leaked.
145 # Ensure that no file descriptors were leaked.
169 # Ensure that no file descriptors were leaked.
652 # Test that no memory is leaked following a malloc() failure in
897 # Ensure that no file descriptors were leaked.
  /external/valgrind/main/memcheck/
mc_leakcheck.c 63 // between heap blocks that are indirectly leaked vs. directly leaked).
121 // of indirectly leaked blocks(!) It would be better named --show-all or
304 // definitely leaked.
686 // clique is the "highest level clique" in which indirectly leaked blocks have
689 // Example: in the below tree if A is leaked, the top level clique will
699 // record to describe the hierarchy of indirectly leaked blocks.
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc 451 LoadedModule *modules_; // Array of module descriptions is leaked.
456 ExternalSymbolizer *external_symbolizer_; // Leaked.
457 InternalSymbolizer *internal_symbolizer_; // Leaked.
  /hardware/ti/omap4xxx/
heaptracker.c 86 /* Call this ad dlclose() to get leaked memory */
481 malloc_log("+++ THERE ARE %d LEAKED ALLOCATIONS\n", num);
486 malloc_log("+++ DELETING %d BYTES OF LEAKED MEMORY AT %p (%d REMAINING)\n",
  /external/chromium_org/third_party/libxml/src/
runsuite.c 362 test_log("Validation of tests starting line %ld leaked %d\n",
543 test_log("Validation of instance line %ld leaked %d\n",
600 test_log("Validation of instance line %ld leaked %d\n",
616 test_log("Validation of tests starting line %ld leaked %d\n",
878 test_log("Validation of tests starting line %ld leaked %d\n",
1000 test_log("Processing test line %ld %s leaked %d\n",
  /external/valgrind/main/docs/xml/
quick-start-guide.xml 165 <para>The stack trace tells you where the leaked memory was allocated.
166 Memcheck cannot tell you why the memory leaked, unfortunately.
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 309 Out << "Leaked";
313 Out << "Leaked (Bad naming)";
317 Out << "Leaked (GC-ed at return)";
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_error_handler.h 38 // not leaked.
  /external/chromium/chrome/browser/ui/cocoa/
animatable_image.mm 40 // Must be set or else self will be leaked.
  /external/chromium/chrome/common/
chrome_paths_mac.mm 69 // Leaked, but the only caller initializes a static with this result, so it
  /external/chromium/net/base/
test_root_certs_win.cc 80 // This is never called, because this object is intentionally leaked.
  /external/chromium/testing/gtest/samples/
sample10_unittest.cc 93 << "Leaked " << difference << " unit(s) of Water!";
  /external/chromium_org/base/message_loop/
message_loop_proxy_unittest.cc 256 // The PostTaskAndReplyRelay is leaked here. Even if we had a reference to
  /external/chromium_org/base/metrics/
histogram.cc 98 // To avoid racy destruction at shutdown, the following will be leaked.
547 // To avoid racy destruction at shutdown, the following will be leaked.
651 // To avoid racy destruction at shutdown, the following will be leaked.
714 // To avoid racy destruction at shutdown, the following will be leaked.
sparse_histogram.cc 26 // To avoid racy destruction at shutdown, the following will be leaked.
  /external/chromium_org/base/test/
test_support_ios.mm 51 // Yes, this is leaked, it's just to make what's running visible.
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_image.mm 40 // Must be set or else self will be leaked.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
timezone_options_util.cc 40 // These will be leaked at the end.
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 89 // A Task is leaked if we don't destroy everything, then run the message
  /external/chromium_org/chrome/test/ppapi/
ppapi_test.h 53 // Run the test and reload. This can test for clean shutdown, including leaked
  /external/chromium_org/content/browser/ssl/
ssl_error_handler.h 41 // not leaked.
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_mac.mm 35 // This leaked array stores the text input services input and layout sources,
  /external/chromium_org/net/cert/
test_root_certs_win.cc 82 // This is never called, because this object is intentionally leaked.
  /external/chromium_org/remoting/base/
breakpad_win.cc 137 // This object should be leaked so that crashes occurred during the process

Completed in 232 milliseconds

1 2 3 45 6 7 8 91011>>