HomeSort by relevance Sort by last modified time
    Searched defs:conf (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c 175 int32_t conf; local
186 conf = ucsdet_getConfidence(match, &status);
192 if (conf != 100) {
193 log_err("Did not get 100%% confidence for UTF-16BE: got %d\n", conf);
206 conf = ucsdet_getConfidence(match, &status);
213 if (conf != 100) {
214 log_err("Did not get 100%% confidence for UTF-16LE: got %d\n", conf);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 57 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id)
59 memset(conf, 0, sizeof(*conf));
61 conf->Display = dpy;
64 conf->ConfigID = id;
65 conf->ConfigCaveat = EGL_NONE;
66 conf->TransparentType = EGL_NONE;
67 conf->NativeVisualType = EGL_NONE;
68 conf->ColorBufferType = EGL_RGB_BUFFER;
79 _eglLinkConfig(_EGLConfig *conf)
105 _EGLConfig *conf; local
821 _EGLConfig *conf = (_EGLConfig *) elem; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
srp.c 64 #include <openssl/conf.h>
111 static CONF *conf=NULL; variable
311 conf = NULL;
461 conf = NCONF_new(NULL);
462 if (NCONF_load(conf,configfile,&errorline) <= 0)
478 if (!load_config(bio_err, conf))
486 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_SRP);
494 if (randfile == NULL && conf)
495 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE")
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf_mod.c 63 #include <openssl/conf.h>
112 static int module_run(const CONF *cnf, char *name, char *value,
118 const CONF *cnf);
119 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
122 /* Main function: load modules from a CONF structure */
124 int CONF_modules_load(const CONF *cnf, const char *appname,
170 CONF *conf = NULL; local
172 conf = NCONF_new(NULL);
173 if (!conf)
    [all...]
  /external/icu4c/test/cintltst/
ucsdetst.c 175 int32_t conf; local
186 conf = ucsdet_getConfidence(match, &status);
192 if (conf != 100) {
193 log_err("Did not get 100%% confidence for UTF-16BE: got %d\n", conf);
206 conf = ucsdet_getConfidence(match, &status);
213 if (conf != 100) {
214 log_err("Did not get 100%% confidence for UTF-16LE: got %d\n", conf);
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 1859 struct remoteconf *conf; local
    [all...]
proposal.c 1229 struct remoteconf *conf; local
1247 conf = getrmconf(iph2->dst);
1248 if (conf != NULL &&
1249 conf->gen_policy == GENERATE_POLICY_UNIQUE){
  /external/libppp/src/
main.c 357 char conf[200], *ptr; local
359 snprintf(conf, sizeof conf, "%s/%s", PPP_CONFDIR, CONFFILE);
363 if (stat(conf, &sb) == 0 && sb.st_mode & S_IWOTH) {
365 conf);
368 ptr = conf + strlen(conf)-2;
369 while (ptr > conf && *ptr != '/')
371 } while (ptr >= conf);
  /external/mesa3d/src/egl/main/
eglconfig.c 57 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id)
59 memset(conf, 0, sizeof(*conf));
61 conf->Display = dpy;
64 conf->ConfigID = id;
65 conf->ConfigCaveat = EGL_NONE;
66 conf->TransparentType = EGL_NONE;
67 conf->NativeVisualType = EGL_NONE;
68 conf->ColorBufferType = EGL_RGB_BUFFER;
79 _eglLinkConfig(_EGLConfig *conf)
105 _EGLConfig *conf; local
821 _EGLConfig *conf = (_EGLConfig *) elem; local
    [all...]
  /external/openssl/apps/
srp.c 64 #include <openssl/conf.h>
111 static CONF *conf=NULL; variable
311 conf = NULL;
461 conf = NCONF_new(NULL);
462 if (NCONF_load(conf,configfile,&errorline) <= 0)
478 if (!load_config(bio_err, conf))
486 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_SRP);
494 if (randfile == NULL && conf)
495 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE")
    [all...]
  /external/openssl/crypto/conf/
conf_mod.c 63 #include <openssl/conf.h>
112 static int module_run(const CONF *cnf, char *name, char *value,
118 const CONF *cnf);
119 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
122 /* Main function: load modules from a CONF structure */
124 int CONF_modules_load(const CONF *cnf, const char *appname,
170 CONF *conf = NULL; local
172 conf = NCONF_new(NULL);
173 if (!conf)
    [all...]
  /external/qemu/audio/
paaudio.c 71 } conf = { variable in typeref:struct:__anon26598
93 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
188 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
339 conf.server,
342 conf.sink,
355 hw->samples = conf.samples;
393 conf.server,
396 conf.source
    [all...]
coreaudio.c 48 } conf = { variable in typeref:struct:__anon26584
192 conf.isAtexit = 1;
242 if (!conf.isAtexit) {
261 if (!conf.isAtexit) {
569 err = coreaudio_voice_init (core, as, conf.out_buffer_frames, audioOutDeviceIOProc, hw, 0);
573 hw->samples = core->bufferFrameSize * conf.out_nbuffers;
715 err = coreaudio_voice_init (core, as, conf.in_buffer_frames, audioInDeviceIOProc, hw, 1);
720 hw->samples = core->bufferFrameSize * conf.in_nbuffers;
756 .valp = &conf.out_buffer_frames,
762 .valp = &conf.out_nbuffers
    [all...]
dsoundaudio.c 53 } conf = { variable in typeref:struct:__anon26585
289 for (i = 0; i < conf.restore_retries; ++i) {
319 for (i = 0; i < conf.getstatus_retries; ++i) {
452 if (!conf.set_primary) {
456 err = waveformat_from_audio_settings (&wfx, &conf.settings);
603 if (conf.latency_millis) {
610 millis_to_bytes (&hw->info, conf.latency_millis) - cur_blat;
944 .valp = &conf.lock_retries,
950 .valp = &conf.restore_retries,
956 .valp = &conf.getstatus_retries
    [all...]
esdaudio.c 97 } conf = { variable in typeref:struct:__anon26591
120 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
259 hw->samples = conf.samples;
267 esd->fd = FF(esd_play_stream) (esdfmt, as->freq, conf.dac_host, NULL);
329 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
467 hw->samples = conf.samples;
475 esd->fd = FF(esd_record_stream) (esdfmt, as->freq, conf.adc_host, NULL);
552 fd = FF(esd_open_sound)(conf.dac_host)
    [all...]
fmodaudio.c 51 } conf = { variable in typeref:struct:__anon26592
353 conf.nb_samples, /* length */
378 hw->samples = conf.nb_samples;
412 if (conf.broken_adc) {
419 conf.nb_samples, /* length */
436 hw->samples = conf.nb_samples;
535 const char *drv = conf.drvname;
547 conf.broken_adc = 1;
577 if (conf.bufsize) {
578 status = FSOUND_SetBufferSize (conf.bufsize)
    [all...]
winaudio.c 48 } conf = { variable in typeref:struct:__anon26602
206 samples_size = format.nBlockAlign * conf.nb_samples;
243 hw->samples = conf.nb_samples*2;
450 samples_size = format.nBlockAlign * conf.nb_samples;
494 hw->samples = conf.nb_samples*2;
634 {"SAMPLES", AUD_OPT_INT, &conf.nb_samples,
  /external/smack/src/org/jivesoftware/smackx/bookmark/
Bookmarks.java 284 BookmarkedConference conf = new BookmarkedConference(jid); local
285 conf.setName(name);
286 conf.setAutoJoin(Boolean.valueOf(autojoin).booleanValue());
293 conf.setNickname(parser.nextText());
296 conf.setPassword(parser.nextText());
300 conf.setShared(true);
308 return conf;
  /external/wpa_supplicant_8/hostapd/
main.c 62 if (hapd && hapd->conf) {
63 conf_syslog_level = hapd->conf->logger_syslog_level;
64 conf_stdout_level = hapd->conf->logger_stdout_level;
65 conf_syslog = hapd->conf->logger_syslog;
66 conf_stdout = hapd->conf->logger_stdout;
99 if (hapd && hapd->conf && addr)
101 hapd->conf->iface, MAC2STR(addr),
103 else if (hapd && hapd->conf)
105 hapd->conf->iface, module_str ? " " : "",
162 struct hostapd_config *conf = NULL local
215 struct hostapd_bss_config *conf = hapd->conf; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.c 101 struct hostapd_config *conf; local
124 conf = os_zalloc(sizeof(*conf));
126 if (conf == NULL || bss == NULL) {
129 os_free(conf);
136 os_free(conf);
143 conf->num_bss = 1;
144 conf->bss = bss;
146 conf->beacon_int = 100;
147 conf->rts_threshold = -1; /* use driver default: 2347 *
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 835 struct wpabuf *conf; local
1029 conf = p2p_build_go_neg_conf(p2p, dev, msg.dialog_token, status,
1032 if (conf == NULL)
1045 wpabuf_head(conf), wpabuf_len(conf), 0) < 0) {
1049 wpabuf_free(conf);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 409 struct wpa_auth_config conf; local
414 os_memset(&conf, 0, sizeof(conf));
415 conf.wpa = 2;
416 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK;
417 conf.wpa_pairwise = WPA_CIPHER_CCMP;
418 conf.rsn_pairwise = WPA_CIPHER_CCMP;
419 conf.wpa_group = WPA_CIPHER_CCMP;
420 conf.eapol_version = 2;
421 conf.wpa_group_rekey = 600
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 188 Configuration conf = mContext.getResources().getConfiguration(); local
189 final Locale loc = conf.locale;
205 Configuration conf = mContext.getResources().getConfiguration(); local
206 Locale loc = conf.locale;
210 if (conf.userSetLocale) return; // Don't change if user set it in the SetupWizard
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 99 EglConfig* conf = pixelFormatToConfig(i++,renderableType,&frmt); local
100 if(conf){
101 listOut.push_front(conf);
  /external/libpcap/
pcap-dag.c 499 char conf[30]; /* dag configure string */ local
620 snprintf(conf, 30, "varlen slen=%d", (snaplen + 3) & ~3);
622 if(dag_configure(handle->fd, conf) < 0) {

Completed in 932 milliseconds

12 3 4