Home
last modified time | relevance | path

Searched defs:take (Results 1 – 25 of 127) sorted by relevance

123456

/external/kotlinx.serialization/formats/json/jvmMain/src/kotlinx/serialization/json/internal/
DArrayPools.kt18 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/
DCharArrayPool.common.kt7 fun take(): CharArray method
/external/okio/okio/src/commonMain/kotlin/okio/
DSegmentPool.kt32 fun take(): Segment method
/external/tensorflow/tensorflow/python/kernel_tests/data_structures/
Dbarrier_ops_test.py292 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/
DThrottlerTakeTest.kt110 private fun take(byteCount: Long): Long { in take() method in okio.ThrottlerTakeTest
/external/kotlinx.serialization/formats/json/nativeMain/src/kotlinx/serialization/json/internal/
DCharArrayPool.kt7 actual fun take(): CharArray = CharArray(BATCH_SIZE) method
/external/kotlinx.serialization/formats/json/jsWasmMain/src/kotlinx/serialization/json/internal/
DCharArrayPool.kt9 actual fun take(): CharArray = CharArray(BATCH_SIZE) method
/external/okio/okio/src/nonJvmMain/kotlin/okio/
DSegmentPool.kt23 actual fun take(): Segment = Segment() in take() method
/external/rust/crates/tinyvec/src/
Dlib.rs105 fn take<T: Default>(from: &mut T) -> T { in take() function
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp83 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/
DTestLogHandler.java41 public synchronized String take() throws InterruptedException { in take() method in TestLogHandler
/external/swiftshader/third_party/marl/include/marl/
Dticket.h173 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/
Dtest_take.rs19 let mut take = (&mut abcd).take(2); in take_copy_to_bytes() localVariable
/external/rust/crates/bytes/src/buf/
Dmod.rs26 mod take; module
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DSegmentPool.java37 static Segment take() { in take() method in SegmentPool
/external/okhttp/okio/okio/src/main/java/okio/
DSegmentPool.java36 static Segment take() { in take() method in SegmentPool
/external/testng/src/main/java/org/testng/internal/
DPoolService.java48 Future<FutureType> take = m_completionService.take(); in submitTasksAndWait() local
/external/javassist/src/main/javassist/bytecode/analysis/
DIntQueue.java46 int take() { in take() method in IntQueue
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/BLAKE3/
Dblake3.c43 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/
Dblake3.c36 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/
DForwardingBlockingQueue.java89 public E take() throws InterruptedException { in take() method in ForwardingBlockingQueue
/external/guava/android/guava/src/com/google/common/util/concurrent/
DForwardingBlockingQueue.java89 public E take() throws InterruptedException { in take() method in ForwardingBlockingQueue
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_frame_builder.h64 SpdySerializedFrame take() { in take() function
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dscan_test.py54 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/
DMessageLoop.java64 private Runnable take(boolean useTimeout, long timeoutNano) throws InterruptedIOException { in take() method in MessageLoop

123456