/external/webrtc/webrtc/modules/audio_processing/agc/ |
D | agc_manager_direct_unittest.cc | 22 using ::testing::DoAll; 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 | 17 using testing::DoAll; 119 DoAll(SetArgPointee<2>(0), SetArgPointee<3>(false), Return(true))); in TEST() 121 .WillOnce(DoAll(SaveArg<1>(&data_callback), Return(true))); in TEST() 153 .WillOnce(DoAll(SetArgPointee<2>(7), 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() 229 .WillOnce(DoAll(SaveArg<1>(&data_callback), Return(true))); in TEST() 243 .WillOnce(DoAll(SetArgPointee<2>(7), in TEST() 248 DoAll(SetArgPointee<2>(0), SetArgPointee<3>(false), Return(true))); in TEST() 250 .WillOnce(DoAll(SaveArg<1>(&data_callback), Return(true))); in TEST() [all …]
|
D | openssl_stream_bio_unittests.cc | 14 using testing::DoAll; 42 .WillOnce(DoAll(SetArgPointee<2>(10), in TEST_F() 51 .WillOnce(DoAll(SetArgPointee<2>(3), in TEST_F() 60 .WillOnce(DoAll(SetArgPointee<2>(0), in TEST_F() 70 .WillOnce(DoAll(SetArgPointee<2>(0), in TEST_F() 88 .WillOnce(DoAll(SetArgPointee<2>(10), Return(true))); in TEST_F() 95 .WillOnce(DoAll(SetArgPointee<2>(3), Return(true))); in TEST_F() 102 .WillOnce(DoAll(SetArgPointee<2>(0), Return(true))); in TEST_F()
|
D | input_stream_set_unittest.cc | 14 using testing::DoAll; 107 .WillOnce(DoAll(SetArgPointee<2>(10), 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() 127 .WillOnce(DoAll(SetArgPointee<2>(0), SetArgPointee<3>(true), Return(true))); in TEST_F() 139 .WillOnce(DoAll(SetArgPointee<2>(10), in TEST_F() 146 .WillOnce(DoAll(SetArgPointee<2>(0), in TEST_F() 150 .WillOnce(DoAll(SetArgPointee<2>(0), in TEST_F() 156 .WillOnce(DoAll(SetArgPointee<2>(100), in TEST_F() 163 .WillOnce(DoAll(SetArgPointee<2>(0), in TEST_F()
|
D | memory_containers_unittest.cc | 15 using testing::DoAll; 112 .WillOnce(DoAll(WithArgs<1>(Invoke(OnReadError)), Return(nullptr))); in TEST_F() 179 .WillOnce(DoAll(WithArgs<1>(Invoke(OnWriteError)), Return(false))); in TEST_F() 201 .WillOnce(DoAll(WithArgs<1>(Invoke(OnWriteError)), Return(nullptr))); in TEST_F()
|
D | memory_stream_unittest.cc | 17 using testing::DoAll; 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/webrtc/webrtc/modules/utility/source/ |
D | process_thread_impl_unittest.cc | 22 using ::testing::DoAll; 80 .WillOnce(DoAll(SetEvent(event.get()), Return(0))) in TEST() 100 .WillOnce(DoAll(SetEvent(event.get()), Return(0))) in TEST() 123 .WillOnce(DoAll(SetEvent(event.get()), in TEST() 126 .WillRepeatedly(DoAll(Increment(&process_count), Return(0))); in TEST() 160 .WillOnce(DoAll(SetTimestamp(&start_time), in ProcessCallAfterAFewMs() 164 .WillOnce(DoAll(SetTimestamp(&called_time), in ProcessCallAfterAFewMs() 227 .WillRepeatedly(DoAll(Increment(&callback_count), in TEST() 267 .WillOnce(DoAll(SetTimestamp(&start_time), in TEST() 272 .WillOnce(DoAll(SetTimestamp(&called_time), in TEST()
|
/external/webrtc/talk/app/webrtc/ |
D | proxy_unittest.cc | 39 using ::testing::DoAll; 123 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 133 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 144 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 154 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 165 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
|
D | statscollector_unittest.cc | 53 using testing::DoAll; 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 | 17 using testing::DoAll; 223 .WillRepeatedly(DoAll(SetArgPointee<2>(200), Return(CURLE_OK))); in TEST_F() 228 .WillOnce(DoAll(SaveArg<1>(&socket_callback), Return(CURLM_OK))); in TEST_F() 233 .WillOnce(DoAll(SaveArg<1>(&timer_callback), Return(CURLM_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 | 22 using testing::DoAll; 261 DoAll(SaveCallback<2>(&performer_, &CurlPerformer::read_callback), in TEST_F() 272 DoAll(SaveCallback<2>(&performer_, &CurlPerformer::write_callback), in TEST_F() 280 DoAll(SaveCallback<2>(&performer_, &CurlPerformer::header_callback), in TEST_F() 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 | 18 using testing::DoAll; 185 .WillOnce(DoAll(SetArgPointee<2>(0), Return(true))); in TEST_F() 199 .WillOnce(DoAll(WithArg<0>(Invoke(finish_request_async)), Return(23))); in TEST_F()
|
/external/webrtc/webrtc/audio/ |
D | audio_send_stream_unittest.cc | 124 using testing::DoAll; in SetupMockForGetStats() 142 .WillRepeatedly(DoAll(SetArgReferee<1>(kCodecInst), Return(0))); in SetupMockForGetStats() 144 .WillRepeatedly(DoAll(SetArgReferee<0>(kSpeechInputLevel), Return(0))); in SetupMockForGetStats() 146 .WillRepeatedly(DoAll(SetArgReferee<0>(true), Return(0))); in SetupMockForGetStats() 148 .WillRepeatedly(DoAll(SetArgReferee<0>(kEchoReturnLoss), in SetupMockForGetStats() 152 .WillRepeatedly(DoAll(SetArgReferee<0>(kEchoDelayMedian), in SetupMockForGetStats()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl_unittest.cc | 319 .WillRepeatedly(DoAll(SetArgPointee<2>(kPayloadType), in TEST_F() 532 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F() 575 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F() 693 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F() 700 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F() 707 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F() 714 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F() 844 .WillOnce(DoAll(SetArrayArgument<3>(dummy_output, in TEST_F() 965 DoAll(SetArrayArgument<3>(dummy_output, in TEST_F() 1040 DoAll(SetArrayArgument<3>(dummy_output, in TEST_F() [all …]
|
/external/googletest/googlemock/test/ |
D | gmock-generated-actions_test.cc | 57 using testing::DoAll; 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() 445 DoAll(SetArgPointee<0>(1), in TEST() 460 DoAll(SetArgPointee<0>(1), in TEST() 477 DoAll(SetArgPointee<0>(1), in TEST() 496 DoAll(SetArgPointee<0>(1), in TEST() 518 DoAll(SetArgPointee<0>(1), in TEST() 542 DoAll(SetArgPointee<0>(1), in TEST() 569 DoAll(SetArgPointee<0>(1), in TEST()
|
/external/v8/testing/gmock/test/ |
D | gmock-generated-actions_test.cc | 57 using testing::DoAll; 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() 444 DoAll(SetArgPointee<0>(1), in TEST() 459 DoAll(SetArgPointee<0>(1), in TEST() 476 DoAll(SetArgPointee<0>(1), in TEST() 495 DoAll(SetArgPointee<0>(1), in TEST() 517 DoAll(SetArgPointee<0>(1), in TEST() 541 DoAll(SetArgPointee<0>(1), in TEST() 568 DoAll(SetArgPointee<0>(1), in TEST()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-actions_test.cc | 57 using testing::DoAll; 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() 444 DoAll(SetArgPointee<0>(1), in TEST() 459 DoAll(SetArgPointee<0>(1), in TEST() 476 DoAll(SetArgPointee<0>(1), in TEST() 495 DoAll(SetArgPointee<0>(1), in TEST() 517 DoAll(SetArgPointee<0>(1), in TEST() 541 DoAll(SetArgPointee<0>(1), in TEST() 568 DoAll(SetArgPointee<0>(1), in TEST()
|
/external/toolchain-utils/ |
D | buildbot_test_llvm.py | 82 def DoAll(self): member in ToolchainVerifier 158 fv.DoAll()
|
D | buildbot_test_toolchains.py | 263 def DoAll(self): member in ToolchainComparator 351 return fc.DoAll()
|
/external/google-breakpad/src/processor/ |
D | cfi_frame_info_unittest.cc | 50 using testing::DoAll; 513 .WillRepeatedly(DoAll(SetArgumentPointee<1>(0xdc1975eba8602302ULL), in TEST_F() 518 .WillRepeatedly(DoAll(SetArgumentPointee<1>(0xba5ad6d9acce28deULL), in TEST_F()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | remote_ntp_time_estimator_unittest.cc | 18 using ::testing::DoAll;
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-generated-actions.h | 696 DoAll(Action1 a1, Action2 a2) { in DoAll() function 703 DoAll(Action1 a1, Action2 a2, Action3 a3) { in DoAll() function 704 return DoAll(a1, DoAll(a2, a3)); in DoAll() 711 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4) { in DoAll() function 712 return DoAll(a1, DoAll(a2, a3, a4)); in DoAll() 720 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5) { in DoAll() function 721 return DoAll(a1, DoAll(a2, a3, a4, a5)); in DoAll() 729 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6) { in DoAll() function 730 return DoAll(a1, DoAll(a2, a3, a4, a5, a6)); in DoAll() 739 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, in DoAll() function [all …]
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-actions.h | 834 DoAll(Action1 a1, Action2 a2) { in DoAll() function 841 DoAll(Action1 a1, Action2 a2, Action3 a3) { in DoAll() function 842 return DoAll(a1, DoAll(a2, a3)); in DoAll() 849 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4) { in DoAll() function 850 return DoAll(a1, DoAll(a2, a3, a4)); in DoAll() 858 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5) { in DoAll() function 859 return DoAll(a1, DoAll(a2, a3, a4, a5)); in DoAll() 867 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6) { in DoAll() function 868 return DoAll(a1, DoAll(a2, a3, a4, a5, a6)); in DoAll() 877 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, in DoAll() function [all …]
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-generated-actions.h | 696 DoAll(Action1 a1, Action2 a2) { in DoAll() function 703 DoAll(Action1 a1, Action2 a2, Action3 a3) { in DoAll() function 704 return DoAll(a1, DoAll(a2, a3)); in DoAll() 711 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4) { in DoAll() function 712 return DoAll(a1, DoAll(a2, a3, a4)); in DoAll() 720 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5) { in DoAll() function 721 return DoAll(a1, DoAll(a2, a3, a4, a5)); in DoAll() 729 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6) { in DoAll() function 730 return DoAll(a1, DoAll(a2, a3, a4, a5, a6)); in DoAll() 739 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, in DoAll() function [all …]
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 64 using testing::DoAll; 1109 .WillOnce(DoAll(SaveArg<0>(&actual_segment), in TEST_F() 1146 .WillOnce(DoAll(SaveArg<0>(&actual_segment), in TEST_F() 1182 .WillOnce(DoAll(SaveArg<0>(&actual_segment), in TEST_F() 1219 .WillOnce(DoAll(SaveArg<0>(&actual_segment), in TEST_F() 1399 .WillOnce(DoAll(SaveArg<0>(&actual_segment), in TEST_F() 1791 .WillOnce(DoAll(SaveArg<0>(&symbols_found), in TEST_F() 1828 .WillOnce(DoAll(SaveArg<0>(&symbols_found), in TEST_F()
|