Searched refs:Expectation (Results 1 - 21 of 21) sorted by relevance

/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/chromium_org/base/test/expectations/
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();
H A Dexpectation.cc154 Expectation::Expectation() function in class:test_expectations::Expectation
159 Expectation::~Expectation() {}
H A Dparser.h34 // When a well-formed and valid Expectation has been parsed from the input,
36 virtual void EmitExpectation(const Expectation& expectation) = 0;
42 // Called when an Expectation has been parsed because it is well-formed but
44 // keywords). This Expectation will not be reported via EmitExpectation.
132 // The Expectation object that is currently being processed by the parser.
134 Expectation current_;
H A Dparser_unittest.cc19 const test_expectations::Expectation& expectation) OVERRIDE {
32 std::vector<test_expectations::Expectation> expectations_;
H A Dparser.cc54 current_ = Expectation();
/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/remoting/host/
H A Dchromoting_host_unittest.cc42 using testing::Expectation;
335 Expectation ExpectHostAndSessionManagerStart() {
345 Expectation ExpectClientConnected(int connection_index, A action) {
349 Expectation client_authenticated =
353 Expectation video_packet_sent =
371 Expectation ExpectClientDisconnected(int connection_index,
373 Expectation after,
377 Expectation client_disconnected =
397 Expectation after,
472 Expectation star
[all...]
H A Dclient_session_unittest.cc48 using testing::Expectation;
330 Expectation authenticated =
361 Expectation authenticated =
428 Expectation authenticated =
484 Expectation authenticated =
542 Expectation authenticated =
586 Expectation authenticated =
596 Expectation connected = authenticated;
651 Expectation authenticated =
676 Expectation authenticate
[all...]
H A Dvideo_scheduler_unittest.cc35 using ::testing::Expectation;
288 Expectation capturer_start =
293 Expectation capturer_capture = EXPECT_CALL(*capturer, Capture(_))
/external/chromium_org/content/browser/compositor/
H A Dbuffer_queue_unittest.cc17 using ::testing::Expectation;
158 Expectation image =
163 Expectation fb =
165 Expectation tex = EXPECT_CALL(*context, bindTexture(GL_TEXTURE_2D, Ne(0U)));
166 Expectation bind_tex =
/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_;
H A Durl_request_post_interceptor.cc66 Expectation expectation(expectations_.front());
211 const URLRequestPostInterceptor::Expectation& 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/content/browser/media/capture/
H A Ddesktop_capture_device_aura_unittest.cc23 using ::testing::Expectation;
H A Ddesktop_capture_device_unittest.cc23 using ::testing::Expectation;
/external/chromium_org/chrome/test/ispy/common/
H A Dispy_utils.py126 raise ValueError("Expectation name contains an illegal character: %s." %
147 raise ValueError("Expectation name contains an illegal character: %s." %
173 A named tuple: 'Expectation', containing two images: expected and mask.
178 Expectation = collections.namedtuple('Expectation', ['expected', 'mask'])
179 return Expectation(self.DownloadImage(GetExpectationPath(expectation,
240 raise ValueError("Expectation name contains an illegal character: %s." %
/external/chromium_org/remoting/host/win/
H A Dworker_process_launcher_unittest.cc31 using testing::Expectation;
422 Expectation first_connect =
446 Expectation first_connect =
/external/chromium_org/content/browser/
H A Dplugin_loader_posix_unittest.cc381 testing::Expectation first =
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc37 using testing::Expectation;
956 Expectation first_render_pass =

Completed in 6095 milliseconds