HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 1 - 25 of 586) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/
setrans.conf 15 Include=/etc/selinux/mls/setrans.d/*.conf
  /hardware/broadcom/wlan/bcmdhd/config/
config-bcm.mk 19 hardware/broadcom/wlan/bcmdhd/config/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf \
20 hardware/broadcom/wlan/bcmdhd/config/p2p_supplicant_overlay.conf:system/etc/wifi/p2p_supplicant_overlay.conf
  /external/wpa_supplicant_8/src/ap/
authsrv.c 100 struct hostapd_bss_config *conf = hapd->conf; local
102 srv.client_file = conf->radius_server_clients;
103 srv.auth_port = conf->radius_server_auth_port;
104 srv.acct_port = conf->radius_server_acct_port;
109 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
110 srv.eap_fast_a_id = conf->eap_fast_a_id;
111 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
112 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
113 srv.eap_fast_prov = conf->eap_fast_prov
155 struct tls_config conf; local
    [all...]
ap_config.c 105 struct hostapd_config *conf; local
128 conf = os_zalloc(sizeof(*conf));
130 if (conf == NULL || bss == NULL) {
133 os_free(conf);
137 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
138 if (conf->bss == NULL) {
139 os_free(conf);
143 conf->bss[0] = bss;
147 os_free(conf->bss)
    [all...]
  /external/dbus/test/data/equiv-config-files/basic/
basic-2.conf 4 <include>basic-1.conf</include>
  /external/dbus/test/data/equiv-config-files/entities/
entities-2.conf 4 <include>entities-1.conf</include>
  /external/dbus/test/data/invalid-config-files/
circular-1.conf 3 <include>circular-1.conf</include>
circular-2.conf 3 <include>circular-3.conf</include>
circular-3.conf 3 <include>circular-2.conf</include>
  /device/common/gps/
gps_as.mk 18 device/common/gps/gps.conf_AS:system/etc/gps.conf
gps_as_supl.mk 18 device/common/gps/gps.conf_AS_SUPL:system/etc/gps.conf
gps_eu.mk 18 device/common/gps/gps.conf_EU:system/etc/gps.conf
gps_eu_supl.mk 18 device/common/gps/gps.conf_EU_SUPL:system/etc/gps.conf
gps_us.mk 18 device/common/gps/gps.conf_US:system/etc/gps.conf
gps_us_supl.mk 18 device/common/gps/gps.conf_US_SUPL:system/etc/gps.conf
  /hardware/qcom/gps/msm8084/etc/
Android.mk 4 LOCAL_MODULE := gps.conf
8 LOCAL_SRC_FILES := gps.conf
  /hardware/qcom/gps/msm8909/etc/
Android.mk 5 LOCAL_MODULE := gps.conf
9 LOCAL_SRC_FILES := gps.conf
  /hardware/qcom/gps/msm8960/etc/
Android.mk 5 LOCAL_MODULE := gps.conf
9 LOCAL_SRC_FILES := gps.conf
  /hardware/qcom/gps/msm8996/etc/
Android.mk 5 LOCAL_MODULE := gps.conf
9 LOCAL_SRC_FILES := gps.conf
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
RunInLocale.java 38 final Configuration conf = res.getConfiguration(); local
39 if (newLocale == null || newLocale.equals(conf.locale)) {
42 final Locale savedLocale = conf.locale;
44 conf.locale = newLocale;
45 res.updateConfiguration(conf, null);
48 conf.locale = savedLocale;
49 res.updateConfiguration(conf, null);
  /external/selinux/policycoreutils/mcstrans/share/util/
try-all 15 rm -rf /etc/selinux/mls/setrans.conf.bak /etc/selinux/mls/secolor.conf.bak /etc/selinux/mls/setrans.d.bak
18 if [ -e $d/setrans.conf ]; then
19 mv /etc/selinux/mls/setrans.conf /etc/selinux/mls/setrans.conf.bak
20 [ $? -eq 0 ] || fail "setrans.conf backup failed"
23 if [ -e /etc/selinux/mls/secolor.conf ]; then
24 mv /etc/selinux/mls/secolor.conf /etc/selinux/mls/secolor.conf.bak
25 [ $? -eq 0 ] || fail "secolor.conf backup failed
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
SConscript 18 conf = env.Configure()
20 if conf.CheckHeader('X11/extensions/dpmsconst.h'):
23 conf.Finish()
  /external/selinux/policycoreutils/restorecond/
restorecond.conf 2 /etc/resolv.conf
4 /etc/updatedb.conf
  /external/wpa_supplicant_8/hostapd/
config_file.h 13 int hostapd_set_iface(struct hostapd_config *conf,
  /hardware/qcom/gps/etc/
Android.mk 5 LOCAL_MODULE := gps.conf
9 LOCAL_SRC_FILES := gps.conf

Completed in 881 milliseconds

1 2 3 4 5 6 7 8 91011>>