Searched defs:take (Results 1 - 17 of 17) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DTestLogHandler.java41 public synchronized String take() throws InterruptedException { method in class:TestLogHandler
/external/okhttp/okio/okio/src/main/java/okio/
H A DSegmentPool.java36 static Segment take() { method in class:SegmentPool
/external/javassist/src/main/javassist/bytecode/analysis/
H A DIntQueue.java45 int take() { method in class:IntQueue
/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingBlockingQueue.java71 @Override public E take() throws InterruptedException { method in class:ForwardingBlockingQueue
72 return delegate().take();
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h62 TemplateArgumentList *take() { function in class:clang::sema::TemplateDeductionInfo
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp83 typedef types<typename Take<_>::type...> take; typedef in struct:ParameterPackExpansions::takedrop_impl::inner
88 template<unsigned N, typename...Ts> struct take { struct in namespace:ParameterPackExpansions
90 template inner<wrap<Ts>::template inner...>::take; // expected-error {{too few template arguments}}
97 using T1 = take<3, int, char, double, long>::type; // expected-note {{previous}}
104 using T2 = take<4, int, char, double, long>::type; // expected-note {{previous}}
112 using T3 = take<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DMonitorBasedArrayBlockingQueue.java44 * will result in the operation blocking; attempts to <tt>take</tt> an
70 /** items index for next take, poll or remove */
111 * Extracts element at current take position, advances, and signals.
319 public E take() throws InterruptedException { method in class:MonitorBasedArrayBlockingQueue
H A DMonitorBasedPriorityBlockingQueue.java248 public E take() throws InterruptedException { method in class:MonitorBasedPriorityBlockingQueue
/external/jetty/src/java/org/eclipse/jetty/util/
H A DBlockingArrayQueue.java37 * {@link java.util.concurrent.BlockingQueue}, specifically the {@link #take()} and
277 public E take() throws InterruptedException method in class:BlockingArrayQueue
/external/llvm/lib/Support/Windows/
H A DWindowsSupport.h81 handle_type take() { function in class:ScopedHandle
/external/clang/test/CXX/drs/
H A Ddr0xx.cpp700 template<typename T> int take(T) { return 0; } function in namespace:dr62
719 int n1 = take(noNameForLinkagePtr);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 508 milliseconds