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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
54 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
56 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2); }
61 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
63 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
71 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
73 // Parallel mismatch for random access iterators
89 return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred);
95 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
113 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel
    [all...]
  /art/test/800-smali/smali/
b_20224106.smali 11 # 1) There is a parameter type mismatch. The formal type is integral (int), but the actual
  /external/libxml2/result/HTML/
test3.html.err 7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b
  /external/libxml2/result/errors/
758588.xml.str 7 ./test/errors/758588.xml:1: parser error : Opening and ending tag mismatch: a line 1 and a
  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 24 "CPDF_ProgressiveRenderer::Ready value mismatch");
27 "CPDF_ProgressiveRenderer::ToBeContinued value mismatch");
29 "CPDF_ProgressiveRenderer::Done value mismatch");
31 "CPDF_ProgressiveRenderer::Failed value mismatch");
fpdfeditimg.cpp 25 "PDFCS_DEVICEGRAY value mismatch");
27 "PDFCS_DEVICERGB value mismatch");
29 "PDFCS_DEVICECMYK value mismatch");
31 "PDFCS_CALGRAY value mismatch");
33 "PDFCS_CALRGB value mismatch");
34 static_assert(PDFCS_LAB == FPDF_COLORSPACE_LAB, "PDFCS_LAB value mismatch");
36 "PDFCS_ICCBASED value mismatch");
38 "PDFCS_SEPARATION value mismatch");
40 "PDFCS_DEVICEN value mismatch");
42 "PDFCS_INDEXED value mismatch");
    [all...]
  /external/tcpdump/tests/
isakmp-various-oobr.out 3 ( [|v2ke]) (len mismatch: isakmp 2130706432/ip 268)
  /frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/
reflection3264_foreach_mismatch_name32.rs 20 // extra kernel goes unreported because of cc* name mismatch
  /frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/
reflection3264_foreach_mismatch_name64.rs 20 // extra kernel goes unreported because of cc* name mismatch
  /frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
reflection3264_invokable_mismatch.rs 19 // invokable name mismatch above (c32 versus c64)
  /toolchain/binutils/binutils-2.27/ld/emultempl/
rxelf.em 56 { "no-flag-mismatch-warnings", no_argument, NULL, OPTION_NO_FLAG_MISMATCH_WARNINGS},
57 { "flag-mismatch-warnings", no_argument, NULL, OPTION_FLAG_MISMATCH_WARNINGS},
63 fprintf (file, _(" --no-flag-mismatch-warnings Don'\''t warn about objects with incompatible\n"
65 fprintf (file, _(" --flag-mismatch-warnings Warn about objects with incompatible\n"
  /external/autotest/client/site_tests/telemetry_LoginTest/
telemetry_LoginTest.py 21 raise error.TestFail('LoginStatus type mismatch %r'
45 raise error.TestFail('user email mismatch %s' % email)
  /external/clang/test/Sema/
static-assert.c 36 _Static_assert(sizeof(T1) == sizeof(T2), "type size mismatch"); \
41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}}
  /external/curl/tests/data/
test7 20 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
57 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
  /external/deqp/data/gles31/shaders/es31/
linkage_shader_storage_block.test 4 desc "Shader storage block mismatch: different number of declarations"
43 desc "Shader storage block mismatch: different number of declarations"
83 desc "Shader storage block mismatch: different number of declarations"
121 desc "Shader storage block mismatch: different number of declarations"
159 desc "Shader storage block mismatch: different number of declarations"
197 desc "Shader storage block mismatch: different number of declarations"
235 desc "Shader storage block mismatch: different number of declarations"
273 desc "Shader storage block mismatch: different number of declarations"
separate_shader_validation.test 73 desc "Variable type mismatch"
105 desc "Variable precision mismatch"
137 desc "Variable type mismatch, explicit varying locations"
169 desc "Variable precision mismatch, explicit varying locations"
201 desc "Variable location mismatch"
233 desc "Variable location mismatch"
265 desc "Variable location mismatch"
298 desc "Variable location mismatch"
373 desc "Struct member name mismatch"
413 desc "Struct member type mismatch"
    [all...]
  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
FeatureMatcherTest.java 20 assertMismatchDescription("result mismatch-description", resultMatcher, new Thingy("foo"));
39 description.appendText("mismatch-description");
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
HasXPath.java 60 public boolean matchesSafely(Node item, Description mismatch) {
61 return evaluated(item, mismatch)
74 private Condition<Object> evaluated(Node item, Description mismatch) {
76 return matched(compiledXPath.evaluate(item, evaluationMode), mismatch);
78 mismatch.appendText(e.getMessage());
86 public Condition<String> apply(Object value, Description mismatch) {
88 mismatch.appendText("xpath returned no results.");
91 return matched(String.valueOf(value), mismatch);
  /external/llvm/test/CodeGen/X86/
tail-call-parameter-attrs-mismatch.ll 22 ; The parameter flags mismatch. %x has not been sign-extended,
35 ; The parameter flags mismatch, but the type is wide enough that
  /external/llvm/test/tools/llvm-profdata/
count-mismatch.proftext 17 # MERGE_ERRS: count-mismatch.proftext: foo: Function basic block count change detected (counter mismatch)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestStreaming.java 85 boolean mismatch, testOK = true;
104 mismatch = false;
121 mismatch |= j >= nPortions ||
128 if (mismatch || j != nPortions) {
130 errln("\nProcessed lengths mismatch for" +
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestStreaming.java 82 boolean mismatch, testOK = true;
101 mismatch = false;
118 mismatch |= j >= nPortions ||
125 if (mismatch || j != nPortions) {
127 errln("\nProcessed lengths mismatch for" +
  /frameworks/support/compat/src/androidTest/java/android/support/v4/testutils/
TestUtils.java 36 * method will throw an <code>IllegalArgumentException</code>. If there is a color mismatch,
37 * this method will call <code>Assert.fail</code> with detailed description of the mismatch.
55 * In case there is a color mismatch, the behavior of this method depends on the
57 * throw an <code>Exception</code> describing the mismatch. Otherwise this method will call
58 * <code>Assert.fail</code> with detailed description of the mismatch.
  /frameworks/support/viewpager/src/androidTest/java/android/support/v4/testutils/
TestUtils.java 36 * method will throw an <code>IllegalArgumentException</code>. If there is a color mismatch,
37 * this method will call <code>Assert.fail</code> with detailed description of the mismatch.
55 * In case there is a color mismatch, the behavior of this method depends on the
57 * throw an <code>Exception</code> describing the mismatch. Otherwise this method will call
58 * <code>Assert.fail</code> with detailed description of the mismatch.
  /external/deqp/data/gles31/shaders/es32/
separate_shader_validation.test 91 desc "Variable type mismatch"
123 desc "Variable precision mismatch"
155 desc "Variable type mismatch, explicit varying locations"
187 desc "Variable precision mismatch, explicit varying locations"
219 desc "Variable location mismatch"
251 desc "Variable location mismatch"
283 desc "Variable location mismatch"
316 desc "Variable location mismatch"
391 desc "Struct member name mismatch"
431 desc "Struct member type mismatch"
    [all...]

Completed in 1006 milliseconds

1 2 3 4 56 7 8 91011>>