HomeSort by relevance Sort by last modified time
    Searched full:leaked (Results 51 - 75 of 383) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
ps_util.py 62 'leaked processes. To install psutil, see: '
  /external/compiler-rt/lib/lsan/
lsan_flags.inc 21 "Print addresses of leaked objects after main leak report.")
lsan_common.cc 134 // (|tag| = kReachable) and finding indirectly leaked chunks
286 // ForEachChunk callback. If the chunk is marked as leaked, marks all chunks
287 // which are reachable from it as indirectly leaked.
329 // Iterate over leaked chunks and mark those that are reachable from other
330 // leaked chunks.
331 LOG_POINTERS("Scanning leaked chunks.\n");
571 Printf("Objects leaked above:\n");
595 summary.append("%zu byte(s) leaked in %zu allocation(s).", bytes,
  /external/google-breakpad/src/testing/test/
gmock_leak_test.py 32 """Tests that leaked mock objects can be caught be Google Mock."""
gmock_leak_test_.cc 34 // This program is for verifying that a leaked mock object can be
  /external/icu/icu4c/source/test/cintltst/
cctest.c 17 /* This makes sure that a converter isn't leaked when an error is passed to
  /external/libchrome/base/threading/
post_task_and_reply_impl.cc 22 // available, the the |task| and |reply| Closures are leaked. Leaking is
  /external/libchrome/dbus/
file_descriptor.h 16 // where the descriptor might be easily leaked. To guard against this the
  /external/libxml2/
testRegexp.c 119 printf(" Parse/free of Expression leaked %d\n",
161 printf(" Subsume leaked %d\n",
167 printf(" Parse/free leaked %d\n",
178 printf(" Parse/free of Expression leaked %d\n",
  /external/valgrind/gdbserver_tests/
mcleak.stdinB.gdb 79 # output the biggest definitely leaked record:
  /external/valgrind/memcheck/tests/
leak-cycle.stderr.exp 0 leaked: 288 bytes in 18 blocks
leak.h 34 fprintf(where,"leaked: %3ld bytes in %2ld blocks\n", \
leak-segv-jmp.stderr.exp 89 Rerun with --leak-check=full to see details of leaked memory
91 leaked: 1000 bytes in 1 blocks
lks.stderr.exp 10 Rerun with --leak-check=full to see details of leaked memory
12 leaked: 80 bytes in 5 blocks
  /external/vboot_reference/firmware/stub/
vboot_api_stub_sf.c 114 * about leaked memory.
  /external/webrtc/webrtc/base/
linuxfdwalk_unittest.cc 49 // I have observed that the open set when starting a test is [0, 6]. Leaked
  /packages/apps/TV/common/src/com/android/tv/common/
WeakHandler.java 31 * containing object will still be leaked.
  /external/clang/test/Analysis/
retain-release-path-notes-gc.m 43 CFTypeRef leaked = CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
44 return; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenced later in this execution path and has a retain count of +1}}
48 CFTypeRef leaked = CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
49 CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +2 retain count}}
50 CFMakeCollectable(leaked); // expected-note{{In GC mode a call to 'CFMakeCollectable' decrements an object's retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1}}
51 NSMakeCollectable(leaked); // expected-note{{In GC mode a call to 'NSMakeCollectable' decrements an object's retain count and registers the object with the garbage collector. Since it now has a 0 retain count the object can be automatically collected by the garbage collector}}
52 CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +1 retain count. The object is not eligible for garbage collection until the retain count reaches 0 again}}
53 return; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenced later in this execution path and has a retain count of +1}
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidWindow.cpp 130 print("ERROR: Window was not available for deletion, leaked tcu::Android::Window!\n");
131 DE_FATAL("Window leaked");
  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 176 // A symbol should only be considered leaked if it is non-null.
194 // Collect leaked symbols.
230 // TODO: Identify the leaked file descriptor.
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java 116 fail("Other apps detailed traffic stats leaked");
  /external/clang/test/Modules/
explicit-build-flags.cpp 45 #error FOO leaked from module
  /external/curl/tests/
valgrind.pm 69 push @o, "\n Leaked $leak bytes\n";
  /external/gmock/test/
gmock_leak_test.py 32 """Tests that leaked mock objects can be caught be Google Mock."""
gmock_leak_test_.cc 34 // This program is for verifying that a leaked mock object can be

Completed in 872 milliseconds

1 23 4 5 6 7 8 91011>>