HomeSort by relevance Sort by last modified time
    Searched full:comparisonresult (Results 1 - 25 of 31) sorted by null

1 2

  /external/autotest/client/cros/image_comparison/
comparison_result.py 9 ComparisonResult = namedtuple('ComparisonResult',
13 ComparisonResult.__new__.__defaults__ = (0, '', None)
pdiff_image_comparer.py 87 return comparison_result.ComparisonResult(0, '', None)
94 return comparison_result.ComparisonResult(int(diff_pixels), '',
rgb_image_comparer.py 84 return comparison_result.ComparisonResult(diff_pixels, '')
upload_on_fail_comparer.py 96 return comparison_result.ComparisonResult(diffpx_return,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
field_comparator.h 61 enum ComparisonResult {
83 virtual ComparisonResult Compare(
113 virtual ComparisonResult Compare(
174 // can use ResultFromBoolean() to convert that boolean to a ComparisonResult
229 ComparisonResult ResultFromBoolean(bool boolean_result) const;
  /external/v8/src/runtime/
runtime-object.cc     [all...]
runtime-strings.cc 415 case ComparisonResult::kLessThan:
417 case ComparisonResult::kEqual:
419 case ComparisonResult::kGreaterThan:
421 case ComparisonResult::kUndefined:
    [all...]
  /external/deqp/modules/egl/
teglColorClearCase.cpp 247 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
433 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
teglRenderTests.cpp 793 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT);
1021 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT);
    [all...]
teglImageFormatTests.cpp 448 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 276 if (tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refImage.getAccess(), resImage.getAccess(), threshold, tcu::COMPARE_LOG_RESULT))
702 resultOk = tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, Vec4(0.02f, 0.02f, 0.02f, 0.02f), tcu::COMPARE_LOG_RESULT);
707 resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, UVec4(2, 2, 2, 2), tcu::COMPARE_LOG_RESULT);
712 resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, UVec4(2, 2, 2, 2), tcu::COMPARE_LOG_RESULT);
glsShaderRenderCase.cpp 751 return tcu::fuzzyCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", refImage, resImage, errorThreshold, tcu::COMPARE_LOG_RESULT);
  /external/v8/src/
objects-inl.h     [all...]
objects.cc 228 ComparisonResult NumberCompare(double x, double y) {
230 return ComparisonResult::kUndefined;
232 return ComparisonResult::kLessThan;
234 return ComparisonResult::kGreaterThan;
236 return ComparisonResult::kEqual;
262 Maybe<ComparisonResult> Object::Compare(Handle<Object> x, Handle<Object> y,
268 return Nothing<ComparisonResult>();
280 return Nothing<ComparisonResult>();
287 return Nothing<ComparisonResult>();
292 return Nothing<ComparisonResult>();
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 178 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
es2fStencilTests.cpp 365 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
es2fTextureUnitTests.cpp 813 bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthTests.cpp 181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
es3fASTCDecompressionCases.cpp 465 const char* const imageSetName = "ComparisonResult";
588 const bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "ComparisonResult", "Comparison Result", referenceFrame, renderedFrame, threshold,
es3fInstancedRenderingTests.cpp 463 bool testOk = tcu::fuzzyCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", referenceImg, resultImg, 0.05f, tcu::COMPARE_LOG_RESULT);
es3fPrimitiveRestartTests.cpp 496 bool testOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", referenceImg, resultImg, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
es3fStencilTests.cpp 368 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
es3fTextureUnitTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 925 "ComparisonResult",
    [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 423 log << TestLog::ImageSet("ComparisonResult", "Image comparison result")
459 log << TestLog::ImageSet("ComparisonResult", "Image comparison result")
    [all...]

Completed in 1735 milliseconds

1 2