Home
last modified time | relevance | path

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

12

/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/tensorflow/tensorflow/python/kernel_tests/
Dbarrier_ops_test.py294 def take(): function
328 def take(sess, i, taken): function
535 def take(sess, i, taken): function
621 def take(sess, i, taken): function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DOwningPtr.h50 T *take() { in take() function
104 T *take() { in take() function
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DTestLogHandler.java41 public synchronized String take() throws InterruptedException { in take() method in TestLogHandler
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dscan_test.py48 def dataset_fn(start, step, take): argument
84 def dataset_fn(start, step, take): argument
Dget_single_element_test.py45 def testGetSingleElement(self, skip, take, error=None, error_msg=None): argument
/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/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/testng/src/main/java/org/testng/internal/
DPoolService.java48 Future<FutureType> take = m_completionService.take(); in submitTasksAndWait() local
/external/syzkaller/vendor/golang.org/x/net/http2/
Dflow.go31 func (f *flow) take(n int32) { func
/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingBlockingQueue.java71 @Override public E take() throws InterruptedException { in take() method in ForwardingBlockingQueue
/external/grpc-grpc/src/cpp/common/
Dcompletion_queue_cc.cc35 CompletionQueue::CompletionQueue(grpc_completion_queue* take) in CompletionQueue()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DWindows.h79 HandleType take() { in take() function
/external/guava/guava/src/com/google/common/collect/
DForwardingBlockingDeque.java105 public E take() throws InterruptedException { in take() method in ForwardingBlockingDeque
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h56 Optional<DIExpression::ExprOperand> take() { in take() function
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_take.hpp88 const linq_take<Collection>& take in get_cursor()
Dlinq.hpp494 linq_driver<linq_take<Collection>> take(std::size_t n) const { in take() function in cpplinq::linq_driver
/external/llvm/lib/Support/Windows/
DWindowsSupport.h109 handle_type take() { in take() function
/external/clang/include/clang/Sema/
DTemplateDeduction.h62 TemplateArgumentList *take() { in take() function
/external/catch2/include/internal/
Dcatch_generators_generic.hpp47 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h110 handle_type take() { in take() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DWindowsSupport.h112 handle_type take() { in take() function
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedPriorityBlockingQueue.java248 public E take() throws InterruptedException { in take() method in MonitorBasedPriorityBlockingQueue
DMonitorBasedArrayBlockingQueue.java319 public E take() throws InterruptedException { in take() method in MonitorBasedArrayBlockingQueue

12