Searched defs:Expectation (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/test/expectations/
H A Dexpectation.cc154 Expectation::Expectation() function in class:test_expectations::Expectation
159 Expectation::~Expectation() {}
H A Dexpectation.h73 // An Expectation is records what the result for a given test name should be on
75 struct Expectation { struct in namespace:test_expectations
76 Expectation();
77 ~Expectation();
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dtest_expectations.py14 class Expectation(object): class in inherits:object
67 self.expectations.append(Expectation(expectation, url_pattern, conditions,
/external/chromium_org/third_party/skia/tools/
H A Dimage_expectations.h96 class Expectation { class in namespace:sk_tools
101 explicit Expectation(bool ignoreFailure=kDefaultIgnoreFailure);
106 explicit Expectation(const SkString &hashType, uint64_t hashValue,
112 explicit Expectation(const SkBitmap& bitmap,
195 * Returns the Expectation for this test.
203 Expectation getExpectation(const char *sourceName, const int *tileNumber=NULL);
H A Dimage_expectations.cpp99 // Expectation class...
105 Expectation::Expectation(bool ignoreFailure) : function in class:sk_tools::Expectation
108 Expectation::Expectation(const SkString &hashType, uint64_t hashValue, bool ignoreFailure) : function in class:sk_tools::Expectation
111 Expectation::Expectation(const SkBitmap& bitmap, bool ignoreFailure) : function in class:sk_tools::Expectation
114 bool Expectation::ignoreFailure() const { return this->fIgnoreFailure; }
116 bool Expectation::empty() const { return this->fIsEmpty; }
118 bool Expectation
[all...]
/external/qemu/android/kernel/
H A Dkernel_utils_unittest.cpp62 struct Expectation { struct in namespace:android::kernel
70 const Expectation* expectation = static_cast<const Expectation*>(opaque);
85 static const Expectation kData[] = {
118 const Expectation& expectation = kData[n];
119 ScopedDescriptionFunc func(&Expectation::getDescriptionFunc,
/external/chromium_org/components/component_updater/test/
H A Durl_request_post_interceptor.h108 typedef std::pair<const RequestMatcher*, ExpectationResponse> Expectation; typedef in class:component_updater::URLRequestPostInterceptor
123 mutable std::queue<Expectation> expectations_;

Completed in 240 milliseconds