/external/v8/test/unittests/libplatform/ |
worker-thread-unittest.cc | 12 using testing::StrictMock; 34 StrictMock<MockTask>* task = new StrictMock<MockTask>;
|
default-platform-unittest.cc | 9 using testing::StrictMock; 45 StrictMock<MockTask>* task = new StrictMock<MockTask>; 63 StrictMock<MockTask>* task1 = new StrictMock<MockTask>; 64 StrictMock<MockTask>* task2 = new StrictMock<MockTask>; 93 StrictMock<MockTask>* task1 = new StrictMock<MockTask>; 94 StrictMock<MockTask>* task2 = new StrictMock<MockTask> [all...] |
task-queue-unittest.cc | 12 using testing::StrictMock;
|
/external/google-breakpad/src/testing/test/ |
gmock-nice-strict_test.cc | 58 using testing::StrictMock; 211 StrictMock<MockFoo> strict_foo; 219 StrictMock<MockFoo> strict_foo; 228 StrictMock<MockFoo> strict_foo; 237 StrictMock<MockFoo>* const strict_foo = new StrictMock<MockFoo>; 246 // Tests that StrictMock works with a mock class that has a 249 StrictMock<MockBar> strict_bar("hi"); 256 // Tests that StrictMock works with a mock class that has a 10-ary 259 StrictMock<MockBar> strict_bar('a', 'b', "c", "d", 'e', 'f' [all...] |
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/ |
serverpairingsessiontest.cc | 25 using ::testing::StrictMock; 77 StrictMock<wire::MockWireInterface> interface_; 78 StrictMock<wire::MockWireAdapter> wire_; 79 StrictMock<MockChallengeResponse> challenge_; 81 StrictMock<MockPairingListener> listener_; 82 StrictMock<TestServerPairingSession> session_;
|
clientpairingsessiontest.cc | 25 using ::testing::StrictMock; 86 StrictMock<wire::MockWireInterface> interface_; 87 StrictMock<wire::MockWireAdapter> wire_; 88 StrictMock<MockChallengeResponse> challenge_; 90 StrictMock<MockPairingListener> listener_; 91 StrictMock<TestClientPairingSession> session_;
|
pairingsessiontest.cc | 27 using ::testing::StrictMock; 104 StrictMock<wire::MockWireInterface> interface_; 105 StrictMock<wire::MockWireAdapter> wire_; 106 StrictMock<MockChallengeResponse> challenge_; 108 StrictMock<MockPairingListener> listener_; 109 StrictMock<TestPairingSession> session_;
|
/system/connectivity/shill/ |
virtual_device_unittest.cc | 33 using testing::StrictMock; 66 StrictMock<MockRTNLHandler> rtnl_handler_; 77 StrictMock<MockStore> storage; 83 StrictMock<MockStore> storage;
|
connection_tester_unittest.cc | 42 using testing::StrictMock; 52 connection_(new StrictMock<MockConnection>(device_info_.get())), 56 connectivity_trial_(new StrictMock<MockConnectivityTrial>( 108 StrictMock<MockEventDispatcher> dispatcher_;
|
dns_server_tester_unittest.cc | 48 using testing::StrictMock; 65 connection_(new StrictMock<MockConnection>(device_info_.get())), 107 StrictMock<MockEventDispatcher> dispatcher_;
|
http_request_unittest.cc | 56 using ::testing::StrictMock; 93 server_async_connection_(new StrictMock<MockAsyncConnection>()), 95 dns_client_(new StrictMock<MockDNSClient>()), 98 connection_(new StrictMock<MockConnection>(device_info_.get())) {} 336 StrictMock<MockAsyncConnection>* server_async_connection_; 339 StrictMock<MockDNSClient>* dns_client_; 340 StrictMock<MockEventDispatcher> dispatcher_; 345 StrictMock<MockSockets> sockets_; 346 StrictMock<CallbackTarget> target_;
|
/external/google-breakpad/src/testing/include/gmock/ |
gmock-generated-nice-strict.h | 34 // Implements class templates NiceMock and StrictMock. 39 // EXPECT_CALL specs), and StrictMock<MockFoo> is a subclass of 42 // NiceMock and StrictMock "inherits" the constructors of their 49 // StrictMock<MockFoo> only works for mock methods defined using the 53 // particular, nesting NiceMock and StrictMock is NOT supported. 164 class StrictMock : public MockClass { 168 StrictMock() { 174 explicit StrictMock(const A1& a1) : MockClass(a1) { 179 StrictMock(const A1& a1, const A2& a2) : MockClass(a1, a2) { 185 StrictMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) [all...] |
/external/gmock/test/ |
gmock-nice-strict_test.cc | 59 using testing::StrictMock; 351 StrictMock<MockFoo> strict_foo; 359 StrictMock<MockFoo> strict_foo; 368 StrictMock<MockFoo> strict_foo; 377 StrictMock<MockFoo>* const strict_foo = new StrictMock<MockFoo>; 386 // Tests that StrictMock works with a mock class that has a 389 StrictMock<MockBar> strict_bar("hi"); 396 // Tests that StrictMock works with a mock class that has a 10-ary 399 StrictMock<MockBar> strict_bar('a', 'b', "c", "d", 'e', 'f' [all...] |
/system/connectivity/shill/cellular/ |
mock_modem.h | 51 typedef ::testing::StrictMock<MockModem> StrictModem;
|
/external/gmock/include/gmock/ |
gmock-generated-nice-strict.h | 36 // Implements class templates NiceMock, NaggyMock, and StrictMock. 43 // StrictMock<MockFoo> is a subclass of MockFoo that treats all 53 // NiceMock, NaggyMock, and StrictMock "inherit" the constructors of 60 // and StrictMock<MockFoo> only works for mock methods defined using 64 // In particular, nesting NiceMock, NaggyMock, and StrictMock is NOT 272 class StrictMock : public MockClass { 276 StrictMock() { 284 explicit StrictMock(const A1& a1) : MockClass(a1) { 289 StrictMock(const A1& a1, const A2& a2) : MockClass(a1, a2) { 295 StrictMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) [all...] |
/system/tpm/trunks/ |
tpm_generated_test.cc | 34 using testing::StrictMock; 104 StrictMock<MockCommandTransceiver> transceiver; 107 StrictMock<MockAuthorizationDelegate> authorization; 125 StrictMock<MockCommandTransceiver> transceiver; 128 StrictMock<MockAuthorizationDelegate> authorization; 191 StrictMock<MockCommandTransceiver> transceiver; 194 StrictMock<MockAuthorizationDelegate> authorization; 335 StrictMock<MockCommandTransceiver> transceiver; 338 StrictMock<MockAuthorizationDelegate> authorization; 362 StrictMock<MockCommandTransceiver> transceiver [all...] |
/external/libweave/src/privet/ |
wifi_ssid_generator_unittest.cc | 19 testing::StrictMock<MockCloudDelegate> gcd_; 20 testing::StrictMock<MockWifiDelegate> wifi_;
|
/external/libbrillo/brillo/streams/ |
input_stream_set_unittest.cc | 18 using testing::StrictMock; 26 itf1_.reset(new StrictMock<MockStream>{}); 27 itf2_.reset(new StrictMock<MockStream>{}); 37 std::unique_ptr<StrictMock<MockStream>> itf1_; 38 std::unique_ptr<StrictMock<MockStream>> itf2_;
|
openssl_stream_bio_unittests.cc | 17 using testing::StrictMock; 25 stream_.reset(new StrictMock<MockStream>{}); 35 std::unique_ptr<StrictMock<MockStream>> stream_;
|
/external/v8/test/unittests/compiler/ |
common-operator-reducer-unittest.cc | 15 using testing::StrictMock; 39 StrictMock<MockAdvancedReducerEditor> editor; 81 StrictMock<MockAdvancedReducerEditor> editor; 98 StrictMock<MockAdvancedReducerEditor> editor; 115 StrictMock<MockAdvancedReducerEditor> editor; 132 StrictMock<MockAdvancedReducerEditor> editor; 149 StrictMock<MockAdvancedReducerEditor> editor; 166 StrictMock<MockAdvancedReducerEditor> editor; 247 StrictMock<MockAdvancedReducerEditor> editor; 265 StrictMock<MockAdvancedReducerEditor> editor [all...] |
/system/tpm/tpm_manager/client/ |
tpm_ownership_dbus_proxy_test.cc | 28 using testing::StrictMock; 37 mock_object_proxy_ = new StrictMock<dbus::MockObjectProxy>( 43 scoped_refptr<StrictMock<dbus::MockObjectProxy>> mock_object_proxy_;
|
/system/connectivity/shill/dhcp/ |
dhcp_provider_unittest.cc | 35 using testing::StrictMock; 66 StrictMock<MockEventDispatcher> dispatcher_;
|
/external/libweave/src/ |
access_api_handler_unittest.cc | 20 using testing::StrictMock; 103 StrictMock<provider::test::FakeTaskRunner> task_runner_; 105 StrictMock<test::MockDevice> device_; 106 StrictMock<MockAccessBlackListManager> access_manager_;
|
base_api_handler_unittest.cc | 27 using testing::StrictMock; 95 StrictMock<provider::test::MockHttpClient> http_client_; 97 StrictMock<provider::test::FakeTaskRunner> task_runner_; 100 StrictMock<test::MockDevice> device_;
|
weave_unittest.cc | 35 using testing::StrictMock; 197 new StrictMock<provider::test::MockHttpClientResponse>}; 339 StrictMock<provider::test::MockConfigStore> config_store_; 340 StrictMock<provider::test::FakeTaskRunner> task_runner_; 341 StrictMock<provider::test::MockHttpClient> http_client_; 342 StrictMock<provider::test::MockNetwork> network_; 343 StrictMock<provider::test::MockDnsServiceDiscovery> dns_sd_; 344 StrictMock<provider::test::MockHttpServer> http_server_; 345 StrictMock<provider::test::MockWifi> wifi_; 346 StrictMock<provider::test::MockBluetooth> bluetooth_ [all...] |