/aosp_15_r20/external/kotlinx.serialization/formats/json/jvmMain/src/kotlinx/serialization/json/internal/ |
H A D | ArrayPools.kt | 18 protected fun take(size: Int): CharArray { in take() method 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
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | take.rs | 37 let mut take = it.by_ref().take(3); in test_iterator_take_nth() localVariable 61 let mut take = it.by_ref().take(3); in test_iterator_take_nth_back() localVariable 79 let mut take = (0..10).take(3); in test_take_advance_by() localVariable 88 let mut take = (0..10).take(3); in test_take_advance_by() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | take.rs | 37 let mut take = it.by_ref().take(3); in test_iterator_take_nth() localVariable 61 let mut take = it.by_ref().take(3); in test_iterator_take_nth_back() localVariable 79 let mut take = (0..10).take(3); in test_take_advance_by() localVariable 88 let mut take = (0..10).take(3); in test_take_advance_by() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | take.rs | 37 let mut take = it.by_ref().take(3); in test_iterator_take_nth() localVariable 61 let mut take = it.by_ref().take(3); in test_iterator_take_nth_back() localVariable 79 let mut take = (0..10).take(3); in test_take_advance_by() localVariable 88 let mut take = (0..10).take(3); in test_take_advance_by() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | take.rs | 37 let mut take = it.by_ref().take(3); in test_iterator_take_nth() localVariable 61 let mut take = it.by_ref().take(3); in test_iterator_take_nth_back() localVariable 79 let mut take = (0..10).take(3); in test_take_advance_by() localVariable 88 let mut take = (0..10).take(3); in test_take_advance_by() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | take.rs | 37 let mut take = it.by_ref().take(3); in test_iterator_take_nth() localVariable 61 let mut take = it.by_ref().take(3); in test_iterator_take_nth_back() localVariable 79 let mut take = (0..10).take(3); in test_take_advance_by() localVariable 88 let mut take = (0..10).take(3); in test_take_advance_by() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/data_structures/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/util/blake3/ |
H A 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 473 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&self->chunk); in blake3_hasher_update() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/BLAKE3/ |
H A 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
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.param/ |
H A 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>::
|
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/ |
H A D | CharArrayPool.common.kt | 7 fun take(): CharArray method
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | SegmentPool.kt | 32 fun take(): Segment method
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
H A D | TransferValue.h | 93 ReturnType CallbackValue<ReturnType, ArgTypes...>::take() { in take() function 112 Type TransferValue<Type>::take() const { in take() function
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | ThrottlerTakeTest.kt | 110 private fun take(byteCount: Long): Long { in take() method in okio.ThrottlerTakeTest
|
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/ |
H A 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
|
H A D | containers.h | 61 MARL_NO_EXPORT inline T take(deque<T>& queue) { in take() function 69 MARL_NO_EXPORT inline T take(unordered_set<T, H, E>& set) { in take() function
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | ConditionPriorityBlockingQueue.java | 260 public T take() throws InterruptedException { in take() method in ConditionPriorityBlockingQueue 272 public T take(IMatcher<T> matcher) throws InterruptedException { in take() method in ConditionPriorityBlockingQueue
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | local.rs | 406 pub fn take(&'static self) -> T in take() method 577 pub fn take(&'static self) -> T in take() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | local.rs | 406 pub fn take(&'static self) -> T in take() method 577 pub fn take(&'static self) -> T in take() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | local.rs | 406 pub fn take(&'static self) -> T in take() method 577 pub fn take(&'static self) -> T in take() method
|
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/ |
H A D | scan_test.py | 54 def dataset_fn(start, step, take): argument 93 def dataset_fn(start, step, take): argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | local.rs | 406 pub fn take(&'static self) -> T in take() method 577 pub fn take(&'static self) -> T in take() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | local.rs | 406 pub fn take(&'static self) -> T in take() method 577 pub fn take(&'static self) -> T in take() method
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/mlgo/ |
H A D | MLGOParser.cpp | 123 Token TokenStream::take() in take() function in arm_compute::mlgo::parser::TokenStream 361 bool accept_text(TokenStream &in, const std::string &c_str, bool take = true) in accept_text() 531 HeuristicType heuristic_type(TokenStream &in, bool &valid, bool take = true) in heuristic_type()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/ |
D | stream_ext.rs | 46 mod take; module 566 fn take(self, n: usize) -> Take<Self> in take() method
|