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

1 2 3 4 56 7 8 91011>>

  /external/libffi/testsuite/libffi.call/
closure_stdcall.c 68 sprintf(buf, "mismatch: pre=%p vs post=%p", sp_pre, sp_post);
  /external/libvorbis/doc/
vorbis-errors.txt 33 OV_EVERSION Vorbis version mismatch.
  /external/openssh/regress/
banner.sh 35 fail "banner size $s mismatch"
  /external/valgrind/main/none/tests/
tls.c 62 printf("tls_ptr: case \"%s\" has mismatch: *ip=%d here=%d\n",
  /frameworks/rs/tests/cppstrided/
compute.cpp 61 printf("Mismatch at location %d, %d: %u\n", i, ct, *(buf+(stride*i)+ct));
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestIncompatibleException.java 18 * This exception represents a mismatch between the
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argv_traverser.hpp 70 // returns true if mismatch detected during input parsing handled successfully
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.h 69 // True if a version-mismatch has been detected. If true, this causes all
133 // In the case of a version-mismatch, the new config file should be kept until
136 // detecting version-mismatch.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_failures.py 174 return "reference mismatch"
183 return "reference mismatch didn't happen"
202 return "audio mismatch"
  /external/chromium_org/third_party/freetype/src/cff/
cf2stack.c 138 return 0; /* type mismatch */
147 /* Note: type mismatch is silently cast */
172 /* Note: type mismatch is silently cast */
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_cwrs32.c 132 fprintf(stderr,"N=%d Pulse count mismatch in cwrsi (%d!=%d).\n",
146 fprintf(stderr,"Combination-index mismatch (%lu!=%lu).\n",
151 fprintf(stderr,"Combination count mismatch (%lu!=%lu).\n",
  /external/clang/utils/
CmpDriver 146 print 'mismatch: A: %s' % aElt
166 print 'mismatch: A: %s' % aElt
195 print 'mismatch: A: %s' % aElt
  /external/freetype/src/cff/
cf2stack.c 138 return 0; /* type mismatch */
147 /* Note: type mismatch is silently cast */
172 /* Note: type mismatch is silently cast */
  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 136 throw new IOException("CRC mismatch");
190 throw new IOException("CRC mismatch");
193 throw new IOException("Size mismatch");
  /external/skia/tools/
skdiff_html.cpp 129 stream->writeText("<br>Average alpha channel mismatch ");
133 stream->writeText("<br>Max alpha channel mismatch ");
136 stream->writeText("<br>Total alpha channel mismatch ");
140 stream->writeText("<br>Average color mismatch ");
144 stream->writeText("<br>Max color mismatch ");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
MediaPropertiesTest.java 77 assertEquals("Aspect Ratio Mismatch", aspectRatio, mvi.getAspectRatio());
78 assertEquals("File Type Mismatch", fileType, mvi.getFileType());
79 assertEquals("VideoCodec Mismatch", videoCodecType, mvi.getVideoType());
81 assertTrue("Video duration Mismatch", mVideoEditorHelper.checkRange (
90 assertTrue("fps Mismatch" + mvi.getFps(),
93 assertEquals("AudioType Mismatch ", audioCodecType, mvi.getAudioType());
107 assertEquals("AudioType Mismatch ", audioCodecType, aT.getAudioType());
108 assertTrue("Video duration Mismatch", mVideoEditorHelper.checkRange (
123 assertEquals("Aspect Ratio Mismatch", aspectRatio, mii.getAspectRatio());
124 assertEquals("File Type Mismatch", fileType, mii.getFileType())
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
intpkey.test 132 # should result in a data type mismatch.
139 } {1 {datatype mismatch}}
145 } {1 {datatype mismatch}}
151 } {1 {datatype mismatch}}
511 } {1 {datatype mismatch}}
517 } {1 {datatype mismatch}}
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 209 int mismatch = 0;
222 op && i<info->num_operands && !mismatch;
228 mismatch = 1;
232 mismatch = 1;
238 if (mismatch)
242 if (!mismatch) {
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_txt.c 142 return("subject issuer mismatch");
144 return("authority and subject key identifier mismatch");
146 return("authority and issuer serial number mismatch");
  /external/openssl/crypto/x509/
x509_txt.c 142 return("subject issuer mismatch");
144 return("authority and subject key identifier mismatch");
146 return("authority and issuer serial number mismatch");
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 214 "Mismatch at index %d: %d instead of expected %d.\n",
234 String detail = String.format("Mismatch at index %d: %d instead of expected %d.\n",
254 "Mismatch at index %d: %d instead of expected %d.\n",
  /external/chromium/chrome/browser/autofill/
autofill_metrics_unittest.cc 373 "Heuristics mismatch, server unknown", "2,0", "Presley",
391 "Heuristics mismatch, server match", "2,1", "Apt. 10",
397 "Heuristics unknown, server mismatch", "0,2", "Memphis",
403 "Heuristics match, server mismatch", "1,2", "Tennessee",
409 "Heuristics mismatch, server mismatch", "2,2", "38116",
473 "Both mismatch", "mismatch", "buddy@gmail.com", "text", &field);
547 // Both mismatch
    [all...]

Completed in 292 milliseconds

1 2 3 4 56 7 8 91011>>