HomeSort by relevance Sort by last modified time
    Searched refs:leak (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /frameworks/base/libs/hwui/tests/unit/
main.cpp 70 for (auto& leak : info.leaks) {
71 if (addrs.find(leak.begin) == addrs.end()) {
72 merged.leaks.push_back(leak);
74 merged.leak_bytes += leak.size;
75 addrs.insert(leak.begin);
115 cout << "Leak check took " << ns2ms(after - before) << "ms" << endl;
  /external/valgrind/memcheck/tests/
addressable.stderr.exp 7 For a detailed leak analysis, rerun with: --leak-check=full
36 For a detailed leak analysis, rerun with: --leak-check=full
45 For a detailed leak analysis, rerun with: --leak-check=full
59 For a detailed leak analysis, rerun with: --leak-check=full
78 For a detailed leak analysis, rerun with: --leak-check=ful
    [all...]
partiallydefinedeq.stderr.exp 15 For a detailed leak analysis, rerun with: --leak-check=full
badjump.stderr.exp 22 For a detailed leak analysis, rerun with: --leak-check=full
noisy_child.stderr.exp 26 For a detailed leak analysis, rerun with: --leak-check=full
partial_load_dflt.stderr.exp 25 For a detailed leak analysis, rerun with: --leak-check=full
partial_load_ok.stderr.exp 25 For a detailed leak analysis, rerun with: --leak-check=full
big_blocks_freed_list.stderr.exp 65 For a detailed leak analysis, rerun with: --leak-check=full
sigkill.stderr.exp 196 For a detailed leak analysis, rerun with: --leak-check=full
  /external/valgrind/gdbserver_tests/
mcsignopass.stderr.exp 13 For a detailed leak analysis, rerun with: --leak-check=full
mcsigpass.stderr.exp 13 For a detailed leak analysis, rerun with: --leak-check=full
mcwatchpoints.stderr.exp 20 For a detailed leak analysis, rerun with: --leak-check=full
  /external/valgrind/memcheck/tests/darwin/
aio.stderr.exp 21 For a detailed leak analysis, rerun with: --leak-check=full
  /external/valgrind/memcheck/tests/solaris/
syscall_at.stderr.exp 21 For a detailed leak analysis, rerun with: --leak-check=full
  /system/core/libmemunreachable/
MemUnreachable.cpp 31 #include "Leak.h"
44 const size_t Leak::contents_length;
54 bool GetUnreachableMemory(allocator::vector<Leak>& leaks, size_t limit,
123 bool MemUnreachable::GetUnreachableMemory(allocator::vector<Leak>& leaks,
145 allocator::vector<LeakFolding::Leak> leaked{allocator_};
151 allocator::unordered_map<Leak::Backtrace, Leak*> backtrace_map{allocator_};
159 Leak* leak = &leaks.back(); local
162 leak->backtrace.frames, leak->backtrace.max_frames)
    [all...]
  /external/v8/test/mjsunit/
cross-realm-global-prototype.js 6 // Make sure we don't accidentally leak information about other objects.
cross-realm-filtering.js 75 // test that do not pollute / leak a function prototype v8/4217
leakcheck.js 29 * This test is run with leak detection when running special tests.
  /external/clang/test/Analysis/
pr22954.c 116 return 0; // expected-warning{{Potential leak of memory pointed to by 'a0.s2'}}
124 return 0; // expected-warning{{Potential leak of memory pointed to by 'a1.s2'}}
132 return 0; // expected-warning{{Potential leak of memory pointed to by 'a2.s2'}}
141 return 0; // expected-warning{{Potential leak of memory pointed to by 'a3.s2'}}
151 free(b0.a.s2); // expected-warning{{Potential leak of memory pointed to by 'b0.s2'}}
162 free(b0.s2); // expected-warning{{Potential leak of memory pointed to by 'b0.a.s2'}}
265 expected-warning{{Potential leak of memory pointed to by 'g0.s2'}}
286 expected-warning{{Potential leak of memory pointed to by 'h0.s2'}}
308 expected-warning{{Potential leak of memory pointed to by 'i18.s2'}}
325 expected-warning{{Potential leak of memory pointed to by 'i181.s2'}
    [all...]
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.stderr.exp 53 For a detailed leak analysis, rerun with: --leak-check=full
  /external/dbus/test/name-test/
tmp-session-like-system.conf 73 having the bus enforce a limit is nicer than a huge memory leak. But the
  /frameworks/base/core/java/android/app/
LoadedApk.java 883 IntentReceiverLeaked leak = new IntentReceiverLeaked( local
911 ServiceConnectionLeaked leak = new ServiceConnectionLeaked( local
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 165 public void leak() throws RemoteException { method in class:ParcelFileDescriptorPeer
  /external/libxml2/python/tests/
sync.py 137 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
  /system/security/keystore/tests/
Makefile 94 MEMCHECK_OPTS=--leak-check=full \

Completed in 1178 milliseconds

1 23 4 5