/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/ |
D | stream.hpp | 752 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 D | async_event_sequencer_test.cc | 66 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/ |
D | basic_datagram_socket_ext.hpp | 1050 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
|
D | basic_socket_acceptor_ext.hpp | 2320 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/ |
D | basic_datagram_socket_ext.hpp | 1050 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
|
D | basic_socket_acceptor_ext.hpp | 2320 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/ |
D | basic_datagram_socket_ext.hpp | 1050 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 D | ShadowHandlerTest.java | 56 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/ |
D | basic_raw_socket.hpp | 1098 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
|
D | basic_datagram_socket.hpp | 1107 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
|
D | io_context_strand.hpp | 343 detail::non_const_lvalue<LegacyCompletionHandler> handler2(handler); in operator ()() local 360 detail::non_const_lvalue<LegacyCompletionHandler> handler2(handler); in operator ()() local
|
D | basic_seq_packet_socket.hpp | 719 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 D | TryWithResourcesJavacFilterTest.java | 114 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/ |
D | basic_stream_handle.hpp | 423 detail::non_const_lvalue<WriteHandler> handler2(handler); in operator ()() local 456 detail::non_const_lvalue<ReadHandler> handler2(handler); in operator ()() local
|
D | basic_random_access_handle.hpp | 439 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/ |
D | basic_stream_descriptor.hpp | 430 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/ |
D | SerialDexLoaderUnitTest.java | 101 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 D | ServerInterceptorsTest.java | 161 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 D | MethodProbesAdapterTest.java | 341 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/ |
D | io_context.hpp | 132 detail::non_const_lvalue<LegacyCompletionHandler> handler2(handler); in operator ()() local 176 detail::non_const_lvalue<LegacyCompletionHandler> handler2(handler); in operator ()() local
|
D | read_until.hpp | 1027 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 D | FakeClockTest.java | 311 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 D | client_server_context_test.cc | 103 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 D | FakeClockTest.java | 311 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 D | client_server_context_test.cc | 104 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
|