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

1 23 4 5 6 7 8 91011>>

  /external/python/cpython2/Misc/
valgrind-python.supp 83 Handle PyMalloc confusing valgrind (possibly leaked)
91 Handle PyMalloc confusing valgrind (possibly leaked)
99 Handle PyMalloc confusing valgrind (possibly leaked)
111 Handle pthread issue (possibly leaked)
120 Handle pthread issue (possibly leaked)
  /external/python/cpython3/Misc/
valgrind-python.supp 83 Handle PyMalloc confusing valgrind (possibly leaked)
91 Handle PyMalloc confusing valgrind (possibly leaked)
99 Handle PyMalloc confusing valgrind (possibly leaked)
111 Handle pthread issue (possibly leaked)
120 Handle pthread issue (possibly leaked)
  /external/libchrome/base/debug/
leak_tracker.h 45 // then the allocation callstack for each leaked instances is dumped to
99 LOG_STREAM(ERROR) << "Leaked " << node << " which was allocated by:";
  /frameworks/base/libs/hwui/
GpuMemoryTracker.cpp 81 LOG_ALWAYS_FATAL("Leaked %zd GPU objects!", gObjectSet.size());
126 ALOGE("Leaked texture marked for cleanup! id=%u, size %ux%u", texture->id(),
  /cts/hostsidetests/security/src/android/security/cts/
Poc17_03.java 69 assertNotMatchesMultiLine(".*Leaked ptr is (0x[fF]{6}[cC]0[a-fA-F0-9]{8}"
  /external/clang/test/Analysis/
cfref_PR2519.c 29 // reported as being leaked).
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.h 46 void *state_; // Leaked.
  /external/llvm/lib/Support/
StringPool.cpp 22 assert(InternTable.empty() && "PooledStringPtr leaked!");
  /external/swiftshader/third_party/LLVM/lib/Support/
StringPool.cpp 22 assert(InternTable.empty() && "PooledStringPtr leaked!");
  /external/webrtc/webrtc/base/
basictypes.h 67 // Use these to declare and define a static local variable that gets leaked so
  /system/core/libutils/tests/
StrongPointer_test.cpp 57 ASSERT_TRUE(isDeleted) << "foo was leaked!";
  /system/update_engine/
boot_control_recovery.h 55 // this is essentially leaked on object destruction.
  /external/autotest/client/common_lib/cros/
retry_unittest.py 135 and no signal is leaked."""
151 # Set handler for signal.SIGALRM to catch any leaked alarm.
158 # Wait for 2 seconds to check if any alarm is leaked
  /external/google-breakpad/src/testing/test/
gmock_output_test.py 105 """Removes the test names of leaked mock objects from the test output."""
127 leaked mocks).
166 # The raw output should contain 2 leaked mock object errors for
gmock_leak_test.py 32 """Tests that leaked mock objects can be caught be Google Mock."""
  /external/googletest/googlemock/test/
gmock_output_test.py 105 """Removes the test names of leaked mock objects from the test output."""
127 leaked mocks).
166 # The raw output should contain 2 leaked mock object errors for
  /external/v8/testing/gmock/test/
gmock_output_test.py 105 """Removes the test names of leaked mock objects from the test output."""
127 leaked mocks).
166 # The raw output should contain 2 leaked mock object errors for
  /system/core/libmemunreachable/
MemUnreachable.cpp 141 heap_walker_.Leaked(leaked1, 0, num_leaks, leak_bytes);
152 allocator::vector<LeakFolding::Leak> leaked{allocator_};
154 if (!folding.Leaked(leaked, num_leaks, leak_bytes)) {
162 leaks.reserve(leaked.size());
164 for (auto& it : leaked) {
508 // there are no copies of the leaked pointer addresses there.
  /external/wycheproof/doc/
rsa.md 40 PKCS #1 v1.5 encryption often depends on the amount of information leaked after
60 information about the padding is leaked.
129 \[CVE-2012-5081]: Java JSSE provider leaked information through exceptions and
  /external/compiler-rt/lib/profile/
WindowsMMap.c 87 /* ruh-ro, we leaked handle from CreateFileMapping() ... */
  /external/icu/icu4c/source/test/cintltst/
cctest.c 19 /* This makes sure that a converter isn't leaked when an error is passed to
  /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/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 289 * Prunes any leaked allocations and then returns the number of remaining live allocations on
290 * {@code connection}. Allocations are leaked if the connection is tracking them but the
308 // // We've discovered a leaked allocation. This is an application bug.
310 // + " was leaked. Did you forget to close a response body?");
  /external/perf_data_converter/src/quipper/
perf_data_utils.cc 22 CHECK(new_event); // NB: event is "leaked" if this CHECK fails.
  /external/syslinux/gpxe/src/interface/efi/
efi_umalloc.c 88 /* Not fatal; we have leaked memory but successfully

Completed in 1109 milliseconds

1 23 4 5 6 7 8 91011>>