/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/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...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
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/lge/bullhead/ |
init.bullhead.rc | 326 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ 327 -I/system/etc/wifi/wpa_supplicant_overlay.conf \ 339 -ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \ 340 -I/system/etc/wifi/p2p_supplicant_overlay.conf -N \ 341 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ 342 -I/system/etc/wifi/wpa_supplicant_overlay.conf \ 367 service msm_irqbalance /system/bin/msm_irqbalance -f /vendor/etc/msm_irqbalance.conf
|
/external/fsck_msdos/ |
fat.c | 455 int conf; local 521 conf = tryclear(boot, fat, head, &fat[p].next); 523 if (conf == FSERROR) { 541 conf |= FSFATMOD; 543 ret |= conf;
|
/external/wpa_supplicant_8/src/crypto/ |
tls_internal.c | 40 void * tls_init(const struct tls_config *conf) 59 if (conf) { 60 global->event_cb = conf->event_cb; 61 global->cb_ctx = conf->cb_ctx; 62 global->cert_in_cb = conf->cert_in_cb;
|
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_cp.c | 188 struct ieee802_1x_cp_conf conf; local 194 ieee802_1x_kay_cp_conf(sm->kay, &conf); 195 sm->protect_frames = conf.protect; 196 sm->replay_protect = conf.replay_protect; 197 sm->validate_frames = conf.validate;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
mbo.c | 174 wpabuf_put_u8(mbo, wpa_s->conf->mbo_cell_capa); 385 wpabuf_put_u8(ie, wpa_s->conf->mbo_cell_capa); 668 if (wpa_s->conf->mbo_cell_capa == 755 if (wpa_s->conf->mbo_cell_capa == mbo_cell_capa) { 762 wpa_s->conf->mbo_cell_capa = mbo_cell_capa;
|
/external/v8/test/cctest/ |
test-api-interceptors.cc | [all...] |
/external/tcpdump/ |
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/selinux/libsemanage/src/ |
direct_api.c | 123 if (semanage_check_init(sh, sh->conf->store_root_path)) 142 if (semanage_check_init(sh, sh->conf->store_root_path)) 388 if (!sh->conf->bzip_blocksize) { 397 b = BZ2_bzWriteOpen( &bzerror, f, sh->conf->bzip_blocksize, 0, 0); 456 b = BZ2_bzReadOpen ( &bzerror, f, 0, sh->conf->bzip_small, NULL, 0 ); 995 if (sh->conf->remove_hll == 1) { [all...] |
/external/libpcap/ |
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/netperf/ |
configure | 473 rm -f conf$$ conf$$.exe conf$$.file 474 if test -d conf$$.dir; then 475 rm -f conf$$.dir/conf$$.file 477 rm -f conf$$.dir 478 mkdir conf$$.dir 2>/dev/null 480 if (echo >conf$$.file) 2>/dev/null; then 481 if ln -s conf$$.file conf$$ 2>/dev/null; the [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ucsdetst.c | 175 int32_t conf; local 186 conf = ucsdet_getConfidence(match, &status); 192 if (conf != 100) { 193 log_err("Did not get 100%% confidence for UTF-16BE: got %d\n", conf); 206 conf = ucsdet_getConfidence(match, &status); 213 if (conf != 100) { 214 log_err("Did not get 100%% confidence for UTF-16LE: got %d\n", conf);
|
/external/libvorbis/ |
configure | 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 52 rm -f conf$$.sh 492 rm -f conf$$ conf$$.exe conf$$.file 493 if test -d conf$$.dir; then 494 rm -f conf$$.dir/conf$$.fil [all...] |
/external/testng/ant/ |
ivy-2.1.0.jar | |
/device/huawei/angler/ |
init.angler.rc | 385 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ 386 -I/system/etc/wifi/p2p_supplicant_overlay.conf \ 388 -m/data/misc/wifi/p2p_supplicant.conf \ 397 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ 398 -I/system/etc/wifi/wpa_supplicant_overlay.conf \ 465 service msm_irqbalance /vendor/bin/msm_irqbalance -f /vendor/etc/msm_irqbalance.conf
|