Home
last modified time | relevance | path

Searched defs:getFuture (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DWork.cpp101 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 DPyProcessGroup.hpp27 c10::intrusive_ptr<c10::ivalue::Future> getFuture() override { in getFuture() function in c10d::PyProcessGroup::PyWork
H A DFakeProcessGroup.hpp13 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 DAppTransitionAnimationSpecsFuture.java78 public final IAppTransitionAnimationSpecsFuture getFuture() { in getFuture() method in AppTransitionAnimationSpecsFuture
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBroadcastPendingResult.java109 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 DSha256BodySubscriber.java41 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 DAbstractFutureProxy.java64 public Future<V> getFuture() { in getFuture() method in AbstractFutureProxy
H A DBackgroundInitializer.java229 public synchronized Future<T> getFuture() { in getFuture() method in BackgroundInitializer
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/device/
DSingleDeviceRequest.java47 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 DFirstElementResponseObserver.java72 ApiFuture<ResponseT> getFuture() { in getFuture() method in FirstElementResponseObserver
H A DSpoolingResponseObserver.java50 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 DITBidiStreaming.java96 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 DAccountManagerFutureWrapper.java82 public AccountManagerFuture<V> getFuture() { in getFuture() method in AccountManagerFutureWrapper
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DTestServer_test.cpp80 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 DSimpleFutureWrapper.java48 public SimpleFuture<E> getFuture() { in getFuture() method in SimpleFutureWrapper
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DVvmNetworkRequest.java107 public Future<NetworkWrapper> getFuture() { in getFuture() method in VvmNetworkRequest.FutureNetworkRequestCallback
/aosp_15_r20/external/connectedappssdk/processor/src/main/resources/futurewrappers/
H A DListenableFutureWrapper.java46 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 DPutGet.java73 … 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 DCrtTransferManagerPauseAndResumeTest.java202 CompletableFuture<?> getFuture = new CompletableFuture<>(); in pauseAfterResumeAfterHeadBeforeGetSucceeds() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drref_impl.cpp279 c10::intrusive_ptr<JitFuture> OwnerRRef::getFuture() { in getFuture() function in torch::distributed::rpc::OwnerRRef
H A Dpy_rref.cpp151 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/
DRegistrationControllerImpl.java192 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 DChannelzProtoUtil.java455 private static <T> T getFuture(ListenableFuture<T> future) { in getFuture() method in ChannelzProtoUtil
/aosp_15_r20/hardware/interfaces/vibrator/bench/
H A Dbenchmark.cpp422 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 DUtils.java279 public static <T> T getFuture(Future<T> future) { in getFuture() method in Utils

12345678910>>...14