Searched refs:Expectations (Results 1 - 20 of 20) sorted by relevance

/external/skia/dm/
H A DDMExpectationsTask.h11 // ExpectationsTask compares an SkBitmap against some Expectations.
15 ExpectationsTask(const Task& parent, const Expectations&, SkBitmap);
23 const Expectations& fExpectations;
H A DDMExpectations.h9 struct Expectations { struct in namespace:DM
10 virtual ~Expectations() {}
16 class NoExpectations : public Expectations {
22 class JsonExpectations : public Expectations {
29 const skiagm::Expectations expectations = fGMExpectations.get(filename.c_str());
H A DDMWriteTask.h30 class Expectations : public DM::Expectations { class in class:DM::WriteTask
32 explicit Expectations(const char* root) : fRoot(root) {} function in class:DM::WriteTask::Expectations
H A DDMCpuGMTask.h24 const Expectations&,
35 const Expectations& fExpectations;
H A DDMGpuGMTask.h24 const Expectations&,
35 const Expectations& fExpectations;
H A DDMExpectationsTask.cpp7 const Expectations& expectations,
H A DDMGpuGMTask.cpp16 const Expectations& expectations,
H A DDMCpuGMTask.cpp17 const Expectations& expectations,
H A DDM.cpp98 const DM::Expectations& expectations,
236 SkAutoTDelete<DM::Expectations> expectations(SkNEW(DM::NoExpectations));
243 expectations.reset(SkNEW_ARGS(DM::WriteTask::Expectations, (path)));
H A DDMWriteTask.cpp180 bool WriteTask::Expectations::check(const Task& task, SkBitmap bitmap) const {
/external/chromium_org/third_party/skia/gm/
H A Dgm_expectations.h97 class Expectations { class in namespace:skiagm
102 explicit Expectations(bool ignoreFailure=kDefaultIgnoreFailure);
108 explicit Expectations(const SkBitmap& bitmap, bool ignoreFailure=kDefaultIgnoreFailure);
113 explicit Expectations(const BitmapAndDigest& bitmapAndDigest);
116 * Create Expectations from a JSON element as found within the
122 explicit Expectations(Json::Value jsonElement);
170 * Abstract source of Expectations objects for individual tests.
176 virtual Expectations get(const char *testName) const = 0;
183 * Return Expectations based on individual image files on disk.
188 * Create an ExpectationsSource that will return Expectations base
[all...]
H A Dgm_expectations.cpp119 // Expectations class...
121 Expectations::Expectations(bool ignoreFailure) { function in class:skiagm::Expectations
125 Expectations::Expectations(const SkBitmap& bitmap, bool ignoreFailure) { function in class:skiagm::Expectations
131 Expectations::Expectations(const BitmapAndDigest& bitmapAndDigest) { function in class:skiagm::Expectations
137 Expectations::Expectations(Json::Value jsonElement) { function in class:skiagm::Expectations
170 bool Expectations
[all...]
H A Dgmmain.cpp805 ErrorCombination compare_to_expectations(Expectations expectations,
912 Expectations expectations) {
962 Expectations expectations = expectationsSource->get(nameWithExtension.c_str());
995 Expectations expectations(*referenceBitmap);
/external/skia/gm/
H A Dgm_expectations.h97 class Expectations { class in namespace:skiagm
102 explicit Expectations(bool ignoreFailure=kDefaultIgnoreFailure);
108 explicit Expectations(const SkBitmap& bitmap, bool ignoreFailure=kDefaultIgnoreFailure);
113 explicit Expectations(const BitmapAndDigest& bitmapAndDigest);
116 * Create Expectations from a JSON element as found within the
122 explicit Expectations(Json::Value jsonElement);
170 * Abstract source of Expectations objects for individual tests.
176 virtual Expectations get(const char *testName) const = 0;
183 * Return Expectations based on individual image files on disk.
188 * Create an ExpectationsSource that will return Expectations base
[all...]
H A Dgm_expectations.cpp119 // Expectations class...
121 Expectations::Expectations(bool ignoreFailure) { function in class:skiagm::Expectations
125 Expectations::Expectations(const SkBitmap& bitmap, bool ignoreFailure) { function in class:skiagm::Expectations
131 Expectations::Expectations(const BitmapAndDigest& bitmapAndDigest) { function in class:skiagm::Expectations
137 Expectations::Expectations(Json::Value jsonElement) { function in class:skiagm::Expectations
170 bool Expectations
[all...]
H A Dgmmain.cpp804 ErrorCombination compare_to_expectations(Expectations expectations,
911 Expectations expectations) {
961 Expectations expectations = expectationsSource->get(nameWithExtension.c_str());
994 Expectations expectations(*referenceBitmap);
/external/chromium_org/v8/test/cctest/
H A Dtest-decls.cc38 enum Expectations { enum
65 Expectations expectations,
143 Expectations expectations,
575 Expectations expectations,
/external/chromium_org/third_party/skia/tools/
H A Dskimage_main.cpp246 // Creates an Expectations object, and add it to the list to write.
247 skiagm::Expectations expectation(bitmapAndDigest);
298 skiagm::Expectations jsExpectation = gJsonExpectations->get(name_config.c_str());
516 skiagm::Expectations jsExpectations = gJsonExpectations->get(name_config.c_str());
/external/skia/tools/
H A Dskimage_main.cpp246 // Creates an Expectations object, and add it to the list to write.
247 skiagm::Expectations expectation(bitmapAndDigest);
298 skiagm::Expectations jsExpectation = gJsonExpectations->get(name_config.c_str());
516 skiagm::Expectations jsExpectations = gJsonExpectations->get(name_config.c_str());
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc94 static struct Expectations { struct

Completed in 352 milliseconds