Home
last modified time | relevance | path

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

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/
DSelectMemoryLeakStressTest.kt17 val leak = Channel<String>() in <lambda>() constant
39 val leak = Channel<String>() in <lambda>() constant
/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/llvm-project/clang/test/Analysis/
DNewDelete-sized-deallocation.cpp29 void leak() { in leak() function
/external/igt-gpu-tools/tests/i915/
Dgem_fd_exhaustion.c48 int leak = open("/dev/null", O_RDONLY); variable
Dgem_shrink.c270 static void leak(int fd, uint64_t alloc) in leak() function
/external/rust/crates/rayon-core/src/
Dutil.rs3 pub(super) fn leak<T>(v: T) -> &'static T { in leak() function
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dleaks.cpp16 __attribute__((noopt)) void leak(int n) { in leak() function
/external/llvm-project/debuginfo-tests/dexter-tests/memvars/
Dctrl-flow.c11 void leak(int *ptr) { in leak() function
/external/llvm-project/clang/test/Analysis/diagnostics/
Dsarif-multi-diagnostic-test.c25 int leak(int i) { in leak() function
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionPoolTest.java175 StreamAllocation leak = new StreamAllocation(pool, connection.getRoute().getAddress()); in allocateAndLeakAllocation() local
/external/igt-gpu-tools/benchmarks/
Dgem_syslatency.c55 bool leak; member
366 bool leak = false; in main() local
/external/rust/crates/spin/src/
Drw_lock.rs419 pub fn leak(this: Self) -> &'rwlock T { in leak() method
542 pub fn leak(this: Self) -> &'rwlock T { in leak() method
631 pub fn leak(this: Self) -> &'rwlock mut T { in leak() method
Dmutex.rs262 pub fn leak(this: Self) -> &'a mut T { in leak() method
/external/llvm-project/clang/test/SemaCXX/
Dcxx2a-constexpr-dynalloc.cpp84 constexpr int leak = (std::allocator<int>().allocate(3), 0); // expected-error {{constant expressio… variable
Dfriend2.cpp218 …friend int leak(t) { return sizeof(v); } // expected-error{{redefinition of 'leak'}} expected-not… in leak() function
/external/pdfium/core/fxcrt/
Dretain_ptr_unittest.cpp121 PseudoRetainable* leak; in TEST() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc162 ThreadLeak leak = {tctx, 1}; in MaybeReportThreadLeak() local
/external/rust/crates/spin/src/mutex/
Dticket.rs275 pub fn leak(this: Self) -> &'a mut T { in leak() method
Dspin.rs254 pub fn leak(this: Self) -> &'a mut T { in leak() method
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp175 ThreadLeak leak = {tctx, 1}; in MaybeReportThreadLeak() local

12