Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A 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() function
135 // Returns a Promise that can be used to construct a PjRtFuture, and then Set argument
/aosp_15_r20/external/crosvm/common/sync/src/
H A Dlib.rs60 pub struct Promise(Arc<(Condvar, Mutex<bool>)>); struct
62 impl Promise { impl
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DThreadPool.h122 std::shared_ptr<std::promise<ResTy>> Promise = in createTaskAndFuture() local
131 std::shared_ptr<std::promise<void>> Promise = in createTaskAndFuture() local
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/promise-polyfill/
H A DPromise.js11 function Promise(fn) { class in MakePromise
98 Promise.prototype['catch'] = function (onRejected) { class
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dfuture.h62 class Promise; variable
193 explicit Promise(future_internal::FutureStateRef<T> state) in Promise() function
/aosp_15_r20/external/grpc-grpc/test/core/promise/
H A Dtry_join_test.cc33 using Promise = std::function<Poll<absl::StatusOr<T>>()>; typedef
72 using Promise = std::function<Poll<ValueOrFailure<T>>()>; typedef
H A Dtry_seq_test.cc28 using Promise = std::function<Poll<absl::StatusOr<T>>()>; typedef
69 using Promise = std::function<Poll<ValueOrFailure<T>>()>; typedef
H A Dpromise_fuzzer.proto50 message Promise { message
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCoroutine.cpp78 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
266 auto *Promise = Coroutine->CoroutinePromise; in buildPromiseCall() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dparty.h468 using Promise = typename Factory::Promise; variable
517 using Promise = typename Factory::Promise; variable
H A Dpromise.h35 using Promise = absl::AnyInvocable<Poll<T>()>; variable
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtCXX.h302 Promise, ///< The promise statement. enumerator
314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, in CoroutineBodyStmt()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dpromise.h36 using Promise = absl::AnyInvocable<Poll<T>()>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtCXX.h323 Promise, ///< The promise statement. enumerator
350 Stmt *Promise = nullptr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtCXX.h323 Promise, ///< The promise statement. enumerator
350 Stmt *Promise = nullptr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtCXX.h323 Promise, ///< The promise statement. enumerator
350 Stmt *Promise = nullptr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtCXX.h323 Promise, ///< The promise statement. enumerator
350 Stmt *Promise = nullptr; member
/aosp_15_r20/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
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_view_capture/
H A Dpresenter.ts243 this.windowNames = await Promise.all(promisesWindowName); method in Presenter
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/issue50561.dir/
Ddiameter.go23 type Promise[T any] interface { type
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/
H A DPromise.java22 public class Promise<T> { class
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/
H A DPromise.java20 public class Promise<T> { class
/aosp_15_r20/external/owasp/sanitizer/empiricism/
Dhtml-containment.js255 function Promise() { class

1234