/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | [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...] |
/prebuilts/go/darwin-x86/src/os/exec/ |
exec_test.go | 244 t.Errorf("leaked %d fds; want ~0; have:\n%s\noriginally:\n%s", fdGrowth, lsof, lsof0) 315 t.Logf("%s: Something already leaked - closed fd %d", m, fd) 325 // leads to leaked file descriptors in this test when it's 431 // Ensure that file descriptors have not already been leaked into 680 fmt.Printf("leaked parent file. fd = %d; want %d\n", got, wantfd)
|
/prebuilts/go/linux-x86/src/os/exec/ |
exec_test.go | 244 t.Errorf("leaked %d fds; want ~0; have:\n%s\noriginally:\n%s", fdGrowth, lsof, lsof0) 315 t.Logf("%s: Something already leaked - closed fd %d", m, fd) 325 // leads to leaked file descriptors in this test when it's 431 // Ensure that file descriptors have not already been leaked into 680 fmt.Printf("leaked parent file. fd = %d; want %d\n", got, wantfd)
|
/external/valgrind/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 306 // definitely leaked. 827 // as definitely leaked). See the trick in find_chunk_for handling [all...] |
mc_include.h | 374 IndirectLeak =2, // Leaked, but reachable from another leaked block 376 Unreached =3, // Not reached, ie. leaked. 427 /* A loss record, used for generating err msgs. Multiple leaked blocks can be
|
/external/libbrillo/brillo/message_loops/ |
base_message_loop.cc | 52 << " leaked on BaseMessageLoop, scheduled from this location."; 64 << " leaked on BaseMessageLoop, scheduled from this location.";
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
InterceptorTest.java | 449 * TODO(jwilson): test that resources are not leaked when this happens. 507 * TODO(jwilson): test that resources are not leaked when this happens.
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowApplication.java | 404 RuntimeException e = new IllegalStateException(type + " " + context + " leaked has leaked IntentReceiver "
|
/external/valgrind/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 289 // leaked interrupts
|
/external/gmock/src/ |
gmock.cc | 41 "true iff Google Mock should report leaked mock objects "
|
/external/google-breakpad/src/testing/src/ |
gmock.cc | 41 "true iff Google Mock should report leaked mock objects "
|
/external/libchrome/base/message_loop/ |
message_loop_task_runner_unittest.cc | 240 // The PostTaskAndReplyRelay is leaked here. Even if we had a reference to
|
/external/libchrome/base/metrics/ |
histogram.cc | 98 // To avoid racy destruction at shutdown, the following will be leaked. 599 // To avoid racy destruction at shutdown, the following will be leaked. 713 // To avoid racy destruction at shutdown, the following will be leaked. 781 // To avoid racy destruction at shutdown, the following will be leaked.
|
/external/libmicrohttpd/src/microhttpd/ |
memorypool.c | 196 * allocation may be leaked until the pool is
|
/external/libxml2/ |
testOOM.c | 365 fprintf (stdout, "%d blocks leaked\n",
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_memory.c | 310 debug_printf("Total of %lu KB of system memory apparently leaked\n",
|
/external/toybox/ |
main.c | 139 // Return if stack depth getting noticeable (proxy for leaked heap, etc).
|
/external/valgrind/memcheck/tests/ |
leak-delta.stderr.exp | 66 leaked: 32 bytes in 1 blocks
|
/external/vulkan-validation-layers/layers/ |
README.md | 40 (build dir)/layers/object_tracker.cpp (name=VK_LAYER_LUNARG_object_tracker) - Track object creation, use, and destruction. As objects are created, they're stored in a map. As objects are used, the layer verifies they exist in the map, flagging errors for unknown objects. As objects are destroyed, they're removed from the map. At vkDestroyDevice() and vkDestroyInstance() times, if any objects have not been destroyed, they are reported as leaked objects. If a Dbg callback function is registered, this layer will use callback function(s) for reporting, otherwise uses stdout.
|
/external/webrtc/talk/app/webrtc/ |
dtlsidentitystore.cc | 203 // leaked even if the task does not get run.
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
GlRectDrawer.java | 221 * Release all GLES resources. This needs to be done manually, otherwise the resources are leaked.
|
/frameworks/base/core/java/android/os/ |
ParcelFileDescriptor.java | [all...] |
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
SelectorTest.java | 118 // We previously leaked a file descriptor for each selector instance created.
|