Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 1275) sorted by relevance

12345678910>>...51

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_main.c181 wpa_drivers[i]->global_init(iface->interfaces); in hostapd_driver_init()
260 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init() argument
267 iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init()
276 iface->interfaces = interfaces; in hostapd_interface_init()
323 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload() local
326 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL); in handle_reload()
337 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init() argument
355 interfaces->eloop_initialized = 1; in hostapd_global_init()
360 eloop_register_signal(SIGHUP, handle_reload, interfaces); in hostapd_global_init()
361 eloop_register_signal(SIGUSR1, handle_dump_state, interfaces); in hostapd_global_init()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_main.c178 wpa_drivers[i]->global_init(iface->interfaces); in hostapd_driver_init()
257 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init() argument
264 iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init()
273 iface->interfaces = interfaces; in hostapd_interface_init()
320 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload() local
323 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL); in handle_reload()
334 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init() argument
352 interfaces->eloop_initialized = 1; in hostapd_global_init()
357 eloop_register_signal(SIGHUP, handle_reload, interfaces); in hostapd_global_init()
358 eloop_register_signal(SIGUSR1, handle_dump_state, interfaces); in hostapd_global_init()
[all …]
/third_party/libuv/test/
Dtest-platform-output.c41 uv_interface_address_t* interfaces; in TEST_IMPL() local
118 err = uv_interface_addresses(&interfaces, &count); in TEST_IMPL()
123 printf(" name: %s\n", interfaces[i].name); in TEST_IMPL()
124 printf(" internal: %d\n", interfaces[i].is_internal); in TEST_IMPL()
127 (unsigned char)interfaces[i].phys_addr[0], in TEST_IMPL()
128 (unsigned char)interfaces[i].phys_addr[1], in TEST_IMPL()
129 (unsigned char)interfaces[i].phys_addr[2], in TEST_IMPL()
130 (unsigned char)interfaces[i].phys_addr[3], in TEST_IMPL()
131 (unsigned char)interfaces[i].phys_addr[4], in TEST_IMPL()
132 (unsigned char)interfaces[i].phys_addr[5]); in TEST_IMPL()
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/unit/beta/
D_connectivity_channel_test.py18 from grpc.beta import interfaces
24 self.assertIsNotNone(interfaces.ChannelConnectivity.IDLE)
25 self.assertIsNotNone(interfaces.ChannelConnectivity.CONNECTING)
26 self.assertIsNotNone(interfaces.ChannelConnectivity.READY)
27 self.assertIsNotNone(interfaces.ChannelConnectivity.TRANSIENT_FAILURE)
28 self.assertIsNotNone(interfaces.ChannelConnectivity.FATAL_FAILURE)
D_not_found_test.py19 from grpc.beta import interfaces
20 from grpc.framework.interfaces.face import face
45 interfaces.StatusCode.UNIMPLEMENTED)
53 interfaces.StatusCode.UNIMPLEMENTED)
55 interfaces.StatusCode.UNIMPLEMENTED)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.c69 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface() argument
76 for (i = 0; i < interfaces->count; i++) { in hostapd_for_each_interface()
77 ret = cb(interfaces->iface[i], ctx); in hostapd_for_each_interface()
204 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config() local
217 if (iface->interfaces == NULL || in hostapd_reload_config()
218 iface->interfaces->config_read_cb == NULL) in hostapd_reload_config()
220 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
238 hostapd_remove_iface(interfaces, hapd->conf->iface); in hostapd_reload_config()
239 iface = hostapd_init(interfaces, fname); in hostapd_reload_config()
247 iface->interfaces = interfaces; in hostapd_reload_config()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
Dcoverage.txt5 conformance/interfaces/strftime/1-1: build: FAILED: Compiler output:
7 conformance/interfaces/strftime/1-1.c: In function `main':
8 conformance/interfaces/strftime/1-1.c:67: warning: `%c' yields only last 2 digits of year in some l…
9 conformance/interfaces/strftime/1-1.c:95: warning: `%D' yields only last 2 digits of year
10 conformance/interfaces/strftime/1-1.c:132: warning: `%g' yields only last 2 digits of year
11 conformance/interfaces/strftime/1-1.c:312: warning: `%x' yields only last 2 digits of year in some …
12 conformance/interfaces/strftime/1-1.c:330: warning: `%y' yields only last 2 digits of year
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.c71 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface() argument
78 for (i = 0; i < interfaces->count; i++) { in hostapd_for_each_interface()
79 if (!interfaces->iface[i]) in hostapd_for_each_interface()
81 ret = cb(interfaces->iface[i], ctx); in hostapd_for_each_interface()
215 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config() local
228 if (iface->interfaces == NULL || in hostapd_reload_config()
229 iface->interfaces->config_read_cb == NULL) in hostapd_reload_config()
231 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
249 hostapd_remove_iface(interfaces, hapd->conf->iface); in hostapd_reload_config()
250 iface = hostapd_init(interfaces, fname); in hostapd_reload_config()
[all …]
/third_party/typescript/tests/baselines/reference/
DinterfacesWithPredefinedTypesAsNames.errors.txt1 tests/cases/conformance/interfaces/interfaceDeclarations/interfacesWithPredefinedTypesAsNames.ts(1,…
2 tests/cases/conformance/interfaces/interfaceDeclarations/interfacesWithPredefinedTypesAsNames.ts(2,…
3 tests/cases/conformance/interfaces/interfaceDeclarations/interfacesWithPredefinedTypesAsNames.ts(3,…
4 tests/cases/conformance/interfaces/interfaceDeclarations/interfacesWithPredefinedTypesAsNames.ts(4,…
5 tests/cases/conformance/interfaces/interfaceDeclarations/interfacesWithPredefinedTypesAsNames.ts(5,…
6 tests/cases/conformance/interfaces/interfaceDeclarations/interfacesWithPredefinedTypesAsNames.ts(5,…
9 ==== tests/cases/conformance/interfaces/interfaceDeclarations/interfacesWithPredefinedTypesAsNames.…
DimplementingAnInterfaceExtendingClassWithPrivates2.errors.txt1 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
3 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
5 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
7 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
9 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
11 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
13 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
15 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
17 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
19 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
[all …]
DtwoGenericInterfacesDifferingByTypeParameterName.errors.txt1 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
2 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
3 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
4 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
5 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
6 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
7 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
8 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
9 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
10 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
[all …]
DgenericAndNonGenericInterfaceWithTheSameName.errors.txt1 tests/cases/conformance/interfaces/declarationMerging/genericAndNonGenericInterfaceWithTheSameName.…
2 tests/cases/conformance/interfaces/declarationMerging/genericAndNonGenericInterfaceWithTheSameName.…
3 tests/cases/conformance/interfaces/declarationMerging/genericAndNonGenericInterfaceWithTheSameName.…
4 tests/cases/conformance/interfaces/declarationMerging/genericAndNonGenericInterfaceWithTheSameName.…
5 tests/cases/conformance/interfaces/declarationMerging/genericAndNonGenericInterfaceWithTheSameName.…
6 tests/cases/conformance/interfaces/declarationMerging/genericAndNonGenericInterfaceWithTheSameName.…
9 ==== tests/cases/conformance/interfaces/declarationMerging/genericAndNonGenericInterfaceWithTheSame…
10 // generic and non-generic interfaces with the same name do not merge
DtwoGenericInterfacesDifferingByTypeParameterName2.errors.txt1 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
2 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
3 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
4 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
5 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
6 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
7 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParameterN…
10 ==== tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesDifferingByTypeParam…
DinterfaceThatIndirectlyInheritsFromItself.errors.txt1 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceThatIndirectlyInheritsFromItself.…
2 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceThatIndirectlyInheritsFromItself.…
3 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceThatIndirectlyInheritsFromItself.…
4 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceThatIndirectlyInheritsFromItself.…
5 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceThatIndirectlyInheritsFromItself.…
6 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceThatIndirectlyInheritsFromItself.…
9 ==== tests/cases/conformance/interfaces/interfaceDeclarations/interfaceThatIndirectlyInheritsFromIt…
DinterfaceExtendsObjectIntersectionErrors.errors.txt1 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceExtendsObjectIntersectionErrors.t…
4 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceExtendsObjectIntersectionErrors.t…
8 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceExtendsObjectIntersectionErrors.t…
11 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceExtendsObjectIntersectionErrors.t…
14 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceExtendsObjectIntersectionErrors.t…
17 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceExtendsObjectIntersectionErrors.t…
19 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceExtendsObjectIntersectionErrors.t…
21 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceExtendsObjectIntersectionErrors.t…
23 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceExtendsObjectIntersectionErrors.t…
25 tests/cases/conformance/interfaces/interfaceDeclarations/interfaceExtendsObjectIntersectionErrors.t…
[all …]
DtwoGenericInterfacesWithTheSameNameButDifferentArity.errors.txt1 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesWithTheSameNameButDiffere…
2 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesWithTheSameNameButDiffere…
3 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesWithTheSameNameButDiffere…
4 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesWithTheSameNameButDiffere…
5 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesWithTheSameNameButDiffere…
6 tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesWithTheSameNameButDiffere…
9 ==== tests/cases/conformance/interfaces/declarationMerging/twoGenericInterfacesWithTheSameNameButDi…
DmergedInterfacesWithConflictingPropertyNames.errors.txt1 tests/cases/conformance/interfaces/declarationMerging/mergedInterfacesWithConflictingPropertyNames.…
2 tests/cases/conformance/interfaces/declarationMerging/mergedInterfacesWithConflictingPropertyNames.…
3 tests/cases/conformance/interfaces/declarationMerging/mergedInterfacesWithConflictingPropertyNames.…
6 ==== tests/cases/conformance/interfaces/declarationMerging/mergedInterfacesWithConflictingPropertyN…
15 !!! related TS6203 tests/cases/conformance/interfaces/declarationMerging/mergedInterfacesWithConfli…
27 !!! related TS6203 tests/cases/conformance/interfaces/declarationMerging/mergedInterfacesWithConfli…
54 !!! related TS6203 tests/cases/conformance/interfaces/declarationMerging/mergedInterfacesWithConfli…
DimportTypeResolutionJSDocEOF.symbols1 === tests/cases/compiler/interfaces.d.ts ===
3 >Bar : Symbol(Bar, Decl(interfaces.d.ts, 0, 0))
6 >prop : Symbol(Bar.prop, Decl(interfaces.d.ts, 0, 22))
14 /** @typedef {import('./interfaces').Bar} Bar */
DimplementingAnInterfaceExtendingClassWithProtecteds.errors.txt1 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
3 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
5 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
7 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
9 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
11 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtendingClass…
15 ==== tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInterfaceExtending…
34 !!! related TS2728 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInte…
58 !!! related TS2728 tests/cases/conformance/interfaces/interfacesExtendingClasses/implementingAnInte…
DinterfaceExtendingClass2.errors.txt1 tests/cases/conformance/interfaces/interfacesExtendingClasses/interfaceExtendingClass2.ts(11,5): er…
2 tests/cases/conformance/interfaces/interfacesExtendingClasses/interfaceExtendingClass2.ts(13,13): e…
3 tests/cases/conformance/interfaces/interfacesExtendingClasses/interfaceExtendingClass2.ts(14,9): er…
4 tests/cases/conformance/interfaces/interfacesExtendingClasses/interfaceExtendingClass2.ts(15,5): er…
7 ==== tests/cases/conformance/interfaces/interfacesExtendingClasses/interfaceExtendingClass2.ts (4 e…
DderivedInterfaceIncompatibleWithBaseIndexer.errors.txt1 tests/cases/conformance/interfaces/interfaceDeclarations/derivedInterfaceIncompatibleWithBaseIndexe…
2 tests/cases/conformance/interfaces/interfaceDeclarations/derivedInterfaceIncompatibleWithBaseIndexe…
3 tests/cases/conformance/interfaces/interfaceDeclarations/derivedInterfaceIncompatibleWithBaseIndexe…
4 tests/cases/conformance/interfaces/interfaceDeclarations/derivedInterfaceIncompatibleWithBaseIndexe…
5 tests/cases/conformance/interfaces/interfaceDeclarations/derivedInterfaceIncompatibleWithBaseIndexe…
6 tests/cases/conformance/interfaces/interfaceDeclarations/derivedInterfaceIncompatibleWithBaseIndexe…
7 tests/cases/conformance/interfaces/interfaceDeclarations/derivedInterfaceIncompatibleWithBaseIndexe…
10 ==== tests/cases/conformance/interfaces/interfaceDeclarations/derivedInterfaceIncompatibleWithBaseI…
DtwoInterfacesDifferentRootModule2.errors.txt1 tests/cases/conformance/interfaces/declarationMerging/twoInterfacesDifferentRootModule2.ts(18,20): …
2 tests/cases/conformance/interfaces/declarationMerging/twoInterfacesDifferentRootModule2.ts(26,20): …
3 tests/cases/conformance/interfaces/declarationMerging/twoInterfacesDifferentRootModule2.ts(32,16): …
4 tests/cases/conformance/interfaces/declarationMerging/twoInterfacesDifferentRootModule2.ts(36,16): …
7 ==== tests/cases/conformance/interfaces/declarationMerging/twoInterfacesDifferentRootModule2.ts (4 …
8 // two interfaces with different root modules should not merge
/third_party/node/src/
Dnode_os.cc166 uv_interface_address_t* interfaces; in GetInterfaceAddresses() local
173 int err = uv_interface_addresses(&interfaces, &count); in GetInterfaceAddresses()
189 const char* const raw_name = interfaces[i].name; in GetInterfaceAddresses()
201 static_cast<unsigned char>(interfaces[i].phys_addr[0]), in GetInterfaceAddresses()
202 static_cast<unsigned char>(interfaces[i].phys_addr[1]), in GetInterfaceAddresses()
203 static_cast<unsigned char>(interfaces[i].phys_addr[2]), in GetInterfaceAddresses()
204 static_cast<unsigned char>(interfaces[i].phys_addr[3]), in GetInterfaceAddresses()
205 static_cast<unsigned char>(interfaces[i].phys_addr[4]), in GetInterfaceAddresses()
206 static_cast<unsigned char>(interfaces[i].phys_addr[5])); in GetInterfaceAddresses()
208 if (interfaces[i].address.address4.sin_family == AF_INET) { in GetInterfaceAddresses()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_introspect.c20 struct interfaces { struct
27 static struct interfaces * add_interface(struct dl_list *list, in add_interface() argument
30 struct interfaces *iface; in add_interface()
32 dl_list_for_each(iface, list, struct interfaces, list) { in add_interface()
37 iface = os_zalloc(sizeof(struct interfaces)); in add_interface()
100 struct interfaces *iface; in extract_interfaces_methods()
115 struct interfaces *iface; in extract_interfaces_signals()
130 struct interfaces *iface; in extract_interfaces_properties()
161 struct interfaces *iface, *n; in add_interfaces()
163 dl_list_for_each_safe(iface, n, list, struct interfaces, list) { in add_interfaces()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_introspect.c20 struct interfaces { struct
27 static struct interfaces * add_interface(struct dl_list *list, in add_interface() argument
30 struct interfaces *iface; in add_interface()
32 dl_list_for_each(iface, list, struct interfaces, list) { in add_interface()
37 iface = os_zalloc(sizeof(struct interfaces)); in add_interface()
100 struct interfaces *iface; in extract_interfaces_methods()
115 struct interfaces *iface; in extract_interfaces_signals()
130 struct interfaces *iface; in extract_interfaces_properties()
161 struct interfaces *iface, *n; in add_interfaces()
163 dl_list_for_each_safe(iface, n, list, struct interfaces, list) { in add_interfaces()

12345678910>>...51