Home
last modified time | relevance | path

Searched refs:DoAll (Results 1 – 25 of 64) sorted by relevance

123

/external/webrtc/webrtc/modules/audio_processing/agc/
Dagc_manager_direct_unittest.cc22 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/
Dstream_unittest.cc17 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 …]
Dopenssl_stream_bio_unittests.cc14 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()
Dinput_stream_set_unittest.cc14 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()
Dmemory_containers_unittest.cc15 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()
Dmemory_stream_unittest.cc17 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/
Dprocess_thread_impl_unittest.cc22 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/
Dproxy_unittest.cc39 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()
Dstatscollector_unittest.cc53 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/
Dhttp_transport_curl_unittest.cc17 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()
Dhttp_connection_curl_unittest.cc22 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()
Dhttp_request_unittest.cc18 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/
Daudio_send_stream_unittest.cc124 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/
Dneteq_impl_unittest.cc319 .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/
Dgmock-generated-actions_test.cc57 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/
Dgmock-generated-actions_test.cc57 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/
Dgmock-generated-actions_test.cc57 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/
Dbuildbot_test_llvm.py82 def DoAll(self): member in ToolchainVerifier
158 fv.DoAll()
Dbuildbot_test_toolchains.py263 def DoAll(self): member in ToolchainComparator
351 return fc.DoAll()
/external/google-breakpad/src/processor/
Dcfi_frame_info_unittest.cc50 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/
Dremote_ntp_time_estimator_unittest.cc18 using ::testing::DoAll;
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-actions.h696 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/
Dgmock-generated-actions.h834 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/
Dgmock-generated-actions.h696 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/
Dmacho_reader_unittest.cc64 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()

123