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

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/slang/tests/P_reflection3264_divergent/
ScriptC_reflection3264_divergent.java.expect 276 throw new RSRuntimeException("Type mismatch with I32!");
280 throw new RSRuntimeException("Type mismatch with I32!");
291 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!");
319 throw new RSRuntimeException("Type mismatch with I32!");
323 throw new RSRuntimeException("Type mismatch with I32!");
334 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!");
358 throw new RSRuntimeException("Type mismatch with I32!");
362 throw new RSRuntimeException("Type mismatch with I32!");
373 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!");
394 throw new RSRuntimeException("Type mismatch with I32!")
    [all...]
  /frameworks/compile/slang/tests/P_reflection3264_divergent_support/
ScriptC_reflection3264_divergent.java.expect 273 throw new RSRuntimeException("Type mismatch with I32!");
277 throw new RSRuntimeException("Type mismatch with I32!");
288 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!");
316 throw new RSRuntimeException("Type mismatch with I32!");
320 throw new RSRuntimeException("Type mismatch with I32!");
331 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!");
355 throw new RSRuntimeException("Type mismatch with I32!");
359 throw new RSRuntimeException("Type mismatch with I32!");
370 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!");
391 throw new RSRuntimeException("Type mismatch with I32!")
    [all...]
  /external/autotest/server/site_tests/firmware_Cr50DeepSleepStress/
