Home
last modified time | relevance | path

Searched refs:Expectation (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/remoting/host/
Dchromoting_host_unittest.cc40 using testing::Expectation;
319 Expectation ExpectHostAndSessionManagerStart() { in ExpectHostAndSessionManagerStart()
329 Expectation ExpectClientConnected(int connection_index, A action) { in ExpectClientConnected()
333 Expectation client_authenticated = in ExpectClientConnected()
337 Expectation video_packet_sent = in ExpectClientConnected()
355 Expectation ExpectClientDisconnected(int connection_index, in ExpectClientDisconnected()
357 Expectation after, in ExpectClientDisconnected()
361 Expectation client_disconnected = in ExpectClientDisconnected()
381 Expectation after, in ExpectClientDisconnectEffects()
449 Expectation start = ExpectHostAndSessionManagerStart(); in TEST_F()
[all …]
Dvideo_scheduler_unittest.cc27 using ::testing::Expectation;
156 Expectation capturer_start = in TEST_F()
164 Expectation capturer_capture = EXPECT_CALL(*capturer, Capture(_)) in TEST_F()
Dclient_session_unittest.cc34 using testing::Expectation;
245 Expectation authenticated = in TEST_F()
328 Expectation authenticated = in TEST_F()
383 Expectation authenticated = in TEST_F()
440 Expectation authenticated = in TEST_F()
483 Expectation authenticated = in TEST_F()
493 Expectation connected = authenticated; in TEST_F()
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h79 class Expectation; variable
221 Expectation GetHandleOf(ExpectationBase* exp);
474 class Expectation {
477 Expectation();
479 ~Expectation();
490 Expectation(internal::ExpectationBase& exp); // NOLINT
496 bool operator==(const Expectation& rhs) const {
500 bool operator!=(const Expectation& rhs) const { return !(*this == rhs); }
517 bool operator()(const Expectation& lhs, const Expectation& rhs) const { in operator()
522 typedef ::std::set<Expectation, Less> Set;
[all …]
/external/chromium_org/base/test/expectations/
Dexpectation.h75 struct Expectation { struct
76 Expectation();
77 ~Expectation();
Dexpectation.cc153 Expectation::Expectation() in Expectation() function in test_expectations::Expectation
158 Expectation::~Expectation() {} in ~Expectation()
Dparser.h36 virtual void EmitExpectation(const Expectation& expectation) = 0;
134 Expectation current_;
Dparser_unittest.cc19 const test_expectations::Expectation& expectation) OVERRIDE { in EmitExpectation()
32 std::vector<test_expectations::Expectation> expectations_;
Dparser.cc54 current_ = Expectation(); in Start()
/external/chromium/testing/gmock/test/
Dgmock-spec-builders_test.cc77 using testing::Expectation;
404 Expectation e = EXPECT_CALL(a, DoA(1)) in TEST()
431 Expectation e = EXPECT_CALL(a, DoA(1)); in TEST()
1357 Expectation e1; // Default ctor. in TEST()
1360 Expectation e2 = EXPECT_CALL(a, DoA(2)); in TEST()
1361 Expectation e3 = EXPECT_CALL(a, DoA(3)).With(_); in TEST()
1364 Expectation e4 = EXPECT_CALL(a, DoA(4)).Times(1); in TEST()
1365 Expectation e5 = EXPECT_CALL(a, DoA(5)).InSequence(s); in TEST()
1367 Expectation e6 = EXPECT_CALL(a, DoA(6)).After(e2); in TEST()
1368 Expectation e7 = EXPECT_CALL(a, DoA(7)).WillOnce(Return()); in TEST()
[all …]
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
Ddesktop_capture_apitest.cc71 struct Expectation { struct in extensions::__anon734f5b730111::FakeDesktopMediaPickerFactory
81 void SetExpectations(const Expectation* expectation_array, int size) { in SetExpectations()
111 std::queue<Expectation> expectations_;
159 FakeDesktopMediaPickerFactory::Expectation picker_expectations[] = { in IN_PROC_BROWSER_TEST_F()
207 FakeDesktopMediaPickerFactory::Expectation picker_expectations[] = { in IN_PROC_BROWSER_TEST_F()
/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc438 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) { in GetHandleOf()
443 return Expectation(*it); in GetHandleOf()
448 return Expectation(); in GetHandleOf()
759 Expectation::Expectation() {} in Expectation() function in testing::Expectation
761 Expectation::Expectation( in Expectation() function in testing::Expectation
765 Expectation::~Expectation() {} in ~Expectation()
768 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation()
/external/chromium_org/chrome/browser/component_updater/test/
Durl_request_post_interceptor.h73 typedef std::pair<const RequestMatcher*, std::string> Expectation; typedef
84 mutable std::queue<Expectation> expectations_;
Durl_request_post_interceptor.cc62 Expectation expectation(expectations_.front()); in ClearExpectations()
196 const URLRequestPostInterceptor::Expectation& expectation( in MaybeCreateJob()
/external/chromium_org/tools/telemetry/telemetry/page/
Dtest_expectations.py14 class Expectation(object): class
67 self.expectations.append(Expectation(expectation, url_pattern, conditions,
/external/chromium_org/chrome/test/functional/ispy/common/
Dispy_utils.py163 Expectation = collections.namedtuple('Expectation', ['expected', 'mask'])
164 return Expectation(self.DownloadImage(GetExpectationPath(expectation,
/external/chromium_org/remoting/host/win/
Dworker_process_launcher_unittest.cc31 using testing::Expectation;
426 Expectation first_connect = in TEST_F()
450 Expectation first_connect = in TEST_F()
/external/chromium_org/content/browser/renderer_host/media/
Ddesktop_capture_device_aura_unittest.cc21 using ::testing::Expectation;
Ddesktop_capture_device_unittest.cc22 using ::testing::Expectation;
/external/chromium_org/content/browser/
Dplugin_loader_posix_unittest.cc355 testing::Expectation first = in TEST_F()
/external/chromium_org/chrome_frame/test/
Dinfobar_unittests.cc458 testing::Expectation installed; in TEST()
/external/chromium_org/cc/output/
Dgl_renderer_unittest.cc38 using testing::Expectation;
983 Expectation first_render_pass = in TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bubble_controller.mm390 // Expectation: There is a parent mapping for all items in the
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bubble_controller.mm415 // Expectation: There is a parent mapping for all items in the