Home
last modified time | relevance | path

Searched defs:is_async (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/support/
H A Dis_async.hpp18 struct is_async : mpl::false_ {}; struct
21 struct is_async< struct
/dports/net/py-geopy/geopy-2.2.0/test/extra/
H A Drate_limiter.py11 def is_async(request): function
16 def auto_async(is_async): argument
27 def auto_async_side_effect(is_async): argument
43 def rate_limiter_cls(is_async): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/services/
H A Denable_api.py47 def EnableService(project_id, service_name, is_async=False): argument
72 def EnableServiceIfDisabled(project_id, service_name, is_async=False): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/endpoints/
H A Dservices_util.py303 def PushMultipleServiceConfigFiles(service_name, config_files, is_async, argument
364 service_name, spec_file_contents, spec_file_path, is_async, argument
417 def CreateService(service_name, project, is_async=False): argument
459 def ProcessOperationResult(result, is_async=False): argument
483 def GetProcessedOperationResult(result, is_async=False): argument
607 def CreateRollout(service_config_id, service_name, is_async=False): argument
/dports/devel/py-oci/oci-2.53.1/src/oci/devops/models/
H A Dinvoke_function_deploy_stage.py215 def is_async(self): member in InvokeFunctionDeployStage
227 def is_async(self, is_async): argument
H A Dinvoke_function_deploy_stage_summary.py213 def is_async(self): member in InvokeFunctionDeployStageSummary
225 def is_async(self, is_async): member in InvokeFunctionDeployStageSummary
H A Dupdate_invoke_function_deploy_stage_details.py150 def is_async(self): member in UpdateInvokeFunctionDeployStageDetails
162 def is_async(self, is_async): member in UpdateInvokeFunctionDeployStageDetails
H A Dcreate_invoke_function_deploy_stage_details.py157 def is_async(self): member in CreateInvokeFunctionDeployStageDetails
169 def is_async(self, is_async): member in CreateInvokeFunctionDeployStageDetails
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/helpers/
H A Dclass.ilAsyncPropertyFormGUI.php35 protected $is_async = true; variable in ilAsyncPropertyFormGUI
37 public function __construct(array $config = array(), $is_async = true)
273 public function setAsync($is_async)
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/helpers/
H A Dclass.ilAsyncPropertyFormGUI.php35 protected $is_async = true; variable in ilAsyncPropertyFormGUI
37 public function __construct(array $config = array(), $is_async = true)
273 public function setAsync($is_async)
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/src/
H A Dch4r_rma_target_callbacks.c1102 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_put_ack_target_msg_cb()
1132 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_acc_ack_target_msg_cb()
1232 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_win_ctrl_target_msg_cb()
1290 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_put_target_msg_cb()
1365 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_put_dt_target_msg_cb()
1699 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_cswap_target_msg_cb()
1762 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_acc_target_msg_cb()
1841 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_get_acc_target_msg_cb()
1870 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_acc_dt_target_msg_cb()
1961 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_get_target_msg_cb()
[all …]
H A Dch4r_callbacks.c300 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_send_target_msg_cb()
458 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_send_data_target_msg_cb()
489 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_ssend_ack_target_msg_cb()
508 int is_local, int is_async, MPIR_Request ** req) in MPIDIG_send_cts_target_msg_cb()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/
H A Dconnection_params.h39 void set_is_async(bool is_async) { is_async_ = is_async; } in set_is_async()
40 bool is_async() const { return is_async_; } in is_async() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Dconnection_params.h39 void set_is_async(bool is_async) { is_async_ = is_async; } in set_is_async()
40 bool is_async() const { return is_async_; } in is_async() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/sms/
H A Duser_consent_handler.cc26 bool NoopUserConsentHandler::is_async() const { in is_async() function in content::NoopUserConsentHandler
58 bool PromptBasedUserConsentHandler::is_async() const { in is_async() function in content::PromptBasedUserConsentHandler
/dports/net/py-tweepy/tweepy-3.10.0/tweepy/
H A Dstreaming.py382 def _start(self, is_async): argument
401 is_async=False, argument
424 def firehose(self, count=None, is_async=False): argument
433 def retweet(self, is_async=False): argument
440 def sample(self, is_async=False, languages=None, stall_warnings=False): argument
451 def filter(self, follow=None, track=None, is_async=False, locations=None, argument
477 with_='user', replies=False, is_async=False): argument
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/packages/raven/transport/
H A Dbase.py23 is_async = False variable in Transport
42 is_async = True variable in AsyncTransport
/dports/devel/py-raven/raven-python-6.10.0/raven/transport/
H A Dbase.py23 is_async = False variable in Transport
42 is_async = True variable in AsyncTransport
/dports/devel/py-Jinja2/Jinja2-3.0.1/build/lib/jinja2/
H A Dasync_utils.py18 def is_async(args: t.Any) -> bool: function
23 def is_async(args: t.Any) -> bool: function
/dports/devel/py-Jinja2/stage/usr/local/lib/python3.8/site-packages/jinja2/
H A Dasync_utils.py18 def is_async(args: t.Any) -> bool: function
23 def is_async(args: t.Any) -> bool: function
/dports/devel/py-Jinja2-doc/Jinja2-3.0.1/src/jinja2/
H A Dasync_utils.py18 def is_async(args: t.Any) -> bool: function
23 def is_async(args: t.Any) -> bool: function
/dports/devel/py-Jinja2/Jinja2-3.0.1/src/jinja2/
H A Dasync_utils.py18 def is_async(args: t.Any) -> bool: function
23 def is_async(args: t.Any) -> bool: function
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dhandshake.hpp48 virtual bool is_async() { return false; } in is_async() function in HandshakeClosure
56 virtual bool is_async() { return true; } in is_async() function in AsyncHandshakeClosure
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/packet_mirrorings/
H A Dclient.py51 is_async=False): argument
94 is_async=False, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/security/credentials/fake/
H A Dfake_credentials.h61 bool is_async) in grpc_md_only_test_credentials()

12345678910>>...17