/external/wpa_supplicant_8/wpa_supplicant/ |
autoscan.c | 49 const char *name = wpa_s->conf->autoscan;
|
/external/fec/ |
configure | 88 echo "#! /bin/sh" >conf$$.sh 89 echo "exit 0" >>conf$$.sh 90 chmod +x conf$$.sh 91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 96 rm -f conf$$.sh 200 rm -f conf$$ conf$$.exe conf$$.file 201 echo >conf$$.file 202 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/e2fsprogs/ |
configure | 513 rm -f conf$$ conf$$.exe conf$$.file 514 if test -d conf$$.dir; then 515 rm -f conf$$.dir/conf$$.file 517 rm -f conf$$.dir 518 mkdir conf$$.dir 2>/dev/null 520 if (echo >conf$$.file) 2>/dev/null; then 521 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_x11.c | 178 _EGLConfig *conf, EGLNativeWindowType window, 182 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); 197 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) 204 xcb_create_pixmap(dri2_dpy->conn, conf->BufferSize, 234 swrastCreateDrawable(dri2_dpy, dri2_surf, _eglGetConfigKey(conf, EGL_BUFFER_SIZE)); 272 _EGLConfig *conf, EGLNativeWindowType window, 275 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf, 281 _EGLConfig *conf, EGLNativePixmapType pixmap, 284 return dri2_create_surface(drv, disp, EGL_PIXMAP_BIT, conf, 290 _EGLConfig *conf, const EGLint *attrib_list [all...] |
/external/libexif/ |
configure | 484 rm -f conf$$ conf$$.exe conf$$.file 485 if test -d conf$$.dir; then 486 rm -f conf$$.dir/conf$$.file 488 rm -f conf$$.dir 489 mkdir conf$$.dir 2>/dev/null 491 if (echo >conf$$.file) 2>/dev/null; then 492 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
configure | 471 rm -f conf$$ conf$$.exe conf$$.file 472 if test -d conf$$.dir; then 473 rm -f conf$$.dir/conf$$.file 475 rm -f conf$$.dir 476 mkdir conf$$.dir 2>/dev/null 478 if (echo >conf$$.file) 2>/dev/null; then 479 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/device/asus/fugu/ |
init.fugu.rc | 109 copy /system/etc/security/sep_policy.conf /sys/fs/sepfs/load 128 setprop ro.bt.bdaddr_path "/factory/bt/bd_addr.conf" 187 service wpa_supplicant /system/bin/wpa_supplicant -Dnl80211 -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf -g@android:wpa_wlan0 195 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ 196 -m/data/misc/wifi/p2p_supplicant.conf \
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
report_html.py | 12 import test_conf as conf 155 tmp_copy = os.path.join(conf.docroot,
|
/external/autotest/site_utils/ |
lxc_config.py | 11 "source": "/etc/resolv.conf", 12 "target": "/etc/resolv.conf", 33 1. Append the content of /etc/resolv.conf in host machine to file 34 /etc/resolv.conf inside container.
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
reporter.py | 16 def __init__(self, **conf): 17 for name, value in conf.items():
|
/external/dbus/test/name-test/ |
tmp-session-like-system.conf | 2 Add a session-local.conf and edit that rather than changing this
|
/external/iproute2/ip/ |
ifcfg | 5 sbase=/proc/sys/net/ipv4/conf
|
/external/selinux/libsemanage/tests/ |
test_semanage_store.c | 87 free(sh->conf->store_path); 88 sh->conf->store_path = strdup("store");
|
/external/webrtc/talk/media/base/ |
fakenetworkinterface.h | 64 void SetConferenceMode(bool conf, const std::vector<uint32_t>& ssrcs) { 66 conf_ = conf; 162 // don't worry about RTCP in conf mode for now
|
/external/wpa_supplicant_8/src/ap/ |
mbo_ap.c | 90 if (!hapd->conf->mbo_enabled || !elems->mbo) 217 if (!hapd->conf->mbo_enabled)
|
preauth_auth.c | 153 if (hapd->conf->rsn_preauth_interfaces == NULL) 156 tmp = os_strdup(hapd->conf->rsn_preauth_interfaces);
|
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.h | 313 const struct eapol_config *conf); 384 struct eapol_config *conf)
|
/frameworks/base/media/java/android/media/audiopolicy/ |
AudioPolicyConfig.java | 43 protected AudioPolicyConfig(AudioPolicyConfig conf) { 44 mMixes = conf.mMixes;
|
/prebuilts/go/darwin-x86/src/go/types/ |
check_test.go | 247 var conf Config 248 conf.Importer = importer.Default() 249 conf.Error = func(err error) { 260 conf.Check(pkgName, fset, files, nil)
|
stdlib_test.go | 111 conf := Config{Importer: stdLibImporter} 112 _, err = conf.Check(filename, fset, []*ast.File{file}, nil) 198 conf := Config{ 203 conf.Check(path, fset, files, &info)
|
/prebuilts/go/linux-x86/src/go/types/ |
check_test.go | 247 var conf Config 248 conf.Importer = importer.Default() 249 conf.Error = func(err error) { 260 conf.Check(pkgName, fset, files, nil)
|
stdlib_test.go | 111 conf := Config{Importer: stdLibImporter} 112 _, err = conf.Check(filename, fset, []*ast.File{file}, nil) 198 conf := Config{ 203 conf.Check(path, fset, files, &info)
|
/prebuilts/misc/windows/sdl2/test/ |
configure | 512 rm -f conf$$ conf$$.exe conf$$.file 513 if test -d conf$$.dir; then 514 rm -f conf$$.dir/conf$$.file 516 rm -f conf$$.dir 517 mkdir conf$$.dir 2>/dev/null 519 if (echo >conf$$.file) 2>/dev/null; then 520 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/system/bt/doc/ |
directory_layout.md | 16 * conf - *Configuration* - Various configuration text files.
|
/toolchain/binutils/binutils-2.25/gprof/ |
configure | 471 rm -f conf$$ conf$$.exe conf$$.file 472 if test -d conf$$.dir; then 473 rm -f conf$$.dir/conf$$.file 475 rm -f conf$$.dir 476 mkdir conf$$.dir 2>/dev/null 478 if (echo >conf$$.file) 2>/dev/null; then 479 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |