/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | Work.cpp | 101 c10::intrusive_ptr<c10::ivalue::Future> Work::getFuture() { in getFuture() function in c10d::Work 178 c10::intrusive_ptr<c10::ivalue::Future> getFuture() override { in getFuture() function in c10d::FutureWrappingWork
|
H A D | PyProcessGroup.hpp | 27 c10::intrusive_ptr<c10::ivalue::Future> getFuture() override { in getFuture() function in c10d::PyProcessGroup::PyWork
|
H A D | FakeProcessGroup.hpp | 13 c10::intrusive_ptr<c10::ivalue::Future> getFuture() override { in getFuture() function in c10d::FakeWork
|
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/ |
H A D | AppTransitionAnimationSpecsFuture.java | 78 public final IAppTransitionAnimationSpecsFuture getFuture() { in getFuture() method in AppTransitionAnimationSpecsFuture
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowBroadcastPendingResult.java | 109 public ListenableFuture<BroadcastReceiver.PendingResult> getFuture() { in getFuture() method in ShadowBroadcastPendingResult
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/ |
H A D | Sha256BodySubscriber.java | 41 public CompletableFuture<String> getFuture() { in getFuture() method in Sha256BodySubscriber
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/ |
H A D | AbstractFutureProxy.java | 64 public Future<V> getFuture() { in getFuture() method in AbstractFutureProxy
|
H A D | BackgroundInitializer.java | 229 public synchronized Future<T> getFuture() { in getFuture() method in BackgroundInitializer
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/device/ |
D | SingleDeviceRequest.java | 47 public ListenableFuture<TDevice> getFuture() { in getFuture() method in SingleDeviceRequest
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/ |
H A D | FirstElementResponseObserver.java | 72 ApiFuture<ResponseT> getFuture() { in getFuture() method in FirstElementResponseObserver
|
H A D | SpoolingResponseObserver.java | 50 ApiFuture<List<ResponseT>> getFuture() { in getFuture() method in SpoolingResponseObserver
|
/aosp_15_r20/external/sdk-platform-java/showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/ |
H A D | ITBidiStreaming.java | 96 public SettableApiFuture<List<String>> getFuture() { in getFuture() method in ITBidiStreaming.TestResponseObserver
|
/aosp_15_r20/cts/common/device-side/bedstead/remoteframeworkclasses/src/types/main/java/com/android/bedstead/remoteframeworkclasses/ |
H A D | AccountManagerFutureWrapper.java | 82 public AccountManagerFuture<V> getFuture() { in getFuture() method in AccountManagerFutureWrapper
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | TestServer_test.cpp | 80 std::future<bool> getFuture() { return mPromise.get_future(); } in TEST_F() function in android::TEST_F::DeathWaiter
|
/aosp_15_r20/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/testapp/wrappers/ |
H A D | SimpleFutureWrapper.java | 48 public SimpleFuture<E> getFuture() { in getFuture() method in SimpleFutureWrapper
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/sync/ |
D | VvmNetworkRequest.java | 107 public Future<NetworkWrapper> getFuture() { in getFuture() method in VvmNetworkRequest.FutureNetworkRequestCallback
|
/aosp_15_r20/external/connectedappssdk/processor/src/main/resources/futurewrappers/ |
H A D | ListenableFutureWrapper.java | 46 public ListenableFuture<E> getFuture() { in getFuture() method in ListenableFutureWrapper
|
/aosp_15_r20/external/aws-crt-java/samples/s3/src/main/java/com/example/s3/ |
H A D | PutGet.java | 73 … CompletableFuture<GetObjectOutput> getFuture = s3Client.getObject(getRequest, getDataConsumer); in main() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/ |
H A D | CrtTransferManagerPauseAndResumeTest.java | 202 CompletableFuture<?> getFuture = new CompletableFuture<>(); in pauseAfterResumeAfterHeadBeforeGetSucceeds() local
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/ |
H A D | rref_impl.cpp | 279 c10::intrusive_ptr<JitFuture> OwnerRRef::getFuture() { in getFuture() function in torch::distributed::rpc::OwnerRRef
|
H A D | py_rref.cpp | 151 c10::intrusive_ptr<JitFuture> PyRRef::getFuture() const { in getFuture() function in torch::distributed::rpc::PyRRef
|
/aosp_15_r20/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/registration/ |
D | RegistrationControllerImpl.java | 192 public ListenableFuture<SipSession> getFuture() { in getFuture() method in RegistrationControllerImpl.RegistrationContext
|
/aosp_15_r20/external/grpc-grpc-java/services/src/main/java/io/grpc/protobuf/services/ |
H A D | ChannelzProtoUtil.java | 455 private static <T> T getFuture(ListenableFuture<T> future) { in getFuture() method in ChannelzProtoUtil
|
/aosp_15_r20/hardware/interfaces/vibrator/bench/ |
H A D | benchmark.cpp | 422 std::future<void> getFuture() { return mPromise.get_future(); } in getFuture() function in HalCallback
|
/aosp_15_r20/art/libartservice/service/java/com/android/server/art/ |
H A D | Utils.java | 279 public static <T> T getFuture(Future<T> future) { in getFuture() method in Utils
|