HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 401 - 425 of 606) sorted by null

<<11121314151617181920>>

  /ndk/sources/host-tools/make-3.81/
getloadavg.c 693 struct cpu_config conf;
699 desc.sd_addr = (char *) &conf;
700 desc.sd_size = sizeof conf;
706 for (i = 0; i < conf.config_maxclass; ++i)
691 struct cpu_config conf; local
  /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)
  /toolchain/binutils/binutils-2.25/bfd/
lynx-core.c 28 #include <sys/conf.h>
configure 471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]
  /external/mesa3d/src/egl/main/
eglcontext.c 356 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf,
369 ctx->Config = conf;
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 648 double conf = 0; local
652 conf += rg0.dot(rmats[i].col(0));
653 if (conf < 0)
662 conf -= rg1.dot(rmats[i].col(0));
663 if (conf < 0)
825 float conf = static_cast<float>(pairwise_matches[i * num_images + j].num_inliers); local
826 graph.addEdge(i, j, conf);
827 edges.push_back(GraphEdge(i, j, conf));
  /external/tlsdate/
Android.mk 18 src/conf.c \
  /external/wpa_supplicant_8/src/ap/
wmm.c 58 if (!hapd->conf->wmm_enabled)
69 if (hapd->conf->wmm_uapsd &&
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 310 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
412 eap_pwd_h_final(hash, conf);
413 os_memcpy(data->my_confirm, conf, SHA256_MAC_LEN);
419 wpabuf_put_data(data->outbuf, conf, SHA256_MAC_LEN);
791 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
885 eap_pwd_h_final(hash, conf);
888 if (os_memcmp_const(conf, ptr, SHA256_MAC_LEN)) {
896 data->peer_scalar, data->my_scalar, conf,
  /tools/test/connectivity/acts/framework/acts/
utils.py 203 conf = json.load(f)
204 return conf
  /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/src/crypto/
tls_openssl.c 227 static struct tls_context * tls_context_new(const struct tls_config *conf)
232 if (conf) {
233 context->event_cb = conf->event_cb;
234 context->cb_ctx = conf->cb_ctx;
235 context->cert_in_cb = conf->cert_in_cb;
864 void * tls_init(const struct tls_config *conf)
872 tls_global = context = tls_context_new(conf);
877 if (conf && conf->fips_mode) {
894 if (conf && conf->fips_mode)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 257 wpa_config_set_blob(wpa_s->conf, blob);
502 ret = wpa_config_process_global(wpa_s->conf, cmd, -1);
521 if (wpa_s->conf->country[0] && wpa_s->conf->country[1])
523 wpa_s->conf->country[0],
524 wpa_s->conf->country[1]);
546 res = wpa_config_get_value(cmd, wpa_s->conf, buf, buflen);
640 if ((wpa_s->conf->tdls_external_control) &&
677 if ((wpa_s->conf->tdls_external_control) &&
    [all...]
events.c 92 if (wpa_s->conf->auto_interworking && wpa_s->conf->interworking &&
93 wpa_s->conf->cred)
97 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
168 if (wpa_s->conf->ap_scan == 1 && wpa_s->current_ssid) {
396 wpa_s->scard != NULL || wpa_s->conf->external_sim)
434 wpa_s->scard = scard_init(wpa_s->conf->pcsc_reader);
1152 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
1161 for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
1163 wpa_s->conf->pssid[prio]->priority)
    [all...]
bss.c 310 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
399 if (wpa_s->num_bss + 1 > wpa_s->conf->bss_max_count &&
404 wpa_s->conf->bss_max_count = wpa_s->num_bss + 1;
655 if (wpa_s->conf->ignore_old_scan_res) {
813 wpa_s->conf->bss_expiration_scan_count) {
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
configure 471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
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/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/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...]
  /toolchain/binutils/binutils-2.25/gas/
configure 471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; the
    [all...]

Completed in 710 milliseconds

<<11121314151617181920>>