Home
last modified time | relevance | path

Searched defs:Promise (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_future.h110 struct Promise { struct
115 Promise(const Promise& other) : avr(other.avr.CopyRef()) {} in Promise() argument
130 explicit Promise(tfrt::AsyncValueRef<T> ref) : avr(std::move(ref)) {} in Promise() argument
135 // Returns a Promise that can be used to construct a PjRtFuture, and then Set argument
/external/crosvm/common/sync/src/
Dlib.rs60 pub struct Promise(Arc<(Condvar, Mutex<bool>)>); struct
62 impl Promise { impl
/external/chromium-trace/catapult/third_party/polymer/components/promise-polyfill/
DPromise.js11 function Promise(fn) { class in MakePromise
98 Promise.prototype['catch'] = function (onRejected) { class
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DThreadPool.h122 std::shared_ptr<std::promise<ResTy>> Promise = in createTaskAndFuture() local
131 std::shared_ptr<std::promise<void>> Promise = in createTaskAndFuture() local
/external/federated-compute/fcp/base/
Dfuture.h62 class Promise; variable
193 explicit Promise(future_internal::FutureStateRef<T> state) in Promise() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dpromise.h36 using Promise = absl::AnyInvocable<Poll<T>()>; variable
Dinterceptor_list.h262 using Promise = typename PromiseFactory::Promise; variable
Dparty.h402 using Promise = typename Factory::Promise; variable
Dactivity.h599 using Promise = typename Factory::Promise; variable
/external/grpc-grpc/src/core/lib/promise/
Dpromise.h35 using Promise = absl::AnyInvocable<Poll<T>()>; variable
Dparty.h468 using Promise = typename Factory::Promise; variable
517 using Promise = typename Factory::Promise; variable
Dinterceptor_list.h269 using Promise = typename PromiseFactory::Promise; variable
Dactivity.h607 using Promise = typename Factory::Promise; variable
/external/grpc-grpc/test/core/promise/
Dtry_join_test.cc33 using Promise = std::function<Poll<absl::StatusOr<T>>()>; typedef
72 using Promise = std::function<Poll<ValueOrFailure<T>>()>; typedef
Dtry_seq_test.cc28 using Promise = std::function<Poll<absl::StatusOr<T>>()>; typedef
69 using Promise = std::function<Poll<ValueOrFailure<T>>()>; typedef
Dpromise_fuzzer.proto50 message Promise { message
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/
Dbasic_seq.h43 using Promise = FPromise; member
Dbasic_join.h48 using Promise = PromiseLike<F>; member
/external/clang/lib/Sema/
DSemaCoroutine.cpp78 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
266 auto *Promise = Coroutine->CoroutinePromise; in buildPromiseCall() local
/external/cronet/stable/base/android/java/src/org/chromium/base/
DPromise.java22 public class Promise<T> { class
/external/libchrome/base/android/java/src/org/chromium/base/
DPromise.java20 public class Promise<T> { class
/external/cronet/tot/base/android/java/src/org/chromium/base/
DPromise.java22 public class Promise<T> { class
/external/clang/include/clang/AST/
DStmtCXX.h302 Promise, ///< The promise statement. enumerator
314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, in CoroutineBodyStmt()
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js255 function Promise() { class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h100 Promise, enumerator

12