HomeSort by relevance Sort by last modified time
    Searched full:mismatch (Results 426 - 450 of 2099) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/IR/
CallingConv.h 30 /// tolerate certain amounts of prototype mismatch.
  /external/llvm/lib/Analysis/
ProfileDataLoader.cpp 132 // endianness mismatch. Byteswap all words read from the profiling
ProfileInfoLoader.cpp 99 // endianness mismatch. Byteswap all words read from the profiling
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 298 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Matrix height mismatch.");
299 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Matrix width mismatch.");
408 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Size mismatch.");
409 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Size mismatch.");
  /external/mesa3d/configs/
default 170 # this helps reduce the mismatch between our automake Makefiles and the old
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 119 /* hw can't fastclear both depth and color if their bbp mismatch. */
  /external/openssh/
entropy.c 217 fatal("OpenSSL version mismatch. Built against %lx, you "
kexdhc.c 91 fatal("type mismatch for decoded server_host_key_blob");
kexecdhc.c 89 fatal("type mismatch for decoded server_host_key_blob");
kexgexc.c 129 fatal("type mismatch for decoded server_host_key_blob");
  /external/openssh/regress/
Makefile 19 proto-mismatch \
  /external/openssl/crypto/bio/
bio_err.c 132 {ERR_REASON(BIO_R_TAG_MISMATCH) ,"tag mismatch"},
  /external/qemu/android/
opengles.c 116 derror("OpenGLES emulation library mismatch. Be sure to use the correct version!");
snaphost-android.c 69 D("HW config value mismatch for a key '%s': current is '%s' while saved was '%s'",
  /external/skia/include/views/
SkOSMenu.h 165 * mismatch or slotName is incorrect
  /external/skia/tools/
skdiff_main.cpp 140 printf("Maximum pixel intensity mismatch %d\n", fMaxMismatchV);
141 printf("Largest area mismatch was %.2f%% of pixels\n",fMaxMismatchPercent);
524 "\n --sortbymaxmismatch: sort by worst color channel mismatch;"
526 "\n --sortbymismatch: sort by average color channel mismatch"
  /external/strace/
PORTING 34 gross mismatch, write a whole new event loop.
  /external/tcpdump/
print-pflog.c 64 { 10, "10(state-mismatch)" },
  /external/v8/test/test262/
testcfg.py 118 raise Exception("Hash mismatch of test data file")
  /external/valgrind/main/
README_PACKAGERS 71 This isn't so helpful. Although you can tell there is a mismatch,
  /external/webp/src/enc/
config.c 27 return 0; // caller/system version mismatch!
  /external/wpa_supplicant_8/src/crypto/
aes-ccm.c 207 wpa_printf(MSG_EXCESSIVE, "CCM: Auth mismatch");
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 430 wpa_printf(MSG_DEBUG, "FT: SNonce mismatch in FTIE");
592 wpa_printf(MSG_DEBUG, "FT: GTK length mismatch: received %d "
708 wpa_printf(MSG_DEBUG, "FT: SNonce mismatch in FTIE");
717 wpa_printf(MSG_DEBUG, "FT: ANonce mismatch in FTIE");
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_read.c 510 wpa_printf(MSG_DEBUG, "TLSv1: Mismatch in ServerKeyExchange "
598 wpa_printf(MSG_DEBUG, "TLSv1: Mismatch in CertificateRequest "
662 wpa_printf(MSG_DEBUG, "TLSv1: Mismatch in ServerHelloDone "
875 wpa_printf(MSG_INFO, "TLSv1: Mismatch in verify_data");
  /external/zlib/src/examples/
zpipe.c 171 fputs("zlib version mismatch!\n", stderr);

Completed in 3581 milliseconds

<<11121314151617181920>>