Home
last modified time | relevance | path

Searched defs:handler2 (Results 1 – 25 of 106) sorted by relevance

12345

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/
Dstream.hpp752 boost::asio::detail::non_const_lvalue<HandshakeHandler> handler2(handler); in operator ()() local
787 BufferedHandshakeHandler> handler2(handler); in operator ()() local
819 boost::asio::detail::non_const_lvalue<ShutdownHandler> handler2(handler); in operator ()() local
851 boost::asio::detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
883 boost::asio::detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Dasync_event_sequencer_test.cc66 auto handler2 = aec_->GetExportHandler( in TEST_F() local
77 auto handler2 = aec_->GetExportHandler( in TEST_F() local
88 auto handler2 = aec_->GetHandler("handler failed", false); in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/
Dbasic_datagram_socket_ext.hpp1050 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
1069 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
1087 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
1105 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
Dbasic_socket_acceptor_ext.hpp2320 detail::non_const_lvalue<WaitHandler> handler2(handler); in operator ()() local
2338 detail::non_const_lvalue<AcceptHandler> handler2(handler); in operator ()() local
2357 detail::non_const_lvalue<MoveAcceptHandler> handler2(handler); in operator ()() local
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/
Dbasic_datagram_socket_ext.hpp1050 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
1069 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
1087 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
1105 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
Dbasic_socket_acceptor_ext.hpp2320 detail::non_const_lvalue<WaitHandler> handler2(handler); in operator ()() local
2338 detail::non_const_lvalue<AcceptHandler> handler2(handler); in operator ()() local
2357 detail::non_const_lvalue<MoveAcceptHandler> handler2(handler); in operator ()() local
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/
Dbasic_datagram_socket_ext.hpp1050 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
1069 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
1087 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
1105 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowHandlerTest.java56 Handler handler2 = new Handler(looper); in testInsertsRunnablesBasedOnLooper() local
69 Handler handler2 = new Handler(Looper.myLooper()); in testDefaultConstructorUsesDefaultLooper() local
95 Handler handler2 = new Handler(looper2); in testDifferentLoopersGetDifferentQueues() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbasic_raw_socket.hpp1098 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
1132 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
1166 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
1200 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
Dbasic_datagram_socket.hpp1107 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
1141 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
1175 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
1209 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
Dio_context_strand.hpp343 detail::non_const_lvalue<LegacyCompletionHandler> handler2(handler); in operator ()() local
360 detail::non_const_lvalue<LegacyCompletionHandler> handler2(handler); in operator ()() local
Dbasic_seq_packet_socket.hpp719 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
754 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
H A DTryWithResourcesJavacFilterTest.java114 final Label handler2 = new Label(); in javac9() local
352 final Label handler2 = new Label(); in javac_7_8() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/windows/
Dbasic_stream_handle.hpp423 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
456 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
Dbasic_random_access_handle.hpp439 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
472 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/posix/
Dbasic_stream_descriptor.hpp430 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local
463 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSerialDexLoaderUnitTest.java101 TestVerificationHandler handler2 = in loadMultiple_succeeds() local
128 TestVerificationHandler handler2 = in failedVerification_nextSucceeds() local
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DServerInterceptorsTest.java161 ServerCallHandler<String, Integer> handler2 = mock(ServerCallHandler.class); in correctHandlerCalled() local
328 ServerCallHandler<Holder, Holder> handler2 = new ServerCallHandler<Holder, Holder>() { in typedMarshalledMessages() local
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
H A DMethodProbesAdapterTest.java341 Label handler2 = new Label(); in testVisitTryCatchBlockWithProbeBeforeStart() local
368 Label handler2 = new Label(); in testVisitTryCatchBlockWithProbeBeforeEnd() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dio_context.hpp132 detail::non_const_lvalue<LegacyCompletionHandler> handler2(handler); in operator ()() local
176 detail::non_const_lvalue<LegacyCompletionHandler> handler2(handler); in operator ()() local
Dread_until.hpp1027 non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
1336 non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
1652 non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
1966 non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
2339 non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
2652 non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
2974 non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
3291 non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/test/java/com/google/android/exoplayer2/testutil/
H A DFakeClockTest.java311 HandlerWrapper handler2 = in createHandler_multiThreadCommunication_deliversMessagesDeterministicallyInOrder() local
349 HandlerWrapper handler2 = in createHandler_blockingThreadWithOnBusyWaiting_canBeUnblockedByOtherThread() local
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dclient_server_context_test.cc103 auto handler2 = [&response2](const TestResponse::Message& server_response, in TEST() local
165 auto handler2 = [&response2](const TestResponse::Message& server_response, in TEST() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/test/java/com/google/android/exoplayer2/testutil/
H A DFakeClockTest.java311 HandlerWrapper handler2 = in createHandler_multiThreadCommunication_deliversMessagesDeterministicallyInOrder() local
349 HandlerWrapper handler2 = in createHandler_blockingThreadWithOnBusyWaiting_canBeUnblockedByOtherThread() local
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dclient_server_context_test.cc104 auto handler2 = [&response2](const pw_rpc_test_TestResponse& server_response, in TEST() local
168 auto handler2 = [&response2](const pw_rpc_test_TestResponse& server_response, in TEST() local

12345