Home
last modified time | relevance | path

Searched +defs:block +defs:close (Results 1 – 25 of 1204) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dqueues.py99 def put(self, obj, block=True, timeout=None): argument
113 def get(self, block=True, timeout=None): argument
157 def close(self): member in Queue
234 def _feed(buffer, notempty, send, writelock, close): argument
309 def put(self, obj, block=True, timeout=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dqueues.py86 def put(self, obj, block=True, timeout=None): argument
98 def get(self, block=True, timeout=None): argument
140 def close(self): member in Queue
308 def put(self, obj, block=True, timeout=None): argument
348 def close(self): member in SimpleQueue
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dqueues.py86 def put(self, obj, block=True, timeout=None): argument
98 def get(self, block=True, timeout=None): argument
140 def close(self): member in Queue
308 def put(self, obj, block=True, timeout=None): argument
348 def close(self): member in SimpleQueue
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dqueues.py86 def put(self, obj, block=True, timeout=None): argument
98 def get(self, block=True, timeout=None): argument
140 def close(self): member in Queue
308 def put(self, obj, block=True, timeout=None): argument
348 def close(self): member in SimpleQueue
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dqueues.py86 def put(self, obj, block=True, timeout=None): argument
98 def get(self, block=True, timeout=None): argument
140 def close(self): member in Queue
308 def put(self, obj, block=True, timeout=None): argument
348 def close(self): member in SimpleQueue
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dqueues.py86 def put(self, obj, block=True, timeout=None): argument
98 def get(self, block=True, timeout=None): argument
140 def close(self): member in Queue
308 def put(self, obj, block=True, timeout=None): argument
348 def close(self): member in SimpleQueue
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dqueues.py86 def put(self, obj, block=True, timeout=None): argument
98 def get(self, block=True, timeout=None): argument
140 def close(self): member in Queue
308 def put(self, obj, block=True, timeout=None): argument
348 def close(self): member in SimpleQueue
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
H A DSnappyCompressorOutputStream.java132 public void close() throws IOException { in close() method in SnappyCompressorOutputStream
177 private void writeLiteralBlock(LZ77Compressor.LiteralBlock block) throws IOException { in writeLiteralBlock()
192 …private void writeLiteralBlockNoSizeBytes(LZ77Compressor.LiteralBlock block, int len) throws IOExc… in writeLiteralBlockNoSizeBytes()
196 …private void writeLiteralBlockOneSizeByte(LZ77Compressor.LiteralBlock block, int len) throws IOExc… in writeLiteralBlockOneSizeByte()
200 …private void writeLiteralBlockTwoSizeBytes(LZ77Compressor.LiteralBlock block, int len) throws IOEx… in writeLiteralBlockTwoSizeBytes()
204 …private void writeLiteralBlockThreeSizeBytes(LZ77Compressor.LiteralBlock block, int len) throws IO… in writeLiteralBlockThreeSizeBytes()
208 …private void writeLiteralBlockFourSizeBytes(LZ77Compressor.LiteralBlock block, int len) throws IOE… in writeLiteralBlockFourSizeBytes()
212 …d writeLiteralBlockWithSize(int tagByte, int sizeBytes, int len, LZ77Compressor.LiteralBlock block) in writeLiteralBlockWithSize()
234 private void writeBackReference(LZ77Compressor.BackReference block) throws IOException { in writeBackReference()
/aosp_15_r20/hardware/google/aemu/host-common/testing/
DHostAddressSpace.cpp74 void close(uint32_t handle) { in close() function in android::HostAddressSpaceDevice::Impl
267 auto& block = mSharedRegions[off]; in allocSharedHostRegionLocked() local
280 auto& block = mSharedRegions[offset]; in allocSharedHostRegionFixedLocked() local
326 auto& block = entry.blocks[off]; in allocBlockLocked() local
341 const BlockMemory& block, in blockContainsOffset()
349 const BlockMemory& block, in offsetIntoBlock()
405 void HostAddressSpaceDevice::close(uint32_t handle) { in close() function in android::HostAddressSpaceDevice
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dlist.rs74 let block = self.find_block(slot_index); in push() localVariable
86 pub(crate) fn close(&self) { in close() method
91 let block = self.find_block(slot_index); in close() localVariable
106 let block = unsafe { &*block_ptr }; in find_block() localVariable
125 let block = unsafe { &(*block_ptr) }; in find_block() localVariable
243 let block = unsafe { self.head.as_ref() }; in is_empty() localVariable
270 let block = self.head.as_ref(); in pop() localVariable
310 let block = unsafe { self.head.as_ref() }; in try_advancing_head() localVariable
337 let block = self.free_head; in reclaim_blocks() localVariable
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DConditionVariable.java80 public void close() in close() method in ConditionVariable
93 public void block() in block() method in ConditionVariable
118 public boolean block(long timeoutMs) in block() method in ConditionVariable
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DConditionVariable.java71 public synchronized boolean close() { in close() method in ConditionVariable
82 public synchronized void block() throws InterruptedException { in block() method in ConditionVariable
96 public synchronized boolean block(long timeoutMs) throws InterruptedException { in block() method in ConditionVariable
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DConditionVariable.java71 public synchronized boolean close() { in close() method in ConditionVariable
82 public synchronized void block() throws InterruptedException { in block() method in ConditionVariable
96 public synchronized boolean block(long timeoutMs) throws InterruptedException { in block() method in ConditionVariable
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
H A DBlockLZ4CompressorOutputStream.java146 public void close() throws IOException { in close() method in BlockLZ4CompressorOutputStream
183 private void addLiteralBlock(LZ77Compressor.LiteralBlock block) throws IOException { in addLiteralBlock()
189 private void addBackReference(LZ77Compressor.BackReference block) throws IOException { in addBackReference()
231 private void recordBackReference(LZ77Compressor.BackReference block) { in recordBackReference()
428 byte[] addLiteral(LZ77Compressor.LiteralBlock block) { in addLiteral()
434 void setBackReference(LZ77Compressor.BackReference block) { in setBackReference()
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin_core/processor/src/com/android/systemui/plugins/processor/
H A DTabbedWriter.kt30 override fun close() = target.close() in close() method
86 private fun block( in block() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py94 def close(self): member in ConnectionPool
176 block=False, argument
483 def close(self): member in HTTPConnectionPool
921 block=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py94 def close(self): member in ConnectionPool
176 block=False, argument
483 def close(self): member in HTTPConnectionPool
921 block=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py94 def close(self): member in ConnectionPool
176 block=False, argument
483 def close(self): member in HTTPConnectionPool
921 block=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py94 def close(self): member in ConnectionPool
176 block=False, argument
483 def close(self): member in HTTPConnectionPool
921 block=False, argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/GeoTZ/s2storage/s2storage_ro/android_common/turbine/
Ds2storage_ro.jar ... com/android/storage/block/read/Block$BlockVisitor.class <Unknown> package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/utils/satellite/s2storage/satellite-s2storage-ro/android_common/turbine-combined/
Dsatellite-s2storage-ro.jar ... com/android/storage/block/read/Block$BlockVisitor.class <Unknown> package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/utils/satellite/s2storage/satellite-s2storage-ro/android_common/repackaged-jarjar/turbine/
Dsatellite-s2storage-ro.jar ... <init> (com.android.storage.block.read.TypedData, com.android.telephony ...
/aosp_15_r20/external/scapy/scapy/
H A Dutils.py862 def close(self): member in RawPcapReader
968 def read_block_idb(self, block, _): argument
990 def read_block_epb(self, block, size): argument
1000 def read_block_spb(self, block, size): argument
1012 def read_block_pkt(self, block, size): argument
1160 def close(self): member in RawPcapWriter
/aosp_15_r20/external/skia/src/core/
H A DSkStream.cpp198 void SkFILEStream::close() { in close() function in SkFILEStream
516 Block* block = fHead; in reset() local
553 Block* block = (Block*)sk_malloc_canfail(sizeof(Block) + size); in write() local
613 Block* block = fHead; in read() local
633 Block* block = fHead; in copyTo() local
644 for (Block* block = fHead; block != nullptr; block = block->fNext) { in writeToStream() local
676 Block* block = fHead; in copyToAndReset() local
694 for (Block* block = fHead; block != nullptr; ) { in writeToAndReset() local
727 const Block* block = fHead; in validate() local
745 SkDynamicMemoryWStream::Block* block = fHead; in ~SkBlockMemoryRefCnt() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dadapters.py96 def close(self): member in BaseAdapter
175 self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool_kwargs argument
362 def close(self): member in HTTPAdapter

12345678910>>...49