Home
last modified time | relevance | path

Searched refs:backend_name (Results 101 – 125 of 772) sorted by relevance

12345678910>>...31

/dports/misc/py-cinder/cinder-12.0.10/cinder/cmd/
H A Dvolume.py129 if CONF.backend_name and CONF.backend_name not in CONF.enabled_backends:
133 reason=msg % dict(backend_name=CONF.backend_name,
139 else CONF.backend_name)
/dports/lang/gcc11/gcc-11.2.0/gcc/go/gofrontend/
H A Dnames.cc252 rtype->deref()->backend_name(this, bname); in function_backend_name()
336 type->backend_name(this, bname); in hash_function_name()
340 type->backend_name(this, bname); in hash_function_name()
353 name->backend_name(this, bname); in equal_function_name()
357 type->backend_name(this, bname); in equal_function_name()
478 rcvr->type()->backend_name(this, &bname); in nested_function_name()
529 rtype->deref()->backend_name(this, &bname); in recover_thunk_name()
1088 type->backend_name(this, bname); in type_descriptor_backend_name()
1093 nt->backend_name(this, bname); in type_descriptor_backend_name()
1159 itype->backend_name(this, &iname); in interface_method_table_name()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/gofrontend/
H A Dnames.cc252 rtype->deref()->backend_name(this, bname); in function_backend_name()
336 type->backend_name(this, bname); in hash_function_name()
340 type->backend_name(this, bname); in hash_function_name()
353 name->backend_name(this, bname); in equal_function_name()
357 type->backend_name(this, bname); in equal_function_name()
478 rcvr->type()->backend_name(this, &bname); in nested_function_name()
529 rtype->deref()->backend_name(this, &bname); in recover_thunk_name()
1088 type->backend_name(this, bname); in type_descriptor_backend_name()
1093 nt->backend_name(this, bname); in type_descriptor_backend_name()
1159 itype->backend_name(this, &iname); in interface_method_table_name()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/gofrontend/
H A Dnames.cc252 rtype->deref()->backend_name(this, bname); in function_backend_name()
336 type->backend_name(this, bname); in hash_function_name()
340 type->backend_name(this, bname); in hash_function_name()
353 name->backend_name(this, bname); in equal_function_name()
357 type->backend_name(this, bname); in equal_function_name()
478 rcvr->type()->backend_name(this, &bname); in nested_function_name()
529 rtype->deref()->backend_name(this, &bname); in recover_thunk_name()
1088 type->backend_name(this, bname); in type_descriptor_backend_name()
1093 nt->backend_name(this, bname); in type_descriptor_backend_name()
1159 itype->backend_name(this, &iname); in interface_method_table_name()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/gofrontend/
H A Dnames.cc252 rtype->deref()->backend_name(this, bname); in function_backend_name()
336 type->backend_name(this, bname); in hash_function_name()
340 type->backend_name(this, bname); in hash_function_name()
353 name->backend_name(this, bname); in equal_function_name()
357 type->backend_name(this, bname); in equal_function_name()
478 rcvr->type()->backend_name(this, &bname); in nested_function_name()
529 rtype->deref()->backend_name(this, &bname); in recover_thunk_name()
1088 type->backend_name(this, bname); in type_descriptor_backend_name()
1093 nt->backend_name(this, bname); in type_descriptor_backend_name()
1159 itype->backend_name(this, &iname); in interface_method_table_name()
[all …]
/dports/www/py-weboob/weboob-2.0/weboob/applications/traveloob/
H A Dtraveloob.py106 station_id, backend_name = self.parse_id(station)
109 if backend_name and backend_name2 and backend_name != backend_name2:
115 if backend_name:
116 backends = [backend_name]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/memory_inspector/memory_inspector/frontends/
H A Dbackground_tasks.py38 backend_name=process.device.backend.name,
54 def TracerMain_(log, storage_path, backend_name, device_id, pid, interval, argument
61 backend = backends.GetBackend(backend_name)
62 for k, v in storage.LoadSettings(backend_name).iteritems():
66 device = backends.GetDevice(backend_name, device_id)
/dports/net-im/prosody/prosody-0.11.13/util/
H A Dsasl.lua63 for _, backend_name in ipairs(backends) do
64 if backend_mechanism[backend_name] == nil then backend_mechanism[backend_name] = {}; end
65 t_insert(backend_mechanism[backend_name], name);
/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/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/python/
H A Dcontext.cc61 [](Context& self, const std::string& backend_name, int index) -> Device& { in InitChainerxContext() argument
62 return self.GetDevice({backend_name, index}); in InitChainerxContext()
82 [](const std::string& backend_name, int index) -> Device& { in InitChainerxContext() argument
83 return chainerx::GetDevice({backend_name, index}); in InitChainerxContext()
H A Ddevice.cc65 std::string backend_name = self.backend().GetName(); in InitChainerxDevice() local
67 py::tuple args = py::make_tuple(backend_name, device_index); in InitChainerxDevice()
91 m.def("using_device", [](const std::string& backend_name, int index) { in InitChainerxDeviceScope() argument
92 return PyDeviceScope(GetDefaultContext().GetDevice({backend_name, index})); in InitChainerxDeviceScope()
/dports/net/rclone/rclone-1.57.0/bin/
H A Dmake_changelog.py117 for backend_name in backend_names:
118 if backend_name in backend_titles:
119 backend_title = backend_titles[backend_name]
121 backend_title = backend_name.title()
122 out(backend_name, title=backend_title)
/dports/net/samba412/samba-4.12.15/source4/torture/nbt/
H A Ddgram.c100 socket_address = socket_address_from_strings(dgmsock, dgmsock->sock->backend_name, in nbt_test_netlogon()
134 dest = socket_address_from_strings(dgmsock, dgmsock->sock->backend_name, in nbt_test_netlogon()
230 dest = socket_address_from_strings(dgmsock, dgmsock->sock->backend_name, in nbt_test_netlogon2()
275 dest = socket_address_from_strings(dgmsock, dgmsock->sock->backend_name, in nbt_test_netlogon2()
330 dest = socket_address_from_strings(dgmsock, dgmsock->sock->backend_name, in nbt_test_netlogon2()
376 dest = socket_address_from_strings(dgmsock, dgmsock->sock->backend_name, in nbt_test_netlogon2()
419 dest = socket_address_from_strings(dgmsock, dgmsock->sock->backend_name, in nbt_test_netlogon2()
533 dest = socket_address_from_strings(dgmsock, dgmsock->sock->backend_name, in nbt_test_ntlogon()
580 dest = socket_address_from_strings(dgmsock, dgmsock->sock->backend_name, in nbt_test_ntlogon()
624 dest = socket_address_from_strings(dgmsock, dgmsock->sock->backend_name, in nbt_test_ntlogon()
[all …]
/dports/www/py-weboob/weboob-2.0/weboob/applications/boobooks/
H A Dboobooks.py66 id, backend_name = self.parse_id(id)
70 names = (backend_name,) if backend_name is not None else None
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-core-0.5.5/src/
H A Dcontext.rs25 pub fn init(context_name: Option<&CStr>, backend_name: Option<&CStr>) -> Result<Context> { in init()
28 let backend_name = as_ptr!(backend_name); in init() localVariable
30 try_call!(ffi::cubeb_init(&mut context, context_name, backend_name)); in init()
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-core/src/
H A Dcontext.rs25 pub fn init(context_name: Option<&CStr>, backend_name: Option<&CStr>) -> Result<Context> { in init()
28 let backend_name = as_ptr!(backend_name); in init() localVariable
30 try_call!(ffi::cubeb_init(&mut context, context_name, backend_name)); in init()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-core/src/
H A Dcontext.rs25 pub fn init(context_name: Option<&CStr>, backend_name: Option<&CStr>) -> Result<Context> { in init()
28 let backend_name = as_ptr!(backend_name); in init() localVariable
30 try_call!(ffi::cubeb_init(&mut context, context_name, backend_name)); in init()
/dports/misc/fxload/DJOConnor-fxload-5691a2bb9409/
H A Dmain.c93 const char *backend_name = NULL; in main() local
107 backend_name = optarg; in main()
175 backend = dispatch_backend(backend_name); in main()
177 fprintf(stderr, "Couldn't find backed '%s'\n", backend_name); in main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-core/src/
H A Dcontext.rs25 pub fn init(context_name: Option<&CStr>, backend_name: Option<&CStr>) -> Result<Context> { in init()
28 let backend_name = as_ptr!(backend_name); in init() localVariable
30 try_call!(ffi::cubeb_init(&mut context, context_name, backend_name)); in init()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-core/src/
H A Dcontext.rs25 pub fn init(context_name: Option<&CStr>, backend_name: Option<&CStr>) -> Result<Context> { in init()
28 let backend_name = as_ptr!(backend_name); in init() localVariable
30 try_call!(ffi::cubeb_init(&mut context, context_name, backend_name)); in init()
/dports/www/py-social-auth-app-django/social-app-django-4.0.0/social_django/
H A Dmiddleware.py34 backend_name = getattr(backend, 'name', 'unknown-backend')
43 extra_tags='social-auth ' + backend_name)
48 backend_name)
/dports/databases/qof/qof-0.8.8/qof/
H A Dqofobject.h166 const gchar * backend_name,
170 const gchar * backend_name);
172 void qof_object_foreach_backend (const char *backend_name,
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-core/src/
H A Dcontext.rs25 pub fn init(context_name: Option<&CStr>, backend_name: Option<&CStr>) -> Result<Context> { in init()
28 let backend_name = as_ptr!(backend_name); in init() localVariable
30 try_call!(ffi::cubeb_init(&mut context, context_name, backend_name)); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/memory_inspector/memory_inspector/core/
H A Dbackends.py27 def GetBackend(backend_name): argument
29 return _backends.get(backend_name, None)
32 def GetDevice(backend_name, device_id): argument
34 backend = GetBackend(backend_name)
/dports/mail/evolution/evolution-3.42.1/src/modules/mail-config/
H A De-mail-config-local-accounts.c266 backend_class->backend_name = "mh"; in e_mail_config_mh_backend_class_init()
290 backend_class->backend_name = "mbox"; in e_mail_config_mbox_backend_class_init()
314 backend_class->backend_name = "maildir"; in e_mail_config_maildir_backend_class_init()
338 backend_class->backend_name = "spool"; in e_mail_config_spool_dir_backend_class_init()
362 backend_class->backend_name = "spooldir"; in e_mail_config_spool_file_backend_class_init()
389 class->backend_name = "none"; in e_mail_config_none_backend_class_init()

12345678910>>...31