HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 51 - 75 of 723) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm_external.h 55 snd_config_t *root, snd_config_t *conf, \
61 int snd_pcm_parse_control_id(snd_config_t *conf, snd_ctl_elem_id_t *ctl_id, int *cardp,
pcm_plugin.h 73 snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf,
82 snd_config_t *root, snd_config_t *conf,
92 snd_config_t *root, snd_config_t *conf,
102 snd_config_t *root, snd_config_t *conf,
112 snd_config_t *root, snd_config_t *conf,
122 snd_config_t *root, snd_config_t *conf,
132 snd_config_t *root, snd_config_t *conf,
152 snd_config_t *root, snd_config_t *conf,
163 snd_config_t *root, snd_config_t *conf,
172 snd_config_t *root, snd_config_t *conf,
    [all...]
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
20-resolv.conf 1 # Generate /etc/resolv.conf
3 # We can merge other dhcpcd resolv.conf files into one like resolvconf,
9 resolv_conf_dir="$state_dir/resolv.conf"
15 local cf="$state_dir/resolv.conf.$ifname"
21 # Build the resolv.conf
50 # Assemble resolv.conf using our head and tail files
54 if [ -f /etc/resolv.conf.head ]; then
55 cat /etc/resolv.conf.head >> "$cf"
57 echo "# /etc/resolv.conf.head can replace this line" >> "$cf"
60 if [ -f /etc/resolv.conf.tail ]; the
    [all...]
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
MavenDependencyCollectorTask.groovy 50 project.configurations.each { conf ->
51 resolveDirectDependencies(conf)
53 project.buildscript.configurations.each { conf ->
54 resolveDirectDependencies(conf)
58 void resolveDirectDependencies(Configuration conf) {
59 conf.getResolvedConfiguration().getResolvedArtifacts().each {
60 localizeTask.add(this, it.getModuleVersion().id, conf)
  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix_test.go 23 name: "testdata/resolv.conf",
35 name: "testdata/domain-resolv.conf",
45 name: "testdata/search-resolv.conf",
55 name: "testdata/empty-resolv.conf",
65 name: "testdata/invalid-ndots-resolv.conf",
75 name: "testdata/large-ndots-resolv.conf",
85 name: "testdata/negative-ndots-resolv.conf",
95 name: "testdata/openbsd-resolv.conf",
113 conf := dnsReadConfig(tt.name)
114 if conf.err != nil
    [all...]
  /prebuilts/go/linux-x86/src/net/
dnsconfig_unix_test.go 23 name: "testdata/resolv.conf",
35 name: "testdata/domain-resolv.conf",
45 name: "testdata/search-resolv.conf",
55 name: "testdata/empty-resolv.conf",
65 name: "testdata/invalid-ndots-resolv.conf",
75 name: "testdata/large-ndots-resolv.conf",
85 name: "testdata/negative-ndots-resolv.conf",
95 name: "testdata/openbsd-resolv.conf",
113 conf := dnsReadConfig(tt.name)
114 if conf.err != nil
    [all...]
  /external/wpa_supplicant_8/src/ap/
x_snoop.c 20 struct hostapd_bss_config *conf = hapd->conf; local
22 if (!conf->isolate) {
28 if (conf->bridge[0] == '\0') {
72 struct hostapd_bss_config *conf = hapd->conf; local
75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1);
beacon.c 43 if (hapd->conf->radio_measurements[i])
52 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN);
64 if (hapd->conf->bss_load_test_set) {
67 os_memcpy(eid, hapd->conf->bss_load_test, 5);
72 if (hapd->conf->bss_load_update_period) {
388 if (hapd->conf->vendor_elements)
389 buflen += wpabuf_len(hapd->conf->vendor_elements);
390 if (hapd->conf->vendor_vht) {
426 *pos++ = hapd->conf->ssid.ssid_len;
427 os_memcpy(pos, hapd->conf->ssid.ssid, hapd->conf->ssid.ssid_len)
    [all...]
hs20.c 22 u8 conf; local
23 if (!hapd->conf->hs20)
30 conf = HS20_VERSION; /* Release Number */
31 conf |= HS20_ANQP_DOMAIN_ID_PRESENT;
32 if (hapd->conf->disable_dgaf)
33 conf |= HS20_DGAF_DISABLED;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
47 if (!hapd->conf->osen)
74 if (hapd->conf->wmm_enabled)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 49 struct hostapd_config *conf,
54 u8 channel = conf->channel;
56 if (!conf->secondary_channel)
59 switch (conf->vht_oper_chwidth) {
69 * conf->vht_oper_chwidth might not be set for non-P2P GO cases,
73 conf->vht_oper_chwidth = VHT_CHANWIDTH_160MHZ;
76 conf->vht_oper_chwidth = VHT_CHANWIDTH_80MHZ;
85 conf->vht_oper_centr_freq_seg0_idx = center_chan;
89 conf->vht_oper_centr_freq_seg0_idx =
90 channel + conf->secondary_channel * 2
608 struct hostapd_config *conf; local
1196 struct hostapd_bss_config *conf; local
1297 struct hostapd_bss_config *conf; local
    [all...]
  /external/boringssl/src/include/openssl/
conf.h 80 * Config files are represented by a |CONF|. */
93 /* NCONF_new returns a fresh, empty |CONF|, or NULL on error. The |method|
95 OPENSSL_EXPORT CONF *NCONF_new(void *method);
97 /* NCONF_free frees all the data owned by |conf| and then |conf| itself. */
98 OPENSSL_EXPORT 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...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 161 * conf - RADIUS client configuration (list of RADIUS servers to use)
163 struct hostapd_radius_servers *conf; member in struct:radius_client_data
364 struct hostapd_radius_servers *conf = radius->conf; local
375 if (radius->acct_sock < 0 && conf->num_acct_servers > 1) {
383 conf->acct_server->requests++;
385 conf->acct_server->timeouts++;
386 conf->acct_server->retransmissions++;
391 if (radius->auth_sock < 0 && conf->num_auth_servers > 1) {
399 conf->auth_server->requests++
559 struct hostapd_radius_servers *conf = radius->conf; local
588 struct hostapd_radius_servers *conf = radius->conf; local
727 struct hostapd_radius_servers *conf = radius->conf; local
793 struct hostapd_radius_servers *conf = radius->conf; local
1052 struct hostapd_radius_servers *conf = radius->conf; local
1221 struct hostapd_radius_servers *conf = radius->conf; local
1315 struct hostapd_radius_servers *conf = radius->conf; local
1371 struct hostapd_radius_servers *conf = radius->conf; local
1639 struct hostapd_radius_servers *conf; local
    [all...]
  /external/selinux/libsemanage/src/
Makefile 25 DEFAULT_SEMANAGE_CONF_LOCATION=$(DESTDIR)/etc/selinux/semanage.conf
54 GENERATED=$(SWIGCOUT) $(SWIGRUBYCOUT) semanageswig_python_exception.i $(wildcard conf-*.[ch])
57 OBJS= $(patsubst %.c,%.o,$(SRCS)) conf-scan.o conf-parse.o
58 LOBJS= $(patsubst %.c,%.lo,$(SRCS)) conf-scan.lo conf-parse.lo
103 conf-scan.c: conf-scan.l conf-parse.h
106 conf-parse.c: conf-parse.
    [all...]
  /external/autotest/client/common_lib/cros/
avahi_utils.py 25 def avahi_config(options, src_file='/etc/avahi/avahi-daemon.conf', host=None):
26 """Creates a temporary avahi-daemon.conf file with the specified changes.
43 conf = ConfigParser.SafeConfigParser()
44 conf.readfp(io.BytesIO(existing_config))
47 if not conf.has_section(section):
48 conf.add_section(section)
50 conf.remove_option(section, option)
52 conf.set(section, option, value)
54 tmp_conf_file = run('mktemp -t avahi-conf.XXXX').stdout.strip()
56 for section in conf.sections()
    [all...]
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog01 32 # syslog.conf should contain: #
46 /etc/syslog.conf|/etc/rsyslog.conf)
52 /etc/syslog-ng/syslog-ng.conf)
syslog03 30 # syslog.conf should contain: #
41 /etc/syslog.conf|/etc/rsyslog.conf)
46 /etc/syslog-ng/syslog-ng.conf)
syslog04 41 /etc/syslog.conf|/etc/rsyslog.conf)
46 /etc/syslog-ng/syslog-ng.conf)
syslog05 46 /etc/syslog.conf|/etc/rsyslog.conf)
51 /etc/syslog-ng/syslog-ng.conf)
  /hardware/broadcom/libbt/
Android.mk 26 src/conf.c
57 include $(LOCAL_PATH)/conf/samsung/maguro/Android.mk
60 include $(LOCAL_PATH)/conf/samsung/crespo/Android.mk
63 include $(LOCAL_PATH)/conf/samsung/crespo4g/Android.mk
66 include $(LOCAL_PATH)/conf/moto/wingray/Android.mk
69 include $(LOCAL_PATH)/conf/google/gce_x86/Android.mk
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_plugin.h 73 snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf,
82 snd_config_t *root, snd_config_t *conf,
92 snd_config_t *root, snd_config_t *conf,
102 snd_config_t *root, snd_config_t *conf,
112 snd_config_t *root, snd_config_t *conf,
122 snd_config_t *root, snd_config_t *conf,
132 snd_config_t *root, snd_config_t *conf,
152 snd_config_t *root, snd_config_t *conf,
163 snd_config_t *root, snd_config_t *conf,
172 snd_config_t *root, snd_config_t *conf,
    [all...]
  /external/selinux/libsepol/tests/
Makefile 26 policysrc := $(foreach path,$(testsuites),$(wildcard $(path)/*.conf))
37 %.conf.std: $(m4support) %.conf
40 %.conf.mls: $(m4support) %.conf
51 ../../checkpolicy/checkpolicy -M policies/test-cond/refpolicy-base.conf -o policies/test-downgrade/policy.hi
  /build/make/target/product/
full_base_telephony.mk 27 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
  /device/generic/car/common/product/
full_base_telephony.mk 27 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
  /external/autotest/frontend/tko/
urls.py 1 from django.conf.urls import defaults
  /external/autotest/site_utils/admin/apache/
apache2.conf 186 Include /etc/apache2/mods-enabled/*.conf
189 Include /etc/apache2/httpd.conf
192 Include /etc/apache2/ports.conf
295 Include /etc/apache2/conf.d/

Completed in 171 milliseconds

1 23 4 5 6 7 8 91011>>