HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 376 - 400 of 723) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 919 wpa_config_update_prio_list(wpa_s->conf);
1031 ssid = wpa_config_get_network(wpa_s->conf, nid);
    [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...]
  /device/google/dragon/
device.mk 68 wpa_supplicant.conf \
124 $(LOCAL_PATH)/bluetooth/bt_vendor.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/bluetooth/bt_vendor.conf
137 $(LOCAL_PATH)/enctune.conf:system/etc/enctune.conf
140 device/google/dragon/audio_effects.conf:system/etc/audio_effects.conf
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 513 EGLConfig conf = (EGLConfig) 0; local
522 if(!eglChooseConfig(m_EGLDisplay, conflist, &conf, 1, &num_config) || num_config != 1)
526 return conf;
664 conf = pConfigs[j];
672 conf = pConfigs[j];
689 if(!eglChooseConfig(m_EGLDisplay, conflist, &conf, 1, &num_config) || num_config != 1)
696 return conf;
  /prebuilts/go/darwin-x86/src/go/types/
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,
233 if !check.conf.DisableUnusedImportCheck {
  /prebuilts/go/linux-x86/src/go/types/
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,
233 if !check.conf.DisableUnusedImportCheck {
  /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...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bld_vlv.bat 34 if exist %WORKSPACE%\Conf\target.txt del %WORKSPACE%\Conf\target.txt
35 if exist %WORKSPACE%\Conf\tools_def.txt del %WORKSPACE%\Conf\tools_def.txt
36 if exist %WORKSPACE%\Conf\build_rule.txt del %WORKSPACE%\Conf\build_rule.txt
37 if exist %WORKSPACE%\Conf\FrameworkDatabase.db del %WORKSPACE%\Conf\FrameworkDatabase.db
38 if exist conf\.cache rmdir /q/s conf\.cache
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 67 #include <openssl/conf.h>
73 #include "../conf/internal.h"
129 void X509V3_conf_free(CONF_VALUE *conf)
131 if (!conf)
133 if (conf->name)
134 OPENSSL_free(conf->name);
135 if (conf->value)
136 OPENSSL_free(conf->value);
137 if (conf->section)
138 OPENSSL_free(conf->section)
    [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 59 #include <openssl/conf.h>
603 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, int ext_nid, char *value);
604 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
605 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
606 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
607 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert)
    [all...]
  /external/google-breakpad/
configure 516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
520 rm -f conf$$.dir
521 mkdir conf$$.dir 2>/dev/null
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/stressapptest/
configure 468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 147 (hapd->iface->conf->ht_capab &
189 if (hapd->conf->wpa) {
192 if (hapd->conf->wps_state) {
204 if (hapd->conf->wps_state && ie[0] == 0xdd && ie[1] >= 4 &&
311 } else if (hapd->conf->wps_state) {
340 } else if (hapd->conf->osen) {
365 if (hapd->conf->mbo_enabled && (hapd->conf->wpa & 2) &&
367 hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
467 if (!sta || !hapd->conf->disassoc_low_ack
    [all...]
hostapd.h 121 struct hostapd_bss_config *conf; member in struct:hostapd_data
328 struct hostapd_config *conf; member in struct:hostapd_iface
473 struct hostapd_config *conf,
  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
Install.sh 56 cp crypto/conf/conf.h ../../../Include/openssl
57 cp crypto/conf/conf_api.h ../../../Include/openssl
  /external/toybox/kconfig/
mconf.c 282 static void conf(struct menu *menu);
583 static void conf(struct menu *menu) function
631 conf(submenu);
637 conf(submenu);
676 conf(submenu);
891 conf(&rootmenu);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c 399 if (wpa_s->conf->ctrl_interface == NULL)
402 pos = os_strstr(wpa_s->conf->ctrl_interface, "udp:");
408 wpa_s->conf->ctrl_interface);
451 os_free(wpa_s->conf->ctrl_interface);
452 wpa_s->conf->ctrl_interface = os_strdup(port_str);
453 if (!wpa_s->conf->ctrl_interface) {
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 136 byte getConfDescr( byte addr, byte ep, unsigned int nbytes, byte conf, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
165 inline byte USB::getConfDescr( byte addr, byte ep, unsigned int nbytes, byte conf, char* dataptr, unsigned int nak_limit ) {
166 return( ctrlReq( addr, ep, bmREQ_GET_DESCR, USB_REQUEST_GET_DESCRIPTOR, conf, USB_DESCRIPTOR_CONFIGURATION, 0x0000, nbytes, dataptr, nak_limit ));
  /external/llvm/utils/
llvm-compilers-check 532 for conf, mf in configure_files[component.replace("-", "_")]:
533 if conf is None:
537 if not os.path.exists(conf):
538 self.logger.info("[" + prefix + "] Configure failed, no configure script " + conf)
541 if os.path.exists(conf) and os.path.exists(mf):
542 confstat = os.stat(conf)
  /external/mesa3d/src/egl/main/
eglsurface.c 280 _EGLConfig *conf, const EGLint *attrib_list)
310 if ((conf->SurfaceType & type) == 0) {
318 surf->Config = conf;
  /external/syslinux/gpxe/src/util/
nrv2b.c 181 struct ucl_compress_config conf; member in struct:ucl_compress
942 while (m_len > c->conf.max_match)
944 code_match(c, c->conf.max_match - 3, m_off);
945 m_len -= c->conf.max_match - 3;
1007 || m_off > c->conf.max_offset)
1070 memset(&c->conf, 0xff, sizeof(c->conf));
1073 r = bbConfig(c, c->conf.bb_endian, c->conf.bb_size);
1103 if (c->conf.max_match < swd->nice_length
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 180 struct eap_peer_config *conf)
187 resp = conf->external_sim_resp;
188 conf->external_sim_resp = NULL;
246 struct eap_peer_config *conf; local
250 conf = eap_get_config(sm);
251 if (conf == NULL)
255 if (conf->external_sim_resp)
256 return eap_aka_ext_sim_result(sm, data, conf);
261 if (conf->pcsc) {
268 if (conf->password)
    [all...]
eap_sim.c 184 struct eap_peer_config *conf)
192 resp = conf->external_sim_resp;
193 conf->external_sim_resp = NULL;
239 struct eap_peer_config *conf; local
243 conf = eap_get_config(sm);
244 if (conf == NULL)
248 if (conf->external_sim_resp)
249 return eap_sim_ext_sim_result(sm, data, conf);
255 if (conf->pcsc) {
272 if (conf->password)
    [all...]
  /build/make/target/product/
base.mk 19 20-dns.conf \
core_tiny.mk 29 clatd.conf \

Completed in 1161 milliseconds

<<11121314151617181920>>