Home
last modified time | relevance | path

Searched defs:leak (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/test/leakers/
Dtest_gestalt.py6 def leak(): function
Dtest_dictself.py8 def leak(): function
Dtest_selftype.py6 def leak(): function
Dtest_ctypes.py13 def leak(): function
/external/python/cpython3/Lib/test/leakers/
Dtest_selftype.py6 def leak(): function
Dtest_ctypes.py13 def leak(): function
/external/valgrind/memcheck/tests/
Dtrivialleak.c5 void* leak __attribute__((unused)); in test() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionPoolTest.java175 StreamAllocation leak = new StreamAllocation(pool, connection.getRoute().getAddress()); in allocateAndLeakAllocation() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc162 ThreadLeak leak = {tctx, 1}; in MaybeReportThreadLeak() local
/external/pdfium/core/fxcrt/
Dretain_ptr_unittest.cpp136 PseudoRetainable* leak; in TEST() local
/external/compiler-rt/lib/lsan/
Dlsan_common.cc551 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id, in AddLeakedChunk() local
/external/libchrome/base/
Dtracked_objects.cc839 void ThreadData::ShutdownSingleThreadedCleanup(bool leak) { in ShutdownSingleThreadedCleanup()
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn_cell.py1904 leak=0.001, argument