Searched defs:conf (Results 1 - 25 of 202) sorted by relevance

123456789

/external/mesa3d/src/gallium/targets/dri-r600/
H A Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) argument
31 switch (conf) {
/external/mesa3d/src/gallium/targets/dri-radeonsi/
H A Dtarget.c29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) argument
31 switch (conf) {
/external/mesa3d/src/gallium/targets/dri-vmwgfx/
H A Dtarget.c34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) argument
36 switch (conf) {
/external/autotest/utils/modelviz/
H A Dgenerate_schema_diagrams.py28 import django.conf namespace
30 reload(django.conf)
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/
H A Dpublish.js3 publish.conf = { // trailing slash expected for dirs
19 IO.mkPath((publish.conf.outDir+"symbols/src").split("/"));
26 var classTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"class.tmpl");
27 var classesTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"allclasses.tmpl");
46 var srcDir = publish.conf.outDir + "symbols/src/";
84 IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output);
93 var classesindexTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"index.tmpl");
98 IO.saveFile(publish.conf.outDir, "index"+publish.conf
[all...]
/external/icu/icu4c/source/i18n/
H A Dcsmatch.cpp27 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, argument
31 confidence = conf;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbss_load.c45 struct hostapd_bss_config *conf = hapd->conf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
52 hapd->bss_load_update_timeout = conf->bss_load_update_period *
H A Dhs20.c22 u8 conf; local
23 if (!hapd->conf->hs20)
30 conf = HS20_VERSION; /* Release Number */
31 conf |= HS20_ANQP_DOMAIN_ID_PRESENT;
32 if (hapd->conf->disable_dgaf)
33 conf |= HS20_DGAF_DISABLED;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
47 if (!hapd->conf->osen)
74 if (hapd->conf
[all...]
H A Dwps_hostapd.h15 struct hostapd_bss_config *conf);
50 struct hostapd_bss_config *conf)
49 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
H A Dx_snoop.c20 struct hostapd_bss_config *conf = hapd->conf; local
22 if (!conf->isolate) {
28 if (conf->bridge[0] == '\0') {
72 struct hostapd_bss_config *conf = hapd->conf; local
75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1);
H A Dauthsrv.c100 struct hostapd_bss_config *conf = hapd->conf; local
102 srv.client_file = conf->radius_server_clients;
103 srv.auth_port = conf->radius_server_auth_port;
104 srv.acct_port = conf->radius_server_acct_port;
109 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
110 srv.eap_fast_a_id = conf->eap_fast_a_id;
111 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
112 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
113 srv.eap_fast_prov = conf
155 struct tls_config conf; local
[all...]
H A Deap_user_db.c176 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) {
178 hapd->conf->eap_user_sqlite, sqlite3_errmsg(db));
191 sqlite3_errmsg(db), hapd->conf->eap_user_sqlite);
204 hapd->conf->eap_user_sqlite);
227 const struct hostapd_bss_config *conf = hapd->conf; local
228 struct hostapd_eap_user *user = conf->eap_user;
231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
240 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
246 wsc_registrar.password = (u8 *) conf
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dbss_load.c45 struct hostapd_bss_config *conf = hapd->conf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
52 hapd->bss_load_update_timeout = conf->bss_load_update_period *
H A Dhs20.c22 u8 conf; local
23 if (!hapd->conf->hs20)
30 conf = HS20_VERSION; /* Release Number */
31 conf |= HS20_ANQP_DOMAIN_ID_PRESENT;
32 if (hapd->conf->disable_dgaf)
33 conf |= HS20_DGAF_DISABLED;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
47 if (!hapd->conf->osen)
74 if (hapd->conf
[all...]
H A Dwps_hostapd.h15 struct hostapd_bss_config *conf);
50 struct hostapd_bss_config *conf)
49 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
H A Dx_snoop.c20 struct hostapd_bss_config *conf = hapd->conf; local
22 if (!conf->isolate) {
28 if (conf->bridge[0] == '\0') {
72 struct hostapd_bss_config *conf = hapd->conf; local
75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbss_load.c45 struct hostapd_bss_config *conf = hapd->conf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
52 hapd->bss_load_update_timeout = conf->bss_load_update_period *
H A Dhs20.c22 u8 conf; local
23 if (!hapd->conf->hs20)
30 conf = HS20_VERSION; /* Release Number */
31 conf |= HS20_ANQP_DOMAIN_ID_PRESENT;
32 if (hapd->conf->disable_dgaf)
33 conf |= HS20_DGAF_DISABLED;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
47 if (!hapd->conf->osen)
74 if (hapd->conf
[all...]
H A Dwps_hostapd.h15 struct hostapd_bss_config *conf);
50 struct hostapd_bss_config *conf)
49 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
H A Dx_snoop.c20 struct hostapd_bss_config *conf = hapd->conf; local
22 if (!conf->isolate) {
28 if (conf->bridge[0] == '\0') {
72 struct hostapd_bss_config *conf = hapd->conf; local
75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1);
/external/autotest/client/common_lib/
H A Dglobal_config_unittest.py75 conf = global_config.global_config variable in class:global_config_test
84 self.conf.set_config_files(self.global_temp.name, self.shadow_temp.name,
93 self.conf.set_config_files(global_config.DEFAULT_CONFIG_FILE,
100 val = self.conf.get_config_value("SECTION_A", "value_1", float)
107 val = self.conf.get_config_value("SECTION_B", "value_1", int)
110 val = self.conf.get_config_value("SECTION_B", "value_3", int)
112 val = self.conf.get_config_value("SECTION_B", "value_4", int)
118 val = self.conf.get_config_value("SECTION_A", "value_2")
137 self.conf.reset_config_values()
140 val = self.conf
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetMatch.java179 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { argument
180 fConfidence = conf;
199 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { argument
200 fConfidence = conf;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetMatch.java191 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { argument
192 fConfidence = conf;
211 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { argument
212 fConfidence = conf;
/external/iproute2/tc/
H A Dem_canid.c151 struct can_filter *conf = data; /* Array with rules */ local
158 struct can_filter *pcfltr = &conf[i];
/external/libxml2/
H A Dcheck-xinclude-test-suite.py188 conf = libxml2.parseFile(CONF) variable
189 if conf == None:
193 testsuite = conf.getRootElement()
217 conf.freeDoc()

Completed in 1118 milliseconds

123456789