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

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
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;
  /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/WebKit/Tools/Scripts/webkitpy/tool/steps/
abstractstep.py 57 def cached_lookup(self, state, key, promise=None):
60 if not promise:
61 promise = self._well_known_keys.get(key)
62 state[key] = promise(self, state)
  /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,
  /external/skia/src/image/
SkImage_Base.h 22 // return a read-only copy of the pixels. We promise to not modify them,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Promise.h 40 class Promise : public RefCounted<Promise> {
PromiseResolver.idl 33 EnabledAtRuntime=promise
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessPromise.idl 31 // FIXME: Once Promise is implemented, remove this interface and use it.
37 // Supports only then() method tentatively. But it never returns Promise.
NavigatorWebMIDI.cpp 79 RefPtr<MIDIAccessPromise> promise = MIDIAccessPromise::create(context, options); local
80 return promise;
MIDIAccess.cpp 47 PassRefPtr<MIDIAccess> MIDIAccess::create(ScriptExecutionContext* context, MIDIAccessPromise* promise)
49 RefPtr<MIDIAccess> midiAccess(adoptRef(new MIDIAccess(context, promise)));
60 MIDIAccess::MIDIAccess(ScriptExecutionContext* context, MIDIAccessPromise* promise)
62 , m_promise(promise)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_exception.pass.cpp 12 // class promise<R>
23 std::promise<T> p;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoOperation.h 55 // completes, it resolves a Promise.
67 // called, as the result is delivered to a separate Promise (this is
101 // finish() has been called, but the Promise has not been resolved yet.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolverTest.cpp 59 m_promise = m_resolver->promise();
71 return V8PromiseCustom::getState(V8PromiseCustom::getInternal(promise()));
76 return V8PromiseCustom::getInternal(promise())->GetInternalField(V8PromiseCustom::InternalResultIndex);
79 v8::Local<v8::Object> promise() function in class:WebCore::__anon12548::ScriptPromiseResolverTest
  /external/clang/test/PCH/
cxx-friends.cpp 24 return promise<T*>().k;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_FactoryRegistrar.cpp 30 // we rewind here, because we promise later when we call "decode", that
  /external/skia/src/images/
SkImageDecoder_FactoryRegistrar.cpp 30 // we rewind here, because we promise later when we call "decode", that

Completed in 1353 milliseconds

1 23 4 5 6 7 8 91011>>