Home
last modified time | relevance | path

Searched refs:switch_context (Results 1 – 25 of 42) sorted by relevance

12

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dswitch.c189 static plugin_context_t **switch_context = NULL; variable
206 switch_context[switch_context_cnt] = in _load_plugins()
211 if (switch_context[switch_context_cnt]) { in _load_plugins()
240 if ( init_run && switch_context ) in switch_init()
245 if ( switch_context ) in switch_init()
263 switch_context = xcalloc(plugin_cnt, in switch_init()
282 switch_context[i]->type, in switch_init()
283 switch_context[j]->type); in switch_init()
288 switch_context[i]->type); in switch_init()
307 if (!switch_context) in switch_fini()
[all …]
/dports/devel/py-pytest-cov/pytest-cov-2.9.0/src/pytest_cov/
H A Dplugin.py346 self.switch_context(item, 'setup')
349 self.switch_context(item, 'teardown')
352 self.switch_context(item, 'run')
354 def switch_context(self, item, when): member in TestContextPlugin
356 self.cov.switch_context(context)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/coveragepy/coverage/
H A Dcollector.py239 tracer.switch_context = self.switch_context
341 def switch_context(self, new_context): member in Collector
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dcollector.py258 tracer.switch_context = self.switch_context
373 def switch_context(self, new_context): member in Collector
H A Dpytracer.py114 self.switch_context(self.context)
179 self.switch_context(None)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dcollector.py258 tracer.switch_context = self.switch_context
373 def switch_context(self, new_context): member in Collector
H A Dpytracer.py114 self.switch_context(self.context)
179 self.switch_context(None)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/
H A Dcollector.py258 tracer.switch_context = self.switch_context
373 def switch_context(self, new_context): member in Collector
H A Dpytracer.py114 self.switch_context(self.context)
179 self.switch_context(None)
/dports/devel/py-coverage/coverage-4.5.4/coverage/
H A Dcollector.py253 tracer.switch_context = self.switch_context
368 def switch_context(self, new_context): member in Collector
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/etnaviv/
H A Detnaviv_buffer.c347 bool switch_context = gpu->exec_state != exec_state; in etnaviv_buffer_queue() local
368 if (need_flush || switch_context) { in etnaviv_buffer_queue()
383 if (switch_context) in etnaviv_buffer_queue()
441 if (switch_context) { in etnaviv_buffer_queue()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/etnaviv/
H A Detnaviv_buffer.c347 bool switch_context = gpu->exec_state != exec_state; in etnaviv_buffer_queue() local
368 if (need_flush || switch_context) { in etnaviv_buffer_queue()
383 if (switch_context) in etnaviv_buffer_queue()
441 if (switch_context) { in etnaviv_buffer_queue()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/etnaviv/
H A Detnaviv_buffer.c347 bool switch_context = gpu->exec_state != exec_state; in etnaviv_buffer_queue() local
368 if (need_flush || switch_context) { in etnaviv_buffer_queue()
383 if (switch_context) in etnaviv_buffer_queue()
441 if (switch_context) { in etnaviv_buffer_queue()
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dcollector.py260 tracer.switch_context = self.switch_context
377 def switch_context(self, new_context): member in Collector
H A Dpytracer.py114 self.switch_context(self.context)
179 self.switch_context(None)
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/ocl/
H A Dbackend.hpp43 static void switch_context(long i) in switch_context() function in viennacl::ocl::backend
219 inline void switch_context(long i) in switch_context() function
221 viennacl::ocl::backend<>::switch_context(i); in switch_context()
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/map/
H A Dcontext_manager.cpp749 switch_context(i); in save_all_maps()
763 switch_context(current); in save_all_maps()
875 switch_context(i); in check_switch_open_map()
900 switch_context(new_id); in load_map()
955 switch_context(new_id); in new_map()
968 switch_context(new_id); in new_scenario()
1042 void context_manager::switch_context(const int index, const bool force) in switch_context() function in editor::context_manager
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/ctracer/
H A Dtracer.h29 PyObject * switch_context; member
H A Dtracer.c104 Py_XDECREF(self->switch_context); in CTracer_dealloc()
370 val = PyObject_CallFunctionObjArgs(self->switch_context, context, NULL); in CTracer_handle_call()
779 val = PyObject_CallFunctionObjArgs(self->switch_context, self->context, NULL); in CTracer_handle_return()
1120 { "switch_context", T_OBJECT, offsetof(CTracer, switch_context), 0,
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/ctracer/
H A Dtracer.h29 PyObject * switch_context; member
H A Dtracer.c104 Py_XDECREF(self->switch_context); in CTracer_dealloc()
370 val = PyObject_CallFunctionObjArgs(self->switch_context, context, NULL); in CTracer_handle_call()
779 val = PyObject_CallFunctionObjArgs(self->switch_context, self->context, NULL); in CTracer_handle_return()
1120 { "switch_context", T_OBJECT, offsetof(CTracer, switch_context), 0,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/ctracer/
H A Dtracer.h29 PyObject * switch_context; member
H A Dtracer.c104 Py_XDECREF(self->switch_context); in CTracer_dealloc()
370 val = PyObject_CallFunctionObjArgs(self->switch_context, context, NULL); in CTracer_handle_call()
779 val = PyObject_CallFunctionObjArgs(self->switch_context, self->context, NULL); in CTracer_handle_return()
1120 { "switch_context", T_OBJECT, offsetof(CTracer, switch_context), 0,
/dports/devel/py-coverage/coverage-4.5.4/coverage/ctracer/
H A Dtracer.h29 PyObject * switch_context; member
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/detail/amg/
H A Damg_base.hpp178 void switch_context(viennacl::context ctx) in switch_context() function

12