HomeSort by relevance Sort by last modified time
    Searched refs:Expectations (Results 1 - 7 of 7) sorted by null

  /external/skia/gm/
gm_expectations.h 56 * checksum within JSON expectations file, in the form
106 * Test expectations (allowed image results, etc.)
108 class Expectations {
111 * No expectations at all.
113 Expectations(bool ignoreFailure=kDefaultIgnoreFailure);
119 Expectations(const SkBitmap& bitmap, bool ignoreFailure=kDefaultIgnoreFailure);
122 * Create Expectations from a JSON element as found within the
126 * don't have any expectations.
128 Expectations(Json::Value jsonElement);
131 * Returns true iff we want to ignore failed expectations
    [all...]
gm_expectations.cpp 127 // Expectations class...
129 Expectations::Expectations(bool ignoreFailure) {
133 Expectations::Expectations(const SkBitmap& bitmap, bool ignoreFailure) {
139 Expectations::Expectations(Json::Value jsonElement) {
174 bool Expectations::match(GmResultDigest actualGmResultDigest) const {
184 Json::Value Expectations::asJsonValue() const {
201 Expectations IndividualImageExpectationsSource::get(const char *testName)
    [all...]
gmmain.cpp 776 * Compares actual hash digest to expectations, returning the set of errors
783 * @param expectations what expectations to compare actualBitmap against
795 ErrorCombination compare_to_expectations(Expectations expectations,
808 if (expectations.empty()) {
811 // Write out the "actuals" for any tests without expectations, if we have
820 } else if (!expectations.match(actualBitmapAndDigest.fDigest)) {
963 Expectations expectations = expectationsSource->get(nameWithExtension.c_str()); local
    [all...]
  /external/v8/test/cctest/
test-decls.cc 38 enum Expectations {
61 Expectations expectations,
128 Expectations expectations,
141 if (expectations == EXPECT_RESULT) {
147 CHECK(expectations == EXPECT_EXCEPTION);
  /external/chromium_org/v8/test/cctest/
test-decls.cc 38 enum Expectations {
65 Expectations expectations,
141 Expectations expectations,
151 if (expectations == EXPECT_ERROR) {
160 if (expectations == EXPECT_RESULT) {
166 CHECK(expectations == EXPECT_EXCEPTION);
719 Expectations expectations,
    [all...]
  /external/skia/tools/
skimage_main.cpp 26 DEFINE_string(createExpectationsPath, "", "Path to write JSON expectations.");
29 DEFINE_string(readExpectationsPath, "", "Path to read JSON expectations from.");
102 // Files/subsets that do not have expectations. Not reported as a failure of the test so
109 // Expections read from a file specified by readExpectationsPath. The expectations must have been
170 // Stored expectations to be written to a file if createExpectationsPath is specified.
174 * If expectations are to be recorded, record the bitmap expectations into global
175 * expectations array.
179 // Creates an Expectations object, and add it to the list to write.
180 skiagm::Expectations expectation(bitmap)
    [all...]
  /external/chromium_org/chrome/installer/util/
google_update_settings_unittest.cc 72 static struct Expectations {
75 } expectations[] = { local
96 for (size_t j = 0; j < arraysize(expectations); ++j) {
99 ap += expectations[j].ap_value;
101 const wchar_t* channel = expectations[j].channel;
    [all...]

Completed in 122 milliseconds