/aosp_15_r20/external/toybox/toys/posix/ |
H A D | getconf.c | 60 #define CONF(n) {"_POSIX_" #n,_SC_ ## n} macro 61 CONF(ADVISORY_INFO), CONF(BARRIERS), CONF(ASYNCHRONOUS_IO), 62 CONF(CLOCK_SELECTION), CONF(CPUTIME), CONF(FSYNC), CONF(IPV6), 63 CONF(JOB_CONTROL), CONF(MAPPED_FILES), CONF(MEMLOCK), CONF(MEMLOCK_RANGE), 64 CONF(MEMORY_PROTECTION), CONF(MESSAGE_PASSING), CONF(MONOTONIC_CLOCK), 65 CONF(PRIORITY_SCHEDULING), CONF(RAW_SOCKETS), CONF(READER_WRITER_LOCKS), 66 CONF(REALTIME_SIGNALS), CONF(REGEXP), CONF(SAVED_IDS), CONF(SEMAPHORES), 67 CONF(SHARED_MEMORY_OBJECTS), CONF(SHELL), CONF(SPAWN), CONF(SPIN_LOCKS), 68 CONF(SPORADIC_SERVER), CONF(SS_REPL_MAX), CONF(SYNCHRONIZED_IO), 69 CONF(THREAD_ATTR_STACKADDR), CONF(THREAD_ATTR_STACKSIZE), [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | ap_config.c | 187 struct hostapd_config *conf; in hostapd_config_defaults() local 210 conf = os_zalloc(sizeof(*conf)); in hostapd_config_defaults() 212 if (conf == NULL || bss == NULL) { in hostapd_config_defaults() 215 os_free(conf); in hostapd_config_defaults() 219 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *)); in hostapd_config_defaults() 220 if (conf->bss == NULL) { in hostapd_config_defaults() 221 os_free(conf); in hostapd_config_defaults() 225 conf->bss[0] = bss; in hostapd_config_defaults() 229 os_free(conf->bss); in hostapd_config_defaults() 230 os_free(conf); in hostapd_config_defaults() [all …]
|
H A 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() argument 41 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, conf->wpa_group); in wpa_write_wpa_ie() 44 conf->wpa_group); in wpa_write_wpa_ie() 53 num_suites = wpa_cipher_put_suites(pos, conf->wpa_pairwise); in wpa_write_wpa_ie() 56 conf->wpa_pairwise); in wpa_write_wpa_ie() 66 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in wpa_write_wpa_ie() 71 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_wpa_ie() 79 conf->wpa_key_mgmt); in wpa_write_wpa_ie() 92 static u16 wpa_own_rsn_capab(struct wpa_auth_config *conf, in wpa_own_rsn_capab() argument 97 if (conf->rsn_preauth) in wpa_own_rsn_capab() [all …]
|
H A D | authsrv.c | 108 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv() local 126 srv.client_file = conf->radius_server_clients; in hostapd_setup_radius_srv() 127 srv.auth_port = conf->radius_server_auth_port; in hostapd_setup_radius_srv() 128 srv.acct_port = conf->radius_server_acct_port; in hostapd_setup_radius_srv() 130 srv.ipv6 = conf->radius_server_ipv6; in hostapd_setup_radius_srv() 132 srv.eap_req_id_text = conf->eap_req_id_text; in hostapd_setup_radius_srv() 133 srv.eap_req_id_text_len = conf->eap_req_id_text_len; in hostapd_setup_radius_srv() 134 srv.sqlite_file = conf->eap_user_sqlite; in hostapd_setup_radius_srv() 136 srv.dump_msk_file = conf->dump_msk_file; in hostapd_setup_radius_srv() 139 srv.subscr_remediation_url = conf->subscr_remediation_url; in hostapd_setup_radius_srv() [all …]
|
H A D | hostapd.c | 126 hostapd_setup_encryption(hapd->conf->iface, hapd); in hostapd_reconfig_encryption() 138 if (hapd->conf->wmm_enabled < 0) in hostapd_reload_bss() 139 hapd->conf->wmm_enabled = hapd->iconf->ieee80211n | in hostapd_reload_bss() 143 radius_client_reconfig(hapd->radius, hapd->conf->radius); in hostapd_reload_bss() 146 ssid = &hapd->conf->ssid; in hostapd_reload_bss() 153 hostapd_config_clear_wpa_psk(&hapd->conf->ssid.wpa_psk); in hostapd_reload_bss() 155 if (hostapd_setup_wpa_psk(hapd->conf)) { in hostapd_reload_bss() 160 if (hapd->conf->ieee802_1x || hapd->conf->wpa) in hostapd_reload_bss() 161 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1); in hostapd_reload_bss() 163 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0); in hostapd_reload_bss() [all …]
|
H A D | wpa_auth_glue.c | 38 static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, in hostapd_wpa_auth_conf() argument 45 wconf->wpa = conf->wpa; in hostapd_wpa_auth_conf() 46 wconf->extended_key_id = conf->extended_key_id; in hostapd_wpa_auth_conf() 47 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf() 48 wconf->rsn_override_key_mgmt = conf->rsn_override_key_mgmt; in hostapd_wpa_auth_conf() 49 wconf->rsn_override_key_mgmt_2 = conf->rsn_override_key_mgmt_2; in hostapd_wpa_auth_conf() 50 wconf->wpa_pairwise = conf->wpa_pairwise; in hostapd_wpa_auth_conf() 51 wconf->wpa_group = conf->wpa_group; in hostapd_wpa_auth_conf() 52 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf() 53 wconf->wpa_strict_rekey = conf->wpa_strict_rekey; in hostapd_wpa_auth_conf() [all …]
|
H A D | wps_hostapd.c | 65 (hapd->conf->wps_independent || in wps_for_each() 66 data->calling_hapd->conf->wps_independent)) in wps_for_each() 101 struct hostapd_ssid *ssid = &hapd->conf->ssid; in hostapd_wps_new_psk_cb() 193 if (hapd->conf->wps_pin_requests) { in hostapd_wps_pin_needed_cb() 196 f = fopen(hapd->conf->wps_pin_requests, "a"); in hostapd_wps_pin_needed_cb() 282 for (wpa_psk = hapd->conf->ssid.wpa_psk; wpa_psk; in hostapd_wps_lookup_pskfile_cb() 356 struct hostapd_bss_config *bss = hapd->conf; in hapd_wps_reconfig_in_memory() 407 if (hapd->conf->wps_cred_add_sae && in hapd_wps_reconfig_in_memory() 483 if ((hapd->conf->wps_cred_processing == 1 || in hapd_wps_cred_cb() 484 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) { in hapd_wps_cred_cb() [all …]
|
H A D | ieee802_11_shared.c | 46 if (hapd->conf->assoc_sa_query_max_timeout > tu) in hostapd_eid_assoc_comeback_time() 47 timeout = hapd->conf->assoc_sa_query_max_timeout - tu; in hostapd_eid_assoc_comeback_time() 50 if (timeout < hapd->conf->assoc_sa_query_max_timeout) in hostapd_eid_assoc_comeback_time() 54 if (hapd->conf->test_assoc_comeback_type != -1) in hostapd_eid_assoc_comeback_time() 55 type = hapd->conf->test_assoc_comeback_type; in hostapd_eid_assoc_comeback_time() 89 if (hapd->conf->oci_freq_override_saquery_req) { in ieee802_11_send_sa_query_req() 93 hapd->conf->oci_freq_override_saquery_req); in ieee802_11_send_sa_query_req() 95 hapd->conf->oci_freq_override_saquery_req; in ieee802_11_send_sa_query_req() 184 if (hapd->conf->oci_freq_override_saquery_resp) { in ieee802_11_send_sa_query_resp() 188 hapd->conf->oci_freq_override_saquery_resp); in ieee802_11_send_sa_query_resp() [all …]
|
/aosp_15_r20/external/selinux/libsepol/tests/ |
H A D | test-neverallow.c | 97 …on line 53 of policies/test-neverallow/policy.conf.std (or line 53 of policies/test-neverallow/pol… in test_neverallow_basic() 98 …on line 60 of policies/test-neverallow/policy.conf.std (or line 60 of policies/test-neverallow/pol… in test_neverallow_basic() 99 …on line 67 of policies/test-neverallow/policy.conf.std (or line 67 of policies/test-neverallow/pol… in test_neverallow_basic() 100 …on line 74 of policies/test-neverallow/policy.conf.std (or line 74 of policies/test-neverallow/pol… in test_neverallow_basic() 101 …on line 81 of policies/test-neverallow/policy.conf.std (or line 81 of policies/test-neverallow/pol… in test_neverallow_basic() 102 …on line 89 of policies/test-neverallow/policy.conf.std (or line 89 of policies/test-neverallow/pol… in test_neverallow_basic() 103 …on line 97 of policies/test-neverallow/policy.conf.std (or line 97 of policies/test-neverallow/pol… in test_neverallow_basic() 104 …n line 106 of policies/test-neverallow/policy.conf.std (or line 106 of policies/test-neverallow/po… in test_neverallow_basic() 105 …n line 106 of policies/test-neverallow/policy.conf.std (or line 106 of policies/test-neverallow/po… in test_neverallow_basic() 106 …n line 115 of policies/test-neverallow/policy.conf.std (or line 115 of policies/test-neverallow/po… in test_neverallow_basic() [all …]
|
/aosp_15_r20/device/google/tangorpro/uwb/ |
D | uwb_calibration_country.mk | 26 … $(LOCAL_PATH)/UWB-calibration-fcc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-us.conf \ 27 … $(LOCAL_PATH)/UWB-calibration-fcc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-ca.conf \ 28 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-at.conf \ 29 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-be.conf \ 30 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-bg.conf \ 31 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-hr.conf \ 32 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-cy.conf \ 33 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-cz.conf \ 34 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-dk.conf \ 35 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-ee.conf \ [all …]
|
/aosp_15_r20/device/google/pantah/uwb/ |
D | uwb_calibration_country.mk | 26 … $(LOCAL_PATH)/UWB-calibration-fcc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-us.conf \ 27 … $(LOCAL_PATH)/UWB-calibration-fcc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-ca.conf \ 28 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-at.conf \ 29 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-be.conf \ 30 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-bg.conf \ 31 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-hr.conf \ 32 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-cy.conf \ 33 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-cz.conf \ 34 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-dk.conf \ 35 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-ee.conf \ [all …]
|
/aosp_15_r20/device/google/raviole/uwb/ |
D | uwb_calibration_country.mk | 26 … $(LOCAL_PATH)/UWB-calibration-fcc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-us.conf \ 27 … $(LOCAL_PATH)/UWB-calibration-fcc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-ca.conf \ 28 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-at.conf \ 29 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-be.conf \ 30 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-bg.conf \ 31 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-hr.conf \ 32 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-cy.conf \ 33 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-cz.conf \ 34 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-dk.conf \ 35 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-ee.conf \ [all …]
|
/aosp_15_r20/device/google/felix/uwb/ |
D | uwb_calibration_country.mk | 26 … $(LOCAL_PATH)/UWB-calibration-fcc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-us.conf \ 27 … $(LOCAL_PATH)/UWB-calibration-fcc.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-ca.conf \ 28 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-at.conf \ 29 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-be.conf \ 30 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-bg.conf \ 31 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-hr.conf \ 32 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-cy.conf \ 33 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-cz.conf \ 34 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-dk.conf \ 35 … $(LOCAL_PATH)/UWB-calibration-ce.conf:$(TARGET_COPY_OUT_VENDOR)/etc/uwb/UWB-calibration-ee.conf \ [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | ap.c | 49 struct hostapd_config *conf) in is_chanwidth160_supported() argument 52 if (conf->ieee80211ax) { in is_chanwidth160_supported() 72 struct hostapd_config *conf, in wpas_conf_ap_vht() argument 77 u8 channel = conf->channel; in wpas_conf_ap_vht() 81 if (!conf->secondary_channel) in wpas_conf_ap_vht() 86 hostapd_set_oper_chwidth(conf, ssid->max_oper_chwidth); in wpas_conf_ap_vht() 87 if (hostapd_get_oper_chwidth(conf)) in wpas_conf_ap_vht() 89 hostapd_get_oper_chwidth(conf), in wpas_conf_ap_vht() 90 &conf->op_class, in wpas_conf_ap_vht() 91 &conf->channel); in wpas_conf_ap_vht() [all …]
|
H A D | mesh.c | 85 struct mesh_conf *conf; in mesh_config_create() local 88 conf = os_zalloc(sizeof(struct mesh_conf)); in mesh_config_create() 89 if (!conf) in mesh_config_create() 92 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len); in mesh_config_create() 93 conf->meshid_len = ssid->ssid_len; in mesh_config_create() 96 conf->security |= MESH_CONF_SEC_AUTH | in mesh_config_create() 99 conf->security |= MESH_CONF_SEC_NONE; in mesh_config_create() 100 conf->ieee80211w = ssid->ieee80211w; in mesh_config_create() 101 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT) { in mesh_config_create() 103 conf->ieee80211w = wpa_s->conf->pmf; in mesh_config_create() [all …]
|
/aosp_15_r20/build/soong/etc/ |
H A D | prebuilt_etc_test.go | 35 "foo.conf": nil, 36 "bar.conf": nil, 37 "baz.conf": nil, 44 name: "foo.conf", 45 src: "foo.conf", 48 name: "bar.conf", 49 src: "bar.conf", 53 name: "baz.conf", 54 src: "baz.conf", 59 foo_variants := result.ModuleVariantsForTests("foo.conf") [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/conf/ |
D | conf.c | 57 #include <openssl/conf.h> 111 CONF *NCONF_new(void *method) { in NCONF_new() 112 CONF *conf; in NCONF_new() local 118 conf = OPENSSL_malloc(sizeof(CONF)); in NCONF_new() 119 if (conf == NULL) { in NCONF_new() 123 conf->data = lh_CONF_VALUE_new(conf_value_hash, conf_value_cmp); in NCONF_new() 124 if (conf->data == NULL) { in NCONF_new() 125 OPENSSL_free(conf); in NCONF_new() 129 return conf; in NCONF_new() 135 OPENSSL_PUT_ERROR(CONF, ERR_R_MALLOC_FAILURE); in CONF_VALUE_new() [all …]
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/conf/ |
D | conf.c | 57 #include <openssl/conf.h> 111 CONF *NCONF_new(void *method) { in NCONF_new() 112 CONF *conf; in NCONF_new() local 118 conf = OPENSSL_malloc(sizeof(CONF)); in NCONF_new() 119 if (conf == NULL) { in NCONF_new() 123 conf->data = lh_CONF_VALUE_new(conf_value_hash, conf_value_cmp); in NCONF_new() 124 if (conf->data == NULL) { in NCONF_new() 125 OPENSSL_free(conf); in NCONF_new() 129 return conf; in NCONF_new() 135 OPENSSL_PUT_ERROR(CONF, ERR_R_MALLOC_FAILURE); in CONF_VALUE_new() [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/conf/ |
H A D | conf.c | 57 #include <openssl/conf.h> 104 CONF *NCONF_new(void *method) { in NCONF_new() 109 CONF *conf = OPENSSL_malloc(sizeof(CONF)); in NCONF_new() local 110 if (conf == NULL) { in NCONF_new() 114 conf->sections = lh_CONF_SECTION_new(conf_section_hash, conf_section_cmp); in NCONF_new() 115 conf->values = lh_CONF_VALUE_new(conf_value_hash, conf_value_cmp); in NCONF_new() 116 if (conf->sections == NULL || conf->values == NULL) { in NCONF_new() 117 NCONF_free(conf); in NCONF_new() 121 return conf; in NCONF_new() 151 void NCONF_free(CONF *conf) { in NCONF_free() argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_config.py | 187 conf = config.IdleConf(_utest=True) 192 for ctype in conf.config_types: 212 conf = config.IdleConf(_utest=True) 213 for ctype in conf.config_types: 214 conf.defaultCfg[ctype] = config.IdleConfParser('') 215 conf.defaultCfg[ctype].read_string(self.config_string[ctype]) 216 conf.userCfg[ctype] = config.IdleUserConfParser('') 217 conf.userCfg[ctype].read_string(self.config_string[ctype]) 219 return conf 224 conf = self.new_config(_utest=True) [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglConfig.cpp | 152 EglConfig::EglConfig(const EglConfig& conf) : in EglConfig() argument 153 m_buffer_size(conf.m_buffer_size), in EglConfig() 154 m_red_size(conf.m_red_size), in EglConfig() 155 m_green_size(conf.m_green_size), in EglConfig() 156 m_blue_size(conf.m_blue_size), in EglConfig() 157 m_alpha_size(conf.m_alpha_size), in EglConfig() 158 m_alpha_mask_size(conf.m_alpha_mask_size), in EglConfig() 159 m_bind_to_tex_rgb(conf.m_bind_to_tex_rgb), in EglConfig() 160 m_bind_to_tex_rgba(conf.m_bind_to_tex_rgba), in EglConfig() 161 m_caveat(conf.m_caveat), in EglConfig() [all …]
|
/aosp_15_r20/external/pytorch/test/quantization/core/ |
H A D | test_backend_config.py | 166 conf = BackendPatternConfig(torch.nn.Linear) 167 … self.assertEqual(conf.observation_type, ObservationType.OUTPUT_USE_DIFFERENT_OBSERVER_AS_INPUT) 168 conf.set_observation_type(ObservationType.OUTPUT_SHARE_OBSERVER_WITH_INPUT) 169 self.assertEqual(conf.observation_type, ObservationType.OUTPUT_SHARE_OBSERVER_WITH_INPUT) 172 conf = BackendPatternConfig(torch.nn.Linear) 173 self.assertEqual(len(conf.dtype_configs), 0) 174 conf.add_dtype_config(self.dtype_config1) 175 conf.add_dtype_config(self.dtype_config2) 176 self.assertEqual(len(conf.dtype_configs), 2) 177 self.assertEqual(conf.dtype_configs[0], self.dtype_config1) [all …]
|
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/ |
H A D | ConferenceTest.java | 100 final Call conf = mInCallService.getLastConferenceCall(); in testConferenceCreate() local 101 assertCallState(conf, Call.STATE_ACTIVE); in testConferenceCreate() 103 if (mCall1.getParent() != conf || mCall2.getParent() != conf) { in testConferenceCreate() 106 if (!(conf.getChildren().contains(mCall1) && conf.getChildren().contains(mCall2))) { in testConferenceCreate() 131 final Call conf = mInCallService.getLastConferenceCall(); in testConferenceSplit() local 132 assertCallState(conf, Call.STATE_ACTIVE); in testConferenceSplit() 134 if (!(mCall1.getParent() == conf) && (conf.getChildren().contains(mCall1))) { in testConferenceSplit() 141 if ((mCall1.getParent() == conf) || (conf.getChildren().contains(mCall1))) { in testConferenceSplit() 151 final Call conf = mInCallService.getLastConferenceCall(); in testConferenceHoldAndUnhold() local 152 assertCallState(conf, Call.STATE_ACTIVE); in testConferenceHoldAndUnhold() [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/common/ |
H A D | dpp.c | 1065 struct dpp_configuration *conf; in dpp_configuration_alloc() local 1069 conf = os_zalloc(sizeof(*conf)); in dpp_configuration_alloc() 1070 if (!conf) in dpp_configuration_alloc() 1080 conf->akm = DPP_AKM_PSK; in dpp_configuration_alloc() 1082 conf->akm = DPP_AKM_SAE; in dpp_configuration_alloc() 1085 conf->akm = DPP_AKM_PSK_SAE; in dpp_configuration_alloc() 1088 conf->akm = DPP_AKM_SAE_DPP; in dpp_configuration_alloc() 1091 conf->akm = DPP_AKM_PSK_SAE_DPP; in dpp_configuration_alloc() 1093 conf->akm = DPP_AKM_DPP; in dpp_configuration_alloc() 1095 conf->akm = DPP_AKM_DOT1X; in dpp_configuration_alloc() [all …]
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/ |
H A D | ftrace_print_filter_unittest.cc | 29 FtraceConfig::PrintFilter conf; in TEST() local 30 FtracePrintFilter filter(conf); in TEST() 36 FtraceConfig::PrintFilter conf; in TEST() local 37 auto* rule = conf.add_rules(); in TEST() 40 FtracePrintFilter filter(conf); in TEST() 46 FtraceConfig::PrintFilter conf; in TEST() local 47 auto* rule = conf.add_rules(); in TEST() 50 FtracePrintFilter filter(conf); in TEST() 56 FtraceConfig::PrintFilter conf; in TEST() local 57 auto* rule = conf.add_rules(); in TEST() [all …]
|