Home
last modified time | relevance | path

Searched refs:full_config (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/utils/libcxx/test/
Dtarget_info.py21 def __init__(self, full_config): argument
22 self.full_config = full_config
28 self.full_config.lit_config.warning(
74 def __init__(self, full_config): argument
75 super(DarwinLocalTI, self).__init__(full_config)
97 self.full_config.lit_config.fatal(
103 platform = self.full_config.get_lit_conf('platform')
124 add_common_locales(features, self.full_config.lit_config)
127 if self.full_config.use_deployment:
128 _, name, _ = self.full_config.config.deployment
[all …]
/external/llvm-project/libcxx/utils/libcxx/test/
Dtarget_info.py20 def __init__(self, full_config): argument
21 self.full_config = full_config
50 def __init__(self, full_config): argument
51 super(DarwinLocalTI, self).__init__(full_config)
72 self.full_config.lit_config.fatal(
80 … self.full_config.lit_config.warning("Could not determine macOS SDK path! stderr was " + err)
83 self.full_config.lit_config.note('using SDKROOT: %r' % sdk_path)
97 def __init__(self, full_config): argument
98 super(FreeBSDLocalTI, self).__init__(full_config)
105 def __init__(self, full_config): argument
[all …]
/external/wpa_supplicant_8/src/ap/
Dap_config.c1206 int full_config) in hostapd_config_check_bss() argument
1208 if (full_config && is_6ghz_op_class(conf->op_class) && in hostapd_config_check_bss()
1212 if (full_config && bss->ieee802_1x && !bss->eap_server && in hostapd_config_check_bss()
1239 if (full_config && bss->wpa && in hostapd_config_check_bss()
1247 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss()
1257 if (full_config && !is_zero_ether_addr(bss->bssid)) { in hostapd_config_check_bss()
1274 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss()
1285 if (full_config && conf->ieee80211n && in hostapd_config_check_bss()
1293 if (full_config && conf->ieee80211n && in hostapd_config_check_bss()
1301 if (full_config && conf->ieee80211n && bss->wpa && in hostapd_config_check_bss()
[all …]
Dap_config.h1172 int hostapd_config_check(struct hostapd_config *conf, int full_config);
1174 int full_config);