/external/webrtc/webrtc/modules/audio_processing/agc/ |
D | agc_manager_direct_unittest.cc | 26 using ::testing::SetArgPointee; 111 .WillOnce(DoAll(SetArgPointee<0>(5), Return(true))); in TEST_F() 116 .WillOnce(DoAll(SetArgPointee<0>(10), Return(true))); in TEST_F() 121 .WillOnce(DoAll(SetArgPointee<0>(11), Return(true))); in TEST_F() 126 .WillOnce(DoAll(SetArgPointee<0>(20), Return(true))); in TEST_F() 132 .WillOnce(DoAll(SetArgPointee<0>(5), Return(true))); in TEST_F() 135 .WillOnce(DoAll(SetArgPointee<0>(0), Return(true))); in TEST_F() 140 .WillOnce(DoAll(SetArgPointee<0>(-1), Return(true))); in TEST_F() 145 .WillOnce(DoAll(SetArgPointee<0>(-1), Return(true))); in TEST_F() 150 .WillOnce(DoAll(SetArgPointee<0>(-9), Return(true))); in TEST_F() [all …]
|
/external/libbrillo/brillo/streams/ |
D | stream_unittest.cc | 21 using testing::SetArgPointee; 119 DoAll(SetArgPointee<2>(0), SetArgPointee<3>(false), Return(true))); in TEST() 153 .WillOnce(DoAll(SetArgPointee<2>(7), in TEST() 154 SetArgPointee<3>(false), in TEST() 178 DoAll(SetArgPointee<2>(5), SetArgPointee<3>(false), Return(true))); in TEST() 227 DoAll(SetArgPointee<2>(0), SetArgPointee<3>(false), Return(true))); in TEST() 243 .WillOnce(DoAll(SetArgPointee<2>(7), in TEST() 244 SetArgPointee<3>(false), in TEST() 248 DoAll(SetArgPointee<2>(0), SetArgPointee<3>(false), Return(true))); in TEST() 257 .WillOnce(DoAll(SetArgPointee<2>(3), in TEST() [all …]
|
D | input_stream_set_unittest.cc | 17 using testing::SetArgPointee; 107 .WillOnce(DoAll(SetArgPointee<2>(10), in TEST_F() 108 SetArgPointee<3>(false), in TEST_F() 116 .WillOnce(DoAll(SetArgPointee<2>(0), SetArgPointee<3>(true), Return(true))); in TEST_F() 118 .WillOnce(DoAll(SetArgPointee<2>(100), in TEST_F() 119 SetArgPointee<3>(false), in TEST_F() 127 .WillOnce(DoAll(SetArgPointee<2>(0), SetArgPointee<3>(true), Return(true))); in TEST_F() 139 .WillOnce(DoAll(SetArgPointee<2>(10), in TEST_F() 140 SetArgPointee<3>(false), in TEST_F() 146 .WillOnce(DoAll(SetArgPointee<2>(0), in TEST_F() [all …]
|
D | openssl_stream_bio_unittests.cc | 16 using testing::SetArgPointee; 42 .WillOnce(DoAll(SetArgPointee<2>(10), in TEST_F() 43 SetArgPointee<3>(false), in TEST_F() 51 .WillOnce(DoAll(SetArgPointee<2>(3), in TEST_F() 52 SetArgPointee<3>(false), in TEST_F() 60 .WillOnce(DoAll(SetArgPointee<2>(0), in TEST_F() 61 SetArgPointee<3>(false), in TEST_F() 70 .WillOnce(DoAll(SetArgPointee<2>(0), in TEST_F() 71 SetArgPointee<3>(true), in TEST_F() 88 .WillOnce(DoAll(SetArgPointee<2>(10), Return(true))); in TEST_F() [all …]
|
D | memory_stream_unittest.cc | 19 using testing::SetArgPointee; 148 .WillOnce(DoAll(SetArgPointee<3>(5), Return(true))); in TEST_F() 157 .WillOnce(DoAll(SetArgPointee<3>(100), Return(true))); in TEST_F() 166 .WillOnce(DoAll(SetArgPointee<3>(0), Return(true))); in TEST_F() 179 .WillOnce(DoAll(SetArgPointee<3>(5), Return(true))); in TEST_F() 187 .WillOnce(DoAll(SetArgPointee<3>(100), Return(true))); in TEST_F() 195 .WillOnce(DoAll(SetArgPointee<3>(10), Return(true))); in TEST_F()
|
/external/v8/testing/gmock/test/ |
D | gmock-generated-actions_test.cc | 61 using testing::SetArgPointee; 422 Action<int(int*)> a = DoAll(SetArgPointee<0>(1), // NOLINT in TEST() 431 Action<int(int*, int*)> a = DoAll(SetArgPointee<0>(1), // NOLINT in TEST() 432 SetArgPointee<1>(2), in TEST() 444 DoAll(SetArgPointee<0>(1), in TEST() 445 SetArgPointee<1>(2), in TEST() 446 SetArgPointee<2>('a'), in TEST() 459 DoAll(SetArgPointee<0>(1), in TEST() 460 SetArgPointee<1>(2), in TEST() 461 SetArgPointee<2>('a'), in TEST() [all …]
|
D | gmock-actions_test.cc | 66 using testing::SetArgPointee; 787 Action<MyFunction> a = SetArgPointee<1>(2); in TEST() 795 a = SetArgPointee<2>('a'); in TEST() 808 Action<MyFunction> a = SetArgPointee<0>("hi"); in TEST() 815 a = SetArgPointee<1>("world"); in TEST() 824 Action<MyFunction> a = SetArgPointee<0>(L"world"); in TEST() 832 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world"); in TEST() 845 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST() 854 a = SetArgPointee<2>(world); in TEST() 864 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST() [all …]
|
D | gmock_link_test.h | 167 using testing::SetArgPointee; 289 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(SetArgPointee<0>('y')); in TEST() 384 .WillOnce(DoAll(SetArgPointee<0>('y'), Return())); in TEST()
|
/external/googletest/googlemock/test/ |
D | gmock-generated-actions_test.cc | 61 using testing::SetArgPointee; 423 Action<int(int*)> a = DoAll(SetArgPointee<0>(1), // NOLINT in TEST() 432 Action<int(int*, int*)> a = DoAll(SetArgPointee<0>(1), // NOLINT in TEST() 433 SetArgPointee<1>(2), in TEST() 445 DoAll(SetArgPointee<0>(1), in TEST() 446 SetArgPointee<1>(2), in TEST() 447 SetArgPointee<2>('a'), in TEST() 460 DoAll(SetArgPointee<0>(1), in TEST() 461 SetArgPointee<1>(2), in TEST() 462 SetArgPointee<2>('a'), in TEST() [all …]
|
D | gmock-actions_test.cc | 66 using testing::SetArgPointee; 787 Action<MyFunction> a = SetArgPointee<1>(2); in TEST() 795 a = SetArgPointee<2>('a'); in TEST() 808 Action<MyFunction> a = SetArgPointee<0>("hi"); in TEST() 815 a = SetArgPointee<1>("world"); in TEST() 824 Action<MyFunction> a = SetArgPointee<0>(L"world"); in TEST() 832 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world"); in TEST() 845 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST() 854 a = SetArgPointee<2>(world); in TEST() 864 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST() [all …]
|
D | gmock_link_test.h | 167 using testing::SetArgPointee; 289 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(SetArgPointee<0>('y')); in TEST() 384 .WillOnce(DoAll(SetArgPointee<0>('y'), Return())); in TEST()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-actions_test.cc | 61 using testing::SetArgPointee; 422 Action<int(int*)> a = DoAll(SetArgPointee<0>(1), // NOLINT in TEST() 431 Action<int(int*, int*)> a = DoAll(SetArgPointee<0>(1), // NOLINT in TEST() 432 SetArgPointee<1>(2), in TEST() 444 DoAll(SetArgPointee<0>(1), in TEST() 445 SetArgPointee<1>(2), in TEST() 446 SetArgPointee<2>('a'), in TEST() 459 DoAll(SetArgPointee<0>(1), in TEST() 460 SetArgPointee<1>(2), in TEST() 461 SetArgPointee<2>('a'), in TEST() [all …]
|
D | gmock-actions_test.cc | 72 using testing::SetArgPointee; 702 Action<MyFunction> a = SetArgPointee<1>(2); in TEST() 710 a = SetArgPointee<2>('a'); in TEST() 723 Action<MyFunction> a = SetArgPointee<0>("hi"); in TEST() 730 a = SetArgPointee<1>("world"); in TEST() 739 Action<MyFunction> a = SetArgPointee<0>(L"world"); in TEST() 747 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world"); in TEST() 760 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST() 769 a = SetArgPointee<2>(world); in TEST() 779 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST() [all …]
|
D | gmock_link_test.h | 167 using testing::SetArgPointee; 289 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(SetArgPointee<0>('y')); in TEST() 384 .WillOnce(DoAll(SetArgPointee<0>('y'), Return())); in TEST()
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector_unittest.cc | 58 using testing::SetArgPointee; 545 .WillRepeatedly(DoAll(SetArgPointee<1>(kLocalTrackId), Return(true))); in AddOutgoingVideoTrackStats() 554 .WillRepeatedly(DoAll(SetArgPointee<1>(kRemoteTrackId), Return(true))); in AddIncomingVideoTrackStats() 566 .WillOnce(DoAll(SetArgPointee<1>(kLocalTrackId), Return(true))); in AddOutgoingAudioTrackStats() 578 .WillOnce(DoAll(SetArgPointee<1>(kRemoteTrackId), Return(true))); in AddIncomingAudioTrackStats() 615 .WillRepeatedly(DoAll(SetArgPointee<0>(session_stats_), in SetupAndVerifyAudioTrackStats() 628 .WillOnce(DoAll(SetArgPointee<0>(*stats_read), Return(true))); in SetupAndVerifyAudioTrackStats() 704 .WillOnce(DoAll(SetArgPointee<1>(local_certificate), Return(true))); in TestCertificateReports() 708 DoAll(SetArgPointee<1>(remote_cert.GetReference()), Return(true))); in TestCertificateReports() 710 .WillOnce(DoAll(SetArgPointee<0>(session_stats), in TestCertificateReports() [all …]
|
/external/libbrillo/brillo/http/ |
D | http_transport_curl_unittest.cc | 21 using testing::SetArgPointee; 223 .WillRepeatedly(DoAll(SetArgPointee<2>(200), Return(CURLE_OK))); in TEST_F() 258 .WillOnce(DoAll(SetArgPointee<3>(1), in TEST_F() 261 .WillRepeatedly(DoAll(SetArgPointee<3>(0), Return(CURLM_OK))); in TEST_F() 269 .WillOnce(DoAll(SetArgPointee<1>(0), Return(&msg))) in TEST_F() 270 .WillRepeatedly(DoAll(SetArgPointee<1>(0), Return(nullptr))); in TEST_F() 272 .WillRepeatedly(DoAll(SetArgPointee<2>(connection.get()), in TEST_F()
|
D | http_connection_curl_unittest.cc | 25 using testing::SetArgPointee; 289 .WillOnce(DoAll(SetArgPointee<2>(status_code::Ok), Return(CURLE_OK))); in TEST_F() 309 .WillOnce(DoAll(SetArgPointee<2>(status_code::Ok), Return(CURLE_OK))); in TEST_F()
|
D | http_request_unittest.cc | 21 using testing::SetArgPointee; 185 .WillOnce(DoAll(SetArgPointee<2>(0), Return(true))); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl_unittest.cc | 36 using ::testing::SetArgPointee; 319 .WillRepeatedly(DoAll(SetArgPointee<2>(kPayloadType), in TEST_F() 534 SetArgPointee<4>(AudioDecoder::kSpeech), in TEST_F() 577 SetArgPointee<4>(AudioDecoder::kSpeech), in TEST_F() 695 SetArgPointee<4>(AudioDecoder::kSpeech), in TEST_F() 702 SetArgPointee<4>(AudioDecoder::kComfortNoise), in TEST_F() 709 SetArgPointee<4>(AudioDecoder::kComfortNoise), in TEST_F() 716 SetArgPointee<4>(AudioDecoder::kSpeech), in TEST_F() 847 SetArgPointee<4>(AudioDecoder::kSpeech), in TEST_F() 967 SetArgPointee<4>(AudioDecoder::kSpeech), in TEST_F() [all …]
|
/external/google-breakpad/src/testing/ |
D | CHANGES | 12 * SetArgPointee<> now accepts string literals. 24 * SetArgumentPointee is deprecated in favor of SetArgPointee.
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | remote_ntp_time_estimator_unittest.cc | 20 using ::testing::SetArgPointee;
|
/external/googletest/googlemock/ |
D | CHANGES | 46 * SetArgPointee<> now accepts string literals. 58 * SetArgumentPointee is deprecated in favor of SetArgPointee.
|
/external/v8/testing/gmock/ |
D | CHANGES | 46 * SetArgPointee<> now accepts string literals. 58 * SetArgumentPointee is deprecated in favor of SetArgPointee.
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-actions.h | 982 SetArgPointee(const T& x) { in SetArgPointee() function 994 SetArgPointee(const char* p) { in SetArgPointee() function 1002 SetArgPointee(const wchar_t* p) { in SetArgPointee() function
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 1109 SetArgPointee(const T& x) { 1121 SetArgPointee(const char* p) { 1129 SetArgPointee(const wchar_t* p) {
|