HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 26 - 50 of 882) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8996/etc/
Android.mk 5 LOCAL_MODULE := gps.conf
9 LOCAL_SRC_FILES := gps.conf
  /hardware/qcom/gps/msm8998/etc/
Android.mk 5 LOCAL_MODULE := gps.conf
9 LOCAL_SRC_FILES := gps.conf
  /external/boringssl/src/crypto/conf/
conf.c 57 #include <openssl/conf.h>
99 CONF *NCONF_new(void *method) {
100 CONF *conf; local
106 conf = OPENSSL_malloc(sizeof(CONF));
107 if (conf == NULL) {
111 conf->data = lh_CONF_VALUE_new(conf_value_hash, conf_value_cmp);
112 if (conf->data == NULL) {
113 OPENSSL_free(conf);
    [all...]
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 84 _EGLConfig *conf, void *native_window, const EGLint *attrib_list)
96 conf, attrib_list)) {
121 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list)
129 _EGLConfig *conf, const EGLint *attrib_list)
151 struct haiku_egl_config* conf; local
152 conf = (struct haiku_egl_config*) calloc(1, sizeof (*conf));
153 if (!conf) {
158 _eglInitConfig(&conf->base, dpy, 1);
161 _eglSetConfigKey(&conf->base, EGL_RED_SIZE, 8)
    [all...]
  /external/e2fsprogs/debian/
e2fsprogs.postinst 7 -e /etc/initramfs-tools/initramfs.conf ]; then
  /external/ltp/testcases/kdump/
Makefile 1 all: runkdump.conf
  /external/ltp/testcases/network/dhcp/
dhcpd_tests.sh 32 if [ -f /etc/dhcpd.conf ]; then
33 DHCPD_CONF="/etc/dhcpd.conf"
34 elif [ -f /etc/dhcp/dhcpd.conf ]; then
35 DHCPD_CONF="/etc/dhcp/dhcpd.conf"
37 tst_brkm TBROK "failed to find dhcpd.conf"
40 mv $DHCPD_CONF dhcpd.conf
41 [ $? -ne 0 ] && tst_brkm TBROK "failed to backup dhcpd.conf"
43 mv tst_dhcpd.conf $DHCPD_CONF
44 [ $? -ne 0 ] && tst_brkm TBROK "failed to create dhcpd.conf"
59 cat > tst_dhcpd.conf <<-EO
    [all...]
  /external/toolchain-utils/automation/server/monitor/
urls.py 6 from django.conf import settings
7 from django.conf.urls.defaults import patterns
  /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);
wpa_supplicant_conf.mk 8 # Include this makefile to generate your hardware specific wpa_supplicant.conf
16 LOCAL_MODULE := wpa_supplicant.conf
23 WPA_SUPPLICANT_CONF_TEMPLATE := $(LOCAL_PATH)/wpa_supplicant_template.conf
29 @echo Target wpa_supplicant.conf: $@
  /system/bt/conf/
Android.mk 5 # Bluetooth bt_stack.conf config file
8 LOCAL_MODULE := bt_stack.conf
15 # Bluetooth bt_did.conf config file
18 LOCAL_MODULE := bt_did.conf
  /external/wpa_supplicant_8/src/ap/
