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

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/targets/dri-radeonsi/
target.c 29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
31 switch (conf) {
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
target.c 34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
36 switch (conf) {
  /hardware/bsp/intel/peripheral/bluetooth/bcm43340/
peripheral.mk 24 $(BCM43340_BT_SRC)/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
  /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...]
  /system/connectivity/shill/dhcp/
dhcpv6_config_unittest.cc 179 KeyValueStore conf; local
180 conf.SetString(DHCPv6Config::kConfigurationKeyIPAddress, kConfigIPAddress);
181 conf.SetUint(DHCPv6Config::kConfigurationKeyIPAddressLeaseTime,
183 conf.SetString(DHCPv6Config::kConfigurationKeyDelegatedPrefix,
185 conf.SetUint(DHCPv6Config::kConfigurationKeyDelegatedPrefixLength,
187 conf.SetUint(DHCPv6Config::kConfigurationKeyDelegatedPrefixLeaseTime,
192 conf.SetStrings(DHCPv6Config::kConfigurationKeyDNS, dns);
197 conf.SetStrings(DHCPv6Config::kConfigurationKeyDomainSearch, domain_search);
199 conf.SetString("UnknownKey", "UnknownValue");
201 ASSERT_TRUE(config_->ParseConfiguration(conf));
268 KeyValueStore conf; local
285 KeyValueStore conf; local
307 KeyValueStore conf; local
321 KeyValueStore conf; local
339 KeyValueStore conf; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/
conf_test.go 22 // represents a dnsConfig returned by parsing a nonexistent resolv.conf
34 c *conf
40 c: &conf{
52 c: &conf{
66 c: &conf{
73 // On OpenBSD, no resolv.conf means no DNS.
76 c: &conf{
84 c: &conf{
93 c: &conf{
104 c: &conf{
    [all...]
dnsclient_unix_test.go 108 conf := &resolvConfTest{
110 path: path.Join(dir, "resolv.conf"),
113 conf.initOnce.Do(conf.init)
114 return conf, nil
117 func (conf *resolvConfTest) writeAndUpdate(lines []string) error {
118 f, err := os.OpenFile(conf.path, os.O_CREATE|os.O_TRUNC|os.O_WRONLY, 0600)
127 if err := conf.forceUpdate(conf.path); err != nil {
133 func (conf *resolvConfTest) forceUpdate(name string) error
    [all...]
  /prebuilts/go/linux-x86/src/net/
conf_test.go 22 // represents a dnsConfig returned by parsing a nonexistent resolv.conf
34 c *conf
40 c: &conf{
52 c: &conf{
66 c: &conf{
73 // On OpenBSD, no resolv.conf means no DNS.
76 c: &conf{
84 c: &conf{
93 c: &conf{
104 c: &conf{
    [all...]
dnsclient_unix_test.go 108 conf := &resolvConfTest{
110 path: path.Join(dir, "resolv.conf"),
113 conf.initOnce.Do(conf.init)
114 return conf, nil
117 func (conf *resolvConfTest) writeAndUpdate(lines []string) error {
118 f, err := os.OpenFile(conf.path, os.O_CREATE|os.O_TRUNC|os.O_WRONLY, 0600)
127 if err := conf.forceUpdate(conf.path); err != nil {
133 func (conf *resolvConfTest) forceUpdate(name string) error
    [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...]
  /external/wpa_supplicant_8/src/ap/
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...]
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 39 if (!hapd->conf->radio_measurements || len < 2 + 4)
44 *eid++ = (hapd->conf->radio_measurements & BIT(0)) ?
60 if (hapd->conf->bss_load_test_set) {
63 os_memcpy(eid, hapd->conf->bss_load_test, 5);
68 if (hapd->conf->bss_load_update_period) {
384 if (hapd->conf->vendor_elements)
385 buflen += wpabuf_len(hapd->conf->vendor_elements);
386 if (hapd->conf->vendor_vht) {
415 *pos++ = hapd->conf->ssid.ssid_len;
416 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...]
  /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)
  /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
590 struct hostapd_config *conf; local
1173 struct hostapd_bss_config *conf; local
1274 struct hostapd_bss_config *conf; local
    [all...]
  /external/selinux/libsemanage/src/
Makefile 24 DEFAULT_SEMANAGE_CONF_LOCATION=$(DESTDIR)/etc/selinux/semanage.conf
56 OBJS= $(patsubst %.c,%.o,$(SRCS)) conf-scan.o conf-parse.o
57 LOBJS= $(patsubst %.c,%.lo,$(SRCS)) conf-scan.lo conf-parse.lo
70 GENERATED=$(SWIGCOUT) $(SWIGRUBYCOUT) $(wildcard conf-*.[ch])
104 conf-scan.c: conf-scan.l conf-parse.h
107 conf-parse.c: conf-parse.
    [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 = radius->conf; local
    [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...]
  /hardware/broadcom/libbt/
Android.mk 27 src/conf.c
54 include $(LOCAL_PATH)/conf/samsung/maguro/Android.mk
57 include $(LOCAL_PATH)/conf/samsung/crespo/Android.mk
60 include $(LOCAL_PATH)/conf/samsung/crespo4g/Android.mk
63 include $(LOCAL_PATH)/conf/moto/wingray/Android.mk
66 include $(LOCAL_PATH)/conf/google/gce_x86/Android.mk
  /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/target/product/
full_base_telephony.mk 27 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \

Completed in 1022 milliseconds

1 23 4 5 6 7 8 91011>>