Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 140) sorted by relevance

123456

/external/boringssl/src/crypto/conf/
Dconf.c94 CONF *conf; in NCONF_new() local
145 void NCONF_free(CONF *conf) { in NCONF_free()
155 CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
194 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
352 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section()
368 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
382 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string()
403 static char *eat_ws(CONF *conf, char *p) { in eat_ws()
410 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument
412 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric()
[all …]
DCMakeLists.txt4 conf target
/external/chromium-trace/catapult/third_party/Paste/paste/
Dconfig.py26 def push_thread_config(self, conf): argument
43 def pop_thread_config(self, conf=None): argument
51 def push_process_config(self, conf): argument
58 def pop_process_config(self, conf=None): argument
61 def _pop_from(self, lst, conf): argument
/external/mesa3d/src/egl/main/
Deglconfig.c57 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id) in _eglInitConfig()
79 _eglLinkConfig(_EGLConfig *conf) in _eglLinkConfig()
105 _EGLConfig *conf; in _eglLookupConfig() local
259 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig()
430 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig()
484 _eglIsConfigAttribValid(_EGLConfig *conf, EGLint attr) in _eglIsConfigAttribValid()
504 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy, in _eglParseConfigAttribList()
757 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data) in _eglFallbackMatch()
795 _eglGetConfigAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in _eglGetConfigAttrib()
821 _EGLConfig *conf = (_EGLConfig *) elem; in _eglFlattenConfig() local
Deglconfig.h145 _eglSetConfigKey(_EGLConfig *conf, EGLint key, EGLint val) in _eglSetConfigKey()
157 _eglGetConfigKey(const _EGLConfig *conf, EGLint key) in _eglGetConfigKey()
181 _eglGetConfigHandle(_EGLConfig *conf) in _eglGetConfigHandle()
/external/wpa_supplicant_8/src/ap/
Dap_config.c105 struct hostapd_config *conf; in hostapd_config_defaults() local
315 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
410 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem()
423 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
592 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
704 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk()
740 struct hostapd_config *conf, in hostapd_config_check_bss()
890 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw()
913 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check()
Dx_snoop.c20 struct hostapd_bss_config *conf = hapd->conf; in x_snoop_init() local
72 struct hostapd_bss_config *conf = hapd->conf; in x_snoop_get_l2_packet() local
Dauthsrv.c100 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv() local
155 struct tls_config conf; in authsrv_init() local
Dhostapd.c595 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf()
886 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_bss() local
1191 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl() local
1857 struct hostapd_config *conf, in hostapd_alloc_bss_data()
1945 struct hostapd_config *conf = NULL; in hostapd_init() local
2045 struct hostapd_config *conf; in hostapd_interface_init_bss() local
2303 struct hostapd_config *conf; in hostapd_config_alloc() local
2354 struct hostapd_config *conf) in hostapd_data_alloc()
2389 struct hostapd_config *conf = NULL; in hostapd_add_iface() local
2857 struct hostapd_config *conf, in hostapd_change_config_freq()
Dwpa_auth_ie.c27 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie()
91 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie()
327 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen()
Dhw_features.c517 u16 conf = iface->conf->ht_capab; in ieee80211n_supported_ht_capab() local
625 static int ieee80211ac_cap_check(u32 hw, u32 conf, u32 cap, const char *name) in ieee80211ac_cap_check()
643 static int ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, in ieee80211ac_cap_check_max()
663 u32 conf = iface->conf->vht_capab; in ieee80211ac_supported_vht_capab() local
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c83 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, in X509V3_EXT_nconf()
103 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid()
117 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf()
328 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
349 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
360 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
371 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
444 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
/external/wpa_supplicant_8/src/radius/
Dradius_client.c163 struct hostapd_radius_servers *conf; member
364 struct hostapd_radius_servers *conf = radius->conf; in radius_client_retransmit() local
559 struct hostapd_radius_servers *conf = radius->conf; in radius_client_auth_failover() local
588 struct hostapd_radius_servers *conf = radius->conf; in radius_client_acct_failover() local
727 struct hostapd_radius_servers *conf = radius->conf; in radius_client_send() local
793 struct hostapd_radius_servers *conf = radius->conf; in radius_client_receive() local
1052 struct hostapd_radius_servers *conf = radius->conf; in radius_change_server() local
1221 struct hostapd_radius_servers *conf = radius->conf; in radius_retry_primary_timer() local
1315 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_auth() local
1371 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_acct() local
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc168 auto conf = config_; in SetFec() local
174 auto conf = config_; in SetDtx() local
180 auto conf = config_; in SetApplication() local
193 auto conf = config_; in SetMaxPlaybackRate() local
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action() local
422 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer() local
473 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open() local
539 struct mesh_conf *conf; in mesh_mpm_connect_peer() local
647 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_add_peer() local
723 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in wpa_mesh_new_mesh_peer() local
789 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_estab() local
830 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_fsm() local
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c107 egl_g3d_match_config(const _EGLConfig *conf, void *priv_data) in egl_g3d_match_config()
145 egl_g3d_create_context(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in egl_g3d_create_context()
222 egl_g3d_create_surface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in egl_g3d_create_surface()
319 _EGLConfig *conf, EGLNativeWindowType win, in egl_g3d_create_window_surface()
333 _EGLConfig *conf, EGLNativePixmapType pix, in egl_g3d_create_pixmap_surface()
346 create_pbuffer_surface(_EGLDisplay *dpy, _EGLConfig *conf, in create_pbuffer_surface()
376 _EGLConfig *conf, const EGLint *attribs) in egl_g3d_create_pbuffer_surface()
394 _EGLConfig *conf, in egl_g3d_create_pbuffer_from_client_buffer()
783 _EGLConfig *conf, const EGLint *attribs) in egl_g3d_create_screen_surface()
/external/parameter-framework/upstream/parameter/
DDomainConfiguration.cpp264 [](const string &a, const AreaConfiguration &conf) { in getElementSequence()
316 [&](const AreaConfiguration &conf) { in getBlackboard()
340 [&](bool accumulator, const AreaConfiguration &conf) { in restore()
454 [&](const AreaConfiguration &conf) { in getAreaConfiguration()
468 [&](const AreaConfiguration &conf) { in findAreaConfigurationByPath()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c219 struct hostapd_bss_config *conf) in hostapd_config_read_eap_user()
789 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
846 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss()
920 static int hostapd_config_tx_queue(struct hostapd_config *conf, in hostapd_config_tx_queue()
1076 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab()
1134 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab()
1949 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, in hostapd_config_parse_acs_chan_bias()
1990 static int hostapd_config_fill(struct hostapd_config *conf, in hostapd_config_fill()
3508 struct hostapd_config *conf; in hostapd_config_read() local
3591 int hostapd_set_iface(struct hostapd_config *conf, in hostapd_set_iface()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetMatch.java191 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { in CharsetMatch()
211 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { in CharsetMatch()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetMatch.java179 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { in CharsetMatch()
199 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { in CharsetMatch()
/external/mesa3d/src/gallium/targets/dri-vmwgfx/
Dtarget.c34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
/external/mesa3d/src/gallium/targets/dri-radeonsi/
Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
/external/mesa3d/src/gallium/targets/dri-r600/
Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c146 _EGLConfig *conf, EGLNativeWindowType window, in droid_create_surface()
206 _EGLConfig *conf, EGLNativeWindowType window, in droid_create_window_surface()
215 _EGLConfig *conf, EGLNativePixmapType pixmap, in droid_create_pixmap_surface()
223 _EGLConfig *conf, const EGLint *attrib_list) in droid_create_pbuffer_surface()
/external/testng/src/test/java/test/multiplelisteners/
DSimpleReporter.java26 final IConfiguration conf = (IConfiguration) field.get(iSuite); in generateReport() local

123456