hw_features.c 157 if (iface->conf->basic_rates)
158 basic_rates = iface->conf->basic_rates;
199 if (iface->conf->supported_rates &&
200 !hostapd_rate_found(iface->conf->supported_rates,
216 (!iface->conf->ieee80211n || !iface->conf->require_ht)) {
232 if (!iface->conf->secondary_channel)
235 pri_chan = iface->conf->channel;
236 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
245 if (iface->conf->secondary_channel > 0)
523 u16 conf = iface->conf->ht_capab; local
634 u32 conf = iface->conf->vht_capab; local
    [all...]
ieee802_11_shared.c 35 if (hapd->conf->assoc_sa_query_max_timeout > tu)
36 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
39 if (timeout < hapd->conf->assoc_sa_query_max_timeout)
179 if (hapd->conf->proxy_arp)
183 if (hapd->conf->wnm_sleep_mode)
185 if (hapd->conf->bss_transition)
192 if (hapd->conf->time_advertisement == 2)
194 if (hapd->conf->interworking)
198 if (hapd->conf->qos_map_set_len)
200 if (hapd->conf->tdls & TDLS_PROHIBIT
    [all...]
ieee802_11_he.c 34 if (hapd->iface->conf->he_phy_capab.he_su_beamformer)
38 if (hapd->iface->conf->he_phy_capab.he_su_beamformee)
42 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer)
67 if (hapd->iface->conf->he_op.he_bss_color)
68 oper->he_oper_params |= hapd->iface->conf->he_op.he_bss_color;
70 if (hapd->iface->conf->he_op.he_default_pe_duration)
72 (hapd->iface->conf->he_op.he_default_pe_duration <<
75 if (hapd->iface->conf->he_op.he_twt_required)
78 if (hapd->iface->conf->he_op.he_rts_threshold)
80 (hapd->iface->conf->he_op.he_rts_threshold <
    [all...]
hostapd.c 86 radius_client_reconfig(hapd->radius, hapd->conf->radius);
89 ssid = &hapd->conf->ssid;
96 hostapd_config_clear_wpa_psk(&hapd->conf->ssid.wpa_psk);
98 if (hostapd_setup_wpa_psk(hapd->conf)) {
103 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
104 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1);
106 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0);
108 if ((hapd->conf->wpa || hapd->conf->osen) && hapd->wpa_auth == NULL)
912 struct hostapd_bss_config *conf = hapd->conf; local
1227 struct hostapd_config *conf = hapd->iconf; local
2228 struct hostapd_config *conf = NULL; local
2328 struct hostapd_config *conf; local
2586 struct hostapd_config *conf; local
2672 struct hostapd_config *conf = NULL; local
    [all...]
  /external/autotest/client/common_lib/
global_config_unittest.py 76 conf = global_config.global_config variable in class:global_config_test
85 self.conf.set_config_files(self.global_temp.name, self.shadow_temp.name,
94 self.conf.set_config_files(global_config.DEFAULT_CONFIG_FILE,
101 val = self.conf.get_config_value("SECTION_A", "value_1", float)
108 val = self.conf.get_config_value("SECTION_B", "value_1", int)
111 val = self.conf.get_config_value("SECTION_B", "value_3", int)
113 val = self.conf.get_config_value("SECTION_B", "value_4", int)
119 val = self.conf.get_config_value("SECTION_A", "value_2")
138 self.conf.reset_config_values()
141 val = self.conf.get_config_value("SECTION_C", "value_1"
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix.go 7 // Read system DNS config from /etc/resolv.conf
31 err error // any error that occurs during open of resolv.conf
32 mtime time.Time // time of resolv.conf modification
36 // See resolv.conf(5) on a Linux machine.
38 conf := &dnsConfig{
45 conf.servers = defaultNS
46 conf.search = dnsDefaultSearch()
47 conf.err = err
48 return conf
52 conf.mtime = fi.ModTime(
    [all...]
  /prebuilts/go/linux-x86/src/net/
dnsconfig_unix.go 7 // Read system DNS config from /etc/resolv.conf
31 err error // any error that occurs during open of resolv.conf
32 mtime time.Time // time of resolv.conf modification
36 // See resolv.conf(5) on a Linux machine.
38 conf := &dnsConfig{
45 conf.servers = defaultNS
46 conf.search = dnsDefaultSearch()
47 conf.err = err
48 return conf
52 conf.mtime = fi.ModTime(
    [all...]
  /external/toybox/kconfig/
Makefile 14 config: $(obj)/conf $(KCONFIG_TOP)
17 oldconfig: $(obj)/conf $(KCONFIG_TOP)
20 silentoldconfig: $(obj)/conf $(KCONFIG_TOP)
23 randconfig: $(obj)/conf $(KCONFIG_TOP)
26 allyesconfig: $(obj)/conf $(KCONFIG_TOP)
29 allnoconfig: $(obj)/conf $(KCONFIG_TOP)
32 defconfig: $(obj)/conf $(KCONFIG_TOP)
64 kconfig/conf: $(SHIPPED)
65 $(HOSTCC) -o $@ kconfig/conf.c kconfig/zconf.tab.c -DKBUILD_NO_NLS=1 \
69 rm -f $(wildcard kconfig/*zconf*.c) kconfig/conf kconfig/mcon
    [all...]
  /external/mesa3d/src/egl/main/
eglconfig.c 59 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id)
61 memset(conf, 0, sizeof(*conf));
63 conf->Display = dpy;
66 conf->ConfigID = id;
67 conf->ConfigCaveat = EGL_NONE;
68 conf->TransparentType = EGL_NONE;
69 conf->NativeVisualType = EGL_NONE;
70 conf->ColorBufferType = EGL_RGB_BUFFER;
81 _eglLinkConfig(_EGLConfig *conf)
108 _EGLConfig *conf; local
831 _EGLConfig *conf = (_EGLConfig *) elem; local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScanResultMatchInfoTest.java 39 WifiConfiguration conf = local
41 ScanDetail scan = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA");
42 assertEquals(ScanResultMatchInfo.fromWifiConfiguration(conf),
45 conf = WifiConfigurationTestUtil.createOpenNetwork("\"WIFIght the inevitable\"");
46 scan = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB");
47 assertEquals(ScanResultMatchInfo.fromWifiConfiguration(conf),
57 WifiConfiguration conf = local
59 ScanDetail scan1 = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA");
60 ScanDetail scan2 = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB");
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog06 46 /etc/syslog.conf|/etc/rsyslog.conf)
51 /etc/syslog-ng/syslog-ng.conf)
  /external/mesa3d/src/gallium/include/state_tracker/
drm_driver.h 108 const struct drm_conf_ret *(*configuration) (enum drm_conf conf);
116 #define DRM_DRIVER_DESCRIPTOR(driver_name_str, func, conf) \
120 .configuration = (conf), \
  /external/scapy/scapy/arch/
__init__.py 25 if not scapy.config.conf.use_pcap and not scapy.config.conf.use_dnet:
53 if scapy.config.conf.use_pcap or scapy.config.conf.use_dnet:
58 if scapy.config.conf.use_pcap or scapy.config.conf.use_dnet:
63 scapy.config.conf.use_bpf = True
64 scapy.config.conf.L2listen = L2bpfListenSocket
65 scapy.config.conf.L2socket = L2bpfSocket
66 scapy.config.conf.L3socket = L3bpfSocke
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConferenceTest.java 76 final Call conf = mInCallService.getLastConferenceCall(); local
77 assertCallState(conf, Call.STATE_ACTIVE);
79 if (mCall1.getParent() != conf || mCall2.getParent() != conf) {
82 if (!(conf.getChildren().contains(mCall1) && conf.getChildren().contains(mCall2))) {
96 final Call conf = mInCallService.getLastConferenceCall(); local
97 assertCallState(conf, Call.STATE_ACTIVE);
99 if (!(mCall1.getParent() == conf) && (conf.getChildren().contains(mCall1)))
116 final Call conf = mInCallService.getLastConferenceCall(); local
134 final Call conf = mInCallService.getLastConferenceCall(); local
159 final Call conf = mInCallService.getLastConferenceCall(); local
239 final Call conf = mInCallService.getLastConferenceCall(); local
261 final Call conf = mInCallService.getLastConferenceCall(); local
285 final Call conf = mInCallService.getLastConferenceCall(); local
308 final Call conf = mInCallService.getLastConferenceCall(); local
341 final Call conf = mInCallService.getLastConferenceCall(); local
359 final Call conf = mInCallService.getLastConferenceCall(); local
384 final Call conf = mInCallService.getLastConferenceCall(); local
    [all...]

Completed in 679 milliseconds

12 3 4 5 6 7 8 91011>>