/external/v8/test/mjsunit/regress/ |
consolidated-holey-load.js | 40 assertEquals(undefined, foo(c)); // Elided hole check will leak the hole.
|
/external/v8/test/mjsunit/ |
string-replace-with-empty.js | 67 // a memory leak. This makes valgrind happy.
|
error-constructors.js | 73 // getter can leak error objects from different script tags in the same context
|
/external/skia/src/animator/ |
SkAnimator.cpp | 660 for (SkDisplayable** leak = SkDisplayable::fAllocations.begin(); leak < SkDisplayable::fAllocations.end(); leak++) 661 SkDebugf("%08x %s\n", *leak, (*leak)->id);
|
/frameworks/base/core/java/android/view/ |
WindowManagerGlobal.java | 423 WindowLeaked leak = new WindowLeaked( local 426 leak.setStackTrace(root.getLocation().getStackTrace()); 427 Log.e(TAG, "", leak);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_thread.cc | 174 ThreadLeak leak = {tctx, 1}; local 175 leaks.PushBack(leak);
|
/external/v8/test/mjsunit/harmony/ |
private-symbols.js | 29 // Private symbols must never leak to proxy traps.
|
/cts/tests/tests/os/src/android/os/cts/ |
ParcelFileDescriptorProcessTest.java | 237 blue.leak();
|
/external/libchrome/base/ |
tracked_objects.h | 627 // using the data structures, then the |leak| argument should be passed in as 631 // then you can pass in a |leak| value of false, and this function will 634 static void ShutdownSingleThreadedCleanup(bool leak); [all...] |
tracked_objects.cc | 496 child = new Births(location, *this); // Leak this. 802 void ThreadData::ShutdownSingleThreadedCleanup(bool leak) { 814 // To be clean, break apart the retired worker list (though we leak them). 831 // call this function, we may sometimes leak all the data structures we 833 if (leak) { [all...] |
/external/valgrind/gdbserver_tests/ |
mchelp.stdoutB.exp | 47 after a leak search, shows the list of blocks of <loss_record_nr> 116 after a leak search, shows the list of blocks of <loss_record_nr>
|
/external/valgrind/memcheck/tests/ |
leak_cpp_interior.stderr.exp | 8 LEAK SUMMARY: 20 To see them, rerun with: --leak-check=full --show-leak-kinds=all 23 LEAK SUMMARY: 37 LEAK SUMMARY: 49 LEAK SUMMARY: 61 LEAK SUMMARY: 73 LEAK SUMMARY: 87 LEAK SUMMARY: 101 LEAK SUMMARY [all...] |
/system/core/libmemunreachable/tests/ |
HeapWalker_test.cpp | 77 TEST_F(HeapWalkerTest, leak) {
|
/external/compiler-rt/lib/lsan/ |
lsan_common.cc | 11 // Implementation of common leak checking functionality. 64 static const char kSuppressionLeak[] = "leak"; 108 const char *Leak() { return Blue(); } 335 // ForEachChunk callback. Resets the tags to pre-leak-check state. 399 // Clean up for subsequent leak checks. This assumes we did not overwrite any 518 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id, 520 leaks_.push_back(leak); 528 static bool LeakComparator(const Leak &leak1, const Leak &leak2) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
pkcs1.py | 184 to why the code thinks the decryption fails, as this would leak
|
/prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/ |
netty-buffer-4.1.0.CR3.jar | |
/system/keymaster/ |
Makefile | 173 MEMCHECK_OPTS=--leak-check=full \
|
/external/v8/test/mjsunit/ignition/ |
tracing.js | 30 // Test tracing doesn't crash or leak. Not explicitly pattern matching.
|
/external/elfutils/tests/ |
Makefile.am | 45 dwfl-bug-addr-overflow arls dwfl-bug-fd-leak \ 98 dwfl-bug-fd-leak dwfl-bug-report \ 324 valgrind_cmd='valgrind -q --leak-check=full --error-exitcode=1'
|
/external/valgrind/memcheck/tests/amd64/ |
sh-mem-vec256-plo-yes.stderr.exp | 864 For a detailed leak analysis, rerun with: --leak-check=full
|
sh-mem-vec256-plo-no.stderr.exp | 938 For a detailed leak analysis, rerun with: --leak-check=full
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tools.Tests.pas | 607 will be no memory leak. }
|
/external/curl/tests/ |
runtests.pl | 628 # verify that it returns a proper error code, doesn't leak memory 636 my $leak=0; 640 # we call it leak for short here 641 $leak=1; 644 if($leak) { [all...] |
/art/build/ |
Android.gtest.mk | 534 $(HOST_OUT_EXECUTABLES)/valgrind --leak-check=full --error-exitcode=1 \
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
libhttplib2.tex | 271 to leak, so carefully consider the consequences.
|