Home
last modified time | relevance | path

Searched refs:interface_type (Results 1 – 25 of 1930) sorted by relevance

12345678910>>...78

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/com/sun/star/uno/
H A DReference.hxx70 template< class interface_type >
88 template< class interface_type >
96 template< class interface_type >
97 inline interface_type * Reference< interface_type >::iset_throw( in iset_throw()
124 inline Reference< interface_type >::Reference( const Reference< interface_type > & rRef ) in Reference()
154 inline Reference< interface_type >::Reference( interface_type * pInterface ) in Reference()
344 inline Reference< interface_type > & Reference< interface_type >::operator = ( in operator =()
352 inline Reference< interface_type > & Reference< interface_type >::operator = ( in operator =()
361 inline Reference< interface_type > & Reference< interface_type >::operator = ( in operator =()
373 inline Reference< interface_type > Reference< interface_type >::query( in query()
[all …]
H A DReference.h182 template< class interface_type >
203 inline static interface_type * SAL_CALL iset_throw( interface_type * pInterface );
281 std::is_base_of_v<interface_type, derived_type>
289 inline Reference( interface_type * pInterface );
384 interface_type * SAL_CALL operator -> () const {
394 interface_type & SAL_CALL operator * () const {
403 interface_type * SAL_CALL get() const in get()
421 inline bool SAL_CALL set( interface_type * pInterface );
533 inline Reference< interface_type > & SAL_CALL operator = ( interface_type * pInterface );
540 …inline Reference< interface_type > & SAL_CALL operator = ( const Reference< interface_type > & rRe…
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/com/sun/star/uno/
H A DReference.hxx66 template< class interface_type >
84 template< class interface_type >
92 template< class interface_type >
93 inline interface_type * Reference< interface_type >::iset_throw( in iset_throw()
120 inline Reference< interface_type >::Reference( const Reference< interface_type > & rRef ) in Reference()
148 inline Reference< interface_type >::Reference( interface_type * pInterface ) in Reference()
338 inline Reference< interface_type > & Reference< interface_type >::operator = ( in operator =()
346 inline Reference< interface_type > & Reference< interface_type >::operator = ( in operator =()
355 inline Reference< interface_type > & Reference< interface_type >::operator = ( in operator =()
367 inline Reference< interface_type > Reference< interface_type >::query( in query()
[all …]
H A DReference.h225 template< class interface_type >
246 inline static interface_type * SAL_CALL iset_throw( interface_type * pInterface );
274 static XInterface * castToXInterface(interface_type * p) {
330 inline Reference( interface_type * pInterface );
425 interface_type * SAL_CALL operator -> () const {
435 interface_type & SAL_CALL operator * () const {
444 interface_type * SAL_CALL get() const
462 inline bool SAL_CALL set( interface_type * pInterface );
574 inline Reference< interface_type > & SAL_CALL operator = ( interface_type * pInterface );
581 …inline Reference< interface_type > & SAL_CALL operator = ( const Reference< interface_type > & rRe…
[all …]
/dports/devel/injeqt/injeqt-1.2.0/src/internal/
H A Dimplementation.cpp35 implementation::implementation(type interface_type, QObject *object) : in implementation() argument
36 _interface_type{std::move(interface_type)}, in implementation()
46 const type & implementation::interface_type() const in interface_type() function in injeqt::internal::implementation
58 if (x.interface_type() != y.interface_type()) in operator ==()
74 if (x.interface_type() < y.interface_type()) in operator <()
76 if (x.interface_type() > y.interface_type()) in operator <()
97 implementation make_implementation(type interface_type, QObject *object) in make_implementation() argument
99 if (interface_type.is_empty()) in make_implementation()
101 if (interface_type.is_qobject()) in make_implementation()
105 if (!implements(type{object->metaObject()}, interface_type)) in make_implementation()
[all …]
H A Dinjector-core.cpp110 assert(!interface_type.is_empty()); in instantiate()
111 assert(!interface_type.is_qobject()); in instantiate()
113 auto object_it = _objects.get(interface_type); in instantiate()
115 instantiate_interface(interface_type); in instantiate()
130 assert(!interface_type.is_empty()); in get()
131 assert(!interface_type.is_qobject()); in get()
133 instantiate(interface_type); in get()
152 assert(!interface_type.is_empty()); in instantiate_interface()
153 assert(!interface_type.is_qobject()); in instantiate_interface()
160 assert(!interface_type.is_empty()); in implementation_for()
[all …]
H A Dinjector-impl.cpp93 void injector_impl::instantiate(const type &interface_type) in instantiate() argument
95 assert(!interface_type.is_empty()); in instantiate()
96 assert(!interface_type.is_qobject()); in instantiate()
98 _core.instantiate(interface_type); in instantiate()
106 QObject * injector_impl::get(const type &interface_type) in get() argument
108 assert(!interface_type.is_empty()); in get()
109 assert(!interface_type.is_qobject()); in get()
111 return _core.get(interface_type); in get()
H A Dimplemented-by.cpp31 implemented_by::implemented_by(type interface_type, type implementation_type) : in implemented_by() argument
32 _interface_type{std::move(interface_type)}, in implemented_by()
40 type implemented_by::interface_type() const in interface_type() function in injeqt::internal::implemented_by
52 if (x.interface_type() != y.interface_type()) in operator ==()
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/testsuite/
H A Dtest_rname.py156 rn.interface_type = it
160 rn.interface_type = "none"
184 interface_type="ASRL",
192 interface_type="ASRL",
322 interface_type="USB",
334 interface_type="USB",
346 interface_type="USB",
358 interface_type="USB",
370 interface_type="USB",
382 interface_type="USB",
[all …]
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/
H A Drname.py104 fmt = cls.interface_type
105 syntax = cls.interface_type
149 interface_type: ClassVar[str]
457 interface_type: ClassVar[str] = "USB" variable in USBInstr
487 interface_type: ClassVar[str] = "USB" variable in USBRaw
507 interface_type: ClassVar[str] = "PXI" variable in PXIBackplane
524 interface_type: ClassVar[str] = "PXI" variable in PXIMemacc
544 interface_type: ClassVar[str] = "VXI" variable in VXIBackplane
564 interface_type: ClassVar[str] = "VXI" variable in VXIInstr
582 interface_type: ClassVar[str] = "VXI" variable in VXIMemacc
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dweakref.hxx51 template <class interface_type>
66 WeakReference(const rtl::Reference<interface_type>& rRef) in WeakReference()
75 WeakReference(interface_type& rRef) in WeakReference()
84 WeakReference(interface_type* pRef) in WeakReference()
95 WeakReference& operator=(const rtl::Reference<interface_type>& xInt) in operator =()
101 WeakReference& operator=(rtl::Reference<interface_type>&& xInt) in operator =()
107 WeakReference& operator=(interface_type* pInt) in operator =()
117 rtl::Reference<interface_type> SAL_CALL get() const in get()
120 return dynamic_cast<interface_type*>(xInterface.get()); in get()
127 operator ::rtl::Reference<interface_type>() const { return get(); } in operator ::rtl::Reference<interface_type>()
/dports/audio/tse3/tse3-0.3.1/src/tse3/
H A DNotifier.h46 template <class interface_type> class Listener;
240 interface_type *listener
360 template <class interface_type>
368 typedef Listener<interface_type> listener_type;
370 friend class Listener<interface_type>;
521 typedef Notifier<interface_type> self_type;
567 template <class interface_type>
568 class Listener : public interface_type
575 typedef Notifier<interface_type> notifier_type;
605 friend class Notifier<interface_type>;
[all …]
/dports/devel/py-os-vif/os_vif-2.7.0/vif_plug_ovs/ovsdb/
H A Dovsdb_lib.py50 def update_device_mtu(self, dev, mtu, interface_type=None): argument
53 if interface_type not in [
68 'interface_type': interface_type})
140 mtu=None, interface_type=None, vhost_server_path=None, argument
168 if interface_type:
169 col_values.append(('type', interface_type))
173 if (interface_type == constants.OVS_DPDK_INTERFACE_TYPE and
185 self.update_device_mtu(dev, mtu, interface_type=interface_type)
187 def update_ovs_vif_port(self, dev, mtu=None, interface_type=None): argument
188 self.update_device_mtu(dev, mtu, interface_type=interface_type)
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/plugins/
H A Dide-extension-adapter.c44 GType interface_type; member
147 g_assert (self->interface_type != G_TYPE_INVALID); in ide_extension_adapter_reload()
211 if (self->interface_type != G_TYPE_INVALID) in ide_extension_adapter_do_reload()
296 g_assert (G_TYPE_IS_INTERFACE (interface_type)); in ide_extension_adapter_set_interface_type()
298 if (self->interface_type != interface_type) in ide_extension_adapter_set_interface_type()
300 self->interface_type = interface_type; in ide_extension_adapter_set_interface_type()
323 self->interface_type = G_TYPE_INVALID; in ide_extension_adapter_dispose()
338 g_assert (self->interface_type == G_TYPE_INVALID); in ide_extension_adapter_finalize()
471 self->interface_type = G_TYPE_INVALID; in ide_extension_adapter_init()
526 if (self->interface_type != G_TYPE_INVALID) in ide_extension_adapter_set_value()
[all …]
H A Dide-extension-set-adapter.c42 GType interface_type; member
123 g_assert (self->interface_type == G_TYPE_INVALID || in remove_extension()
159 g_assert (G_TYPE_IS_INTERFACE (interface_type) || G_TYPE_IS_OBJECT (interface_type)); in watch_extension()
185 g_assert (self->interface_type != G_TYPE_INVALID); in ide_extension_set_adapter_reload()
254 if (self->interface_type != G_TYPE_INVALID) in ide_extension_set_adapter_do_reload()
336 g_assert (G_TYPE_IS_INTERFACE (interface_type) || G_TYPE_IS_OBJECT (interface_type)); in ide_extension_set_adapter_set_interface_type()
338 if (interface_type != self->interface_type) in ide_extension_set_adapter_set_interface_type()
340 self->interface_type = interface_type; in ide_extension_set_adapter_set_interface_type()
358 self->interface_type = G_TYPE_INVALID; in ide_extension_set_adapter_destroy()
572 return self->interface_type; in ide_extension_set_adapter_get_interface_type()
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/compiler_lib/
H A DinterfaceProperties.cpp292 if (interface_type.empty()) interface_type = "ethernet"; in validateInterface()
300 .arg(interface_type.c_str()) in validateInterface()
318 if (interface_type.empty()) interface_type = "ethernet"; in validateInterface()
426 if (interface_type.empty()) in isEligibleForCluster()
427 interface_type = "ethernet"; in isEligibleForCluster()
428 if (interface_type == "8021q") in isEligibleForCluster()
430 if (interface_type == "bridge") in isEligibleForCluster()
432 if (interface_type == "bonding") in isEligibleForCluster()
435 if (interface_type == "ethernet") in isEligibleForCluster()
494 idata->interface_type = "8021q"; in guessSubInterfaceTypeAndAttributes()
[all …]
H A Dlinux24Interfaces.cpp184 linux24Interfaces::interface_type itype; in rearrangeInterfaces()
210 (*intf)->interface_type = "bonding"; in rearrangeInterfaces()
218 (*intf)->interface_type = "ethernet"; in rearrangeInterfaces()
224 (*intf)->interface_type = "8021q"; in rearrangeInterfaces()
243 (*intf)->interface_type = "bridge"; in rearrangeInterfaces()
251 (*intf)->interface_type = "ethernet"; in rearrangeInterfaces()
261 (*intf)->interface_type = "8021q"; in rearrangeInterfaces()
284 (*intf)->interface_type = "ethernet"; in rearrangeInterfaces()
290 (*intf)->interface_type = "8021q"; in rearrangeInterfaces()
/dports/devel/injeqt/injeqt-1.2.0/src/
H A Dinjector.cpp69 void injector::instantiate(const type &interface_type) in instantiate() argument
71 assert(!interface_type.is_empty()); in instantiate()
73 if (interface_type.is_qobject()) in instantiate()
76 _pimpl->instantiate(interface_type); in instantiate()
84 QObject * injector::get(const type &interface_type) in get() argument
86 assert(!interface_type.is_empty()); in get()
88 if (interface_type.is_qobject()) in get()
91 return _pimpl->get(interface_type); in get()
/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgtypemodule.c79 GType interface_type; member
90 GType interface_type,
210 GType interface_type) in g_type_module_find_interface_info() argument
217 interface_info->interface_type == interface_type) in g_type_module_find_interface_info()
340 GType interface_type, in g_type_module_complete_interface_info() argument
469 GType interface_type, in g_type_module_add_interface() argument
482 if (g_type_is_a (instance_type, interface_type)) in g_type_module_add_interface()
485 interface_type); in g_type_module_add_interface()
490 g_type_name (interface_type), g_type_name (instance_type)); in g_type_module_add_interface()
496 g_type_name (interface_type), g_type_name (instance_type)); in g_type_module_add_interface()
[all …]
/dports/devel/py-os-vif/os_vif-2.7.0/vif_plug_ovs/tests/unit/ovsdb/
H A Dtest_ovsdb_lib.py92 interface_type = constants.OVS_VHOSTUSER_INTERFACE_TYPE
102 ('type', interface_type),
111 interface_type=interface_type,
119 [mock.call(device, mtu, interface_type=interface_type)])
125 interface_type = constants.OVS_DPDK_INTERFACE_TYPE
136 ('type', interface_type),
145 interface_type=interface_type,
151 [mock.call(device, mtu, interface_type=interface_type)])
157 interface_type=constants.OVS_VHOSTUSER_INTERFACE_TYPE)
161 interface_type=constants.OVS_VHOSTUSER_INTERFACE_TYPE)])
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/onyx/
H A Dtest_onyx_ptp_interface.py55 interface_type, interface_id = self.interfaces.get(interface)
56 commands = ['no interface %s %s ptp enable' % (interface_type, interface_id)]
68 interface_type, interface_id = self.interfaces.get(interface)
70 commands = ['interface %s %s ptp enable' % (interface_type, interface_id)]
86 interface_type, interface_id = self.interfaces.get(interface)
87 commands = ['interface %s %s ptp delay-req interval 2' % (interface_type, interface_id),
88 'interface %s %s ptp announce interval -1' % (interface_type, interface_id),
89 'interface %s %s ptp announce timeout 5' % (interface_type, interface_id),
90 'interface %s %s ptp sync interval -1' % (interface_type, interface_id)]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/mellanox/onyx/tests/unit/modules/
H A Dtest_onyx_ptp_interface.py55 interface_type, interface_id = self.interfaces.get(interface)
56 commands = ['no interface %s %s ptp enable' % (interface_type, interface_id)]
68 interface_type, interface_id = self.interfaces.get(interface)
70 commands = ['interface %s %s ptp enable' % (interface_type, interface_id)]
86 interface_type, interface_id = self.interfaces.get(interface)
87 commands = ['interface %s %s ptp delay-req interval 2' % (interface_type, interface_id),
88 'interface %s %s ptp announce interval -1' % (interface_type, interface_id),
89 'interface %s %s ptp announce timeout 5' % (interface_type, interface_id),
90 'interface %s %s ptp sync interval -1' % (interface_type, interface_id)]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/cppuhelper/
H A Dweakref.hxx149 template< class interface_type >
163 WeakReference( const Reference< interface_type > & rRef ) in WeakReference()
176 const css::uno::Reference< interface_type > & xInt ) in operator =()
181 css::uno::Reference< interface_type > && xInt ) in operator =()
189 SAL_CALL operator Reference< interface_type > () const in operator Reference<interface_type>()
190 { return Reference< interface_type >::query( get() ); } in operator Reference<interface_type>()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/cppuhelper/
H A Dweakref.hxx145 template< class interface_type >
159 WeakReference( const Reference< interface_type > & rRef ) in WeakReference()
172 const css::uno::Reference< interface_type > & xInt ) in operator =()
177 css::uno::Reference< interface_type > && xInt ) in operator =()
185 SAL_CALL operator Reference< interface_type > () const in operator Reference<interface_type>()
186 { return Reference< interface_type >::query( get() ); } in operator Reference<interface_type>()
/dports/devel/p5-Glib-Object-Introspection/Glib-Object-Introspection-0.049/
H A Dgperl-i11n-field.c60 GIInfoType interface_type; in get_field() local
67 interface_type = interface_info in get_field()
74 interface_type == GI_INFO_TYPE_STRUCT) in get_field()
123 GIInfoType interface_type; in set_field() local
129 interface_type = interface_info in set_field()
135 interface_type == GI_INFO_TYPE_STRUCT) in set_field()
148 interface_type, in set_field()
176 interface_type, in set_field()

12345678910>>...78