/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/ |
D | SelectMemoryLeakStressTest.kt | 17 val leak = Channel<String>() in <lambda>() constant 39 val leak = Channel<String>() in <lambda>() constant
|
/external/python/cpython2/Lib/test/leakers/ |
D | test_gestalt.py | 6 def leak(): function
|
D | test_dictself.py | 8 def leak(): function
|
D | test_selftype.py | 6 def leak(): function
|
D | test_ctypes.py | 13 def leak(): function
|
/external/python/cpython3/Lib/test/leakers/ |
D | test_selftype.py | 6 def leak(): function
|
D | test_ctypes.py | 13 def leak(): function
|
/external/llvm-project/clang/test/Analysis/ |
D | NewDelete-sized-deallocation.cpp | 29 void leak() { in leak() function
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_fd_exhaustion.c | 48 int leak = open("/dev/null", O_RDONLY); variable
|
D | gem_shrink.c | 270 static void leak(int fd, uint64_t alloc) in leak() function
|
/external/rust/crates/rayon-core/src/ |
D | util.rs | 3 pub(super) fn leak<T>(v: T) -> &'static T { in leak() function
|
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | leaks.cpp | 16 __attribute__((noopt)) void leak(int n) { in leak() function
|
/external/llvm-project/debuginfo-tests/dexter-tests/memvars/ |
D | ctrl-flow.c | 11 void leak(int *ptr) { in leak() function
|
/external/llvm-project/clang/test/Analysis/diagnostics/ |
D | sarif-multi-diagnostic-test.c | 25 int leak(int i) { in leak() function
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | ConnectionPoolTest.java | 175 StreamAllocation leak = new StreamAllocation(pool, connection.getRoute().getAddress()); in allocateAndLeakAllocation() local
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_syslatency.c | 55 bool leak; member 366 bool leak = false; in main() local
|
/external/rust/crates/spin/src/ |
D | rw_lock.rs | 419 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
|
D | mutex.rs | 262 pub fn leak(this: Self) -> &'a mut T { in leak() method
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx2a-constexpr-dynalloc.cpp | 84 constexpr int leak = (std::allocator<int>().allocate(3), 0); // expected-error {{constant expressio… variable
|
D | friend2.cpp | 218 …friend int leak(t) { return sizeof(v); } // expected-error{{redefinition of 'leak'}} expected-not… in leak() function
|
/external/pdfium/core/fxcrt/ |
D | retain_ptr_unittest.cpp | 121 PseudoRetainable* leak; in TEST() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 162 ThreadLeak leak = {tctx, 1}; in MaybeReportThreadLeak() local
|
/external/rust/crates/spin/src/mutex/ |
D | ticket.rs | 275 pub fn leak(this: Self) -> &'a mut T { in leak() method
|
D | spin.rs | 254 pub fn leak(this: Self) -> &'a mut T { in leak() method
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cpp | 175 ThreadLeak leak = {tctx, 1}; in MaybeReportThreadLeak() local
|