| /external/kotlinx.serialization/formats/json/jvmMain/src/kotlinx/serialization/json/internal/ |
| D | ArrayPools.kt | 18 protected fun take(size: Int): CharArray { in take() method in kotlinx.serialization.json.internal.CharArrayPoolBase 37 fun take(): CharArray = super.take(128) in take() method 46 actual fun take(): CharArray = super.take(BATCH_SIZE) in take() method 60 protected fun take(size: Int): ByteArray { in take() method in kotlinx.serialization.json.internal.ByteArrayPoolBase 79 fun take(): ByteArray = super.take(8196) in take() method 86 fun take(): ByteArray = super.take(512) in take() method
|
| /external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/ |
| D | CharArrayPool.common.kt | 7 fun take(): CharArray method
|
| /external/okio/okio/src/commonMain/kotlin/okio/ |
| D | SegmentPool.kt | 32 fun take(): Segment method
|
| /external/tensorflow/tensorflow/python/kernel_tests/data_structures/ |
| D | barrier_ops_test.py | 292 def take(): function 326 def take(sess, i, taken): function 533 def take(sess, i, taken): function 619 def take(sess, i, taken): function
|
| /external/okio/okio/src/jvmTest/kotlin/okio/ |
| D | ThrottlerTakeTest.kt | 110 private fun take(byteCount: Long): Long { in take() method in okio.ThrottlerTakeTest
|
| /external/kotlinx.serialization/formats/json/nativeMain/src/kotlinx/serialization/json/internal/ |
| D | CharArrayPool.kt | 7 actual fun take(): CharArray = CharArray(BATCH_SIZE) method
|
| /external/kotlinx.serialization/formats/json/jsWasmMain/src/kotlinx/serialization/json/internal/ |
| D | CharArrayPool.kt | 9 actual fun take(): CharArray = CharArray(BATCH_SIZE) method
|
| /external/okio/okio/src/nonJvmMain/kotlin/okio/ |
| D | SegmentPool.kt | 23 actual fun take(): Segment = Segment() in take() method
|
| /external/rust/crates/tinyvec/src/ |
| D | lib.rs | 105 fn take<T: Default>(from: &mut T) -> T { in take() function
|
| /external/clang/test/CXX/temp/temp.param/ |
| D | p15-cxx0x.cpp | 83 typedef types<typename Take<_>::type...> take; typedef 88 template<unsigned N, typename...Ts> struct take { struct 89 using type = typename takedrop_impl<typename make_places<N>::type>::
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| D | TestLogHandler.java | 41 public synchronized String take() throws InterruptedException { in take() method in TestLogHandler
|
| /external/swiftshader/third_party/marl/include/marl/ |
| D | ticket.h | 173 Ticket Ticket::Queue::take() { in take() function 180 void Ticket::Queue::take(size_t n, const F& f) { in take() function
|
| /external/rust/crates/bytes/tests/ |
| D | test_take.rs | 19 let mut take = (&mut abcd).take(2); in take_copy_to_bytes() localVariable
|
| /external/rust/crates/bytes/src/buf/ |
| D | mod.rs | 26 mod take; module
|
| /external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
| D | SegmentPool.java | 37 static Segment take() { in take() method in SegmentPool
|
| /external/okhttp/okio/okio/src/main/java/okio/ |
| D | SegmentPool.java | 36 static Segment take() { in take() method in SegmentPool
|
| /external/testng/src/main/java/org/testng/internal/ |
| D | PoolService.java | 48 Future<FutureType> take = m_completionService.take(); in submitTasksAndWait() local
|
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| D | IntQueue.java | 46 int take() { in take() method in IntQueue
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/BLAKE3/ |
| D | blake3.c | 43 size_t take = BLAKE3_BLOCK_LEN - ((size_t)self->buf_len); in chunk_state_fill_buf() local 122 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() local 144 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() local 477 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&self->chunk); in llvm_blake3_hasher_update() local
|
| /external/mesa3d/src/util/blake3/ |
| D | blake3.c | 36 size_t take = BLAKE3_BLOCK_LEN - ((size_t)self->buf_len); in chunk_state_fill_buf() local 115 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() local 137 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() local 470 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&self->chunk); in blake3_hasher_update() local
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | ForwardingBlockingQueue.java | 89 public E take() throws InterruptedException { in take() method in ForwardingBlockingQueue
|
| /external/guava/android/guava/src/com/google/common/util/concurrent/ |
| D | ForwardingBlockingQueue.java | 89 public E take() throws InterruptedException { in take() method in ForwardingBlockingQueue
|
| /external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
| D | spdy_frame_builder.h | 64 SpdySerializedFrame take() { in take() function
|
| /external/tensorflow/tensorflow/python/data/kernel_tests/ |
| D | scan_test.py | 54 def dataset_fn(start, step, take): argument 93 def dataset_fn(start, step, take): argument
|
| /external/cronet/components/cronet/android/java/src/org/chromium/net/urlconnection/ |
| D | MessageLoop.java | 64 private Runnable take(boolean useTimeout, long timeoutNano) throws InterruptedIOException { in take() method in MessageLoop
|