| /external/perfetto/src/traced/probes/ftrace/ |
| D | ftrace_print_filter_unittest.cc | 29 FtraceConfig::PrintFilter conf; in TEST() local 36 FtraceConfig::PrintFilter conf; in TEST() local 46 FtraceConfig::PrintFilter conf; in TEST() local 56 FtraceConfig::PrintFilter conf; in TEST() local 66 FtraceConfig::PrintFilter conf; in TEST() local 76 FtraceConfig::PrintFilter conf; in TEST() local 86 FtraceConfig::PrintFilter conf; in TEST() local 96 FtraceConfig::PrintFilter conf; in TEST() local 113 FtraceConfig::PrintFilter conf; in TEST() local 130 FtraceConfig::PrintFilter conf; in TEST() local [all …]
|
| /external/cronet/third_party/boringssl/src/crypto/conf/ |
| D | conf.c | 101 CONF *conf; in NCONF_new() local 145 void NCONF_free(CONF *conf) { in NCONF_free() 155 static CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section() 188 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy() 257 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section() 274 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string() 292 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string() 313 static char *eat_ws(CONF *conf, char *p) { in eat_ws() 320 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument 322 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric() [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/conf/ |
| D | conf.c | 112 CONF *conf; in NCONF_new() local 165 void NCONF_free(CONF *conf) { in NCONF_free() 175 static CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section() 214 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy() 380 static CONF_VALUE *get_section(const CONF *conf, const char *section) { in get_section() 396 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string() 414 static int add_string(const CONF *conf, CONF_VALUE *section, in add_string() 435 static char *eat_ws(CONF *conf, char *p) { in eat_ws() 442 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument 444 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric() [all …]
|
| /external/boringssl/src/crypto/conf/ |
| D | conf.c | 109 CONF *conf = OPENSSL_malloc(sizeof(CONF)); in NCONF_new() local 151 void NCONF_free(CONF *conf) { in NCONF_free() 163 static CONF_SECTION *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section() 186 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy() 257 static CONF_SECTION *get_section(const CONF *conf, const char *section) { in get_section() 273 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string() 291 static int add_string(const CONF *conf, CONF_SECTION *section, in add_string() 317 static char *eat_ws(CONF *conf, char *p) { in eat_ws() 324 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) argument 326 static char *eat_alpha_numeric(CONF *conf, char *p) { in eat_alpha_numeric() [all …]
|
| /external/wpa_supplicant_8/src/ap/ |
| D | ap_config.c | 182 struct hostapd_config *conf; in hostapd_config_defaults() local 480 int hostapd_setup_sae_pt(struct hostapd_bss_config *conf) in hostapd_setup_sae_pt() 522 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk() 698 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem() 711 static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) in hostapd_config_free_fils_realms() 725 static void hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) in hostapd_config_free_sae_passwords() 748 static void hostapd_dpp_controller_conf_free(struct dpp_controller_conf *conf) in hostapd_dpp_controller_conf_free() 761 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss() 995 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free() 1110 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk() [all …]
|
| D | wpa_auth_ie.c | 28 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie() 92 static u16 wpa_own_rsn_capab(struct wpa_auth_config *conf) in wpa_own_rsn_capab() 122 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie() 409 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_rsnxe() 451 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() 613 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_validate_wpa_ie() local 1150 struct wpa_auth_config *conf; in wpa_auth_write_assoc_resp_owe() local 1200 struct wpa_auth_config *conf; in wpa_auth_write_fd_rsn_info() local
|
| /external/python/cpython2/PCbuild/ |
| D | build.bat | 53 set conf=Release variable 64 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable 68 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts variable 109 set conf=PGInstrument variable 117 set conf=PGUpdate variable
|
| /external/python/cpython3/PCbuild/ |
| D | build.bat | 59 set conf=Release variable 70 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts variable 74 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts variable 129 set conf=PGInstrument variable 142 set conf=PGUpdate variable
|
| /external/cronet/third_party/boringssl/src/crypto/x509v3/ |
| D | v3_conf.c | 87 X509_EXTENSION *X509V3_EXT_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf() 110 X509_EXTENSION *X509V3_EXT_nconf_nid(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf_nid() 131 static X509_EXTENSION *do_ext_nconf(const CONF *conf, const X509V3_CTX *ctx, in do_ext_nconf() 335 int X509V3_EXT_add_nconf_sk(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_add_nconf_sk() 357 int X509V3_EXT_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_add_nconf() 368 int X509V3_EXT_CRL_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_CRL_add_nconf() 379 int X509V3_EXT_REQ_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_REQ_add_nconf() 406 void X509V3_set_nconf(X509V3_CTX *ctx, const CONF *conf) { in X509V3_set_nconf()
|
| /external/boringssl/src/crypto/x509/ |
| D | v3_conf.c | 85 X509_EXTENSION *X509V3_EXT_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf() 108 X509_EXTENSION *X509V3_EXT_nconf_nid(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_nconf_nid() 129 static X509_EXTENSION *do_ext_nconf(const CONF *conf, const X509V3_CTX *ctx, in do_ext_nconf() 333 int X509V3_EXT_add_nconf_sk(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_add_nconf_sk() 355 int X509V3_EXT_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_add_nconf() 366 int X509V3_EXT_CRL_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_CRL_add_nconf() 377 int X509V3_EXT_REQ_add_nconf(const CONF *conf, const X509V3_CTX *ctx, in X509V3_EXT_REQ_add_nconf() 404 void X509V3_set_nconf(X509V3_CTX *ctx, const CONF *conf) { in X509V3_set_nconf()
|
| /external/mesa3d/src/egl/main/ |
| D | eglconfig.c | 54 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *disp, EGLint id) in _eglInitConfig() 76 _eglLinkConfig(_EGLConfig *conf) in _eglLinkConfig() 102 _EGLConfig *conf; in _eglLookupConfig() local 264 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig() 431 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig() 486 _eglIsConfigAttribValid(const _EGLConfig *conf, EGLint attr) in _eglIsConfigAttribValid() 510 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *disp, in _eglParseConfigAttribList() 780 _eglGetConfigAttrib(const _EGLDisplay *disp, const _EGLConfig *conf, in _eglGetConfigAttrib() 805 _EGLConfig *conf = (_EGLConfig *)elem; in _eglFlattenConfig() local
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | ssl_tls.c | 46 int mbedtls_ssl_conf_cid(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_cid() 3825 const mbedtls_ssl_config *conf) in mbedtls_ssl_setup() 4045 void mbedtls_ssl_conf_endpoint(mbedtls_ssl_config *conf, int endpoint) in mbedtls_ssl_conf_endpoint() 4050 void mbedtls_ssl_conf_transport(mbedtls_ssl_config *conf, int transport) in mbedtls_ssl_conf_transport() 4056 void mbedtls_ssl_conf_dtls_anti_replay(mbedtls_ssl_config *conf, char mode) in mbedtls_ssl_conf_dtls_anti_replay() 4063 void mbedtls_ssl_conf_dtls_badmac_limit(mbedtls_ssl_config *conf, unsigned limit) in mbedtls_ssl_conf_dtls_badmac_limit() 4077 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout() 4085 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode) in mbedtls_ssl_conf_authmode() 4091 void mbedtls_ssl_conf_verify(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_verify() 4100 void mbedtls_ssl_conf_rng(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_rng() [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
| D | v3_conf.c | 89 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf() 108 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid() 122 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf() 331 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk() 355 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf() 366 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf() 377 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf() 454 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf()
|
| /external/openthread/third_party/mbedtls/repo/tests/scripts/ |
| D | depends.py | 114 def option_exists(conf, option): argument 117 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument 136 def set_reference_config(conf, options, colors): argument 175 def configure(self, conf, options, colors): argument 393 def __init__(self, options, conf): argument 449 def run(options, job, conf, colors=NO_COLORS): argument 461 def run_tests(options, domain_data, conf): argument
|
| /external/mbedtls/tests/scripts/ |
| D | depends.py | 120 def option_exists(conf, option): argument 123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument 142 def set_reference_config(conf, options, colors): argument 182 def configure(self, conf, options, colors): argument 382 def __init__(self, options, conf): argument 443 def run(options, job, conf, colors=NO_COLORS): argument 455 def run_tests(options, domain_data, conf): argument
|
| /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/arm-trusted-firmware/drivers/nxp/ddr/nxp-ddr/ |
| D | ddr.c | 264 struct ddr_conf *conf, in cal_odt() 325 struct ddr_conf *conf, in cal_opts() 383 struct ddr_conf *conf, in cal_intlv() 512 struct ddr_conf *conf = &priv->conf; in parse_spd() local 660 struct ddr_conf *conf, in assign_intlv_addr() 712 struct ddr_conf *conf, in assign_non_intlv_addr() 777 struct ddr_conf *conf = &priv->conf; in assign_addresses() local
|
| /external/tpm2-tss/test/unit/ |
| D | tcti-mssim.c | 45 char conf[] = "host=127.0.0.1,port=2321"; in conf_str_to_host_port_success_test() local 65 char conf[] = "host=127.0.0.1"; in conf_str_to_host_port_no_port_test() local 87 char conf[] = "host=::1,port=2321"; in conf_str_to_host_ipv6_port_success_test() local 106 char conf[] = "host=::1"; in conf_str_to_host_ipv6_port_no_port_test() local 122 char conf[] = "host=127.0.0.1,port=99999"; in conf_str_to_host_port_invalid_port_large_test() local 133 char conf[] = "host=127.0.0.1,port=0"; in conf_str_to_host_port_invalid_port_0_test() local 210 tcti_socket_init_from_conf (const char *conf) in tcti_socket_init_from_conf()
|
| /external/trusty/arm-trusted-firmware/drivers/nxp/ddr/nxp-ddr/ |
| D | ddr.c | 264 struct ddr_conf *conf, in cal_odt() 325 struct ddr_conf *conf, in cal_opts() 383 struct ddr_conf *conf, in cal_intlv() 512 struct ddr_conf *conf = &priv->conf; in parse_spd() local 660 struct ddr_conf *conf, in assign_intlv_addr() 712 struct ddr_conf *conf, in assign_non_intlv_addr() 777 struct ddr_conf *conf = &priv->conf; in assign_addresses() local
|
| /external/mbedtls/library/ |
| D | ssl_tls.c | 82 int mbedtls_ssl_conf_cid(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_cid() 1289 const mbedtls_ssl_config *conf = ssl->conf; in ssl_conf_version_check() local 1368 const mbedtls_ssl_config *conf) in mbedtls_ssl_setup() 1599 void mbedtls_ssl_conf_endpoint(mbedtls_ssl_config *conf, int endpoint) in mbedtls_ssl_conf_endpoint() 1604 void mbedtls_ssl_conf_transport(mbedtls_ssl_config *conf, int transport) in mbedtls_ssl_conf_transport() 1610 void mbedtls_ssl_conf_dtls_anti_replay(mbedtls_ssl_config *conf, char mode) in mbedtls_ssl_conf_dtls_anti_replay() 1616 void mbedtls_ssl_conf_dtls_badmac_limit(mbedtls_ssl_config *conf, unsigned limit) in mbedtls_ssl_conf_dtls_badmac_limit() 1629 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout() 1637 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode) in mbedtls_ssl_conf_authmode() 1643 void mbedtls_ssl_conf_verify(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_verify() [all …]
|
| /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/wpa_supplicant_8/src/radius/ |
| D | radius_client.c | 169 struct hostapd_radius_servers *conf; member 370 struct hostapd_radius_servers *conf = radius->conf; in radius_client_retransmit() local 580 struct hostapd_radius_servers *conf = radius->conf; in radius_client_auth_failover() local 609 struct hostapd_radius_servers *conf = radius->conf; in radius_client_acct_failover() local 751 struct hostapd_radius_servers *conf = radius->conf; in radius_client_send() local 817 struct hostapd_radius_servers *conf = radius->conf; in radius_client_receive() local 1085 struct hostapd_radius_servers *conf = radius->conf; in radius_change_server() local 1271 struct hostapd_radius_servers *conf = radius->conf; in radius_retry_primary_timer() local 1365 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_auth() local 1421 struct hostapd_radius_servers *conf = radius->conf; in radius_client_init_acct() local [all …]
|
| /external/tpm2-tss/src/tss2-tcti/ |
| D | tctildr.c | 57 const char* conf, in tcti_from_init() 94 const char* conf, in tcti_from_info() 134 char *conf) in tctildr_conf_parse() 397 const char *conf, in Tss2_TctiLdr_Initialize_Ex() 453 char name [PATH_MAX] = { 0, }, conf [PATH_MAX] = { 0, }; in Tss2_TctiLdr_Initialize() local
|
| /external/wayland/doc/doxygen/ |
| D | gen-doxygen.py | 75 conf = load_doxygen_file(args.doxygen_file) variable 76 conf = gen_doxygen_file(conf, args.output_format, args.section, args.files) variable
|
| /external/trusty/arm-trusted-firmware/plat/nxp/soc-lx2160a/lx2160ardb/ |
| D | ddr_init.c | 111 struct ddr_conf *conf) in ddr_get_ddr_params() 127 const struct ddr_conf *conf = &priv->conf; in ddr_board_options() local
|