/external/chromium_org/remoting/host/ |
D | chromoting_host_unittest.cc | 40 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 …]
|
D | video_scheduler_unittest.cc | 27 using ::testing::Expectation; 156 Expectation capturer_start = in TEST_F() 164 Expectation capturer_capture = EXPECT_CALL(*capturer, Capture(_)) in TEST_F()
|
D | client_session_unittest.cc | 34 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/ |
D | gmock-spec-builders.h | 79 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/ |
D | expectation.h | 75 struct Expectation { struct 76 Expectation(); 77 ~Expectation();
|
D | expectation.cc | 153 Expectation::Expectation() in Expectation() function in test_expectations::Expectation 158 Expectation::~Expectation() {} in ~Expectation()
|
D | parser.h | 36 virtual void EmitExpectation(const Expectation& expectation) = 0; 134 Expectation current_;
|
D | parser_unittest.cc | 19 const test_expectations::Expectation& expectation) OVERRIDE { in EmitExpectation() 32 std::vector<test_expectations::Expectation> expectations_;
|
D | parser.cc | 54 current_ = Expectation(); in Start()
|
/external/chromium/testing/gmock/test/ |
D | gmock-spec-builders_test.cc | 77 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/ |
D | desktop_capture_apitest.cc | 71 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/ |
D | gmock-spec-builders.cc | 438 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/ |
D | url_request_post_interceptor.h | 73 typedef std::pair<const RequestMatcher*, std::string> Expectation; typedef 84 mutable std::queue<Expectation> expectations_;
|
D | url_request_post_interceptor.cc | 62 Expectation expectation(expectations_.front()); in ClearExpectations() 196 const URLRequestPostInterceptor::Expectation& expectation( in MaybeCreateJob()
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
D | test_expectations.py | 14 class Expectation(object): class 67 self.expectations.append(Expectation(expectation, url_pattern, conditions,
|
/external/chromium_org/chrome/test/functional/ispy/common/ |
D | ispy_utils.py | 163 Expectation = collections.namedtuple('Expectation', ['expected', 'mask']) 164 return Expectation(self.DownloadImage(GetExpectationPath(expectation,
|
/external/chromium_org/remoting/host/win/ |
D | worker_process_launcher_unittest.cc | 31 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/ |
D | desktop_capture_device_aura_unittest.cc | 21 using ::testing::Expectation;
|
D | desktop_capture_device_unittest.cc | 22 using ::testing::Expectation;
|
/external/chromium_org/content/browser/ |
D | plugin_loader_posix_unittest.cc | 355 testing::Expectation first = in TEST_F()
|
/external/chromium_org/chrome_frame/test/ |
D | infobar_unittests.cc | 458 testing::Expectation installed; in TEST()
|
/external/chromium_org/cc/output/ |
D | gl_renderer_unittest.cc | 38 using testing::Expectation; 983 Expectation first_render_pass = in TEST_F()
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bubble_controller.mm | 390 // Expectation: There is a parent mapping for all items in the
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bubble_controller.mm | 415 // Expectation: There is a parent mapping for all items in the
|