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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java     [all...]
  /frameworks/base/services/core/java/com/android/server/fingerprint/
ClientMonitor.java 189 if (DEBUG) Slog.w(TAG, "removing leaked reference: " + mToken);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 99 // We previously leaked a file descriptor for each selector instance created.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pystone.py 20 First, it leaked memory: in Proc1(), NextRecord ends
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pystone.py 20 First, it leaked memory: in Proc1(), NextRecord ends
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
README.md 46 (build dir)/layers/object_tracker.cpp (name=`VK_LAYER_LUNARG_object_tracker`) - Track object creation, use, and destruction. As objects are created they are 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 are 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 it will use stdout.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 20 First, it leaked memory: in Proc1(), NextRecord ends
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 20 First, it leaked memory: in Proc1(), NextRecord ends
  /system/core/libutils/tests/
RefBase_test.cpp 72 ASSERT_TRUE(isDeleted) << "foo was leaked!";
  /system/update_engine/update_manager/
real_device_policy_provider_unittest.cc 85 // Check for leaked callbacks on the main loop.
  /external/freetype/src/base/
ftdbgmem.c 355 /* remove all blocks from the table, revealing leaked ones */
369 "leaked memory block at address %p, size %8ld in (%s:%ld)\n",
420 "FreeType: %ld bytes of memory leaked in %ld blocks\n",
  /external/valgrind/memcheck/docs/
mc-manual.xml 639 the pointer to a leaked block was lost; you have to work that out for
662 in the Valgrind gdbserver to list the addresses of the leaked blocks and/or give
    [all...]
  /external/clang/test/Analysis/
objc-arc.m 526 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not referenced later in this execution path and has a retain count of +1</string>
528 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not referenced later in this execution path and has a retain count of +1</string>
    [all...]
dtor.cpp 249 // leading the analyzer to believe that the malloc'd memory had leaked.
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
DsaTest.java     [all...]
  /bionic/libc/bionic/
ndk_cruft.cpp 291 // A leaked BSD stdio implementation detail that's now a no-op.
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 626 "6 malloc_debug +++ malloc_testing leaked block of size 1024 at %p (leak 1 of 3)\n",
629 "6 malloc_debug +++ malloc_testing leaked block of size 200 at %p (leak 2 of 3)\n",
632 "6 malloc_debug +++ malloc_testing leaked block of size 128 at %p (leak 3 of 3)\n",
666 "6 malloc_debug +++ malloc_testing leaked block of size 1024 at %p (leak 1 of 3)\n",
676 "6 malloc_debug +++ malloc_testing leaked block of size 128 at %p (leak 2 of 3)\n",
685 "6 malloc_debug +++ malloc_testing leaked block of size 100 at %p (leak 3 of 3)\n",
725 "6 malloc_debug +++ malloc_testing leaked block of size 999 at %p (leak 1 of 2)\n",
728 "6 malloc_debug +++ malloc_testing leaked block of size 100 at %p (leak 2 of 2)\n",
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
TrafficStatsTest.java 64 assertTrue("Tag leaked", TrafficStats.getThreadStatsTag() != 0xf00d);
  /external/freetype/docs/
DEBUG 37 including the list of leaked memory blocks with the source
  /external/libchrome/base/memory/
singleton.h 210 // thus the singleton will be leaked if it is ever accessed. Traits::RAE
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Interface.java 349 // The router (and by consequence the handle) is intentionally leaked. It will close
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 344 debug_printf("Total of %lu KB of system memory apparently leaked\n",
  /external/python/cpython2/Doc/tools/extensions/
suspicious.py 3 that has leaked into the final output.
  /external/python/cpython3/Doc/tools/extensions/
suspicious.py 3 that has leaked into the final output.
  /external/python/cpython3/Lib/test/
test_super.py 337 # Issue #26718: super.__init__ leaked memory if called multiple times.

Completed in 1483 milliseconds

1 2 3 4 5 6 7 891011>>