HomeSort by relevance Sort by last modified time
    Searched refs:leak (Results 126 - 150 of 223) sorted by null

1 2 3 4 56 7 8 9

  /frameworks/base/core/java/android/app/
LoadedApk.java 1147 IntentReceiverLeaked leak = new IntentReceiverLeaked( local
1175 ServiceConnectionLeaked leak = new ServiceConnectionLeaked( local
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 435 WindowLeaked leak = new WindowLeaked( local
438 leak.setStackTrace(root.getLocation().getStackTrace());
439 Log.e(TAG, "", leak);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Dependency.java 101 import com.android.systemui.util.leak.GarbageMonitor;
102 import com.android.systemui.util.leak.LeakDetector;
103 import com.android.systemui.util.leak.LeakReporter;
144 * An email address to send memory leak reports to by default.
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 162 ThreadLeak leak = {tctx, 1}; local
163 leaks.PushBack(leak);
  /prebuilts/go/darwin-x86/test/
escape5.go 138 // should make p leak always
escape_map.go 62 // The following if is merely to use (but not leak) k.
  /prebuilts/go/linux-x86/test/
escape5.go 138 // should make p leak always
escape_map.go 62 // The following if is merely to use (but not leak) k.
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 237 blue.leak();
  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
TileQueryHelper.java 41 import com.android.systemui.util.leak.GarbageMonitor;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerServiceImpl.java 40 import com.android.systemui.util.leak.LeakDetector;
65 // Set of all tunables, used for leak detection.
  /system/core/libmemunreachable/tests/
HeapWalker_test.cpp 79 TEST_F(HeapWalkerTest, leak) {
  /system/core/trusty/keymaster/
Makefile 132 MEMCHECK_OPTS=--leak-check=full \
  /external/compiler-rt/lib/lsan/
lsan_common.cc 11 // Implementation of common leak checking functionality.
73 static const char kSuppressionLeak[] = "leak";
117 const char *Leak() { return Blue(); }
365 // ForEachChunk callback. Resets the tags to pre-leak-check state.
429 // Clean up for subsequent leak checks. This assumes we did not overwrite any
551 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
553 leaks_.push_back(leak);
561 static bool LeakComparator(const Leak &leak1, const Leak &leak2)
    [all...]
  /external/scapy/scapy/layers/
inet.py     [all...]
  /external/libchrome/base/
tracked_objects.h 695 // using the data structures, then the |leak| argument should be passed in as
    [all...]
  /external/swiftshader/third_party/LLVM/test/
Makefile 51 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
FragmentHostManager.java 39 import com.android.systemui.util.leak.LeakDetector;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ExtensionControllerImpl.java 29 import com.android.systemui.util.leak.LeakDetector;
  /prebuilts/go/darwin-x86/src/cmd/vet/
lostcancel.go 78 f.Badf(id.Pos(), "the cancel function returned by context.%s should be called, not discarded, to avoid a context leak",
129 f.Badf(stmt.Pos(), "the %s function is not used on all paths (possible context leak)", v.Name())
  /prebuilts/go/linux-x86/src/cmd/vet/
lostcancel.go 78 f.Badf(id.Pos(), "the cancel function returned by context.%s should be called, not discarded, to avoid a context leak",
129 f.Badf(stmt.Pos(), "the %s function is not used on all paths (possible context leak)", v.Name())
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /external/one-true-awk/
FIXES 205 fixed a storage leak in call() that appears to have been there since
389 finally found and fixed a memory leak in function call; it's
729 fixed storage leak in freefa, failing to recover [N]CCL.
    [all...]
  /external/syslinux/com32/lib/libpng/
CHANGES 203 fixed memory leak in pngwrite.c (free info_ptr->text) (Glenn R-P)
516 Added code in pngwrite.c to free info_ptr->text[i].key to stop a memory leak.
    [all...]

Completed in 584 milliseconds

1 2 3 4 56 7 8 9