HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 301 - 325 of 459) sorted by null

<<111213141516171819

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control_external.h 55 snd_config_t *root, snd_config_t *conf, int mode)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control_external.h 55 snd_config_t *root, snd_config_t *conf, int mode)
  /external/mesa3d/src/egl/main/
eglcontext.c 356 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf,
369 ctx->Config = conf;
  /external/wpa_supplicant_8/src/ap/
wmm.c 58 if (!hapd->conf->wmm_enabled)
69 if (hapd->conf->wmm_uapsd &&
wpa_auth.h 223 struct wpa_auth_config *conf,
228 struct wpa_auth_config *conf);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 305 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
407 eap_pwd_h_final(hash, conf);
408 os_memcpy(data->my_confirm, conf, SHA256_MAC_LEN);
414 wpabuf_put_data(data->outbuf, conf, SHA256_MAC_LEN);
786 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
880 eap_pwd_h_final(hash, conf);
883 if (os_memcmp_const(conf, ptr, SHA256_MAC_LEN)) {
891 data->peer_scalar, data->my_scalar, conf,
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 81 final Configuration conf = context.getResources().getConfiguration(); local
85 if ((conf.uiMode & Configuration.UI_MODE_TYPE_MASK) != Configuration.UI_MODE_TYPE_WATCH) {
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 118 _EGLConfig *conf, EGLNativeWindowType window,
122 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf);
134 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list))
150 if (conf->AlphaSize == 0)
195 _EGLConfig *conf, EGLNativeWindowType window,
198 return dri2_create_surface(drv, disp, EGL_WINDOW_BIT, conf,
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 300 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
381 if (wpa_s->num_bss + 1 > wpa_s->conf->bss_max_count &&
386 wpa_s->conf->bss_max_count = wpa_s->num_bss + 1;
633 if (wpa_s->conf->ignore_old_scan_res) {
791 wpa_s->conf->bss_expiration_scan_count) {
835 wpa_bss_flush_by_age(wpa_s, wpa_s->conf->bss_expiration_age);
    [all...]
events.c 90 if (wpa_s->conf->auto_interworking && wpa_s->conf->interworking &&
91 wpa_s->conf->cred)
95 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
165 if (wpa_s->conf->ap_scan == 1 && wpa_s->current_ssid) {
395 wpa_s->scard != NULL || wpa_s->conf->external_sim)
433 wpa_s->scard = scard_init(wpa_s->conf->pcsc_reader);
1096 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
1105 for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
1107 wpa_s->conf->pssid[prio]->priority)
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 482 rm -f conf$$ conf$$.exe conf$$.file
483 if test -d conf$$.dir; then
484 rm -f conf$$.dir/conf$$.file
486 rm -f conf$$.dir
487 mkdir conf$$.dir 2>/dev/null
489 if (echo >conf$$.file) 2>/dev/null; then
490 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/libedit/
configure 521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/libopus/
configure 484 rm -f conf$$ conf$$.exe conf$$.file
485 if test -d conf$$.dir; then
486 rm -f conf$$.dir/conf$$.file
488 rm -f conf$$.dir
489 mkdir conf$$.dir 2>/dev/null
491 if (echo >conf$$.file) 2>/dev/null; then
492 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/libpng/
configure 524 rm -f conf$$ conf$$.exe conf$$.file
525 if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
531 if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/libusb/
configure 465 rm -f conf$$ conf$$.exe conf$$.file
466 if test -d conf$$.dir; then
467 rm -f conf$$.dir/conf$$.file
469 rm -f conf$$.dir
470 mkdir conf$$.dir 2>/dev/null
472 if (echo >conf$$.file) 2>/dev/null; then
473 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 372 int32_t conf; local
383 conf = ucsdet_getConfidence(match, &status);
390 if (conf != 100) {
391 errln("Did not get 100%% confidence for UTF-16BE: got %d", conf);
404 conf = ucsdet_getConfidence(match, &status);
412 if (conf != 100) {
413 errln("Did not get 100%% confidence for UTF-16LE: got %d", conf);
    [all...]
  /external/libusb-compat/
configure 509 rm -f conf$$ conf$$.exe conf$$.file
510 if test -d conf$$.dir; then
511 rm -f conf$$.dir/conf$$.file
513 rm -f conf$$.dir
514 mkdir conf$$.dir 2>/dev/null
516 if (echo >conf$$.file) 2>/dev/null; then
517 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/selinux/libsemanage/src/
semanage_store.c 63 #define SEMANAGE_CONF_FILE "semanage.conf"
216 const char *store_path = sh->conf->store_path;
327 sh->conf->policyvers);
411 sh->conf->store_path);
477 * configuration file. If semanage.conf file in the semanage
478 * root is cannot be read, use the default semanage.conf as a
922 sh->conf->store_root_path,
966 sh->conf->file_mode);
2101 semanage_conf_t *conf = sh->conf; local
2125 semanage_conf_t *conf = sh->conf; local
2150 semanage_conf_t *conf = sh->conf; local
    [all...]
  /external/llvm/
configure 42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
488 rm -f conf$$ conf$$.exe conf$$.file
489 if test -d conf$$.dir; then
490 rm -f conf$$.dir/conf$$.fil
    [all...]
  /external/srtp/
configure 88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
96 rm -f conf$$.sh
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 571 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
676 eap_pwd_h_final(hash, conf);
679 if (os_memcmp_const(conf, ptr, SHA256_MAC_LEN)) {
753 eap_pwd_h_final(hash, conf);
756 data->my_scalar, data->server_scalar, conf, ptr,
767 wpabuf_put_data(data->outbuf, conf, SHA256_MAC_LEN);
  /external/boringssl/src/crypto/x509v3/
v3_genn.c 61 #include <openssl/conf.h>
  /external/chromium-trace/trace-viewer/tracing/third_party/devscripts/
licensecheck.pl 30 B<licensecheck> [B<--no-conf>] [B<--verbose>] [B<--copyright>]
89 =item B<--no-conf>, B<--noconf>
98 The two configuration files F</etc/devscripts.conf> and
186 if (@ARGV and $ARGV[0] =~ /^--no-?conf$/) {
190 my @config_files = ('/etc/devscripts.conf', '~/.devscripts');
237 "no-conf" => \$opt_noconf,
244 fatal "--no-conf is only acceptable as the first command-line option!";
401 --no-conf, --noconf Don't read devscripts config files; must be
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 220 if (wpa_s->conf == NULL) {
221 wpa_printf(MSG_ERROR, "%s: wpa_s->conf is NULL. Exiting", __func__);
224 ssid_conf = wpa_s->conf->ssid;
  /external/libogg/
configure 42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492 rm -f conf$$.dir/conf$$.fil
    [all...]

Completed in 2918 milliseconds

<<111213141516171819