firmware_Cr50DeepSleepStress.py 57 mismatch = []
59 mismatch.append('count mismatch: expected %s got %s' %
62 mismatch.append('version mismatch: expected %s got %s' %
65 if mismatch:
67 '" and "'.join(mismatch))
  /external/deqp/data/gles31/shaders/es31/
linkage_io_block.test 3 desc "Shader io block mismatch: different number of declarations"
39 desc "Shader io block mismatch: different member declaration order"
76 desc "Shader io block mismatch: different member type"
112 desc "Shader io block mismatch: different member name"
147 desc "Shader io block mismatch: different member array size"
222 desc "Shader io block mismatch: different array size"
257 desc "Shader io block mismatch: missing output block"
  /external/deqp/data/gles31/shaders/es32/
linkage_io_block.test 22 desc "Shader io block mismatch: different number of declarations"
57 desc "Shader io block mismatch: different member declaration order"
93 desc "Shader io block mismatch: different member type"
128 desc "Shader io block mismatch: different member name"
162 desc "Shader io block mismatch: different member array size"
235 desc "Shader io block mismatch: different array size"
269 desc "Shader io block mismatch: missing output block"
  /external/pdfium/fpdfsdk/
fpdfeditpath.cpp 17 "CFX_GraphStateData::LineCapButt value mismatch");
19 "CFX_GraphStateData::LineCapRound value mismatch");
22 "CFX_GraphStateData::LineCapSquare value mismatch");
25 "CFX_GraphStateData::LineJoinMiter value mismatch");
27 "CFX_GraphStateData::LineJoinRound value mismatch");
29 "CFX_GraphStateData::LineJoinBevel value mismatch");
32 "FXPT_TYPE::LineTo value mismatch");
34 "FXPT_TYPE::BezierTo value mismatch");
36 "FXPT_TYPE::MoveTo value mismatch");
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p14.cpp 51 static_assert(sizeof(x) == sizeof(ExpectedArrayLayout), "layout mismatch");
66 static_assert(sizeof(x) == sizeof(ExpectedLayout), "Layout mismatch!");
73 static_assert(sizeof(x) == sizeof(ExpectedThisLayout), "Layout mismatch!");
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
verbose-error.l 3 [^:]*:5: Error: operand mismatch -- `ubfm w0,x1,8,31'
14 [^:]*:12: Error: operand mismatch -- `add v0.4s,v1.4s,v2.2s'
24 [^:]*:13: Error: operand mismatch -- `urecpe v0.1d,v7.1d'
29 [^:]*:14: Error: operand mismatch -- `adds w0,wsp,x0,uxtx#1'
35 [^:]*:15: Error: operand mismatch -- `fmov d0,s0'
40 [^:]*:16: Error: operand mismatch -- `ldnp h3,h7,\[sp\],#16'
46 [^:]*:18: Error: operand mismatch -- `suqadd v0.8b,v1.16b'
56 [^:]*:20: Error: operand mismatch -- `ursqrte v2.8b,v3.8b'
61 [^:]*:22: Error: operand mismatch -- `rev32 v4.2s,v5.2s'
68 [^:]*:24: Error: operand mismatch -- `frintn v6.8b,v7.8b
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java 83 assertTrue("Element mismatch between AllocationQueue and Allocation",
86 assertTrue("Type mismatch between AllocationQueue and Allocation",
89 assertTrue("Usage mismatch between AllocationQueue and Allocation",
92 assertTrue("Surface mismatch between AllocationQueue and Allocation",
  /external/autotest/server/site_tests/display_SuspendStress/
control.extended_10min 10 CRITERIA = "This test will fail if the captured screen pixels mismatch."
control.extended_30min 10 CRITERIA = "This test will fail if the captured screen pixels mismatch."
control.mirrored_10min 10 CRITERIA = "This test will fail if the captured screen pixels mismatch."
control.mirrored_30min 10 CRITERIA = "This test will fail if the captured screen pixels mismatch."
  /external/e2fsprogs/lib/et/test_cases/
simple.et 34 "Protocol version mismatch"
  /external/fec/
peaktest.c 35 printf("peak mismatch: %d != %d\n",result,rresult);
sqtest.c 28 printf("sum mismatch: %lld != %lld\n",result,rresult);
  /external/llvm/test/TableGen/
BitsInit.td 33 bits<3> D3 = { 0, 0 }; // type mismatch. RHS doesn't have enough bits
34 bits<3> D4 = { 0b00 }; // type mismatch. RHS doesn't have enough bits
37 bits<1> D7 = { 3 }; // type mismatch. LHS doesn't have enough bits
38 bits<2> D8 = { 0 }; // type mismatch. RHS doesn't have enough bits
  /external/llvm/test/Transforms/PGOProfile/
diag_mismatch.ll 5 ; CHECK: Function control flow change detected (hash mismatch) foo
  /external/skia/tests/
HSVRoundTripTest.cpp 21 ERRORF(reporter, "HSV roundtrip mismatch!\n"
  /external/skqp/tests/
HSVRoundTripTest.cpp 21 ERRORF(reporter, "HSV roundtrip mismatch!\n"
  /external/v8/tools/clang/plugins/tests/
enum_last_value_from_c.c 14 // We don't handle this case when called from C due to sign mismatch issues.
  /frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
reflection3264_variable_mismatch.rs 38 // variable name mismatch above (h32 versus h64)
  /frameworks/compile/slang/tests/P_reduce_general_accumulator/
ScriptC_reduce_general_accumulator.java.expect 108 throw new RSRuntimeException("Type mismatch with I32!");
141 throw new RSRuntimeException("Type mismatch with I32!");
174 throw new RSRuntimeException("Type mismatch with I32!");
207 throw new RSRuntimeException("Type mismatch with I32!");
240 throw new RSRuntimeException("Type mismatch with I32!");
273 throw new RSRuntimeException("Type mismatch with I32!");
306 throw new RSRuntimeException("Type mismatch with I32!");
339 throw new RSRuntimeException("Type mismatch with I32!");
372 throw new RSRuntimeException("Type mismatch with I32!");
405 throw new RSRuntimeException("Type mismatch with I32!")
    [all...]
  /frameworks/native/services/surfaceflinger/
RenderArea.cpp 35 ALOGE("size mismatch (%d, %d) > (%d, %d)", mReqWidth, mReqHeight, width, height);
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/lib/linux/
libclang_rt.ubsan_minimal-i686-android.so 

Completed in 1167 milliseconds

1 2 3 4 5 67 8 91011>>