/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-take.hpp | 42 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/ |
D | barrier_ops_test.py | 294 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/ |
D | OwningPtr.h | 50 T *take() { in take() function 104 T *take() { in take() function
|
/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/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | scan_test.py | 48 def dataset_fn(start, step, take): argument 84 def dataset_fn(start, step, take): argument
|
D | get_single_element_test.py | 45 def testGetSingleElement(self, skip, take, error=None, error_msg=None): argument
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | SegmentPool.java | 36 static Segment take() { in take() method in SegmentPool
|
/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/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/testng/src/main/java/org/testng/internal/ |
D | PoolService.java | 48 Future<FutureType> take = m_completionService.take(); in submitTasksAndWait() local
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | flow.go | 31 func (f *flow) take(n int32) { func
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ForwardingBlockingQueue.java | 71 @Override public E take() throws InterruptedException { in take() method in ForwardingBlockingQueue
|
/external/grpc-grpc/src/cpp/common/ |
D | completion_queue_cc.cc | 35 CompletionQueue::CompletionQueue(grpc_completion_queue* take) in CompletionQueue()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Windows.h | 79 HandleType take() { in take() function
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingBlockingDeque.java | 105 public E take() throws InterruptedException { in take() method in ForwardingBlockingDeque
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 56 Optional<DIExpression::ExprOperand> take() { in take() function
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
D | linq_take.hpp | 88 const linq_take<Collection>& take in get_cursor()
|
D | linq.hpp | 494 linq_driver<linq_take<Collection>> take(std::size_t n) const { in take() function in cpplinq::linq_driver
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 109 handle_type take() { in take() function
|
/external/clang/include/clang/Sema/ |
D | TemplateDeduction.h | 62 TemplateArgumentList *take() { in take() function
|
/external/catch2/include/internal/ |
D | catch_generators_generic.hpp | 47 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | WindowsSupport.h | 110 handle_type take() { in take() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 112 handle_type take() { in take() function
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | MonitorBasedPriorityBlockingQueue.java | 248 public E take() throws InterruptedException { in take() method in MonitorBasedPriorityBlockingQueue
|
D | MonitorBasedArrayBlockingQueue.java | 319 public E take() throws InterruptedException { in take() method in MonitorBasedArrayBlockingQueue
|