HomeSort by relevance Sort by last modified time
    Searched full:mismatch (Results 51 - 75 of 1426) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/openssl/crypto/evp/
evp_test.c 186 fprintf(stderr,"Ciphertext length mismatch got %d expected %d\n",
193 fprintf(stderr,"Ciphertext mismatch\n");
225 fprintf(stderr,"Plaintext length mismatch got %d expected %d\n",
232 fprintf(stderr,"Plaintext mismatch\n");
301 fprintf(stderr,"Digest length mismatch, got %d expected %d\n",mdn,cn);
307 fprintf(stderr,"Digest mismatch\n");
  /external/wpa_supplicant/
events.c 276 "mismatch");
282 "mismatch");
288 "mismatch");
294 "mismatch");
320 "mismatch");
326 "mismatch");
332 "mismatch");
338 "mismatch");
398 "SSID mismatch");
405 "BSSID mismatch");
    [all...]
  /development/tools/emulator/system/libqemu/
test_guest_1.c 87 fprintf(stderr, "Message size mismatch sent=%d received=%d\n", len, ret);
91 fprintf(stderr, "Message content mismatch!\n");
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
ParameterMetaDataTest.java 80 assertEquals("Field " + fieldName + " value mismatch: ",
82 assertEquals("Field " + fieldName + " modifier mismatch: ",
ResultSetTest.java 88 assertEquals("Field " + fieldName + " value mismatch: ",
90 assertEquals("Field " + fieldName + " modifier mismatch: ",
StatementTest.java 78 assertEquals("Field " + fieldName + " value mismatch: ",
80 assertEquals("Field " + fieldName + " modifier mismatch: ",
  /external/bluetooth/glib/tests/
bookmarkfile-test.c 49 g_print ("URI/size mismatch: URI count is %d (should be %d)\n", uris_len, size);
57 g_print ("URI/bookmark mismatch: bookmark for '%s' does not exist\n", uris[i]);
  /external/clang/test/SemaObjC/
related-result-type-inference.m 25 // Do not infer when the return types mismatch.
63 // Not inferred due to return type mismatch
  /external/elfutils/libelf-po/
libelf.pot 124 msgid "archive/member fildes mismatch"
132 msgid "data/scn mismatch"
  /external/iproute2/tc/
em_nbyte.c 115 fprintf(stderr, "NByte header size mismatch\n");
120 fprintf(stderr, "NByte payload size mismatch\n");
  /external/ipsec-tools/src/libipsec/
ipsec_strerror.c 72 "Protocol mismatch", /*EIPSEC_PROTO_MISMATCH*/
73 "Family mismatch", /*EIPSEC_FAMILY_MISMATCH*/
ipsec_strerror.h 63 #define EIPSEC_PROTO_MISMATCH 23 /*protocol mismatch*/
64 #define EIPSEC_FAMILY_MISMATCH 24 /*family mismatch*/
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 23 ; * This function supports bits_per_pixel = 8. Mismatch control
26 ; * Mismatch control is performed for the first inverse quantization method.
  /frameworks/base/test-runner/src/android/test/
MoreAsserts.java 82 * element mismatch.
99 * element mismatch.
108 * specific element mismatch.
125 * specific element mismatch.
134 * specific element mismatch.
151 * specific element mismatch.
162 * On failure, message indicates first specific element mismatch.
183 * On failure, message indicates first specific element mismatch.
  /frameworks/base/tools/localize/
XLIFFFile_test.cpp 81 fprintf(stderr, "oldString mismatch:\n");
92 fprintf(stderr, "newString mismatch:\n");
  /external/chromium/net/websockets/
websocket_handshake_draft75.h 56 // Returns false otherwise (e.g. origin mismatch, etc.)
  /external/chromium/testing/gmock/test/
gmock_output_test_.cc 185 foo_.Bar("Ho", 0, -0.1); // Mismatch arguments
193 foo_.Bar2(2, 3); // Mismatch With()
201 foo_.Bar2(1, 3); // Mismatch arguments and mismatch With()
  /external/dropbear/
dbclient.1 75 Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the
  /external/dropbear/libtomcrypt/testprof/
katja_test.c 76 fprintf(stderr, "\nkatja_decrypt_key mismatch len %lu (first decrypt)", len2);
88 fprintf(stderr, "\nkatja_decrypt_key mismatch, len %lu (second decrypt)\n", len2);
119 fprintf(stderr, "\nkatja_decrypt_key mismatch len %lu (first decrypt)", len2);
132 fprintf(stderr, "katja_decrypt_key mismatch len %lu", len2);
  /external/libffi/testsuite/libffi.call/
closure_stdcall.c 68 sprintf(buf, "mismatch: pre=%p vs post=%p", sp_pre, sp_post);
  /external/valgrind/main/none/tests/
tls.c 62 printf("tls_ptr: case \"%s\" has mismatch: *ip=%d here=%d\n",
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestIncompatibleException.java 18 * This exception represents a mismatch between the
  /external/clang/test/Sema/
conditional-expr.c 7 *(0 ? (double *)0 : (int *)(void *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}} expected-warning {{pointer type mismatch ('double *' and 'int *')}}
33 ee = ee ? &x : ee ? &i : &e; // expected-warning {{pointer type mismatch}}
71 return a ? f1() : nil; // expected-warning {{pointer/integer type mismatch in conditional expression ('int' and 'void *')}} expected-warning {{incompatible pointer to integer conversion returning 'void *' from a function with result type 'int'}}
  /external/clang/utils/
CmpDriver 146 print 'mismatch: A: %s' % aElt
166 print 'mismatch: A: %s' % aElt
195 print 'mismatch: A: %s' % aElt
  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 136 throw new IOException("CRC mismatch");
194 throw new IOException("CRC mismatch");
197 throw new IOException("Size mismatch");

Completed in 6845 milliseconds

1 23 4 5 6 7 8 91011>>