/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
|
/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/etc/ |
Android.mk | 5 LOCAL_MODULE := gps.conf 9 LOCAL_SRC_FILES := gps.conf
|
/hardware/qcom/gps/msm8084/etc/ |
Android.mk | 4 LOCAL_MODULE := gps.conf 8 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/msm8974/etc/ |
Android.mk | 4 LOCAL_MODULE := gps.conf 8 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/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 [all...] |
ap_config.c | 102 struct hostapd_config *conf; local 125 conf = os_zalloc(sizeof(*conf)); 127 if (conf == NULL || bss == NULL) { 130 os_free(conf); 134 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *)); 135 if (conf->bss == NULL) { 136 os_free(conf); 140 conf->bss[0] = bss; 144 os_free(conf->bss) [all...] |
/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,
|
/external/boringssl/src/crypto/conf/ |
conf.c | 57 #include <openssl/conf.h> 93 CONF *NCONF_new(void *method) { 94 CONF *conf; local 100 conf = OPENSSL_malloc(sizeof(CONF)); 101 if (conf == NULL) { 105 conf->data = lh_CONF_VALUE_new(conf_value_hash, conf_value_cmp); 106 if (conf->data == NULL) { 107 OPENSSL_free(conf); [all...] |
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
config.py | 19 # configuration to itself? Probably the conf should become 26 def push_thread_config(self, conf): 28 Make ``conf`` the active configuration for this thread. 34 conf = make_conf() 35 dispatching_config.push_thread_config(conf) 39 dispatching_config.pop_thread_config(conf) 41 self._push_object(conf) 43 def pop_thread_config(self, conf=None): 45 Remove a thread-local configuration. If ``conf`` is given, 49 self._pop_object(conf) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
nfc_pw_token.c | 49 wpa_s.conf = os_zalloc(sizeof(*wpa_s.conf)); 50 if (wpa_s.conf == NULL) 69 printf("wps_nfc_dev_pw_id=%d\n", wpa_s.conf->wps_nfc_dev_pw_id); 70 print_bin("wps_nfc_dh_pubkey", wpa_s.conf->wps_nfc_dh_pubkey); 71 print_bin("wps_nfc_dh_privkey", wpa_s.conf->wps_nfc_dh_privkey); 72 print_bin("wps_nfc_dev_pw", wpa_s.conf->wps_nfc_dev_pw); 78 wpa_config_free(wpa_s.conf);
|
/hardware/qcom/wlan/qcwcn/config/ |
Android.mk | 21 LOCAL_MODULE := dhcpcd.conf 24 LOCAL_SRC_FILES := android_dhcpcd.conf
|
/external/boringssl/src/include/openssl/ |
conf.h | 80 * Config files are representated by a |CONF|. */ 93 /* NCONF_new returns a fresh, empty |CONF|, or NULL on error. The |method| 95 CONF *NCONF_new(void *method); 97 /* NCONF_free frees all the data owned by |conf| and then |conf| itself. */ 98 void NCONF_free(CONF *conf); 101 * |conf|. It returns one on success and zero on error. In the event of an 104 int NCONF_load(CONF *conf, const char *filename, long *out_error_line) [all...] |
/cts/tests/tests/telecom/src/android/telecom/cts/ |
ConferenceTest.java | 66 final Call conf = mInCallService.getLastConferenceCall(); local 67 assertCallState(conf, Call.STATE_ACTIVE); 69 if (mCall1.getParent() != conf || mCall2.getParent() != conf) { 72 if (!(conf.getChildren().contains(mCall1) && conf.getChildren().contains(mCall2))) { 86 final Call conf = mInCallService.getLastConferenceCall(); local 87 assertCallState(conf, Call.STATE_ACTIVE); 89 if (!(mCall1.getParent() == conf) && (conf.getChildren().contains(mCall1))) 106 final Call conf = mInCallService.getLastConferenceCall(); local 124 final Call conf = mInCallService.getLastConferenceCall(); local 149 final Call conf = mInCallService.getLastConferenceCall(); local 220 final Call conf = mInCallService.getLastConferenceCall(); local 245 final Call conf = mInCallService.getLastConferenceCall(); local [all...] |