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

/external/javassist/src/main/javassist/bytecode/analysis/
H A DIntQueue.java45 int take() { method in class:IntQueue
/external/chromium/base/memory/
H A Dscoped_ptr_unittest.cc60 ConDecLogger* take = scoper.release(); local
63 delete take;
/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/chromium/net/spdy/
H A Dspdy_frame_builder.h44 SpdyFrame* take() { function in class:spdy::SpdyFrameBuilder
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h59 TemplateArgumentList *take() { function in class:clang::sema::TemplateDeductionInfo
H A DOwnership.h151 PtrTy take() const { return Val; } function in class:clang::ActionResult
194 PtrTy take() const { return get(); } function in class:clang::ActionResult
/external/llvm/include/llvm/ADT/
H A DOwningPtr.h26 /// pointee object can be taken away from OwningPtr by using the take method.
36 OwningPtr(OwningPtr &&Other) : Ptr(Other.take()) {}
39 reset(Other.take());
58 /// take - Reset the owning pointer to null and return its pointer. This does
60 T *take() { function in class:llvm::OwningPtr
99 OwningArrayPtr(OwningArrayPtr &&Other) : Ptr(Other.take()) {}
102 reset(Other.take());
121 /// take - Reset the owning pointer to null and return its pointer. This does
123 T *take() { function in class:llvm::OwningArrayPtr
/external/llvm/lib/Support/Windows/
H A DWindows.h64 handle_type take() { function in class:ScopedHandle
/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/webkit/Source/JavaScriptCore/heap/
H A DHeap.cpp311 PassOwnPtr<TypeCountSet> take();
345 inline PassOwnPtr<TypeCountSet> TypeCounter::take() function in class:JSC::TypeCounter
359 return typeCounter.take();
376 return typeCounter.take();
/external/webkit/Source/JavaScriptCore/runtime/
H A DWeakGCMap.h158 ExternalType take(const KeyType& key) function in class:JSC::WeakGCMap
160 HandleSlot slot = m_map.take(key);
181 HandleSlot slot = m_map.take(FinalizerCallback::keyForFinalizer(context, HandleTypes<MappedType>::getFromSlot(handle.slot())));
/external/webkit/Source/JavaScriptCore/wtf/
H A DRefPtrHashMap.h113 MappedType take(const KeyType&); // efficient combination of get with remove
114 MappedType take(RawKeyType); // efficient combination of get with remove
316 HashMap<RefPtr<T>, U, V, W, MappedTraits>::take(const KeyType& key) function in class:WTF::HashMap
329 HashMap<RefPtr<T>, U, V, W, MappedTraits>::take(RawKeyType key) function in class:WTF::HashMap
H A DHashMap.h85 MappedType take(const KeyType&); // efficient combination of get with remove
306 HashMap<T, U, V, W, MappedTraits>::take(const KeyType& key) function in class:WTF::HashMap
/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/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 335 milliseconds