Searched refs:take (Results 1 - 25 of 188) sorted by relevance

12345678

/external/clang/test/Sema/
H A Dblock-args.c3 void take(void*);
6 take(^(int x){});
7 take(^(int x, int y){});
8 take(^(int x, int y){});
9 take(^(int x, // expected-note {{previous declaration is here}}
13 take(^(int x) { return x+1; });
16 take(CP);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dgetonescriptspan.cc370 int take = 0; local
392 while (take < byte_length_) {
396 while (take < byte_length_) {
398 if (IsSpecial(next_byte_[take]) && !is_plain_text_) {
399 // printf("\"%c\" ", next_byte_[take]);
400 if (next_byte_[take] == '<') {
404 } else if (next_byte_[take] == '>') {
408 } else if (next_byte_[take] == '&') {
410 EntityToBuffer(next_byte_ + take, byte_length_ - take,
[all...]
/external/chromium_org/net/quic/
H A Dspdy_utils.cc22 scoped_ptr<SpdyFrame> block(builder.take());
/external/chromium_org/third_party/WebKit/Source/modules/geofencing/
H A DGeofencingError.h21 static PassRefPtrWillBeRawPtr<DOMException> take(ScriptPromiseResolver*, WebType* webErrorRaw);
H A DGeofencingError.cpp13 PassRefPtrWillBeRawPtr<DOMException> GeofencingError::take(ScriptPromiseResolver*, WebType* webErrorRaw) function in class:blink::GeofencingError
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushError.h21 static PassRefPtrWillBeRawPtr<DOMException> take(ScriptPromiseResolver*, WebType* webErrorRaw);
H A DPushError.cpp13 PassRefPtrWillBeRawPtr<DOMException> PushError::take(ScriptPromiseResolver*, WebType* webErrorRaw) function in class:blink::PushError
H A DPushRegistration.cpp12 PushRegistration* PushRegistration::take(ScriptPromiseResolver*, WebType* registrationRaw) function in class:blink::PushRegistration
H A DPushRegistration.h22 static PushRegistration* take(ScriptPromiseResolver*, WebType* registrationRaw);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerError.h47 static PassRefPtrWillBeRawPtr<DOMException> take(ScriptPromiseResolver*, WebType* webErrorRaw);
H A DServiceWorkerError.cpp41 PassRefPtrWillBeRawPtr<DOMException> ServiceWorkerError::take(ScriptPromiseResolver*, WebType* webErrorRaw) function in class:blink::ServiceWorkerError
/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/chromium_org/net/spdy/
H A Dspdy_frame_builder_test.cc34 scoped_ptr<SpdyFrame> frame(builder.take());
57 scoped_ptr<SpdyFrame> built(builder.take());
74 scoped_ptr<SpdyFrame> built(builder.take());
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
H A Dnacl_ppapi_util.h107 nacl::MutexLocker take(&mu_);
113 nacl::MutexLocker take(&mu_);
123 nacl::MutexLocker take(&mu_);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DCallbackPromiseAdapter.h49 // static PassRefPtr<MyClass> take(ScriptPromiseResolver* resolver,
94 m_resolver->resolve(S::take(m_resolver.get(), result));
103 m_resolver->reject(T::take(m_resolver.get(), error));
135 m_resolver->reject(T::take(m_resolver.get(), error));
/external/okhttp/okio/src/main/java/okio/
H A DSegmentPool.java38 Segment take() { method in class:SegmentPool
/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_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementObserver.cpp72 CustomElementObserver* observer = elementObservers().take(element);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dllvm_wrapper.cpp18 return wrap(M.take());
/external/javassist/src/main/javassist/bytecode/analysis/
H A DIntQueue.java45 int take() { method in class:IntQueue
/external/mesa3d/src/gallium/drivers/r600/
H A Dllvm_wrapper.cpp18 return wrap(M.take());
/external/smack/src/org/jivesoftware/smackx/muc/
H A DConnectionDetachedPacketCollector.java83 return resultQueue.take();
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DArchiveResourceCollection.cpp94 RefPtrWillBeRawPtr<MHTMLArchive> archive = m_subframes.take(frameName);
98 return m_subframes.take(url.string());
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.cc70 nacl::MutexLocker take(&mu_);
132 nacl::MutexLocker take(&mu_);
203 nacl::MutexLocker take(&mu_);
424 nacl::MutexLocker take(&mu_);
438 nacl::MutexLocker take(&mu_);
444 nacl::MutexLocker take(&mu_);
451 nacl::MutexLocker take(&mu_);
/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h75 scoped_ptr<Value> take(iterator it) { function in class:base::ScopedPtrHashMap
85 scoped_ptr<Value> take(const Key& k) { function in class:base::ScopedPtrHashMap
90 return take(it);

Completed in 1234 milliseconds

12345678