Home
last modified time | relevance | path

Searched refs:is_handled (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dftl_echo_message_listener_unittest.cc112 bool is_handled = ftl_echo_message_listener_->OnSignalStrategyIncomingMessage( in TEST_F() local
115 ASSERT_TRUE(is_handled); in TEST_F()
121 bool is_handled = ftl_echo_message_listener_->OnSignalStrategyIncomingMessage( in TEST_F() local
123 ASSERT_FALSE(is_handled); in TEST_F()
127 bool is_handled = ftl_echo_message_listener_->OnSignalStrategyIncomingMessage( in TEST_F() local
130 ASSERT_FALSE(is_handled); in TEST_F()
143 bool is_handled = ftl_echo_message_listener_->OnSignalStrategyIncomingMessage( in TEST_F() local
146 ASSERT_TRUE(is_handled); in TEST_F()
152 bool is_handled = ftl_echo_message_listener_->OnSignalStrategyIncomingMessage( in TEST_F() local
154 ASSERT_FALSE(is_handled); in TEST_F()
[all …]
H A Dftl_host_change_notification_listener_unittest.cc93 bool is_handled = in TEST_F() local
98 ASSERT_TRUE(is_handled); in TEST_F()
105 bool is_handled = in TEST_F() local
110 ASSERT_TRUE(is_handled); in TEST_F()
121 bool is_handled = in TEST_F() local
126 ASSERT_FALSE(is_handled); in TEST_F()
136 bool is_handled = in TEST_F() local
140 ASSERT_FALSE(is_handled); in TEST_F()
150 bool is_handled = in TEST_F() local
155 ASSERT_FALSE(is_handled); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/update_client/
H A Dcrx_downloader.cc115 bool is_handled, in OnDownloadComplete() argument
124 is_handled, result, download_metrics)); in OnDownloadComplete()
128 base::Unretained(this), is_handled, result, in OnDownloadComplete()
143 void CrxDownloader::VerifyResponse(bool is_handled, in VerifyResponse() argument
148 DCHECK(is_handled); in VerifyResponse()
167 base::Unretained(this), is_handled, result, in VerifyResponse()
172 bool is_handled, in HandleDownloadError() argument
187 if (is_handled) { in HandleDownloadError()
H A Dbackground_downloader_win.cc496 bool is_handled = false; in OnDownloading() local
499 is_handled = OnStateTransferred(); in OnDownloading()
503 is_handled = OnStateError(); in OnDownloading()
507 is_handled = OnStateCancelled(); in OnDownloading()
511 is_handled = OnStateAcknowledged(); in OnDownloading()
519 is_handled = OnStateQueued(); in OnDownloading()
523 is_handled = OnStateTransientError(); in OnDownloading()
527 is_handled = OnStateTransferring(); in OnDownloading()
534 if (is_handled) in OnDownloading()
565 const bool is_handled = in EndDownload() local
[all …]
H A Dcrx_downloader.h117 void OnDownloadComplete(bool is_handled,
134 void VerifyResponse(bool is_handled,
138 void HandleDownloadError(bool is_handled,
H A Durl_fetcher_downloader.cc105 const bool is_handled = error == 0 || IsHttpServerError(error); in OnNetworkFetcherComplete() local
135 base::Unretained(this), is_handled, result, in OnNetworkFetcherComplete()
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Dxep.c106 xep->is_handled = false; in xep_throw_e()
164 a_xep->is_handled = true; in xep_p_retry()
192 a_xep->is_handled = true; in xep_p_handled()
229 a_xep->is_handled = true; in xep_p_link()
265 if (a_xep->is_handled == false) in xep_p_unlink()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/update_client/
H A Dcrx_downloader.cc97 bool is_handled, in OnDownloadComplete() argument
105 is_handled, result, download_metrics)); in OnDownloadComplete()
110 DCHECK(is_handled); in OnDownloadComplete()
160 bool is_handled, in HandleDownloadError() argument
175 if (is_handled) { in HandleDownloadError()
H A Dbackground_downloader_win.cc492 bool is_handled = false; in OnDownloading() local
495 is_handled = OnStateTransferred(); in OnDownloading()
499 is_handled = OnStateError(); in OnDownloading()
503 is_handled = OnStateCancelled(); in OnDownloading()
507 is_handled = OnStateAcknowledged(); in OnDownloading()
515 is_handled = OnStateQueued(); in OnDownloading()
519 is_handled = OnStateTransientError(); in OnDownloading()
523 is_handled = OnStateTransferring(); in OnDownloading()
530 if (is_handled) in OnDownloading()
560 const bool is_handled = in EndDownload() local
[all …]
H A Dcrx_downloader.h108 void OnDownloadComplete(bool is_handled,
127 void HandleDownloadError(bool is_handled,
H A Durl_fetcher_downloader.cc97 const bool is_handled = error == 0 || IsHttpServerError(error); in OnNetworkFetcherComplete() local
127 is_handled, result, download_metrics)); in OnNetworkFetcherComplete()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/connection/
H A Dhttpapi.py288 is_handled = self.handle_httperror(exc)
289 if is_handled is True:
291 elif is_handled is False:
294 response = is_handled
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/connection/
H A Dhttpapi.py300 is_handled = self.handle_httperror(exc)
301 if is_handled is True:
303 elif is_handled is False:
306 response = is_handled
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/connection/
H A Dhttpapi.py300 is_handled = self.handle_httperror(exc)
301 if is_handled is True:
303 elif is_handled is False:
306 response = is_handled
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/netcommon/plugins/connection/
H A Dhttpapi.py289 is_handled = self.handle_httperror(exc)
290 if is_handled is True:
292 elif is_handled is False:
295 response = is_handled
/dports/devel/tcl-signal/signal_ext1.4/
H A Dsignal_ext.c39 int is_handled; member
346 signal_handlers[sig].is_handled = 1; in AddSignalHandler()
394 signal_handlers[sig].is_handled = 0; in DeleteSignalHandler()
418 if (signal_handlers[j].is_handled) in PrintSignalHandler()
438 if ( signal_handlers[sig].is_handled == 0 ) in PrintSignalHandler()
540 if (signal_handlers[sig].is_handled && in handle_async_signal()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/src/logging/
H A Dlogger.cc53 bool Logger::is_handled(LogLevel level) const { in is_handled() function in mysql_harness::logging::Logger
56 return registry_->is_handled(level); in is_handled()
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DPlayerControl.c369 var is_handled; in ObjectControlUpdateComdir() local
375 is_handled = (old_cx != new_cx) && !new_cy; in ObjectControlUpdateComdir()
379 is_handled = (old_cy != new_cy) && !new_cx; in ObjectControlUpdateComdir()
381 is_handled = (old_cx != new_cx || old_cy != new_cy); // Free 360 degree movement in ObjectControlUpdateComdir()
383 is_handled = false; in ObjectControlUpdateComdir()
384 return is_handled; in ObjectControlUpdateComdir()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/ime/linux/
H A Dinput_method_auralinux.h65 bool is_handled) in COMPONENT_EXPORT()
78 bool is_handled); in COMPONENT_EXPORT()
H A Dinput_method_auralinux.cc120 bool is_handled) { in ProcessKeyEventByEngineDone() argument
124 ignore_result(ProcessKeyEventDone(event, filtered, is_handled)); in ProcessKeyEventByEngineDone()
130 bool is_handled) { in ProcessKeyEventDone() argument
132 if (is_handled) in ProcessKeyEventDone()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/virt/acrn/
H A Dioreq.c321 bool is_handled = false; in handle_cf8cfc() local
329 is_handled = true; in handle_cf8cfc()
335 is_handled = true; in handle_cf8cfc()
353 if (is_handled) in handle_cf8cfc()
356 return is_handled; in handle_cf8cfc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/virt/acrn/
H A Dioreq.c321 bool is_handled = false; in handle_cf8cfc() local
329 is_handled = true; in handle_cf8cfc()
335 is_handled = true; in handle_cf8cfc()
353 if (is_handled) in handle_cf8cfc()
356 return is_handled; in handle_cf8cfc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/virt/acrn/
H A Dioreq.c321 bool is_handled = false; in handle_cf8cfc() local
329 is_handled = true; in handle_cf8cfc()
335 is_handled = true; in handle_cf8cfc()
353 if (is_handled) in handle_cf8cfc()
356 return is_handled; in handle_cf8cfc()
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/a11y-keyboard/
H A Dcsd-a11y-preferences-dialog.c195 gboolean is_handled; in config_have_at_gsettings_condition() local
217 is_handled = FALSE; in config_have_at_gsettings_condition()
230 is_handled = g_variant_get_boolean (res); in config_have_at_gsettings_condition()
236 return is_handled; in config_have_at_gsettings_condition()
/dports/devel/libbpfjit/sljit-849950a/sljit_src/
H A DsljitNativeMIPS_32.c72 sljit_s32 is_overflow, is_carry, is_handled; in emit_single_op() local
244 is_handled = 0; in emit_single_op()
249 is_handled = 1; in emit_single_op()
253 is_handled = 1; in emit_single_op()
257 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
258 is_handled = 1; in emit_single_op()
282 if (is_handled) { in emit_single_op()

12345678