/external/boringssl/src/crypto/conf/ |
D | conf.c | 100 CONF *conf; in NCONF_new() local 151 void NCONF_free(CONF *conf) { in NCONF_free() 161 static CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section() 200 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy() 366 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section() 382 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string() 396 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string() 417 static char *eat_ws(CONF *conf, char *p) { in eat_ws() 424 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument 426 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric() [all …]
|
D | CMakeLists.txt | 4 conf target
|
/external/python/cpython2/PCbuild/ |
D | build.bat | 51 set conf=Release variable 66 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable 70 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts variable 113 set conf=PGInstrument variable 121 set conf=PGUpdate variable
|
/external/python/cpython3/PCbuild/ |
D | build.bat | 52 set conf=Release variable 67 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable 71 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts variable 118 set conf=PGInstrument variable 126 set conf=PGUpdate variable
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_state_urb.c | 59 struct urb_configuration *conf) in urb_alloc_gen7_pcb() 98 struct urb_configuration *conf) in urb_alloc_gen6_urb() 147 struct urb_configuration *conf) in urb_init_gen6_vs_entry() 192 struct urb_configuration *conf) in urb_init_gen6_gs_entry() 230 struct urb_configuration *conf) in urb_init_gen7_vs_entry() 323 struct urb_configuration *conf) in urb_init_gen7_hs_entry() 383 struct urb_configuration *conf) in urb_init_gen7_ds_entry() 454 struct urb_configuration *conf) in urb_init_gen7_gs_entry() 527 struct urb_configuration *conf) in urb_get_gen6_configuration() 557 const struct urb_configuration *conf) in urb_set_gen7_3dstate_push_constant_alloc() [all …]
|
/external/python/cpython2/PC/VS8.0/ |
D | build.bat | 7 set conf=Release variable 11 if "%1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.c | 59 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id) in _eglInitConfig() 81 _eglLinkConfig(_EGLConfig *conf) in _eglLinkConfig() 108 _EGLConfig *conf; in _eglLookupConfig() local 268 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig() 436 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig() 490 _eglIsConfigAttribValid(_EGLConfig *conf, EGLint attr) in _eglIsConfigAttribValid() 514 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy, in _eglParseConfigAttribList() 767 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data) in _eglFallbackMatch() 805 _eglGetConfigAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf, in _eglGetConfigAttrib() 831 _EGLConfig *conf = (_EGLConfig *) elem; in _eglFlattenConfig() local
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.c | 133 struct hostapd_config *conf; in hostapd_config_defaults() local 348 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk() 449 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem() 462 static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) in hostapd_config_free_fils_realms() 476 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss() 653 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free() 767 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk() 803 struct hostapd_config *conf, in hostapd_config_check_bss() 972 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw() 995 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 | 99 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv() local 155 struct tls_config conf; in authsrv_init() local
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_conf.c | 87 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, in X509V3_EXT_nconf() 106 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid() 120 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf() 329 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk() 353 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf() 364 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf() 375 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf() 448 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
|
/external/python/cpython2/PC/VS9.0/ |
D | build.bat | 17 set conf=Release variable 24 if '%1'=='-c' (set conf=%2) & shift & shift & goto CheckOpts variable 33 if '%1'=='-d' (set conf=Debug) & shift & goto CheckOpts variable
|
/external/lisa/libs/utils/ |
D | energy.py | 77 def getInstance(target, conf, force=False, res_dir=None): argument 121 def __init__(self, target, conf=None, res_dir=None): argument 280 def __init__(self, target, conf, res_dir): argument 303 def __init__(self, target, conf, res_dir): argument 325 def __init__(self, target, conf, res_dir): argument
|
/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/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 84 _EGLConfig *conf, void *native_window, const EGLint *attrib_list) in haiku_create_window_surface() 121 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list) in haiku_create_pixmap_surface() 129 _EGLConfig *conf, const EGLint *attrib_list) in haiku_create_pbuffer_surface() 151 struct haiku_egl_config* conf; in haiku_add_configs_for_visuals() local 241 haiku_create_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, in haiku_create_context()
|
/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/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 214 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action() local 423 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer() local 474 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_open() local 540 struct mesh_conf *conf; in mesh_mpm_connect_peer() local 648 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_add_peer() local 747 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in wpa_mesh_new_mesh_peer() local 813 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_plink_estab() local 871 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in mesh_mpm_fsm() local
|
/external/mesa3d/src/gallium/targets/pipe-loader/ |
D | pipe_r300.c | 26 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
|
D | pipe_msm.c | 30 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
|
D | pipe_nouveau.c | 30 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
|
D | pipe_radeonsi.c | 32 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
|
D | pipe_r600.c | 26 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) in drm_configuration()
|
/external/boringssl/src/decrepit/x509/ |
D | x509_decrepit.c | 19 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, in X509V3_EXT_conf_nid()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetMatch.java | 182 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { in CharsetMatch() 202 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { in CharsetMatch()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetMatch.java | 194 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { in CharsetMatch() 214 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { in CharsetMatch()
|