Home
last modified time | relevance | path

Searched defs:leak (Results 1 – 25 of 29) 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/rust/beto-rust/nearby/presence/np_java_ffi/java/com/google/android/nearby/presence/rust/
DOwnedHandle.java66 protected final void leak() { in leak() method in OwnedHandle
91 private void leak() { in leak() method in OwnedHandle.CleanupAction
/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/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/jazzer-api/examples/src/main/java/com/example/
DExampleOutOfMemoryFuzzer.java18 public static long[] leak; field in ExampleOutOfMemoryFuzzer
/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/cronet/base/task/thread_pool/
Dpooled_single_thread_task_runner_manager.cc422 auto leak = std::make_unique<Task>(std::move(pump_message_task)); in GetWorkFromWindowsMessageQueue() local
534 auto leak = std::make_unique<Task>(std::move(task)); in PostTask() local
Dtest_utils.cc173 auto leak = std::make_unique<Task>(std::move(task)); in PostTaskWithSequence() local
Dthread_pool_impl.cc432 auto leak = std::make_unique<Task>(std::move(task)); in PostTaskWithSequence() local
/external/rust/crates/spin/src/
Drwlock.rs483 pub fn leak(this: Self) -> &'rwlock T { in leak() method
610 pub fn leak(this: Self) -> &'rwlock T { in leak() method
704 pub fn leak(this: Self) -> &'rwlock mut T { in leak() method
Dmutex.rs287 pub fn leak(this: Self) -> &'a mut T { in leak() method
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc162 ThreadLeak leak = {tctx, 1}; in MaybeReportThreadLeak() local
/external/rust/crates/spin/src/mutex/
Dspin.rs312 pub fn leak(this: Self) -> &'a mut T { in leak() method
Dticket.rs315 pub fn leak(this: Self) -> &'a mut T { in leak() method
Dfair.rs396 pub fn leak(this: Self) -> &'a mut T { in leak() method
/external/cronet/base/
Dtools_sanity_unittest.cc137 int* volatile leak = new int[256]; // Leak some memory intentionally. in TEST() local
/external/libchrome/base/
Dtools_sanity_unittest.cc99 int* volatile leak = new int[256]; // Leak some memory intentionally. in TEST() local
/external/pdfium/core/fxcrt/
Dretain_ptr_unittest.cpp295 PseudoRetainable* leak; in TEST() local

12