/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/ |
H A D | FieldStepNormalizer.java | 100 private final FieldFixedStepHandler<T> handler; field in FieldStepNormalizer 123 public FieldStepNormalizer(final double h, final FieldFixedStepHandler<T> handler) { in FieldStepNormalizer() 135 public FieldStepNormalizer(final double h, final FieldFixedStepHandler<T> handler, in FieldStepNormalizer() 147 public FieldStepNormalizer(final double h, final FieldFixedStepHandler<T> handler, in FieldStepNormalizer() 159 public FieldStepNormalizer(final double h, final FieldFixedStepHandler<T> handler, in FieldStepNormalizer()
|
H A D | StepNormalizer.java | 96 private final FixedStepHandler handler; field in StepNormalizer 125 public StepNormalizer(final double h, final FixedStepHandler handler) { in StepNormalizer() 137 public StepNormalizer(final double h, final FixedStepHandler handler, in StepNormalizer() 149 public StepNormalizer(final double h, final FixedStepHandler handler, in StepNormalizer() 161 public StepNormalizer(final double h, final FixedStepHandler handler, in StepNormalizer()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | AsynchronousFileChannelImpl.java | 110 CompletionHandler<FileLock,? super A> handler); in implLock() 126 CompletionHandler<FileLock,? super A> handler) in lock() 214 CompletionHandler<Integer,? super A> handler); in implRead() 225 CompletionHandler<Integer,? super A> handler) in read() 235 CompletionHandler<Integer,? super A> handler); in implWrite() 247 CompletionHandler<Integer,? super A> handler) in write()
|
/aosp_15_r20/external/google-breakpad/src/client/linux/handler/ |
H A D | exception_handler_unittest.cc | 165 ExceptionHandler handler( in TEST() local 177 ExceptionHandler handler(MinidumpDescriptor(fd), NULL, NULL, NULL, true, -1); in TEST() local 227 google_breakpad::scoped_ptr<ExceptionHandler> handler; in ChildCrash() local 283 google_breakpad::scoped_ptr<ExceptionHandler> handler( in TEST() local 382 ExceptionHandler handler( in CrashWithCallbacks() local 466 ExceptionHandler handler( in TEST() local 562 ExceptionHandler handler( in TEST() local 954 ExceptionHandler handler( in TEST() local 1115 ExceptionHandler handler(MinidumpDescriptor(temp_dir.path()), NULL, NULL, in TEST() local 1136 ExceptionHandler handler(MinidumpDescriptor(fd), NULL, NULL, NULL, false, -1); in TEST() local [all …]
|
/aosp_15_r20/system/core/libutils/ |
H A D | Looper.cpp | 39 WeakMessageHandler::WeakMessageHandler(const wp<MessageHandler>& handler) : in WeakMessageHandler() 47 sp<MessageHandler> handler = mHandler.promote(); in handleMessage() local 300 sp<MessageHandler> handler = messageEnvelope.handler; in pollInner() local 595 void Looper::sendMessage(const sp<MessageHandler>& handler, const Message& message) { in sendMessage() 600 void Looper::sendMessageDelayed(nsecs_t uptimeDelay, const sp<MessageHandler>& handler, in sendMessageDelayed() 606 void Looper::sendMessageAtTime(nsecs_t uptime, const sp<MessageHandler>& handler, in sendMessageAtTime() 640 void Looper::removeMessages(const sp<MessageHandler>& handler) { in removeMessages() 657 void Looper::removeMessages(const sp<MessageHandler>& handler, int what) { in removeMessages()
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | handler_manager.cpp | 70 auto handler = std::make_shared<HandlerThread>(snapuserd); in AddHandler() local 99 bool SnapshotHandlerManager::StartHandler(const std::shared_ptr<HandlerThread>& handler) { in StartHandler() 134 void SnapshotHandlerManager::RunThread(std::shared_ptr<HandlerThread> handler) { in RunThread() 198 const std::shared_ptr<HandlerThread>& handler) { in StartMerge() 243 auto handler = merge_handlers_.front(); in MonitorMerge() local 322 std::shared_ptr<HandlerThread> handler; in RemoveAndJoinHandler() local
|
/aosp_15_r20/external/pigweed/pw_protobuf/ |
H A D | decoder_test.cc | 189 TestDecodeHandler handler; in TEST() local 221 TestDecodeHandler handler; in TEST() local 242 TestDecodeHandler handler; in TEST() local 253 TestDecodeHandler handler; in TEST() local 290 OneThreeDecodeHandler handler; in TEST() local 345 ExitOnOneDecoder handler; in TEST() local
|
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/dep/src/com/android/car/hal/test/ |
D | HidlMockedVehicleHal.java | 80 public void addProperty(VehiclePropConfig config, VehicleHalPropertyHandler handler) { in addProperty() 118 VehicleHalPropertyHandler handler = mPropertyHandlerMap.get(value.prop); in injectEvent() local 185 VehicleHalPropertyHandler handler = mPropertyHandlerMap.get(requestedPropValue.prop); in get() local 204 VehicleHalPropertyHandler handler = mPropertyHandlerMap.get(propValue.prop); in set() local 224 VehicleHalPropertyHandler handler = mPropertyHandlerMap.get(opt.propId); in subscribe() local 254 VehicleHalPropertyHandler handler = mPropertyHandlerMap.get(propId); in unsubscribe() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/serialize/ |
H A D | SerializerUtils.java | 54 public static void addAttribute(SerializationHandler handler, int attr) in addAttribute() 93 public static void addAttributes(SerializationHandler handler, int src) in addAttributes() 119 SerializationHandler handler, in outputResultTreeFragment() 159 SerializationHandler handler, in processNSDecls() 249 SerializationHandler handler, in ensureNamespaceDeclDeclared()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | handler_work.hpp | 96 void dispatch(Function& function, Handler& handler) in dispatch() 180 void dispatch(Function& function, Handler& handler) in dispatch() 211 void dispatch(Function& function, Handler& handler) in dispatch() 279 void dispatch(Function& function, Handler& handler) in dispatch() 451 handler_work(Handler& handler, const IoExecutor& io_ex) BOOST_ASIO_NOEXCEPT in handler_work() 458 void complete(Function& function, Handler& handler) in complete() 494 void complete(Function& function, Handler& handler) in complete()
|
/aosp_15_r20/cts/tests/tests/accounts/src/android/accounts/cts/ |
H A D | AccountManagerTest.java | 329 AccountManagerCallback<Bundle> callback, Handler handler) throws in addAccount() 530 private void testAddAccountWithCallbackAndHandler(Handler handler) throws IOException, in testAddAccountWithCallbackAndHandler() 1088 private void testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(Handler handler) throws in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() 1506 private void testGetAuthTokenWithCallbackAndHandler(Handler handler) throws IOException, in testGetAuthTokenWithCallbackAndHandler() 1567 private void testGetAuthTokenWithOptionsAndCallbackAndHandler(Handler handler) throws in testGetAuthTokenWithOptionsAndCallbackAndHandler() 1803 private void testConfirmCredentialsWithCallbackAndHandler(Handler handler) { in testConfirmCredentialsWithCallbackAndHandler() 1877 private void testUpdateCredentialsWithCallbackAndHandler(Handler handler) throws IOException, in testUpdateCredentialsWithCallbackAndHandler() 1951 private void testEditPropertiesWithCallbackAndHandler(Handler handler) { in testEditPropertiesWithCallbackAndHandler() 2011 private void testAddOnAccountsUpdatedListenerWithHandler(Handler handler, in testAddOnAccountsUpdatedListenerWithHandler() 2066 private void testAddOnAccountsUpdatedListenerWithVisibility(Handler handler, in testAddOnAccountsUpdatedListenerWithVisibility() [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | XPathExpressionParser.java | 104 SimpleContentHandlingInterface handler) in evaluateWithXPathFixture() 142 String xPathString, QName expectedResult, SimpleContentHandlingInterface<?> handler) in evaluate() 155 public void evaluateToNode(String xPathString, NodeHandlingInterface handler) in evaluateToNode() 168 public void iterate(String xPathString, QName expectedReturnType, NodeHandlingInterface handler) in iterate() 181 public void iterateThroughNodeSet(String xPathExpression, NodeHandlingInterface handler) in iterateThroughNodeSet()
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.56.0/ |
HD | grpc-netty-shaded-1.56.0.jar | ... grpc.netty.shaded.io.netty.handler.ssl.SslHandler handler
Throwable t
io.grpc ... |
/aosp_15_r20/system/connectivity/wificond/tests/ |
D | ap_interface_impl_unittest.cpp | 60 OnStationEventHandler handler) { in CaptureStationEventHandler() 67 OnChannelSwitchEventHandler handler) { in CaptureChannelSwitchEventHandler() 94 OnStationEventHandler handler; in TEST_F() local 116 OnStationEventHandler handler; in TEST_F() local 138 OnChannelSwitchEventHandler handler; in TEST_F() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | WakeupMessage.java | 53 public WakeupMessage(Context context, Handler handler, in WakeupMessage() 65 public WakeupMessage(Context context, Handler handler, String cmdName, int cmd, int arg1) { in WakeupMessage() 69 public WakeupMessage(Context context, Handler handler, in WakeupMessage() 74 public WakeupMessage(Context context, Handler handler, String cmdName, int cmd) { in WakeupMessage() 78 public WakeupMessage(Context context, Handler handler, String cmdName, Runnable runnable) { in WakeupMessage()
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/detail/ |
D | reactive_socket_service_base_ext_local.hpp | 200 socket_base::wait_type w, Handler& handler) in async_wait() 265 socket_base::message_flags flags, Handler& handler) in async_send() 289 socket_base::message_flags, Handler& handler) in async_send() 335 socket_base::message_flags flags, Handler& handler) in async_receive() 363 socket_base::message_flags flags, Handler& handler) in async_receive() 419 socket_base::message_flags& out_flags, Handler& handler) in async_receive_with_flags() 445 socket_base::message_flags& out_flags, Handler& handler) in async_receive_with_flags()
|
D | reactive_socket_service_base_ext.hpp | 202 socket_base::wait_type w, Handler& handler) in async_wait() 267 socket_base::message_flags flags, Handler& handler) in async_send() 291 socket_base::message_flags, Handler& handler) in async_send() 337 socket_base::message_flags flags, Handler& handler) in async_receive() 365 socket_base::message_flags flags, Handler& handler) in async_receive() 421 socket_base::message_flags& out_flags, Handler& handler) in async_receive_with_flags() 447 socket_base::message_flags& out_flags, Handler& handler) in async_receive_with_flags()
|
/aosp_15_r20/frameworks/opt/net/wifi/libwifi_hal/ |
D | hal_tool.cpp | 33 void wifi_cleanup_stub(wifi_handle handle, wifi_cleaned_up_handler handler) {} in wifi_cleanup_stub() 91 wifi_scan_result_handler handler) { in wifi_start_gscan_stub() 110 wifi_hotlist_ap_found_handler handler) { in wifi_set_bssid_hotlist_stub() 122 wifi_significant_change_handler handler) { in wifi_set_significant_change_handler_stub() 143 wifi_stats_result_handler handler) { in wifi_get_link_stats_stub() 166 wifi_rtt_event_handler handler) { in wifi_rtt_range_request_stub() 217 wifi_epno_handler handler) { in wifi_set_epno_list_stub() 231 wifi_interface_handle iface, wifi_firmware_memory_dump_handler handler) { in wifi_get_firmware_memory_dump_stub() 237 wifi_ring_buffer_data_handler handler) { in wifi_set_log_handler_stub() 248 wifi_alert_handler handler) { in wifi_set_alert_handler_stub() [all …]
|
/aosp_15_r20/device/linaro/poplar/wifi/wifi_hal/ |
D | gscan.cpp | 395 wifi_scan_result_handler handler) in FullScanResultsCommand() 475 wifi_scan_result_handler handler) in ScanCommand() 698 wifi_scan_result_handler handler) in wifi_start_gscan() 726 wifi_scan_result_handler handler; in wifi_stop_gscan() local 744 wifi_scan_result_handler handler) in wifi_enable_full_scan_results() 770 wifi_scan_result_handler handler) in wifi_handle_full_scan_event() 817 wifi_scan_result_handler handler; in wifi_disable_full_scan_results() local 1015 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in BssidHotlistCommand() 1189 const wifi_epno_params *params, wifi_epno_handler handler) in ePNOCommand() 1382 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in wifi_set_bssid_hotlist() [all …]
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 377 wifi_scan_result_handler handler) in FullScanResultsCommand() 457 wifi_scan_result_handler handler) in ScanCommand() 687 wifi_scan_result_handler handler) in wifi_start_gscan() 715 wifi_scan_result_handler handler; in wifi_stop_gscan() local 732 wifi_scan_result_handler handler) in wifi_enable_full_scan_results() 758 wifi_scan_result_handler handler) in wifi_handle_full_scan_event() 804 wifi_scan_result_handler handler; in wifi_disable_full_scan_results() local 1001 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in BssidHotlistCommand() 1178 const wifi_epno_params *params, wifi_epno_handler handler) in ePNOCommand() 1374 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in wifi_set_bssid_hotlist() [all …]
|
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | gscan.cpp | 373 wifi_scan_result_handler handler) in FullScanResultsCommand() 453 wifi_scan_result_handler handler) in ScanCommand() 682 wifi_scan_result_handler handler) in wifi_start_gscan() 710 wifi_scan_result_handler handler; in wifi_stop_gscan() local 727 wifi_scan_result_handler handler) in wifi_enable_full_scan_results() 753 wifi_scan_result_handler handler) in wifi_handle_full_scan_event() 799 wifi_scan_result_handler handler; in wifi_disable_full_scan_results() local 996 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in BssidHotlistCommand() 1173 const wifi_epno_params *params, wifi_epno_handler handler) in ePNOCommand() 1369 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in wifi_set_bssid_hotlist() [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
H A D | ProcessorInclude.java | 124 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in startElement() 190 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in parse() 338 protected Source processSource(StylesheetHandler handler, Source source) in processSource() 348 private Source getSourceFromUriResolver(StylesheetHandler handler) in getSourceFromUriResolver() 373 private String getBaseURIOfIncludedStylesheet(StylesheetHandler handler, Source s) in getBaseURIOfIncludedStylesheet()
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsReplySenderTest.kt | 115 private val handler by lazy { Handler(thread.looper) } in <lambda>() constant 199 val (handler, message) = verifyMessageQueued(replySender, listOf(reply)) in testQueueReply() constant 208 val (handler, message) = verifyMessageQueued(replySender, listOf(reply)) in testQueueReply_KnownAnswerSuppressionEnabled() constant 231 val (handler, message) = verifyMessageQueued(replySender, listOf(reply)) in testQueueReply_MultiplePacket_LostSubsequentPacket() constant 245 val (handler, message) = verifyMessageQueued( in testQueueReply_MultiplePacket_OtherKnownAnswer() constant 275 val (handler, message) = verifyMessageQueued( in testQueueReply_MultiplePacket_LostSecondaryPacket() constant 295 val (handler, message) = verifyMessageQueued(replySender, listOf(reply, knownAnswersReply)) in testQueueReply_MultiplePacket_WithMultipleQuestions() constant
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CameraDevice.java | 252 @NonNull CameraCaptureSession.StateCallback callback, @Nullable Handler handler) in createCaptureSession() 268 CameraCaptureSession.StateCallback callback, @Nullable Handler handler) in createCaptureSessionByOutputConfigurations() 305 @Nullable Handler handler) in createReprocessableCaptureSession() 324 @Nullable Handler handler) in createReprocessableCaptureSessionByConfigurations() 360 @Nullable Handler handler) in createConstrainedHighSpeedCaptureSession() 516 @Nullable Handler handler) in createCustomCaptureSession()
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | HalDeviceManager.java | 155 Handler handler) { in HalDeviceManager() 229 @Nullable Handler handler) { in registerStatusListener() 329 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createStaIface() 362 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createStaIface() 374 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createApIface() 397 @Nullable Handler handler, @NonNull WorkSource requestorWs) { in createP2pIface() 417 @Nullable Handler handler, @NonNull WorkSource requestorWs) { in createP2pIface() 425 @Nullable Handler handler, @NonNull WorkSource requestorWs) { in createNanIface() 646 @Nullable Handler handler) { in registerSubsystemRestartListener() 672 @NonNull InterfaceRttControllerLifecycleCallback callback, @NonNull Handler handler) { in registerRttControllerLifecycleCallback() [all …]
|