Home
last modified time | relevance | path

Searched refs:execute_async (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/objects/
H A Ddse_session.hpp71 Future future(execute_async(batch)); in execute()
85 Future future(execute_async(statement)); in execute()
192 Future execute_async(Batch batch) { in execute_async() function in test::driver::dse::Session
202 Future execute_async(Statement statement) { in execute_async() function in test::driver::dse::Session
216 Future execute_async(const std::string& query, in execute_async() function in test::driver::dse::Session
219 return driver::Session::execute_async(query, consistency, is_idempotent); in execute_async()
242 return execute_async(batch); in execute_async_as()
H A Dsession.hpp184 Future execute_async(Batch batch) { in execute_async() function in test::driver::Session
194 Future execute_async(Statement statement) { in execute_async() function in test::driver::Session
208 Future execute_async(const std::string& query, in execute_async() function in test::driver::Session
214 return execute_async(statement); in execute_async()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/tests/
H A Dtest_metrics.cpp94 session.execute_async(SELECT_ALL_SYSTEM_LOCAL_CQL); in CASSANDRA_INTEGRATION_TEST_F()
119 session_.execute_async(SELECT_ALL_SYSTEM_LOCAL_CQL); in CASSANDRA_INTEGRATION_TEST_F()
169 session.execute_async(statement); in CASSANDRA_INTEGRATION_TEST_F()
H A Dtest_heartbeat.cpp96 session_.execute_async(SELECT_ALL_SYSTEM_LOCAL_CQL); // Simply execute statements ignore any in CASSANDRA_INTEGRATION_TEST_F()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_cassandra_cql.py100 execute_async=mock_execute_async,
122 execute_async=mock_execute_async,
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-sparql/bus/
H A Dtracker-bus-statement.vala79 execute_async.begin (cancellable, (o, res) => {
85 return execute_async.end (async_res);
88 …public async override Sparql.Cursor execute_async (GLib.Cancellable? cancellable) throws Sparql.Er…
/dports/graphics/entangle/entangle-1.0/src/frontend/
H A Dentangle-script.c162 g_return_if_fail(ENTANGLE_SCRIPT_GET_CLASS(script)->execute_async != NULL); in entangle_script_execute_async()
164 ENTANGLE_SCRIPT_GET_CLASS(script)->execute_async(script, in entangle_script_execute_async()
H A Dentangle-script.h52 void (*execute_async)(EntangleScript *script, member
/dports/mail/geary/geary-40.0/src/engine/app/conversation-monitor/
H A Dapp-conversation-operation.vala32 public abstract async void execute_async() throws Error;
54 public override async void execute_async() throws GLib.Error {
H A Dapp-terminate-operation.vala12 public override async void execute_async() {
H A Dapp-local-search-operation.vala28 public override async Object? execute_async(Cancellable? cancellable) throws Error {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/packages/go/
H A Dsync_packages_service.rb19 def execute_async method in Packages.Go.SyncPackagesService
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/packages/go/
H A Dsync_packages_service_spec.rb14 described_class.new(project, 'master').execute_async
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/webdriver/tests/execute_async_script/
H A Dexecute_async.py.ini1 [execute_async.py]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/mutations/environments/canary_ingress/
H A Dupdate.rb26 .execute_async(environment)
/dports/mail/geary/geary-40.0/src/engine/app/email-store/
H A Dapp-async-folder-operation.vala10 public abstract async Gee.Collection<Geary.EmailIdentifier> execute_async(
H A Dapp-copy-operation.vala16 public override async Gee.Collection<Geary.EmailIdentifier> execute_async(
H A Dapp-mark-operation.vala18 public override async Gee.Collection<Geary.EmailIdentifier> execute_async(
H A Dapp-fetch-operation.vala19 public override async Gee.Collection<Geary.EmailIdentifier> execute_async(
H A Dapp-list-operation.vala20 public override async Gee.Collection<Geary.EmailIdentifier> execute_async(
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/environments/canary_ingress/
H A Dupdate_service.rb6 def execute_async(environment) method in Environments.CanaryIngress.UpdateService
/dports/mail/geary/geary-40.0/src/engine/nonblocking/
H A Dnonblocking-batch.vala18 public abstract async Object? execute_async(Cancellable? cancellable) throws Error;
79 op.execute_async.begin(cancellable, on_op_completed);
86 returned = op.execute_async.end(result);
169 * The supplied Cancellable will be passed to each {@link BatchOperation.execute_async}.
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-sparql/
H A Dtracker-private.h224 void (* execute_async) (TrackerSparqlStatement *stmt, member
256 void (* execute_async) (TrackerBatch *batch, member
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/core/
H A Dide-transfer.h43 void (*execute_async) (IdeTransfer *self, member
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/contrib/cassandra/
H A Dtest.py216 future = session.execute_async(query)
230 future = session.execute_async(query)
238 future = session.execute_async(self.TEST_QUERY)

1234567