/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/okhttp/okio/okio/src/main/java/okio/ |
D | SegmentPool.java | 36 static Segment take() { in take() method in SegmentPool
|
/external/testng/src/main/java/org/testng/internal/ |
D | PoolService.java | 48 Future<FutureType> take = m_completionService.take(); in submitTasksAndWait() local
|
/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/javassist/src/main/javassist/bytecode/analysis/ |
D | IntQueue.java | 45 int take() { in take() method in IntQueue
|
/external/libchrome/base/containers/ |
D | scoped_ptr_hash_map.h | 80 ScopedPtr take(iterator it) { in take() function 90 ScopedPtr take(const Key& k) { in take() function
|
/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/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpParser.java | 1084 int take=_header.space(); in reset() local 1087 _body.peek(_body.getIndex(),take); in reset() local 1088 _body.skip(_header.put(_body.peek(_body.getIndex(),take))); in reset() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingBlockingDeque.java | 105 public E take() throws InterruptedException { in take() method in ForwardingBlockingDeque
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 85 handle_type take() { in take() function
|
/external/clang/include/clang/Sema/ |
D | TemplateDeduction.h | 62 TemplateArgumentList *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
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | BlockingArrayQueue.java | 277 public E take() throws InterruptedException in take() method in BlockingArrayQueue
|
/external/v8/test/mjsunit/es6/ |
D | iteration-semantics.js | 85 function* take(iterable, n) { generator
|
/external/libchrome/base/memory/ |
D | scoped_ptr_unittest.cc | 140 ConDecLogger* take = scoper.release(); in TEST() local
|
/external/libweave/third_party/chromium/base/memory/ |
D | scoped_ptr_unittest.cc | 141 ConDecLogger* take = scoper.release(); in TEST() local
|
/external/clang/test/CXX/drs/ |
D | dr0xx.cpp | 700 template<typename T> int take(T) { return 0; } in take() function
|