Home
last modified time | relevance | path

Searched refs:executor (Results 1 – 25 of 8799) sorted by relevance

12345678910>>...352

/dports/databases/py-pgcli/pgcli-3.2.0/tests/
H A Dtest_pgexecute.py42 def test_conn(executor): argument
57 def test_copy(executor): argument
145 executor,
157 executor,
163 executor,
169 executor,
176 executor,
305 executor,
395 executor,
448 executor.run(
[all …]
/dports/databases/py-litecli/litecli-1.6.0/tests/
H A Dtest_sqlexecute.py36 def test_conn(executor): argument
45 def test_bools(executor): argument
54 def test_binary(executor): argument
75 def test_database_list(executor): argument
76 databases = executor.databases()
81 def test_invalid_syntax(executor): argument
144 def test_favorite_query(executor): argument
272 executor,
363 run(executor, "system cd ..")
389 def test_date_null(executor): argument
[all …]
/dports/databases/py-mycli/mycli-1.23.2/test/
H A Dtest_sqlexecute.py29 def test_conn(executor): argument
38 def test_bools(executor): argument
47 def test_binary(executor): argument
71 def test_database_list(executor): argument
72 databases = executor.databases()
77 def test_invalid_syntax(executor): argument
119 def test_favorite_query(executor): argument
144 results = run(executor,
232 def test_datetime_null(executor): argument
241 def test_date_null(executor): argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/
H A DWorkflowInstance.cs75 if (executor.IsInstanceValid) in GetWorkflowQueueData()
95 if (executor.IsInstanceValid) in GetWorkflowNextTimerExpiration()
115 if (executor.IsInstanceValid) in GetWorkflowDefinition()
148 if (executor.IsInstanceValid) in TryUnload()
217 executor.Unload(); in Unload()
254 executor.Resume(); in Resume()
287 if (executor != null && executor.IsInstanceValid) in ProcessTimers()
342 executor.Abort(); in Abort()
453 if (executor.IsInstanceValid) in GetWorkflowResourceUNSAFE()
457 return executor; in GetWorkflowResourceUNSAFE()
[all …]
/dports/databases/py-pgspecial/pgspecial-1.13.0/tests/
H A Dtest_specials.py11 def test_slash_d(executor): argument
12 results = executor(r"\d")
33 results = executor(r"\d+")
198 def test_slash_dn(executor): argument
215 def test_slash_dp(executor): argument
320 def test_slash_dt(executor): argument
356 def test_slash_dv(executor): argument
380 def test_slash_dm(executor): argument
804 def test_slash_h(executor): argument
831 executor(
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/contrib/clojure-package/src/org/apache/clojure_mxnet/
H A Dexecutor.clj33 ([executor]
35 executor))
38 executor)))
45 ([executor]
47 executor))
50 executor)))
54 (.outputs executor))
71 (-> executor
80 (-> executor
100 executor))
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/contrib/clojure-package/src/org/apache/clojure_mxnet/
H A Dexecutor.clj33 ([executor]
35 executor))
38 executor)))
45 ([executor]
47 executor))
50 executor)))
54 (.outputs executor))
71 (-> executor
80 (-> executor
100 executor))
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/scheduling/config/
H A DExecutorBeanDefinitionParserTests.java53 assertEquals(1, getCorePoolSize(executor)); in defaultExecutor()
70 assertEquals(42, getCorePoolSize(executor)); in singleSize()
71 assertEquals(42, getMaxPoolSize(executor)); in singleSize()
82 assertEquals(7, getCorePoolSize(executor)); in rangeWithBoundedQueue()
83 assertEquals(42, getMaxPoolSize(executor)); in rangeWithBoundedQueue()
90 assertEquals(9, getCorePoolSize(executor)); in rangeWithUnboundedQueue()
91 assertEquals(9, getMaxPoolSize(executor)); in rangeWithUnboundedQueue()
101 assertEquals(123, getMaxPoolSize(executor)); in propertyPlaceholderWithSingleSize()
110 assertEquals(5, getCorePoolSize(executor)); in propertyPlaceholderWithRange()
111 assertEquals(25, getMaxPoolSize(executor)); in propertyPlaceholderWithRange()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dexpr_executor.c462 proc_ctx->caller = executor->expr; in grn_expr_executor_init_proc()
842 grn_expr_executor *executor; in grn_expr_executor_open() local
872 if (!executor) { in grn_expr_executor_open()
879 executor->expr = expr; in grn_expr_executor_open()
880 executor->variable = variable; in grn_expr_executor_open()
913 GRN_API_RETURN(executor); in grn_expr_executor_open()
923 if (!executor) { in grn_expr_executor_exec()
927 value = executor->exec(ctx, executor, id); in grn_expr_executor_exec()
937 if (!executor) { in grn_expr_executor_close()
941 executor->fin(ctx, executor); in grn_expr_executor_close()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dexpr_executor.c462 proc_ctx->caller = executor->expr; in grn_expr_executor_init_proc()
842 grn_expr_executor *executor; in grn_expr_executor_open() local
872 if (!executor) { in grn_expr_executor_open()
879 executor->expr = expr; in grn_expr_executor_open()
880 executor->variable = variable; in grn_expr_executor_open()
913 GRN_API_RETURN(executor); in grn_expr_executor_open()
923 if (!executor) { in grn_expr_executor_exec()
927 value = executor->exec(ctx, executor, id); in grn_expr_executor_exec()
937 if (!executor) { in grn_expr_executor_close()
941 executor->fin(ctx, executor); in grn_expr_executor_close()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dexpr_executor.c462 proc_ctx->caller = executor->expr; in grn_expr_executor_init_proc()
842 grn_expr_executor *executor; in grn_expr_executor_open() local
872 if (!executor) { in grn_expr_executor_open()
879 executor->expr = expr; in grn_expr_executor_open()
880 executor->variable = variable; in grn_expr_executor_open()
913 GRN_API_RETURN(executor); in grn_expr_executor_open()
923 if (!executor) { in grn_expr_executor_exec()
927 value = executor->exec(ctx, executor, id); in grn_expr_executor_exec()
937 if (!executor) { in grn_expr_executor_close()
941 executor->fin(ctx, executor); in grn_expr_executor_close()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dexpr_executor.c462 proc_ctx->caller = executor->expr; in grn_expr_executor_init_proc()
842 grn_expr_executor *executor; in grn_expr_executor_open() local
872 if (!executor) { in grn_expr_executor_open()
879 executor->expr = expr; in grn_expr_executor_open()
880 executor->variable = variable; in grn_expr_executor_open()
913 GRN_API_RETURN(executor); in grn_expr_executor_open()
923 if (!executor) { in grn_expr_executor_exec()
927 value = executor->exec(ctx, executor, id); in grn_expr_executor_exec()
937 if (!executor) { in grn_expr_executor_close()
941 executor->fin(ctx, executor); in grn_expr_executor_close()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dexpr_executor.c462 proc_ctx->caller = executor->expr; in grn_expr_executor_init_proc()
842 grn_expr_executor *executor; in grn_expr_executor_open() local
872 if (!executor) { in grn_expr_executor_open()
879 executor->expr = expr; in grn_expr_executor_open()
880 executor->variable = variable; in grn_expr_executor_open()
913 GRN_API_RETURN(executor); in grn_expr_executor_open()
923 if (!executor) { in grn_expr_executor_exec()
927 value = executor->exec(ctx, executor, id); in grn_expr_executor_exec()
937 if (!executor) { in grn_expr_executor_close()
941 executor->fin(ctx, executor); in grn_expr_executor_close()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dexpr_executor.c462 proc_ctx->caller = executor->expr; in grn_expr_executor_init_proc()
842 grn_expr_executor *executor; in grn_expr_executor_open() local
872 if (!executor) { in grn_expr_executor_open()
879 executor->expr = expr; in grn_expr_executor_open()
880 executor->variable = variable; in grn_expr_executor_open()
913 GRN_API_RETURN(executor); in grn_expr_executor_open()
923 if (!executor) { in grn_expr_executor_exec()
927 value = executor->exec(ctx, executor, id); in grn_expr_executor_exec()
937 if (!executor) { in grn_expr_executor_close()
941 executor->fin(ctx, executor); in grn_expr_executor_close()
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/sitelib/util/concurrent/
H A Dexecutor.scm106 (with-atomic executor
115 (with-atomic executor
125 (lambda (future executor)
187 ((_ executor expr ...)
195 (with-atomic executor
210 (with-atomic executor
228 (or (with-atomic executor
231 executor)))
263 executor))
272 (add-future future executor)
[all …]
/dports/sysutils/py-ansible-runner/ansible-runner-2.0.2/test/integration/
H A Dtest_display_callback.py80 executor.run()
165 executor.run()
184 executor.run()
221 executor.run()
248 executor.run()
266 executor.run()
293 executor.run()
320 executor.run()
345 executor.run()
380 executor.run()
[all …]
/dports/net/py-mpi4py/mpi4py-3.1.3/demo/futures/
H A Dtest_futures.py115 executor.bootup()
125 executor.shutdown()
250 executor.bootup()
251 del executor
261 del executor
272 executor.bootup()
273 executor.bootup()
304 del executor
348 executor.bootup()
360 executor.bootup()
[all …]
/dports/devel/py-nbclient/nbclient-0.5.9/nbclient/tests/
H A Dtest_client.py414 assert executor.kc is None
421 executor.start_new_kernel()
441 executor.start_new_kernel()
444 executor.start_new_kernel()
465 nb = executor.execute()
556 executor.execute()
579 executor.execute()
619 kc = executor.kc
642 executor.execute()
673 executor.execute()
[all …]
/dports/devel/hadoop/jetty-6.1.14/contrib/j2se6/src/main/java/org/mortbay/jetty/j2se6/
H A DThreadPoolExecutorAdapter.java37 this.executor = executor; in ThreadPoolExecutorAdapter()
44 executor.execute(job); in dispatch()
56 return executor.getPoolSize()-executor.getActiveCount(); in getIdleThreads()
61 return executor.getPoolSize(); in getThreads()
66 return executor.getActiveCount()>=executor.getMaximumPoolSize(); in isLowOnThreads()
83 return !executor.isTerminated() && !executor.isTerminating(); in isRunning()
88 return !executor.isTerminated() && !executor.isTerminating(); in isStarted()
98 return executor.isTerminated(); in isStopped()
108 if (executor.isTerminated() || executor.isTerminating() || executor.isShutdown()) in start()
114 executor.shutdown(); in stop()
[all …]
/dports/devel/hadoop2/jetty-6.1.14/contrib/j2se6/src/main/java/org/mortbay/jetty/j2se6/
H A DThreadPoolExecutorAdapter.java37 this.executor = executor; in ThreadPoolExecutorAdapter()
44 executor.execute(job); in dispatch()
56 return executor.getPoolSize()-executor.getActiveCount(); in getIdleThreads()
61 return executor.getPoolSize(); in getThreads()
66 return executor.getActiveCount()>=executor.getMaximumPoolSize(); in isLowOnThreads()
83 return !executor.isTerminated() && !executor.isTerminating(); in isRunning()
88 return !executor.isTerminated() && !executor.isTerminating(); in isStarted()
98 return executor.isTerminated(); in isStopped()
108 if (executor.isTerminated() || executor.isTerminating() || executor.isShutdown()) in start()
114 executor.shutdown(); in stop()
[all …]
/dports/devel/py-futurist/futurist-2.4.0/futurist/tests/
H A Dtest_executors.py64 self.executor.shutdown()
65 self.executor = None
78 self.executor.submit(blows_up)
80 self.executor.submit(returns_one)
81 self.executor.shutdown()
95 executor.shutdown()
105 executor.shutdown()
110 executor.restart()
115 executor.shutdown()
120 self.assertFalse(executor.alive)
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/01_vars/04_containers/
H A Dpass_variable_container_index.cf.expected1 [any:any:test_data:run_list:executor] a
2 [any:any:test_data:run_list:executor] b
3 [any:any:test_data:run_list:executor] c
4 [any:any:test_data:run_list:executor] x
5 [any:any:test_data:run_list:executor] y
6 [any:any:test_data:run_list:executor] z
7 [any:any:test_array:run_list:executor] x
8 [any:any:test_array:run_list:executor] y
9 [any:any:test_array:run_list:executor] z
10 [any:any:test_array:run_list:executor] a
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/01_vars/04_containers/
H A Dpass_variable_container_index.cf.expected1 [any:any:test_data:run_list:executor] a
2 [any:any:test_data:run_list:executor] b
3 [any:any:test_data:run_list:executor] c
4 [any:any:test_data:run_list:executor] x
5 [any:any:test_data:run_list:executor] y
6 [any:any:test_data:run_list:executor] z
7 [any:any:test_array:run_list:executor] x
8 [any:any:test_array:run_list:executor] y
9 [any:any:test_array:run_list:executor] z
10 [any:any:test_array:run_list:executor] a
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/01_vars/04_containers/
H A Dpass_variable_container_index.cf.expected1 [any:any:test_data:run_list:executor] a
2 [any:any:test_data:run_list:executor] b
3 [any:any:test_data:run_list:executor] c
4 [any:any:test_data:run_list:executor] x
5 [any:any:test_data:run_list:executor] y
6 [any:any:test_data:run_list:executor] z
7 [any:any:test_array:run_list:executor] x
8 [any:any:test_array:run_list:executor] y
9 [any:any:test_array:run_list:executor] z
10 [any:any:test_array:run_list:executor] a
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/01_vars/04_containers/
H A Dpass_variable_container_index.cf.expected1 [any:any:test_data:run_list:executor] a
2 [any:any:test_data:run_list:executor] b
3 [any:any:test_data:run_list:executor] c
4 [any:any:test_data:run_list:executor] x
5 [any:any:test_data:run_list:executor] y
6 [any:any:test_data:run_list:executor] z
7 [any:any:test_array:run_list:executor] x
8 [any:any:test_array:run_list:executor] y
9 [any:any:test_array:run_list:executor] z
10 [any:any:test_array:run_list:executor] a
[all …]

12345678910>>...352