Searched defs:compare_to_expectations (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_to_expectations_test.py9 Test compare_to_expectations.py
26 import compare_to_expectations namespace
35 results_obj = compare_to_expectations.ExpectationComparisons(
H A Dserver.py39 import compare_to_expectations namespace
334 compare_to_expectations.DEFAULT_EXPECTATIONS_DIR)
337 self._results = compare_to_expectations.ExpectationComparisons(
531 # as needed by compare_to_expectations.edit_expectations()
/external/skia/gm/rebaseline_server/
H A Dcompare_to_expectations_test.py9 Test compare_to_expectations.py
26 import compare_to_expectations namespace
35 results_obj = compare_to_expectations.ExpectationComparisons(
H A Dserver.py39 import compare_to_expectations namespace
334 compare_to_expectations.DEFAULT_EXPECTATIONS_DIR)
337 self._results = compare_to_expectations.ExpectationComparisons(
531 # as needed by compare_to_expectations.edit_expectations()
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp804 ErrorCombination compare_to_expectations(Expectations expectations, function in class:GMMain
965 errors.add(compare_to_expectations(expectations, *actualBitmapAndDigest,
1003 errors.add(compare_to_expectations(expectations, actualBitmapAndDigest, shortName,
/external/skia/gm/
H A Dgmmain.cpp804 ErrorCombination compare_to_expectations(Expectations expectations, function in class:GMMain
965 errors.add(compare_to_expectations(expectations, *actualBitmapAndDigest,
1003 errors.add(compare_to_expectations(expectations, actualBitmapAndDigest, shortName,

Completed in 185 milliseconds