/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | pjrt_future.h | 110 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 D | lib.rs | 60 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/ |
D | ThreadPool.h | 122 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 D | ThreadPool.h | 122 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 D | Promise.js | 11 function Promise(fn) { class in MakePromise 98 Promise.prototype['catch'] = function (onRejected) { class
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | future.h | 62 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 D | try_join_test.cc | 33 using Promise = std::function<Poll<absl::StatusOr<T>>()>; typedef 72 using Promise = std::function<Poll<ValueOrFailure<T>>()>; typedef
|
H A D | try_seq_test.cc | 28 using Promise = std::function<Poll<absl::StatusOr<T>>()>; typedef 69 using Promise = std::function<Poll<ValueOrFailure<T>>()>; typedef
|
H A D | promise_fuzzer.proto | 50 message Promise { message
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 78 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 D | party.h | 468 using Promise = typename Factory::Promise; variable 517 using Promise = typename Factory::Promise; variable
|
H A D | promise.h | 35 using Promise = absl::AnyInvocable<Poll<T>()>; variable
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | StmtCXX.h | 302 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/ |
D | promise.h | 36 using Promise = absl::AnyInvocable<Poll<T>()>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | StmtCXX.h | 323 Promise, ///< The promise statement. enumerator 350 Stmt *Promise = nullptr; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | StmtCXX.h | 323 Promise, ///< The promise statement. enumerator 350 Stmt *Promise = nullptr; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | StmtCXX.h | 323 Promise, ///< The promise statement. enumerator 350 Stmt *Promise = nullptr; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | StmtCXX.h | 323 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/ |
D | basic_seq.h | 43 using Promise = FPromise; member
|
D | basic_join.h | 48 using Promise = PromiseLike<F>; member
|
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_view_capture/ |
H A D | presenter.ts | 243 this.windowNames = await Promise.all(promisesWindowName); method in Presenter
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/issue50561.dir/ |
D | diameter.go | 23 type Promise[T any] interface { type
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/ |
H A D | Promise.java | 22 public class Promise<T> { class
|
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/ |
H A D | Promise.java | 20 public class Promise<T> { class
|
/aosp_15_r20/external/owasp/sanitizer/empiricism/ |
D | html-containment.js | 255 function Promise() { class
|