/external/parameter-framework/upstream/parameter/ |
DomainConfiguration.cpp | 264 [](const string &a, const AreaConfiguration &conf) { 265 return a + conf->getConfigurableElement()->getPath() + "\n"; 316 [&](const AreaConfiguration &conf) { 317 return conf != nullptr && 318 conf->getConfigurableElement() == pConfigurableElement; 340 [&](bool accumulator, const AreaConfiguration &conf) { 341 return conf->restore(pMainBlackboard, bSync, errors) && accumulator; 454 [&](const AreaConfiguration &conf) { 455 return conf->getConfigurableElement() == pConfigurableElement; 468 [&](const AreaConfiguration &conf) { [all...] |
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 176 GLX_egl_config_index(_EGLConfig *conf) 178 struct GLX_egl_config *GLX_conf = GLX_egl_config(conf); 436 _EGLConfig *conf = &GLX_conf->Base; local 440 conf->SurfaceType &= ~EGL_WINDOW_BIT; 443 conf->SurfaceType |= EGL_PBUFFER_BIT; 447 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) { 448 conf->NativeVisualID = 0; 449 conf->NativeVisualType = EGL_NONE; 452 if (conf->TransparentType != EGL_TRANSPARENT_RGB) { 454 conf->TransparentRedValue = 0 [all...] |
/external/wpa_supplicant_8/src/ap/ |
sta_info.c | 373 hapd->conf->iface, __func__, MAC2STR(sta->addr), sta->flags, 404 next_time = hapd->conf->ap_max_inactivity + fuzz; 413 } else if (inactive_sec < hapd->conf->ap_max_inactivity) { 419 next_time = hapd->conf->ap_max_inactivity + fuzz - 426 hapd->conf->ap_max_inactivity); 428 if (hapd->conf->skip_inactivity_poll) 436 !hapd->conf->skip_inactivity_poll) { 442 next_time = hapd->conf->ap_max_inactivity; 538 hapd->conf->iface, MAC2STR(sta->addr)); 598 MACSTR, hapd->conf->iface, MAC2STR(sta->addr)) [all...] |
/external/tlsdate/src/ |
tlsdated.c | 38 #include "src/conf.h" 264 parse_source (struct opts *opts, struct conf_entry *conf) 276 assert (!strcmp (conf->key, "source")); 277 conf = conf->next; 278 while (conf && strcmp (conf->key, "end")) 280 if (!strcmp (conf->key, "host")) 281 host = conf->value; 282 else if (!strcmp (conf->key, "port") 302 struct conf_entry *conf, *e; local [all...] |
/build/target/board/generic_arm64/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
/build/target/board/generic_x86/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
/build/target/board/generic_x86_64/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
/build/target/product/ |
sdk_base.mk | 63 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 64 device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml \ 77 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ 78 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
/docs/source.android.com/scripts/ |
build2stage.sh | 16 source /etc/profile.d/build2stage-conf.sh
|
/external/avahi/initscript/archlinux/ |
avahi-daemon.in | 26 . /etc/rc.conf
|
avahi-dnsconfd.in | 26 . /etc/rc.conf
|
/external/dbus/test/data/equiv-config-files/basic/ |
basic-1.conf | 9 <include ignore_missing="yes">nonexistent.conf</include>
|
/external/dbus/test/data/equiv-config-files/entities/ |
entities-1.conf | 10 <include ignore_missing="yes">nonexistent.confn</include>
|
/external/dbus/test/data/valid-config-files/ |
basic.conf | 9 <include ignore_missing="yes">nonexistent.conf</include>
|
entities.conf | 10 <include ignore_missing="yes">nonexistent.confn</include>
|
/external/elfutils/config/ |
Makefile.am | 31 EXTRA_DIST = elfutils.spec.in known-dwarf.awk 10-default-yama-scope.conf
|
/external/selinux/policycoreutils/mcstrans/share/examples/pipes/ |
setrans.conf | 20 Include=/etc/selinux/mls/setrans.d/pipes.conf
|
/external/selinux/policycoreutils/sestatus/ |
Makefile | 22 install -m 644 sestatus.conf.5 $(MANDIR)/man5 24 install -m 644 sestatus.conf $(ETCDIR)
|
/external/wpa_supplicant_8/src/radius/ |
radius_client.h | 253 radius_client_init(void *ctx, struct hostapd_radius_servers *conf); 260 struct hostapd_radius_servers *conf);
|
/external/iproute2/examples/ |
dhcp-client-script | 296 # NOTE: we try to be careful and not to break user supplied resolv.conf. 309 echo $idstring > /etc/resolv.conf.dhcp 311 echo search $new_domain_name >> /etc/resolv.conf.dhcp 313 echo options ndots:1 >> /etc/resolv.conf.dhcp 317 echo nameserver $nameserver >> /etc/resolv.conf.dhcp 320 echo nameserver 127.0.0.1 >> /etc/resolv.conf.dhcp 323 if [ -f /etc/resolv.conf ]; then 324 if [ "`head -1 /etc/resolv.conf`" != "$idstring" ]; then 332 mv /etc/resolv.conf.dhcp /etc/resolv.conf [all...] |
/external/skia/include/utils/ |
SkRTConf.h | 28 virtual bool equals(const SkRTConfBase *conf) const = 0; 41 bool equals(const SkRTConfBase *conf) const; 90 void registerConf(SkRTConfBase *conf); 183 bool SkRTConf<T>::equals(const SkRTConfBase *conf) const { 185 const SkRTConf<T> *child_pointer = static_cast<const SkRTConf<T> *>(conf);
|
/prebuilts/go/darwin-x86/src/go/types/ |
issues_test.go | 28 conf := Config{Importer: importer.Default()} 29 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, nil) // do not crash 53 var conf Config 55 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Types: types}) 101 var conf Config 103 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Types: types}) 135 var conf Config 137 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Defs: defs}) 181 conf := Config{Error: func(err error) { t.Log(err) }} 184 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Defs: defs, Uses: uses} [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
issues_test.go | 28 conf := Config{Importer: importer.Default()} 29 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, nil) // do not crash 53 var conf Config 55 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Types: types}) 101 var conf Config 103 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Types: types}) 135 var conf Config 137 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Defs: defs}) 181 conf := Config{Error: func(err error) { t.Log(err) }} 184 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, &Info{Defs: defs, Uses: uses} [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wps_supplicant.c | 244 if (wpa_s->conf->ap_scan == 1) 255 if (wpa_s->conf->ap_scan == 1) 268 for (ssid = wpa_s->conf->ssid, next = ssid ? ssid->next : NULL; ssid; 354 wpa_config_remove_network(wpa_s->conf, ssid->id); 369 if ((wpa_s->conf->wps_cred_processing == 1 || 370 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) { 388 if (wpa_s->conf->wps_cred_processing == 1) 453 ssid = wpa_config_add_network(wpa_s->conf); 550 ssid->priority = wpa_s->conf->wps_priority; 557 if (wpa_s->conf->update_config & [all...] |
wpas_glue.c | 38 wpa_config_set_blob(wpa_s->conf, blob); 39 if (wpa_s->conf->update_config) { 40 int ret = wpa_config_write(wpa_s->confname, wpa_s->conf); 53 return wpa_config_get_blob(wpa_s->conf, name); 71 hdr->version = wpa_s->conf->eapol_version; 952 if (wpa_s->conf->update_config) { 953 res = wpa_config_write(wpa_s->confname, wpa_s->conf); 985 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; 986 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; 987 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path 1104 struct rsn_supp_config conf; local [all...] |