Home
last modified time | relevance | path

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

12345

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-take.hpp42 struct take : public operator_base<T> struct
44 typedef rxu::decay_t<Observable> source_type;
45 typedef rxu::decay_t<Count> count_type;
46 struct values
56 values initial;
58 take(source_type s, count_type t) in take() argument
63 struct mode
74 void on_subscribe(const Subscriber& s) const { in on_subscribe()
133 auto take(AN&&... an) in take() function
/external/okio/okio/src/commonMain/kotlin/okio/
DSegmentPool.kt32 fun take(): Segment method
/external/llvm-project/clang/test/CodeGenCXX/
Dpass-by-value-noalias.cpp19 void take(Foo arg) {} in take() function
43 void take(NonTrivial arg) {} in take() function
59 void take(A arg) {} in take() function
/external/tensorflow/tensorflow/python/kernel_tests/
Dbarrier_ops_test.py296 def take(): function
330 def take(sess, i, taken): function
537 def take(sess, i, taken): function
623 def take(sess, i, taken): function
/external/okio/okio/src/jvmTest/kotlin/okio/
DThrottlerTakeTest.kt110 private fun take(byteCount: Long): Long { in take() method
/external/rust/crates/tokio/tests/
Dio_take.rs8 async fn take() { in take() function
/external/rust/crates/tinyvec/src/
Dlib.rs112 fn take<T: Default>(from: &mut T) -> T { in take() function
/external/okio/okio/src/nonJvmMain/kotlin/okio/
DSegmentPool.kt23 actual fun take(): Segment = Segment() in take() method
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DTestLogHandler.java41 public synchronized String take() throws InterruptedException { in take() method in TestLogHandler
/external/llvm-project/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/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/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/okhttp/okio/okio/src/main/java/okio/
DSegmentPool.java36 static Segment take() { in take() method in SegmentPool
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DSegmentPool.java37 static Segment take() { in take() method in SegmentPool
/external/rust/crates/bytes/src/buf/
Dmod.rs26 mod take; module
/external/testng/src/main/java/org/testng/internal/
DPoolService.java48 Future<FutureType> take = m_completionService.take(); in submitTasksAndWait() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DThreadContext.kt19 fun take() = a[i++] in take() method
/external/javassist/src/main/javassist/bytecode/analysis/
DIntQueue.java46 int take() { in take() method in IntQueue
/external/llvm-project/clang/test/CodeGen/
Dpass-by-value-noalias.c16 void take(struct Foo arg) {} in take() function
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticError.h39 static Optional<PartialDiagnosticAt> take(llvm::Error &Err) { in take() function
/external/llvm-project/clang/test/CodeGenObjC/
Dpass-by-value-noalias.m22 void take(struct Foo arg) {} function
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dscan_test.py57 def dataset_fn(start, step, take): argument
95 def dataset_fn(start, step, take): argument
/external/guava/android/guava/src/com/google/common/util/concurrent/
DForwardingBlockingQueue.java80 public E take() throws InterruptedException { in take() method in ForwardingBlockingQueue
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dcompletion_queue_cc.cc35 CompletionQueue::CompletionQueue(grpc_completion_queue* take) in CompletionQueue()
/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingBlockingQueue.java80 public E take() throws InterruptedException { in take() method in ForwardingBlockingQueue

12345