/external/tlsdate/src/ |
tlsdate-helper-plan9.h | 34 #include <openssl/conf.h>
|
tlsdate-helper.h | 42 #include <openssl/conf.h>
|
/external/wpa_supplicant_8/src/ap/ |
utils.c | 72 ohapd->conf->iface, MAC2STR(osta->addr));
|
ap_config.h | 704 void hostapd_config_free_bss(struct hostapd_bss_config *conf); 705 void hostapd_config_free(struct hostapd_config *conf); 709 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, 712 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf); 719 int hostapd_config_check(struct hostapd_config *conf, int full_config);
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
p2p-action-udhcp.sh | 28 udhcpd /etc/udhcpd-p2p.conf
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsHelper.java | 307 Configuration conf = mContext.getResources().getConfiguration(); local 308 final Locale loc = conf.locale; 327 Configuration conf = mContext.getResources().getConfiguration(); local 331 if (conf.userSetLocale) return; // Don't change if user set it in the SetupWizard
|
/prebuilts/go/darwin-x86/src/go/types/ |
hilbert_test.go | 43 conf := Config{Importer: importer.Default()} 44 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, nil)
|
example_test.go | 66 conf := types.Config{Importer: importer.Default()} 67 pkg, err := conf.Check("temperature", fset, files, nil) 122 conf := types.Config{Importer: importer.Default()} 123 pkg, err := conf.Check("temperature", fset, []*ast.File{f}, nil) 180 var conf types.Config 181 pkg, err := conf.Check("fib", fset, []*ast.File{f}, &info)
|
check.go | 65 conf *Config 148 func NewChecker(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker { 150 if conf == nil { 151 conf = new(Config) 160 conf: conf, 231 if !check.conf.DisableUnusedImportCheck {
|
/prebuilts/go/linux-x86/src/go/types/ |
hilbert_test.go | 43 conf := Config{Importer: importer.Default()} 44 _, err = conf.Check(f.Name.Name, fset, []*ast.File{f}, nil)
|
example_test.go | 66 conf := types.Config{Importer: importer.Default()} 67 pkg, err := conf.Check("temperature", fset, files, nil) 122 conf := types.Config{Importer: importer.Default()} 123 pkg, err := conf.Check("temperature", fset, []*ast.File{f}, nil) 180 var conf types.Config 181 pkg, err := conf.Check("fib", fset, []*ast.File{f}, &info)
|
check.go | 65 conf *Config 148 func NewChecker(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker { 150 if conf == nil { 151 conf = new(Config) 160 conf: conf, 231 if !check.conf.DisableUnusedImportCheck {
|
/ndk/sources/host-tools/make-3.81/ |
configure | 469 rm -f conf$$ conf$$.exe conf$$.file 470 if test -d conf$$.dir; then 471 rm -f conf$$.dir/conf$$.file 473 rm -f conf$$.dir 474 mkdir conf$$.dir 2>/dev/null 476 if (echo >conf$$.file) 2>/dev/null; then 477 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
WifiConfigCreator.java | 97 WifiConfiguration conf = createConfig(ssid, hidden, securityType, password); local 98 conf.networkId = wifiConf.networkId; 100 int newNetId = mWifiManager.updateNetwork(conf);
|
/external/autotest/site_utils/ |
setup_dev_autotest.sh | 288 sudo ln -sf "${AT_DIR}"/apache/apache-conf \ 289 /etc/apache2/sites-available/autotest-server.conf 293 sudo a2ensite autotest-server.conf
|
/external/bison/build-aux/ |
gnupload | 117 conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '` 118 eval set x "$conf \"\$@\"" 254 if $dry_run || grep -q "^use-agent" $GNUPGHOME/gpg.conf; then :; else
|
/external/valgrind/nightly/bin/ |
nightly | 107 # Setup any relevant environment variables from conf/<tag>.conf. 108 . conf/$TAG.conf 320 # Use the conf/<tag>.sendmail script to email the results. 321 conf/$TAG.sendmail \
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AppCompatDelegateImplV14.java | 188 final Configuration conf = res.getConfiguration(); local 189 final int currentNightMode = conf.uiMode & Configuration.UI_MODE_NIGHT_MASK; 208 final Configuration newConf = new Configuration(conf);
|
/toolchain/binutils/binutils-2.25/etc/ |
configure | 462 rm -f conf$$ conf$$.exe conf$$.file 463 if test -d conf$$.dir; then 464 rm -f conf$$.dir/conf$$.file 466 rm -f conf$$.dir 467 mkdir conf$$.dir 2>/dev/null 469 if (echo >conf$$.file) 2>/dev/null; then 470 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_drm.c | 89 _EGLConfig *conf, EGLNativeWindowType window, 93 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); 106 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) 143 _EGLConfig *conf, EGLNativeWindowType window, 146 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_unix.c | 237 if (wpa_s->conf->ctrl_interface == NULL) 240 pbuf = os_strdup(wpa_s->conf->ctrl_interface); 500 buf = os_strdup(wpa_s->conf->ctrl_interface); 505 wpa_s->conf->ctrl_interface); 521 gid_str = wpa_s->conf->ctrl_interface_group; 706 if (wpa_s->conf->ctrl_interface == NULL) 715 wpa_s->conf->ctrl_interface) == 0) 733 wpa_s->conf->ctrl_interface) == 0) 750 wpa_s->conf->ctrl_interface); 821 if (priv->wpa_s->conf->ctrl_interface == NULL [all...] |
ibss_rsn.c | 409 struct wpa_auth_config conf; local 414 os_memset(&conf, 0, sizeof(conf)); 415 conf.wpa = 2; 416 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; 417 conf.wpa_pairwise = WPA_CIPHER_CCMP; 418 conf.rsn_pairwise = WPA_CIPHER_CCMP; 419 conf.wpa_group = WPA_CIPHER_CCMP; 420 conf.eapol_version = 2; 421 conf.wpa_group_rekey = 600 [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
configure | 463 rm -f conf$$ conf$$.exe conf$$.file 464 if test -d conf$$.dir; then 465 rm -f conf$$.dir/conf$$.file 467 rm -f conf$$.dir 468 mkdir conf$$.dir 2>/dev/null 470 if (echo >conf$$.file) 2>/dev/null; then 471 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/ |
localizemaven-1.1.jar | |
/toolchain/binutils/binutils-2.25/libiberty/ |
configure | 463 rm -f conf$$ conf$$.exe conf$$.file 464 if test -d conf$$.dir; then 465 rm -f conf$$.dir/conf$$.file 467 rm -f conf$$.dir 468 mkdir conf$$.dir 2>/dev/null 470 if (echo >conf$$.file) 2>/dev/null; then 471 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |