Home
last modified time | relevance | path

Searched defs:backend_name (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dobject-editor-bc-page.c189 gchar *backend_name = NULL; in backend_changed_cb() local
214 gchar *backend_name = NULL; in style_changed_cb() local
311 const gchar *backend_name; in gl_object_editor_set_bc_style() local
402 gchar *backend_name; in gl_object_editor_get_bc_style() local
564 gchar *backend_name; in data_digits_spin_changed_cb() local
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dio_manager.cpp297 IOManager::write( const Name& backend_name, in write()
307 IOManager::enroll_recorder( const Name& backend_name, const RecordingDevice& device, const Dictiona… in enroll_recorder()
323 nest::IOManager::enroll_stimulator( const Name& backend_name, StimulationDevice& device, const Dict… in enroll_stimulator()
354 IOManager::set_recording_value_names( const Name& backend_name, in set_recording_value_names()
363 IOManager::check_recording_backend_device_status( const Name& backend_name, const DictionaryDatum& … in check_recording_backend_device_status()
369 IOManager::get_recording_backend_device_defaults( const Name& backend_name, DictionaryDatum& params… in get_recording_backend_device_defaults()
375 IOManager::get_recording_backend_device_status( const Name& backend_name, in get_recording_backend_device_status()
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Ddevice_id.h15 …DeviceId(std::string backend_name, int index) : backend_name_{std::move(backend_name)}, index_{ind… in DeviceId()
17 const std::string& backend_name() const { return backend_name_; } in backend_name() function
/dports/databases/xapian-core/xapian-core-1.4.18/tests/harness/
H A Dtestrunner.cc47 TestRunner::use_backend(const string & backend_name) in use_backend()
59 TestRunner::set_properties_for_backend(const string & backend_name) in set_properties_for_backend()
125 const string& backend_name = manager->get_dbtype(); in do_tests_for_backend_() local
/dports/www/py-weboob/weboob-2.0/weboob/core/
H A Dbackendscfg.py163 def add_backend(self, backend_name, module_name, params): argument
185 def edit_backend(self, backend_name, params): argument
202 def get_backend(self, backend_name): argument
227 def remove_backend(self, backend_name): argument
/dports/www/py-weboob/weboob-2.0/weboob/applications/weboobcfg/
H A Dweboobcfg.py125 def do_confirm(self, backend_name): argument
179 def do_enable(self, backend_name): argument
191 def do_disable(self, backend_name): argument
203 def do_remove(self, backend_name): argument
/dports/devel/py-oci/oci-2.53.1/src/oci/core/models/
H A Dinstance_pool_instance_load_balancer_backend.py124 def backend_name(self): member in InstancePoolInstanceLoadBalancerBackend
136 def backend_name(self, backend_name): member in InstancePoolInstanceLoadBalancerBackend
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/player/
H A D__init__.py38 def init_player(backend_name, librarian): argument
50 def init_backend(backend_name): argument
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/harness/
H A Dtestrunner.cc148 TestRunner::use_backend(const string & backend_name) in use_backend()
160 TestRunner::set_properties_for_backend(const string & backend_name) in set_properties_for_backend()
177 string backend_name = manager->get_dbtype(); in do_tests_for_backend() local
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/services/evolution-source-registry/
H A Devolution-source-registry-migrate-tweaks.c157 gchar *backend_name; in evolution_source_registry_migrate_owncloud_to_webdav() local
184 gchar *backend_name; in evolution_source_registry_migrate_webdav_book_to_carddav() local
223 gchar *backend_name; in evolution_source_registry_migrate_google_book_to_carddav() local
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/dataontap/utils/
H A Dutils.py37 def get_backend_configuration(backend_name): argument
65 def get_client_for_backend(backend_name, vserver_name=None): argument
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dmemory_pool.cc354 std::string backend_name() const override { return "system"; } in backend_name() function in arrow::SystemMemoryPool
360 std::string backend_name() const override { return "jemalloc"; } in backend_name() function in arrow::JemallocMemoryPool
367 std::string backend_name() const override { return "mimalloc"; } in backend_name() function in arrow::MimallocMemoryPool
480 std::string LoggingMemoryPool::backend_name() const { return pool_->backend_name(); } in backend_name() function in arrow::LoggingMemoryPool
510 std::string backend_name() const { return pool_->backend_name(); } in backend_name() function in arrow::ProxyMemoryPool::ProxyMemoryPoolImpl
539 std::string ProxyMemoryPool::backend_name() const { return impl_->backend_name(); } in backend_name() function in arrow::ProxyMemoryPool
/dports/emulators/citra/citra-ac98458e0/src/common/logging/
H A Dbackend.cpp57 void RemoveBackend(std::string_view backend_name) { in RemoveBackend()
65 Backend* GetBackend(std::string_view backend_name) { in GetBackend()
290 void RemoveBackend(std::string_view backend_name) { in RemoveBackend()
294 Backend* GetBackend(std::string_view backend_name) { in GetBackend()
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/logging/
H A Dbackend.cpp57 void RemoveBackend(std::string_view backend_name) { in RemoveBackend()
65 Backend* GetBackend(std::string_view backend_name) { in GetBackend()
290 void RemoveBackend(std::string_view backend_name) { in RemoveBackend()
294 Backend* GetBackend(std::string_view backend_name) { in GetBackend()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/identity/opendj/
H A Dopendj_backendprop.py100 def get_property(self, opendj_bindir, hostname, port, username, password_method, backend_name): argument
116 …def set_property(self, opendj_bindir, hostname, port, username, password_method, backend_name, nam… argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dopendj_backendprop.py100 def get_property(self, opendj_bindir, hostname, port, username, password_method, backend_name): argument
116 …def set_property(self, opendj_bindir, hostname, port, username, password_method, backend_name, nam… argument
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-source-backend.c33 gchar *backend_name; member
192 const gchar *backend_name) in e_source_backend_set_backend_name()
/dports/science/py-chainer/chainer-7.8.0/chainerx/
H A D_device.py4 def _recover_device(backend_name, device_index): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/identity/opendj/
H A Dopendj_backendprop.py96 def get_property(self, opendj_bindir, hostname, port, username, password_method, backend_name): argument
112 …def set_property(self, opendj_bindir, hostname, port, username, password_method, backend_name, nam… argument
/dports/emulators/yuzu/yuzu-0b47f7a46/src/common/logging/
H A Dbackend.cpp54 void RemoveBackend(std::string_view backend_name) { in RemoveBackend()
70 Backend* GetBackend(std::string_view backend_name) { in GetBackend()
317 void RemoveBackend(std::string_view backend_name) { in RemoveBackend()
321 Backend* GetBackend(std::string_view backend_name) { in GetBackend()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/R/
H A Dmemory-pool.R48 backend_name = function() MemoryPool__backend_name(self), activeBindingFunc in MemoryPool
/dports/databases/arrow/apache-arrow-6.0.1/r/R/
H A Dmemory-pool.R48 backend_name = function() MemoryPool__backend_name(self), activeBindingFunc in MemoryPool
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dmemory_pool.cc423 std::string backend_name() const override { return "system"; } in backend_name() function in arrow::SystemMemoryPool
429 std::string backend_name() const override { return "jemalloc"; } in backend_name() function in arrow::JemallocMemoryPool
436 std::string backend_name() const override { return "mimalloc"; } in backend_name() function in arrow::MimallocMemoryPool
565 std::string LoggingMemoryPool::backend_name() const { return pool_->backend_name(); } in backend_name() function in arrow::LoggingMemoryPool
595 std::string backend_name() const { return pool_->backend_name(); } in backend_name() function in arrow::ProxyMemoryPool::ProxyMemoryPoolImpl
624 std::string ProxyMemoryPool::backend_name() const { return impl_->backend_name(); } in backend_name() function in arrow::ProxyMemoryPool
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/python/
H A Ddevice.cc65 std::string backend_name = self.backend().GetName(); in InitChainerxDevice() local
91 m.def("using_device", [](const std::string& backend_name, int index) { in InitChainerxDeviceScope()
H A Dcontext.cc61 [](Context& self, const std::string& backend_name, int index) -> Device& { in InitChainerxContext()
82 [](const std::string& backend_name, int index) -> Device& { in InitChainerxContext()

12345678910>>...14