HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 326 - 350 of 586) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 178 struct eap_peer_config *conf)
185 resp = conf->external_sim_resp;
186 conf->external_sim_resp = NULL;
244 struct eap_peer_config *conf; local
248 conf = eap_get_config(sm);
249 if (conf == NULL)
253 if (conf->external_sim_resp)
254 return eap_aka_ext_sim_result(sm, data, conf);
259 if (conf->pcsc) {
266 if (conf->password)
    [all...]
eap_sim.c 182 struct eap_peer_config *conf)
190 resp = conf->external_sim_resp;
191 conf->external_sim_resp = NULL;
237 struct eap_peer_config *conf; local
241 conf = eap_get_config(sm);
242 if (conf == NULL)
246 if (conf->external_sim_resp)
247 return eap_sim_ext_sim_result(sm, data, conf);
253 if (conf->pcsc) {
270 if (conf->password)
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
validators_unittest.py 14 import test_conf as conf namespace
93 self.criteria = conf.drumroll_criteria
179 self.validator = LinearityValidator(conf.linearity_criteria,
269 self.criteria = conf.no_gap_criteria
443 validator = RangeValidator(conf.range_criteria, device=self.device)
494 self.criteria = conf.stationary_finger_criteria
529 self.criteria = conf.stationary_tap_criteria
546 self.criteria = conf.no_level_jump_criteria
723 self.criteria = conf.hysteresis_criteria
    [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 59 #include <openssl/conf.h>
603 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
604 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
605 OPENSSL_EXPORT int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
606 OPENSSL_EXPORT int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
607 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req)
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
spreadsheet.py 20 import test_conf as conf namespace
99 FILE_PATTERN = '{}.%s*.dat'.format(conf.PRESSURE_CALIBRATION)
142 print 'It is a directory under %s' % conf.log_root_dir
151 self.result_dir = os.path.join(conf.log_root_dir, result_dir)
report_html.py 12 import test_conf as conf namespace
155 tmp_copy = os.path.join(conf.docroot,
  /external/autotest/frontend/afe/json_rpc/
proxy.py 36 from django import conf as django_conf
  /external/autotest/frontend/afe/
urls.py 1 from django.conf.urls import defaults
  /external/boringssl/src/crypto/x509v3/
v3_pmaps.c 61 #include <openssl/conf.h>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_django_orm.py 43 from django.conf import global_settings
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant 49 if [ -f "/etc/ant.conf" ] ; then
50 . /etc/ant.conf
55 if [ -f "$HOME/.ant/ant.conf" ] ; then
56 . $HOME/.ant/ant.conf
151 # specified in the ant.conf configuration. Because the launcher is
271 echo ' --noconfig suppress sourcing of /etc/ant.conf,'
272 echo ' $HOME/.ant/ant.conf, and $HOME/.antrc'
  /external/selinux/libsemanage/src/
handle.h 58 semanage_conf_t *conf; member in struct:semanage_handle
  /external/wpa_supplicant_8/src/crypto/
tls_none.c 14 void * tls_init(const struct tls_config *conf)
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 85 struct eapol_authenticator * eapol_auth_init(struct eapol_auth_config *conf,
eapol_auth_sm_i.h 28 struct eapol_auth_config conf; member in struct:eapol_authenticator
  /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/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

Completed in 1499 milliseconds

<<11121314151617181920>>