HomeSort by relevance Sort by last modified time
    Searched full:leaked (Results 151 - 175 of 560) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/memcheck/tests/
leak-cases-full.stderr.exp 0 leaked: 80 bytes in 5 blocks
leak.h 34 fprintf(where,"leaked: %3ld bytes in %2ld blocks\n", \
  /external/valgrind/perf/
many-loss-records.c 37 /* every n release block operation, 1 block and its children will be leaked */
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample10_unittest.cc 92 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";
  /frameworks/base/core/java/android/database/
AbstractWindowedCursor.java 25 * that cursor windows are not leaked.
  /frameworks/base/core/java/android/os/
TokenWatcher.java 214 Log.w(mTag, "cleaning up leaked reference: " + tag);
  /frameworks/base/core/java/android/print/
PrinterDiscoverySession.java 176 Log.e(LOG_TAG, "Destroying leaked printer discovery session");
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
SparseMappingTableTest.java 166 * SparseMappingTable will be leaked.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
LeakReporter.java 94 "SystemUI has detected %d leaked objects. Tap to send", garbageCount))
  /hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
GrallocLoader.h 45 // leaked) during process termination. We need to make sure IMapper,
  /prebuilts/go/darwin-x86/src/net/http/
main_test.go 140 t.Errorf("Test appears to have leaked %s:\n%s", bad, stacks)
  /prebuilts/go/linux-x86/src/net/http/
main_test.go 140 t.Errorf("Test appears to have leaked %s:\n%s", bad, stacks)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
F.pass.cpp 116 // 2.3 Check that no memory allocated by the creation of the thread is leaked.
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/
sample10_unittest.cc 92 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";
  /system/extras/memory_replay/
main.cpp 147 // is leaked and everything is accounted for during a run.
  /system/sepolicy/prebuilts/api/27.0/public/
netd.te 124 # leaked to other processes. Make sure it never leaks.
  /system/sepolicy/prebuilts/api/28.0/public/
netd.te 143 # leaked to other processes. Make sure it never leaks.
  /system/sepolicy/public/
netd.te 143 # leaked to other processes. Make sure it never leaks.
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java     [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 510 // We don't know whether it is just the connection that has been finalized (and leaked)
515 // times out) so that it can recover from leaked connections and wake
525 // several seconds while waiting for a leaked connection to be detected and recreated,
529 + mConfiguration.label + "' was leaked! Please fix your application "
    [all...]
  /external/valgrind/memcheck/
mc_leakcheck.c 65 // between heap blocks that are indirectly leaked vs. directly leaked).
123 // of indirectly leaked blocks(!) It would be better named --show-all or
311 // definitely leaked.
    [all...]
  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 63 << " leaked on BaseMessageLoop, scheduled from this location.";
75 << " leaked on BaseMessageLoop, scheduled from this location.";
  /external/libchrome/base/threading/
thread.h 89 // semantics. Non-joinable threads can't be joined (must be leaked and
288 // on Stop() -- non-joinable threads can't be joined (must be leaked).
thread_unittest.cc 168 // Non-joinable threads have to be leaked for now (see
350 // Non-joinable threads have to be leaked for now (see
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 404 RuntimeException e = new IllegalStateException(type + " " + context + " leaked has leaked IntentReceiver "

Completed in 1181 milliseconds

1 2 3 4 5 67 8 91011>>