/external/boringssl/src/crypto/conf/ |
D | conf.c | 94 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 …]
|
D | CMakeLists.txt | 4 conf target
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | config.py | 26 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/ |
D | eglconfig.c | 57 _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
|
D | eglconfig.h | 145 _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/ |
D | ap_config.c | 105 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()
|
D | x_snoop.c | 20 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
|
D | authsrv.c | 100 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv() local 155 struct tls_config conf; in authsrv_init() local
|
D | hostapd.c | 595 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()
|
D | wpa_auth_ie.c | 27 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()
|
D | hw_features.c | 517 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/ |
D | v3_conf.c | 83 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/ |
D | radius_client.c | 163 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/ |
D | audio_encoder_opus.cc | 168 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/ |
D | mesh_mpm.c | 215 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/ |
D | egl_g3d_api.c | 107 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/ |
D | DomainConfiguration.cpp | 264 [](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/ |
D | config_file.c | 219 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/ |
D | CharsetMatch.java | 191 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/ |
D | CharsetMatch.java | 179 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/ |
D | target.c | 34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
|
/external/mesa3d/src/gallium/targets/dri-radeonsi/ |
D | target.c | 29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
|
/external/mesa3d/src/gallium/targets/dri-r600/ |
D | target.c | 29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 146 _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/ |
D | SimpleReporter.java | 26 final IConfiguration conf = (IConfiguration) field.get(iSuite); in generateReport() local
|