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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/testing/gtest/samples/
sample10_unittest.cc 92 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";
  /external/chromium_org/third_party/libjingle/source/talk/base/
basictypes.h 166 // it is leaked so that its destructors are not called at exit.
  /external/chromium_org/third_party/sqlite/src/test/
cache.test 46 # leaked, but would not be reused until the pager-cache was full (i.e.
  /external/compiler-rt/lib/lsan/
lsan_common.h 45 // Print addresses of leaked objects after main leak report.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 132 ThreadContextBase **threads_; // Array of thread contexts is leaked.
  /external/gtest/samples/
sample10_unittest.cc 93 << "Leaked " << difference << " unit(s) of Water!";
  /external/libvpx/libvpx/third_party/googletest/src/samples/
sample10_unittest.cc 93 << "Leaked " << difference << " unit(s) of Water!";
  /external/protobuf/gtest/samples/
sample10_unittest.cc 93 << "Leaked " << difference << " unit(s) of Water!";
  /external/valgrind/main/memcheck/tests/
leak-cases-full.stderr.exp 0 leaked: 80 bytes in 5 blocks
  /frameworks/base/core/java/android/database/
AbstractWindowedCursor.java 25 * that cursor windows are not leaked.
  /frameworks/base/core/java/android/os/
TokenWatcher.java 200 Log.w(mTag, "cleaning up leaked reference: " + tag);
  /frameworks/base/core/java/android/print/
PrinterDiscoverySession.java 174 Log.e(LOG_TAG, "Destroying leaked printer discovery session");
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 133 // We previously leaked a file descriptor for each selector instance created.
  /ndk/sources/third_party/googletest/googletest/samples/
sample10_unittest.cc 92 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java     [all...]
  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 122 /// tracking data will be leaked.
271 /// CompletionCallback's Run method, or memory will be leaked.
349 /// CompletionCallback's Run method, or memory will be leaked.
441 /// CompletionCallback's Run method, or memory will be leaked.
550 /// CompletionCallback's Run method, or memory will be leaked.
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 470 // We don't know whether it is just the connection that has been finalized (and leaked)
475 // times out) so that it can recover from leaked connections and wake
485 // several seconds while waiting for a leaked connection to be detected and recreated,
489 + mConfiguration.label + "' was leaked! Please fix your application "
    [all...]
  /external/valgrind/main/memcheck/docs/
mc-manual.xml 535 the pointer to a leaked block was lost; you have to work that out for
    [all...]
  /external/chromium/base/mac/
mac_util.mm 144 // Leaked. That's OK, it's scoped to the lifetime of the application.
152 // Leaked. That's OK, it's scoped to the lifetime of the application.
  /external/chromium_org/net/ssl/
server_bound_cert_service.cc 87 // unjoined thread, due to relying on a non-leaked LazyInstance
317 LOG(DFATAL) << "ServerBoundCertServiceRequest leaked!";
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 404 RuntimeException e = new IllegalStateException(type + " " + context + " leaked has leaked IntentReceiver "
  /external/valgrind/main/docs/internals/
xml-output.txt 271 bytes and blocks leaked by this error.
343 to them are also in leaked blocks
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 252 // leaked interrupts
290 // leaked interrupts
  /external/chromium/chrome/browser/themes/
theme_service_mac.mm 63 // image will be leaked, but this code should never be hit.
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h 38 // has stopped by the time this happens the DataSources would be leaked.

Completed in 598 milliseconds

1 2 3 4 56 7 8 91011>>