HomeSort by relevance Sort by last modified time
    Searched refs:full_config (Results 1 - 4 of 4) sorted by null

  /external/libcxx/utils/libcxx/test/
target_info.py 18 def __init__(self, full_config):
19 self.full_config = full_config
25 self.full_config.lit_config.warning(
70 def __init__(self, full_config):
71 super(DarwinLocalTI, self).__init__(full_config)
74 add_common_locales(features, self.full_config.lit_config)
84 self.full_config.lit_config.note('using SDKROOT: %r' % sdk_path)
93 if self.full_config.use_system_cxx_lib:
95 elif self.full_config.cxx_runtime_root
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
target_info.py 18 def __init__(self, full_config):
19 self.full_config = full_config
25 self.full_config.lit_config.warning(
70 def __init__(self, full_config):
71 super(DarwinLocalTI, self).__init__(full_config)
74 add_common_locales(features, self.full_config.lit_config)
84 self.full_config.lit_config.note('using SDKROOT: %r' % sdk_path)
93 if self.full_config.use_system_cxx_lib:
95 elif self.full_config.cxx_runtime_root
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.c 771 int full_config)
773 if (full_config && bss->ieee802_1x && !bss->eap_server &&
798 if (full_config && bss->wpa &&
806 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) &&
816 if (full_config && !is_zero_ether_addr(bss->bssid)) {
833 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) &&
845 if (full_config && conf->ieee80211n &&
852 if (full_config && conf->ieee80211n &&
859 if (full_config && conf->ieee80211n && bss->wpa &&
872 if (full_config && conf->ieee80211ac &
    [all...]
ap_config.h 783 int hostapd_config_check(struct hostapd_config *conf, int full_config);
785 int full_config);

Completed in 88 milliseconds