Home
last modified time | relevance | path

Searched refs:callAsync (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp203 auto Err = Client.callAsync<DummyRPCAPI::VoidBool>( in TEST()
257 auto Err = Client.callAsync<DummyRPCAPI::IntInt>( in TEST()
304 auto Err = Client.callAsync<DummyRPCAPI::VoidBool>( in TEST()
348 auto Err = Client.callAsync<DummyRPCAPI::IntInt>( in TEST()
399 auto Err = Client.callAsync<DummyRPCAPI::IntInt>( in TEST()
508 auto Err = Client.callAsync<DummyRPCAPI::AllTheTypes>( in TEST()
554 auto Err = Client.callAsync<DummyRPCAPI::CustomType>( in TEST()
597 auto Err = Client.callAsync<DummyRPCAPI::CustomType>( in TEST()
634 cantFail(Client.callAsync<DummyRPCAPI::ErrorFunc>( in TEST()
663 cantFail(Client.callAsync<DummyRPCAPI::ErrorFunc>( in TEST()
[all …]
/external/guava/android/guava/src/com/google/common/util/concurrent/
DClosingFuture.java1115 private <V extends Object> FluentFuture<V> callAsync(
1280 public <V> ClosingFuture<V> callAsync(
1286 return new Peeker(inputs).callAsync(combiningCallable, closeables);
1295 new ClosingFuture<>(futureCombiner().callAsync(asyncCallable, executor));
1450 public <U extends Object> ClosingFuture<U> callAsync(
1452 return callAsync(
1617 public <U extends Object> ClosingFuture<U> callAsync(
1619 return callAsync(
1809 public <U extends Object> ClosingFuture<U> callAsync(
1811 return callAsync(
[all …]
DFutures.java666 public <C> ListenableFuture<C> callAsync(AsyncCallable<C> combiner, Executor executor) {
/external/guava/guava/src/com/google/common/util/concurrent/
DClosingFuture.java1112 private <V extends @Nullable Object> FluentFuture<V> callAsync(
1278 public <V> ClosingFuture<V> callAsync(
1284 return new Peeker(inputs).callAsync(combiningCallable, closeables);
1293 new ClosingFuture<>(futureCombiner().callAsync(asyncCallable, executor));
1449 public <U extends @Nullable Object> ClosingFuture<U> callAsync(
1451 return callAsync(
1614 public <U extends @Nullable Object> ClosingFuture<U> callAsync(
1616 return callAsync(
1798 public <U extends @Nullable Object> ClosingFuture<U> callAsync(
1800 return callAsync(
[all …]
DFutures.java699 public <C> ListenableFuture<C> callAsync(AsyncCallable<C> combiner, Executor executor) {
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRPCTargetProcessControl.h109 Parent.getEndpoint().template callAsync<orcrpctpc::FinalizeMem>( in finalizeAsync()
260 if (auto Err = Parent.getEndpoint().template callAsync<WriteRPCFunction>( in writeViaRPC()
372 return EP.template callAsync<orcrpctpc::CloseConnection>( in closeConnection()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DClosingFutureTest.java714 .callAsync( in testWhenAllComplete_callAsync()
753 .callAsync( in testWhenAllComplete_callAsync_cancelledPipeline()
778 .callAsync( in testWhenAllComplete_callAsync_throws()
818 .callAsync( in testWhenAllSucceed_callAsync_failedInput()
927 .callAsync( in testWhenAllSucceed2_callAsync()
951 .callAsync( in testWhenAllSucceed2_callAsync_failedInput()
971 .callAsync( in testWhenAllSucceed2_callAsync_cancelledPipeline()
999 .callAsync( in testWhenAllSucceed2_callAsync_throws()
DFuturesTest.java2561 ListenableFuture<String> futureResult = whenAllComplete().callAsync(combiner, directExecutor());
2617 whenAllComplete(futureInteger, futureBoolean).callAsync(combiner, executor);
2671 whenAllComplete(futureInteger, futureBoolean).callAsync(combiner, directExecutor());
2704 whenAllComplete(stringFuture, booleanFuture).callAsync(combiner, newSingleThreadExecutor());
2747 whenAllComplete(stringFuture, booleanFuture).callAsync(combiner, newSingleThreadExecutor());
2910 whenAllSucceed(futureInteger, futureBoolean).callAsync(combiner, directExecutor());
2994 whenAllSucceed(immediateFuture(1L)).callAsync(combiner, directExecutor());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DClosingFutureTest.java731 .callAsync( in testWhenAllComplete_callAsync()
770 .callAsync( in testWhenAllComplete_callAsync_cancelledPipeline()
795 .callAsync( in testWhenAllComplete_callAsync_throws()
835 .callAsync( in testWhenAllSucceed_callAsync_failedInput()
944 .callAsync( in testWhenAllSucceed2_callAsync()
968 .callAsync( in testWhenAllSucceed2_callAsync_failedInput()
988 .callAsync( in testWhenAllSucceed2_callAsync_cancelledPipeline()
1016 .callAsync( in testWhenAllSucceed2_callAsync_throws()
DFuturesTest.java2561 ListenableFuture<String> futureResult = whenAllComplete().callAsync(combiner, directExecutor());
2617 whenAllComplete(futureInteger, futureBoolean).callAsync(combiner, executor);
2671 whenAllComplete(futureInteger, futureBoolean).callAsync(combiner, directExecutor());
2704 whenAllComplete(stringFuture, booleanFuture).callAsync(combiner, newSingleThreadExecutor());
2747 whenAllComplete(stringFuture, booleanFuture).callAsync(combiner, newSingleThreadExecutor());
2910 whenAllSucceed(futureInteger, futureBoolean).callAsync(combiner, directExecutor());
2994 whenAllSucceed(immediateFuture(1L)).callAsync(combiner, directExecutor());
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DCrossProfileSender.java652 public void callAsync( in callAsync() method in CrossProfileSender
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h447 Expected<AsyncCallResult<Func>> callAsync(ChannelT &C, in callAsync() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h1071 Error callAsync(HandlerT Handler, const ArgTs &... Args) { in callAsync() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h1068 Error callAsync(HandlerT Handler, const ArgTs &... Args) { in callAsync() function