/third_party/grpc/src/csharp/Grpc.Core.Api/ |
D | CallCredentials.cs | 57 …act void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state); in InternalPopulateConfiguration() argument 69 …ride void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument 71 configurator.SetCompositeCredentials(state, credentials); in InternalPopulateConfiguration() 84 …ride void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument 86 configurator.SetAsyncAuthInterceptorCredentials(state, interceptor); in InternalPopulateConfiguration()
|
D | ChannelCredentials.cs | 70 … void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state); in InternalPopulateConfiguration() argument 79 …e void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument 81 configurator.SetInsecureCredentials(state); in InternalPopulateConfiguration() 111 …e void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument 113 configurator.SetCompositeCredentials(state, channelCredentials, callCredentials); in InternalPopulateConfiguration()
|
D | SslCredentials.cs | 113 …e void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument 115 … configurator.SetSslCredentials(state, rootCertificates, keyCertificatePair, verifyPeerCallback); in InternalPopulateConfiguration()
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | DefaultCallCredentialsConfigurator.cs | 80 var configurator = new DefaultCallCredentialsConfigurator(); in ToNativeCredentials() 81 credentials.InternalPopulateConfiguration(configurator, credentials); in ToNativeCredentials() 82 return configurator.NativeCredentials; in ToNativeCredentials()
|
D | DefaultChannelCredentialsConfigurator.cs | 158 var configurator = new DefaultChannelCredentialsConfigurator(); in ToNativeCredentials() 159 credentials.InternalPopulateConfiguration(configurator, credentials); in ToNativeCredentials() 160 return configurator.NativeCredentials; in ToNativeCredentials()
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | FakeCredentials.cs | 37 …e void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument 45 …ride void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state) in InternalPopulateConfiguration() argument
|
/third_party/mindspore/mindspore/lite/micro/coder/ |
D | config.h | 29 static Configurator configurator; in GetInstance() local 30 return &configurator; in GetInstance()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README-DPP | 123 > dpp_auth_init peer=<qr-code-id> conf=<ap-dpp|sta-dpp> configurator=<configurator-id> 158 (returns configurator id) 159 > dpp_configurator_sign conf=<ap-dpp|sta-dpp> configurator=<configurator-id>
|
D | dpp_supplicant.c | 1153 if (wpa_s->dpp_auth->configurator) { in wpas_dpp_auth_success() 1161 if (wpa_s->dpp_auth->configurator) in wpas_dpp_auth_success() 1887 if (wpa_s->dpp_auth_ok_on_ack && auth->configurator) { in wpas_dpp_gas_req_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-DPP | 130 …uth_init peer=<qr-code-id> conf=<ap-dpp|sta-dpp> ssid=<SSID hexdump> configurator=<configurator-id> 167 (returns configurator id) 168 > dpp_configurator_sign conf=<ap-dpp|sta-dpp> configurator=<configurator-id> ssid=<SSID hexdump>
|
D | dpp_supplicant.c | 1772 if (wpa_s->dpp_auth->configurator) { in wpas_dpp_auth_success() 1780 if (wpa_s->dpp_auth->configurator) in wpas_dpp_auth_success() 2284 if (!auth || !auth->reconfig || !auth->configurator) { in wpas_dpp_rx_reconfig_auth_resp() 2328 if (!auth || !auth->reconfig || auth->configurator) { in wpas_dpp_rx_reconfig_auth_conf() 2978 if (wpa_s->dpp_auth_ok_on_ack && auth->configurator) { in wpas_dpp_gas_req_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp_auth.c | 349 auth->r_capab = auth->configurator ? DPP_CAPAB_CONFIGURATOR : in dpp_auth_build_resp() 363 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp() 850 auth->configurator = 1; in dpp_auth_req_rx() 859 auth->configurator = 0; in dpp_auth_req_rx() 864 auth->configurator = 0; in dpp_auth_req_rx() 867 auth->configurator = 1; in dpp_auth_req_rx() 918 auth->configurator = 1; in dpp_auth_req_rx() 920 auth->configurator = 0; in dpp_auth_req_rx() 1187 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init() 1384 if ((auth->configurator && role != DPP_CAPAB_ENROLLEE) || in dpp_auth_resp_rx_status() [all …]
|
D | dpp_tcp.c | 243 } else if (conn->auth && (conn->ctrl || conn->auth->configurator) && in dpp_tcp_send() 316 if (auth->configurator) { in dpp_controller_auth_success() 324 if (!auth->configurator) in dpp_controller_auth_success() 758 if (!conn->ctrl && (!auth || !auth->configurator)) in dpp_controller_rx_conf_result() 942 if (!auth || !auth->reconfig || !auth->configurator) { in dpp_controller_rx_reconfig_auth_resp() 1119 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_req() 1177 if (!auth || (!conn->ctrl && !auth->configurator) || in dpp_controller_rx_gas_comeback_req()
|
D | dpp_reconfig.c | 285 auth->configurator = 1; in dpp_reconfig_init() 667 if (!auth->reconfig || !auth->configurator) in dpp_reconfig_auth_resp_rx() 847 if (!auth->reconfig || auth->configurator) in dpp_reconfig_auth_conf_rx()
|
D | dpp_i.h | 18 struct dl_list configurator; /* struct dpp_configurator */ member
|
D | dpp.c | 1180 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_get_id() 4165 dl_list_for_each(conf, &dpp->configurator, struct dpp_configurator, in dpp_next_configurator_id() 4209 dl_list_add(&dpp->configurator, &conf->list); in dpp_configurator_add() 4231 dl_list_for_each_safe(conf, tmp, &dpp->configurator, in dpp_configurator_del() 4319 dl_list_add(&dpp->configurator, &conf->list); in dpp_configurator_from_backup() 4332 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_find_kid() 4356 dl_list_init(&dpp->configurator); in dpp_global_init()
|
/third_party/python/Lib/logging/ |
D | config.py | 293 result = self.configurator.convert(value) 305 result = self.configurator.convert(value) 376 self.config.configurator = self 447 value.configurator = self 450 value.configurator = self 454 value.configurator = self
|
/third_party/alsa-utils/ |
D | README.md | 12 alsaconf | the ALSA driver configurator script
|
/third_party/alsa-utils/alsaconf/po/ |
D | ja.po | 23 msgid "ALSA configurator" 90 " This script is a configurator for\n"
|
D | ru.po | 26 msgid "ALSA configurator" 95 " This script is a configurator for\n"
|
D | eu.po | 25 msgid "ALSA configurator" 103 " This script is a configurator for\n"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 124 struct dl_list configurator; /* struct dpp_configurator */ member 1954 auth->r_capab = auth->configurator ? DPP_CAPAB_CONFIGURATOR : in dpp_auth_build_resp() 1968 pos[-1] = auth->configurator ? DPP_CAPAB_ENROLLEE : in dpp_auth_build_resp() 2244 auth->configurator = !!(dpp_allowed_roles & DPP_CAPAB_CONFIGURATOR); in dpp_auth_init() 3253 auth->configurator = 1; in dpp_auth_req_rx() 3262 auth->configurator = 0; in dpp_auth_req_rx() 3267 auth->configurator = 0; in dpp_auth_req_rx() 3270 auth->configurator = 1; in dpp_auth_req_rx() 3321 auth->configurator = 1; in dpp_auth_req_rx() 3323 auth->configurator = 0; in dpp_auth_req_rx() [all …]
|
D | dpp.h | 221 int configurator; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | dpp_hostapd.c | 1032 if (hapd->dpp_auth->configurator) { in hostapd_dpp_auth_success() 1040 if (!hapd->dpp_auth->configurator) in hostapd_dpp_auth_success() 1439 if (!auth || !auth->reconfig || !auth->configurator) { in hostapd_dpp_rx_reconfig_auth_resp() 2041 if (hapd->dpp_auth_ok_on_ack && auth->configurator) { in hostapd_dpp_gas_req_handler()
|
/third_party/node/deps/npm/node_modules/config-chain/ |
D | readme.markdown | 111 .addUrl('http://configurator:1234/my-configs')
|