/external/autotest/client/site_tests/firmware_TouchMTB/ |
touchbotII_robot_wrapper.py | 14 import test_conf as conf 90 conf.NOISE_LINE: self._get_control_command_line, 91 conf.NOISE_STATIONARY: self._get_control_command_single_tap, 92 conf.NOISE_STATIONARY_EXTENDED: self._get_control_command_single_tap, 93 conf.ONE_FINGER_TRACKING: self._get_control_command_line, 94 conf.ONE_FINGER_TO_EDGE: self._get_control_command_line, 95 conf.ONE_FINGER_SWIPE: self._get_control_command_line, 96 conf.ONE_FINGER_TAP: self._get_control_command_single_tap, 97 conf.ONE_FINGER_TRACKING_FROM_CENTER: 99 conf.RAPID_TAPS: self._get_control_command_rapid_taps [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_ht.c | 30 hapd->conf->disable_11n) 87 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n) 150 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed) 180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz) 210 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); 212 if (iface->conf->secondary_channel > 0) 244 if (!(iface->conf->ht_capab & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET)) 310 if (iface->conf->secondary_channel) { 315 iface->conf->secondary_channel = 0 [all...] |
eap_user_db.c | 176 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) { 178 hapd->conf->eap_user_sqlite, sqlite3_errmsg(db)); 191 sqlite3_errmsg(db), hapd->conf->eap_user_sqlite); 204 hapd->conf->eap_user_sqlite); 227 const struct hostapd_bss_config *conf = hapd->conf; local 228 struct hostapd_eap_user *user = conf->eap_user; 231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN && 240 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN && 246 wsc_registrar.password = (u8 *) conf->ap_pin [all...] |
ap_drv_ops.c | 113 if (hapd->conf->p2p & P2P_MANAGE) { 131 if (hapd->conf->wps_state) { 139 if (hapd->conf->p2p & P2P_MANAGE) { 171 if (hapd->conf->mbo_enabled) { 180 add_buf(&beacon, hapd->conf->vendor_elements); 181 add_buf(&proberesp, hapd->conf->vendor_elements); 182 add_buf(&assocresp, hapd->conf->assocresp_elements); 260 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) || 279 params.wpa = hapd->conf->wpa [all...] |
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
WifiConfigCreator.java | 99 WifiConfiguration conf = createConfig(ssid, false, SECURITY_TYPE_NONE, null); local 101 conf.setHttpProxy(ProxyInfo.buildPacProxy(Uri.parse(pacProxyUrl))); 103 netId = mWifiManager.addNetwork(conf); 109 conf = w; 113 if (conf == null) { 117 ProxyInfo httpProxy = conf.getHttpProxy(); 120 retrievedPacProxyUrl = conf.getHttpProxy().getPacFileUrl().toString(); 142 WifiConfiguration conf = createConfig(ssid, hidden, securityType, password); local 143 conf.networkId = wifiConf.networkId; 145 int newNetId = mWifiManager.updateNetwork(conf); [all...] |
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
50-ntp.conf | 2 # Like our resolv.conf hook script, we store a database of ntp.conf files 3 # and merge into /etc/ntp.conf 6 # dhcpcd -e NTP_CONF=/usr/pkg/etc/ntpd.conf 8 # NTP_CONF=/usr/pkg/etc/ntpd.conf 16 : ${NTP_DHCP_CONF:=/var/lib/ntp/ntp.conf.dhcp} 21 ntp_conf_dir="$state_dir/ntp.conf" 25 if [ -z "$NTP_CONF" -a -e /etc/ntpd.conf -a ! -e /etc/ntp.conf ]; then 26 : ${NTP_CONF:=/etc/ntpd.conf} [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
preauth_test.c | 55 hdr->version = wpa_s->conf->eapol_version; 166 wpa_config_set_blob(wpa_s->conf, blob); 174 return wpa_config_get_blob(wpa_s->conf, name); 188 wpa_config_free(wpa_s->conf); 288 printf("usage: preauth_test <conf> <target MAC address> " 309 wpa_s.conf = wpa_config_read(argv[1], NULL); 310 if (wpa_s.conf == NULL) { 314 if (wpa_s.conf->ssid == NULL) { 329 wpa_s.conf->ctrl_interface); 332 if (wpa_supplicant_scard_init(&wpa_s, wpa_s.conf->ssid) [all...] |
mesh_mpm.c | 213 struct mesh_conf *conf = ifmsh->mconf; local 218 int ampe = conf->security & MESH_CONF_SEC_AMPE; 246 buf_len += conf->rsn_ie_len; /* RSN IE */ 272 wpabuf_put_data(buf, conf->rsn_ie, conf->rsn_ie_len); 276 wpabuf_put_u8(buf, conf->meshid_len); 277 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); 279 /* IE: mesh conf */ 282 wpabuf_put_u8(buf, conf->mesh_pp_id) 422 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local 473 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local 539 struct mesh_conf *conf; local 647 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local 746 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local 812 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local 867 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local [all...] |
/external/wpa_supplicant_8/hostapd/ |
main.c | 56 if (hapd && hapd->conf) { 57 conf_syslog_level = hapd->conf->logger_syslog_level; 58 conf_stdout_level = hapd->conf->logger_stdout_level; 59 conf_syslog = hapd->conf->logger_syslog; 60 conf_stdout = hapd->conf->logger_stdout; 93 if (hapd && hapd->conf && addr) 95 hapd->conf->iface, MAC2STR(addr), 98 else if (hapd && hapd->conf) 100 hapd->conf->iface, module_str ? " " : "", 158 struct hostapd_bss_config *conf = hapd->conf local [all...] |
/prebuilts/go/darwin-x86/src/net/ |
dnsclient_unix_test.go | 164 conf := &resolvConfTest{ 166 path: path.Join(dir, "resolv.conf"), 169 conf.initOnce.Do(conf.init) 170 return conf, nil 173 func (conf *resolvConfTest) writeAndUpdate(lines []string) error { 174 f, err := os.OpenFile(conf.path, os.O_CREATE|os.O_TRUNC|os.O_WRONLY, 0600) 183 if err := conf.forceUpdate(conf.path, time.Now().Add(time.Hour)); err != nil { 189 func (conf *resolvConfTest) forceUpdate(name string, lastChecked time.Time) error [all...] |
/prebuilts/go/linux-x86/src/net/ |
dnsclient_unix_test.go | 164 conf := &resolvConfTest{ 166 path: path.Join(dir, "resolv.conf"), 169 conf.initOnce.Do(conf.init) 170 return conf, nil 173 func (conf *resolvConfTest) writeAndUpdate(lines []string) error { 174 f, err := os.OpenFile(conf.path, os.O_CREATE|os.O_TRUNC|os.O_WRONLY, 0600) 183 if err := conf.forceUpdate(conf.path, time.Now().Add(time.Hour)); err != nil { 189 func (conf *resolvConfTest) forceUpdate(name string, lastChecked time.Time) error [all...] |
/build/make/target/product/ |
generic_no_telephony.mk | 36 clatd.conf \ 55 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
syslog08 | 53 /etc/syslog.conf|/etc/rsyslog.conf) 59 /etc/syslog-ng/syslog-ng.conf)
|
syslog07 | 32 # because of the format of syslog-ng.conf # 46 if [ $CONFIG_FILE = /etc/syslog.conf ]; then 57 /etc/syslog.conf|/etc/rsyslog.conf) 62 /etc/syslog-ng/syslog-ng.conf)
|
/prebuilts/go/darwin-x86/src/go/types/ |
sizes_test.go | 26 var conf types.Config 27 _, err = conf.Check("x", fset, []*ast.File{f}, &info) 100 conf := types.Config{ 104 _, err = conf.Check("x", fset, []*ast.File{f}, &info) 109 _ = conf.Sizes.Sizeof(tv.Type) 110 _ = conf.Sizes.Alignof(tv.Type)
|
/prebuilts/go/linux-x86/src/go/types/ |
sizes_test.go | 26 var conf types.Config 27 _, err = conf.Check("x", fset, []*ast.File{f}, &info) 100 conf := types.Config{ 104 _, err = conf.Check("x", fset, []*ast.File{f}, &info) 109 _ = conf.Sizes.Sizeof(tv.Type) 110 _ = conf.Sizes.Alignof(tv.Type)
|
/device/google/atv/products/ |
sdk_atv_armv7.mk | 32 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 41 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
/external/aac/libMpegTPDec/include/ |
mpegFileRead.h | 119 * \param conf Pointer to unsigned char to hold the AudioSpecificConfig of the input file, if 128 UCHAR *conf[],
|
/external/autotest/client/cros/cellular/wardmodem/ |
modem_configuration.py | 13 DEFAULT_CONF_FILE = 'base.conf' 15 'e362': 'e362.conf', 48 # Now load the plugin conf data. 166 @return The conf data loaded from file. 176 conf = {} 177 execfile(full_path, conf) 179 del conf['__builtins__'] 180 return conf
|
/external/autotest/frontend/ |
urls_common.py | 2 from django.conf.urls import defaults
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CharsetMatch.java | 182 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { 183 fConfidence = conf; 202 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { 203 fConfidence = conf;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CharsetMatch.java | 194 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { 195 fConfidence = conf; 214 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { 215 fConfidence = conf;
|
/external/ltp/testcases/network/stress/ftp/ |
ftp-download-stress | 57 touch vsftpd.conf 62 vsftpd $ip_opt -oanonymous_enable=YES vsftpd.conf
|
ftp-upload-stress | 69 touch vsftpd.conf 76 vsftpd $ip_opt $upload_opt -oanonymous_enable=YES vsftpd.conf
|
/external/openssh/openbsd-compat/ |
openssl-compat.c | 29 # include <openssl/conf.h>
|