HomeSort by relevance Sort by last modified time
    Searched defs:leak (Results 1 - 25 of 56) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/
test_gestalt.py 6 def leak(): function
test_dictself.py 8 def leak(): function
test_selftype.py 6 def leak(): function
test_ctypes.py 3 # When this leak is fixed, remember to remove from Misc/build.sh LEAKY_TESTS.
14 def leak(): function
  /external/python/cpython2/Lib/test/leakers/
test_gestalt.py 6 def leak(): function
test_dictself.py 8 def leak(): function
test_selftype.py 6 def leak(): function
test_ctypes.py 13 def leak(): function
  /external/python/cpython3/Lib/test/leakers/
test_selftype.py 6 def leak(): function
test_ctypes.py 13 def leak(): function
  /external/valgrind/memcheck/tests/
trivialleak.c 5 void* leak __attribute__((unused)); local
8 leak = (void*)malloc( 1 );
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
LeakTest.java 42 * The code to generate leak.bc is in the previous comment block.
60 Log.w(TAG, "Leak test iteration " + i);
61 ScriptC_leak leak = new ScriptC_leak(mRS); local
64 leak.set_a(A);
67 leak.destroy();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
RotationUtils.java 15 package com.android.systemui.util.leak;
AbstractCollection.java 17 package com.android.systemui.util.leak;
LeakDetector.java 17 package com.android.systemui.util.leak;
51 * Tracks an instance that has a high leak risk (i.e. has complex ownership and references
107 pw.println("SYSUI LEAK DETECTOR");
TrackedCollections.java 17 package com.android.systemui.util.leak;
TrackedObjects.java 17 package com.android.systemui.util.leak;
WeakIdentityHashMap.java 17 package com.android.systemui.util.leak;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
ReferenceTestUtils.java 17 package com.android.systemui.util.leak;
ReferenceTestUtilsTest.java 17 package com.android.systemui.util.leak;
  /system/core/adb/client/
main.cpp 107 char* leak = getenv("ADB_LEAK"); local
108 if (leak && strcmp(leak, "1") == 0) {
  /system/core/libmemunreachable/
LeakFolding.cpp 50 LeakInfo& leak = it.second; local
51 for (auto& ref : leak.node.references_out) {
52 if (leak.scc != ref->ptr->scc) {
53 leak.scc->node.Edge(&ref->ptr->scc->node);
79 LeakInfo& leak = it.first->second;
80 leak_graph_.push_back(&leak.node);
86 LeakInfo& leak = it.second; local
87 heap_walker_.ForEachPtrInRange(leak.range,
91 leak.node.Edge(&ptr_leak->node);
110 bool LeakFolding::Leaked(allocator::vector<LeakFolding::Leak>& leaked, size_t* num_leaks_out
115 const LeakInfo& leak = it.second; local
121 const LeakInfo& leak = it.second; local
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
LeakTest.java 67 ArrayList<WeakReference<byte[]>> leak = new ArrayList<>(); local
69 leak.add(new WeakReference<byte[]>(new byte[100]));
  /external/pdfium/core/fxcrt/
retain_ptr_unittest.cpp 134 TEST(RetainPtr, Leak) {
136 PseudoRetainable* leak; local
139 leak = ptr.Leak();
147 ptr.Unleak(leak);
  /external/lz4/tests/
Makefile 353 valgrind --leak-check=yes --error-exitcode=1 ./datagen -g50M > $(VOID)
355 valgrind --leak-check=yes --error-exitcode=1 $(LZ4) -9 -BD -f tmp $(VOID)
358 valgrind --leak-check=yes --error-exitcode=1 $(LZ4) --force --multiple tmp tmp2 tmp3
360 valgrind --leak-check=yes --error-exitcode=1 $(LZ4) -9 -B5D -f tmp tmp2
361 valgrind --leak-check=yes --error-exitcode=1 $(LZ4) -t tmp2
362 valgrind --leak-check=yes --error-exitcode=1 $(LZ4) -bi1 tmp
363 valgrind --leak-check=yes --error-exitcode=1 ./fullbench -i1 tmp tmp2
365 valgrind --leak-check=yes --error-exitcode=1 $(LZ4) -B4D -f -vq tmp $(VOID)
367 valgrind --leak-check=yes --error-exitcode=1 ./fuzzer -i64 -t1
368 valgrind --leak-check=yes --error-exitcode=1 ./frametest -i25
    [all...]

Completed in 486 milliseconds

1 2 3