HomeSort by relevance Sort by last modified time
    Searched full:promise (Results 51 - 75 of 342) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait_until.pass.cpp 23 void func1(std::promise<int> p)
31 void func3(std::promise<int&> p)
38 void func5(std::promise<void> p)
49 std::promise<T> p;
65 std::promise<T> p;
81 std::promise<T> p;
copy_assign.fail.cpp 24 std::promise<T> p;
41 std::promise<T> p;
58 std::promise<T> p;
copy_ctor.fail.cpp 23 std::promise<T> p;
38 std::promise<T> p;
53 std::promise<T> p;
dtor.pass.cpp 28 std::promise<T> p(std::allocator_arg, test_allocator<T>());
42 std::promise<T> p(std::allocator_arg, test_allocator<int>());
56 std::promise<T> p(std::allocator_arg, test_allocator<T>());
move_assign.pass.cpp 24 std::promise<T> p;
41 std::promise<T> p;
58 std::promise<T> p;
move_ctor.pass.cpp 24 std::promise<T> p;
39 std::promise<T> p;
54 std::promise<T> p;
share.pass.cpp 23 std::promise<T> p;
38 std::promise<T> p;
53 std::promise<T> p;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_lvalue.pass.cpp 12 // class promise<R>
14 // void promise<R&>::set_value(R& r);
24 std::promise<T> p;
set_rvalue.pass.cpp 12 // class promise<R>
14 // void promise::set_value(R&& r);
37 std::promise<T> p;
54 std::promise<T> p;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromise.cpp 49 v8::Handle<v8::Object> promise = V8PromiseCustom::createPromise(creationContext, isolate); local
50 return ScriptPromise(promise, isolate);
57 v8::Handle<v8::Object> promise = V8PromiseCustom::createPromise(v8::Object::New(), isolate); local
58 return ScriptPromise(promise, isolate);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoResultImpl.cpp 50 PassRefPtr<CryptoResultImpl> CryptoResultImpl::create(ScriptPromise promise)
52 return adoptRef(new CryptoResultImpl(promise));
85 CryptoResultImpl::CryptoResultImpl(ScriptPromise promise)
86 : m_promiseResolver(ScriptPromiseResolver::create(promise))
  /external/clang/test/PCH/
cxx-friends.h 12 template<typename> class promise { class in namespace:PR12585
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
NavigatorServiceWorker.idl 33 [CallWith=ExecutionContext, RaisesException] Promise registerServiceWorker(DOMString pattern, DOMString src);
34 [CallWith=ExecutionContext, RaisesException] Promise unregisterServiceWorker(DOMString pattern);
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.cpp 53 static PassRefPtr<LoadFontPromiseResolver> create(const FontFamily& family, ScriptPromise promise, ExecutionContext* context)
58 return adoptRef<LoadFontPromiseResolver>(new LoadFontPromiseResolver(numFamilies, promise, context));
67 LoadFontPromiseResolver(int numLoading, ScriptPromise promise, ExecutionContext* context)
71 , m_resolver(ScriptPromiseResolver::create(promise, context))
111 static PassOwnPtr<FontsReadyPromiseResolver> create(ScriptPromise promise, ExecutionContext* context)
113 return adoptPtr(new FontsReadyPromiseResolver(promise, context));
123 FontsReadyPromiseResolver(ScriptPromise promise, ExecutionContext* context)
125 , m_resolver(ScriptPromiseResolver::create(promise, context))
253 ScriptPromise promise = ScriptPromise::createPending(executionContext()); local
254 OwnPtr<FontsReadyPromiseResolver> resolver = FontsReadyPromiseResolver::create(promise, executionContext())
329 ScriptPromise promise = ScriptPromise::createPending(executionContext()); local
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
bmm.js 6 var Promise = cr.Promise;
38 * Loads a subtree of the bookmark tree and returns a {@code cr.Promise} that
41 * @return {!cr.Promise} The future promise for the load.
44 var p = new Promise;
46 loadingPromises[id] = new Promise;
63 * Loads the entire bookmark tree and returns a {@code cr.Promise} that will
66 * @return {!cr.Promise} The future promise for the load
    [all...]
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/
bmm.js 6 var Promise = cr.Promise;
38 * Loads a subtree of the bookmark tree and returns a {@code cr.Promise} that
41 * @return {!cr.Promise} The future promise for the load.
44 var p = new Promise;
46 loadingPromises[id] = new Promise;
63 * Loads the entire bookmark tree and returns a {@code cr.Promise} that will
66 * @return {!cr.Promise} The future promise for the load
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/
what.pass.cpp 24 assert(std::strcmp(f.what(), "The associated promise has been destructed prior "
30 "the promise or packaged_task.") == 0);
34 assert(std::strcmp(f.what(), "The state of the promise has already been set.") == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
copy_assign.pass.cpp 24 std::promise<T> p;
41 std::promise<T> p;
58 std::promise<T> p;
copy_ctor.pass.cpp 23 std::promise<T> p;
38 std::promise<T> p;
53 std::promise<T> p;
ctor_future.pass.cpp 23 std::promise<T> p;
38 std::promise<T> p;
53 std::promise<T> p;
dtor.pass.cpp 28 std::promise<T> p(std::allocator_arg, test_allocator<T>());
42 std::promise<T> p(std::allocator_arg, test_allocator<int>());
56 std::promise<T> p(std::allocator_arg, test_allocator<T>());
move_assign.pass.cpp 24 std::promise<T> p;
41 std::promise<T> p;
58 std::promise<T> p;
move_ctor.pass.cpp 23 std::promise<T> p;
38 std::promise<T> p;
53 std::promise<T> p;
  /external/chromium_org/third_party/WebKit/ManualTests/
input-type-file-drag-drop.html 16 <li> Rejecting of file-promise drags (this is probably a bug, not a feature).
  /external/chromium_org/third_party/skia/src/image/
SkImage_Base.h 22 // return a read-only copy of the pixels. We promise to not modify them,

Completed in 470 milliseconds

1 23 4 5 6 7 8 91011>>