Home
last modified time | relevance | path

Searched full:interfaces (Results 1 – 25 of 9908) sorted by relevance

12345678910>>...397

/external/wpa_supplicant_8/hostapd/
Dmain.c176 hostapd_bss_setup_multi_link(hapd, iface->interfaces); in hostapd_driver_init()
185 * All interfaces participating in the AP MLD would have in hostapd_driver_init()
220 wpa_drivers[i]->global_init(iface->interfaces); in hostapd_driver_init()
402 * interfaces. No actual driver operations are started.
405 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init() argument
412 iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init()
421 iface->interfaces = interfaces; in hostapd_interface_init()
468 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload() local
471 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL); in handle_reload()
482 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init() argument
[all …]
/external/armnn/include/armnn/
DLayerSupport.hpp18 /// Deprecated in favor of IBackend and ILayerSupport interfaces
26 /// Deprecated in favor of IBackend and ILayerSupport interfaces
34 /// Deprecated in favor of IBackend and ILayerSupport interfaces
46 /// Deprecated in favor of IBackend and ILayerSupport interfaces
54 /// Deprecated in favor of IBackend and ILayerSupport interfaces
62 /// Deprecated in favor of IBackend and ILayerSupport interfaces
68 /// Deprecated in favor of IBackend and ILayerSupport interfaces
75 /// Deprecated in favor of IBackend and ILayerSupport interfaces
82 /// Deprecated in favor of IBackend and ILayerSupport interfaces
92 /// Deprecated in favor of IBackend and ILayerSupport interfaces
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
Dassertions.xml2 <assertion id="1" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
6 <assertion id="2" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
11 <assertion id="3" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
15 <assertion id="4" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
18 <assertion id="5" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
23 <assertion id="6" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
27 <assertion id="7" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
31 <assertion id="8" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
36 <assertion id="9" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
40 <assertion id="10" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
[all …]
/external/google-fruit/extras/benchmark/tables/
Dfruit_wiki.yml98 "simple_di_with_interfaces_compile_time": "Simple DI w/ interfaces"
99 … "simple_di_with_interfaces_and_new_delete_compile_time": "Simple DI w/ interfaces, new/delete"
124 "simple_di_with_interfaces_compile_time": "Simple DI w/ interfaces"
125 … "simple_di_with_interfaces_and_new_delete_compile_time": "Simple DI w/ interfaces, new/delete"
150 "simple_di_with_interfaces_compile_time": "Simple DI w/ interfaces"
151 … "simple_di_with_interfaces_and_new_delete_compile_time": "Simple DI w/ interfaces, new/delete"
176 "simple_di_with_interfaces_incremental_compile_time": "Simple DI w/ interfaces"
177 …_di_with_interfaces_and_new_delete_incremental_compile_time": "Simple DI w/ interfaces, new/delete"
202 "simple_di_with_interfaces_incremental_compile_time": "Simple DI w/ interfaces"
203 …_di_with_interfaces_and_new_delete_incremental_compile_time": "Simple DI w/ interfaces, new/delete"
[all …]
Dfruit_internal.yml49 "simple_di_with_interfaces_compile_time": "Simple DI w/ interfaces"
50 … "simple_di_with_interfaces_and_new_delete_compile_time": "Simple DI w/ interfaces, new/delete"
75 "simple_di_with_interfaces_compile_time": "Simple DI w/ interfaces"
76 … "simple_di_with_interfaces_and_new_delete_compile_time": "Simple DI w/ interfaces, new/delete"
101 "simple_di_with_interfaces_incremental_compile_time": "Simple DI w/ interfaces"
102 …_di_with_interfaces_and_new_delete_incremental_compile_time": "Simple DI w/ interfaces, new/delete"
127 "simple_di_with_interfaces_incremental_compile_time": "Simple DI w/ interfaces"
128 …_di_with_interfaces_and_new_delete_incremental_compile_time": "Simple DI w/ interfaces, new/delete"
153 "simple_di_with_interfaces_compile_memory": "Simple DI w/ interfaces"
154 … "simple_di_with_interfaces_and_new_delete_compile_memory": "Simple DI w/ interfaces, new/delete"
[all …]
/external/cronet/tot/net/base/
Dnetwork_change_notifier_fuchsia.cc7 #include <fuchsia/net/interfaces/cpp/fidl.h>
31 fuchsia::net::interfaces::WatcherHandle watcher_handle, in NetworkChangeNotifierFuchsia()
39 std::vector<fuchsia::net::interfaces::Properties> interfaces; in NetworkChangeNotifierFuchsia() local
41 std::move(watcher_handle), interfaces); in NetworkChangeNotifierFuchsia()
47 HandleCacheStatus(cache_.AddInterfaces(std::move(interfaces))); in NetworkChangeNotifierFuchsia()
50 FROM_HERE, "fuchsia.net.interfaces.Watcher")); in NetworkChangeNotifierFuchsia()
73 fuchsia::net::interfaces::Event event) { in OnInterfacesEvent()
83 case fuchsia::net::interfaces::Event::kAdded: in OnInterfacesEvent()
86 case fuchsia::net::interfaces::Event::kRemoved: in OnInterfacesEvent()
89 case fuchsia::net::interfaces::Event::kChanged: in OnInterfacesEvent()
[all …]
Dnetwork_change_notifier_fuchsia.h8 #include <fuchsia/net/interfaces/cpp/fidl.h>
26 // Registers for asynchronous notifications of changes to network interfaces.
27 // Only WLAN interfaces are observed if |require_wlan| is requested.
44 fuchsia::net::interfaces::WatcherHandle watcher,
51 void OnInterfacesEvent(fuchsia::net::interfaces::Event event);
57 fuchsia::net::interfaces::WatcherPtr watcher_;
59 // Keeps an updated cache of network interfaces and connection type.
69 fuchsia::net::interfaces::WatcherHandle ConnectInterfacesWatcher();
71 // Reads existing network interfaces from `watcher_handle`, appending them to
72 // `interfaces`. If successful, returns an unbound WatcherHandle that can be
[all …]
Dnetwork_change_notifier_fuchsia_unittest.cc7 #include <fuchsia/net/interfaces/cpp/fidl_test_base.h>
71 fuchsia::net::interfaces::Address InterfaceAddressFrom(T octets, in InterfaceAddressFrom()
73 fuchsia::net::interfaces::Address addr; in InterfaceAddressFrom()
85 fuchsia::net::interfaces::Properties DefaultInterfaceProperties( in DefaultInterfaceProperties()
90 fuchsia::net::interfaces::Properties interface; in DefaultInterfaceProperties()
96 interface.set_port_class(fuchsia::net::interfaces::PortClass::WithDevice( in DefaultInterfaceProperties()
103 fuchsia::net::interfaces::Properties SecondaryInterfaceProperties() { in SecondaryInterfaceProperties()
106 fuchsia::net::interfaces::Properties interface; in SecondaryInterfaceProperties()
112 interface.set_port_class(fuchsia::net::interfaces::PortClass::WithDevice( in SecondaryInterfaceProperties()
120 fuchsia::net::interfaces::Event MakeChangeEvent(uint64_t interface_id, F fn) { in MakeChangeEvent()
[all …]
Dnetwork_interfaces_fuchsia.cc7 #include <fuchsia/net/interfaces/cpp/fidl.h>
39 fuchsia::net::interfaces::Properties properties) { in VerifyAndCreate()
46 fuchsia::net::interfaces::Properties properties) in InterfaceProperties()
58 fuchsia::net::interfaces::Properties properties) { in Update()
85 NetworkInterfaceList* interfaces) const { in AppendNetworkInterfaces()
95 interfaces->emplace_back( in AppendNetworkInterfaces()
120 const fuchsia::net::interfaces::PortClass& device_class) { in ConvertConnectionType()
122 case fuchsia::net::interfaces::PortClass::kLoopback: in ConvertConnectionType()
124 case fuchsia::net::interfaces::PortClass::kDevice: in ConvertConnectionType()
134 LOG(WARNING) << "Received unknown fuchsia.net.interfaces/DeviceClass " in ConvertConnectionType()
[all …]
/external/cronet/stable/net/base/
Dnetwork_change_notifier_fuchsia.cc7 #include <fuchsia/net/interfaces/cpp/fidl.h>
31 fuchsia::net::interfaces::WatcherHandle watcher_handle, in NetworkChangeNotifierFuchsia()
39 std::vector<fuchsia::net::interfaces::Properties> interfaces; in NetworkChangeNotifierFuchsia() local
41 std::move(watcher_handle), interfaces); in NetworkChangeNotifierFuchsia()
47 HandleCacheStatus(cache_.AddInterfaces(std::move(interfaces))); in NetworkChangeNotifierFuchsia()
50 FROM_HERE, "fuchsia.net.interfaces.Watcher")); in NetworkChangeNotifierFuchsia()
73 fuchsia::net::interfaces::Event event) { in OnInterfacesEvent()
83 case fuchsia::net::interfaces::Event::kAdded: in OnInterfacesEvent()
86 case fuchsia::net::interfaces::Event::kRemoved: in OnInterfacesEvent()
89 case fuchsia::net::interfaces::Event::kChanged: in OnInterfacesEvent()
[all …]
Dnetwork_change_notifier_fuchsia.h8 #include <fuchsia/net/interfaces/cpp/fidl.h>
26 // Registers for asynchronous notifications of changes to network interfaces.
27 // Only WLAN interfaces are observed if |require_wlan| is requested.
44 fuchsia::net::interfaces::WatcherHandle watcher,
51 void OnInterfacesEvent(fuchsia::net::interfaces::Event event);
57 fuchsia::net::interfaces::WatcherPtr watcher_;
59 // Keeps an updated cache of network interfaces and connection type.
69 fuchsia::net::interfaces::WatcherHandle ConnectInterfacesWatcher();
71 // Reads existing network interfaces from `watcher_handle`, appending them to
72 // `interfaces`. If successful, returns an unbound WatcherHandle that can be
[all …]
Dnetwork_change_notifier_fuchsia_unittest.cc7 #include <fuchsia/net/interfaces/cpp/fidl_test_base.h>
71 fuchsia::net::interfaces::Address InterfaceAddressFrom(T octets, in InterfaceAddressFrom()
73 fuchsia::net::interfaces::Address addr; in InterfaceAddressFrom()
85 fuchsia::net::interfaces::Properties DefaultInterfaceProperties( in DefaultInterfaceProperties()
90 fuchsia::net::interfaces::Properties interface; in DefaultInterfaceProperties()
96 interface.set_port_class(fuchsia::net::interfaces::PortClass::WithDevice( in DefaultInterfaceProperties()
103 fuchsia::net::interfaces::Properties SecondaryInterfaceProperties() { in SecondaryInterfaceProperties()
106 fuchsia::net::interfaces::Properties interface; in SecondaryInterfaceProperties()
112 interface.set_port_class(fuchsia::net::interfaces::PortClass::WithDevice( in SecondaryInterfaceProperties()
120 fuchsia::net::interfaces::Event MakeChangeEvent(uint64_t interface_id, F fn) { in MakeChangeEvent()
[all …]
Dnetwork_interfaces_fuchsia.cc7 #include <fuchsia/net/interfaces/cpp/fidl.h>
39 fuchsia::net::interfaces::Properties properties) { in VerifyAndCreate()
46 fuchsia::net::interfaces::Properties properties) in InterfaceProperties()
58 fuchsia::net::interfaces::Properties properties) { in Update()
85 NetworkInterfaceList* interfaces) const { in AppendNetworkInterfaces()
95 interfaces->emplace_back( in AppendNetworkInterfaces()
120 const fuchsia::net::interfaces::PortClass& device_class) { in ConvertConnectionType()
122 case fuchsia::net::interfaces::PortClass::kLoopback: in ConvertConnectionType()
124 case fuchsia::net::interfaces::PortClass::kDevice: in ConvertConnectionType()
134 LOG(WARNING) << "Received unknown fuchsia.net.interfaces/DeviceClass " in ConvertConnectionType()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
Dassertions.xml2 <assertion id="1" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}">
6 <assertion id="2" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}">
9 <assertion id="3" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}">
12 <assertion id="4" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}">
17 <assertion id="5" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}">
21 <assertion id="6" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}">
25 <assertion id="7" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}">
29 <assertion id="8" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}">
33 <assertion id="9" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}">
39 <assertion id="10" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}">
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
Dassertions.xml2 <assertion id="1" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
7 <assertion id="2" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
10 <assertion id="3" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
15 <assertion id="4" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
19 <assertion id="5" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
24 <assertion id="6" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
28 <assertion id="7" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
33 <assertion id="8" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
39 <assertion id="9" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION} pt:SS">
44 <assertion id="10" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION} pt:SS">
[all …]
/external/autotest/client/common_lib/cros/cfm/usb/
Dcfm_usb_devices.py8 - interfaces
15 not be the case (list of interfaces might be different for example).
25 interfaces=['uvcvideo', 'uvcvideo', 'usbhid'],
32 interfaces=['uvcvideo', 'uvcvideo', 'snd-usb-audio',
40 interfaces=['uvcvideo', 'uvcvideo', 'uvcvideo', 'uvcvideo'],
47 interfaces=['uvcvideo', 'uvcvideo', 'snd-usb-audio', 'snd-usb-audio']
54 interfaces=['uvcvideo', 'uvcvideo', 'snd-usb-audio', 'snd-usb-audio'],
61 interfaces=['uvcvideo', 'uvcvideo', 'usbhid'],
68 interfaces=['uvcvideo', 'uvcvideo', 'usbhid'],
78 interfaces=['uvcvideo', 'uvcvideo', 'usbhid'],
[all …]
/external/coreboot/src/console/
Dhw-debug_sink.adb3 with Interfaces.C;
7 use type Interfaces.C.int;
12 (msg_level : Interfaces.C.int)
13 return Interfaces.C.int;
21 procedure cbmemc_tx_byte (chr : Interfaces.C.char);
24 procedure console_tx_byte (chr : Interfaces.C.char);
29 console_log : constant Interfaces.C.int :=
35 cbmemc_tx_byte (Interfaces.C.To_C (Item (Idx)));
40 console_tx_byte (Interfaces.C.To_C (Item (Idx)));
47 console_log : constant Interfaces.C.int :=
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
Dassertions.xml2 <assertion id="1" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
7 <assertion id="2" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
13 <assertion id="3" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
17 <assertion id="4" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
22 <assertion id="5" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
29 <assertion id="6" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
34 <assertion id="7" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
37 <assertion id="8" tag="ref:XSH6:{System Interfaces:mlockall:RETURN VALUE}">
41 <assertion id="9" tag="ref:XSH6:{System Interfaces:mlockall:RETURN VALUE}">
45 <assertion id="10" tag="ref:XSH6:{System Interfaces:mlockall:RETURN VALUE}">
[all …]
/external/openthread/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md30 Do not add test-specific interfaces if there's a practical way of doing it another way. All public
34 …nclude internal header files from `library/`. Do not define non-public interfaces in public header…
141 ### Fine-grained public interfaces
143interfaces that are not useful in production. These interfaces have costs: they increase the code …
145 As a rule, we do not add public interfaces solely for testing purposes. We only add public interfac…
147 Mbed TLS traditionally has very fine-grained public interfaces, with many platform functions that c…
153 | Effacement | !! Requires adding many otherwise-useless interfaces |
154 | Portability | ++ Ideal; the additional interfaces may be useful for portability beyond testing |
156 | | ! Public interfaces must remain for backward compatibility even if the test arc…
158 ### Fine-grained undocumented interfaces
[all …]
/external/mbedtls/docs/architecture/testing/
Dinvasive-testing.md30 Do not add test-specific interfaces if there's a practical way of doing it another way. All public
34 …nclude internal header files from `library/`. Do not define non-public interfaces in public header…
141 ### Fine-grained public interfaces
143interfaces that are not useful in production. These interfaces have costs: they increase the code …
145 As a rule, we do not add public interfaces solely for testing purposes. We only add public interfac…
147 Mbed TLS traditionally has very fine-grained public interfaces, with many platform functions that c…
153 | Effacement | !! Requires adding many otherwise-useless interfaces |
154 | Portability | ++ Ideal; the additional interfaces may be useful for portability beyond testing |
156 | | ! Public interfaces must remain for backward compatibility even if the test arc…
158 ### Fine-grained undocumented interfaces
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
Dassertions.xml2 <assertion id="1" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}">
8 <assertion id="2" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}">
11 <assertion id="3" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}">
15 <assertion id="4" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}">
18 <assertion id="5" tag="ref:XSH6:{System Interfaces:mlock:RETURN VALUE}">
22 <assertion id="6" tag="ref:XSH6:{System Interfaces:mlock:RETURN VALUE}">
26 <assertion id="7" tag="ref:XSH6:{System Interfaces:mlock:RETURN VALUE}">
29 <assertion id="8" tag="ref:XSH6:{System Interfaces:mlock:ERRORS}">
34 <assertion id="9" tag="ref:XSH6:{System Interfaces:mlock:ERRORS}">
38 <assertion id="10" tag="ref:XSH6:{System Interfaces:mlock:ERRORS}">
[all …]
/external/pandora/bt-test-interfaces/doc/
Doverview.md3 Pandora Bluetooth test interfaces provide a common abstraction for Bluetooth
9 test interfaces which they could all implement, so testing tools can be reused
14 Since each Bluetooth stack exposes different APIs, the test interfaces must be
17 existing testing tools. For this reason, the test interfaces are co-designed by
20 The test interfaces must be implemented using [gRPC](https://grpc.io/) services
23 such interfaces must thus implement a gRPC server.
25 The test interfaces definition must follow the [Pandora style guide](
31 This allows the Bluetooth stack under test to implement only the test interfaces
33 interfaces may also be added if necessary (but should be avoided as much as
37 stack**: for example, in Android, the Pandora Bluetooth test interfaces can be
[all …]
/external/openscreen/platform/impl/
Dnetwork_interface.cc10 std::vector<InterfaceInfo> interfaces = GetAllInterfaces(); in GetNetworkInterfaces() local
13 interfaces.begin(), interfaces.end(), [](const InterfaceInfo& info) { in GetNetworkInterfaces()
18 interfaces.erase(new_end, interfaces.end()); in GetNetworkInterfaces()
20 return interfaces; in GetNetworkInterfaces()
25 const std::vector<InterfaceInfo> interfaces = GetAllInterfaces(); in GetLoopbackInterfaceForTesting() local
27 interfaces.begin(), interfaces.end(), [](const InterfaceInfo& info) { in GetLoopbackInterfaceForTesting()
37 if (it == interfaces.end()) { in GetLoopbackInterfaceForTesting()
/external/cronet/stable/net/dns/
Dmdns_client.cc49 InterfaceIndexFamilyList interfaces; in GetMDnsInterfacesToBind() local
51 return interfaces; in GetMDnsInterfacesToBind()
55 interfaces.emplace_back(network_interface.interface_index, family); in GetMDnsInterfacesToBind()
58 std::sort(interfaces.begin(), interfaces.end()); in GetMDnsInterfacesToBind()
59 // Interfaces could have multiple addresses. Filter out duplicate entries. in GetMDnsInterfacesToBind()
60 interfaces.erase(std::unique(interfaces.begin(), interfaces.end()), in GetMDnsInterfacesToBind()
61 interfaces.end()); in GetMDnsInterfacesToBind()
62 return interfaces; in GetMDnsInterfacesToBind()
/external/cronet/tot/net/dns/
Dmdns_client.cc49 InterfaceIndexFamilyList interfaces; in GetMDnsInterfacesToBind() local
51 return interfaces; in GetMDnsInterfacesToBind()
55 interfaces.emplace_back(network_interface.interface_index, family); in GetMDnsInterfacesToBind()
58 std::sort(interfaces.begin(), interfaces.end()); in GetMDnsInterfacesToBind()
59 // Interfaces could have multiple addresses. Filter out duplicate entries. in GetMDnsInterfacesToBind()
60 interfaces.erase(std::unique(interfaces.begin(), interfaces.end()), in GetMDnsInterfacesToBind()
61 interfaces.end()); in GetMDnsInterfacesToBind()
62 return interfaces; in GetMDnsInterfacesToBind()

12345678910>>...397