/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-actions.h | 312 Result Perform(const ArgumentTuple& args) const { in Perform() function 370 virtual Result Perform(const ArgumentTuple& args) { in Perform() function 416 virtual Result Perform(const ArgumentTuple& args) { in Perform() function 495 virtual Result Perform(const ArgumentTuple&) { return value_; } in Perform() function 515 static Result Perform(const ArgumentTuple&) { in Perform() function 527 static void Perform(const ArgumentTuple&) { in Perform() function 564 virtual Result Perform(const ArgumentTuple&) { in Perform() function 613 virtual Result Perform(const ArgumentTuple&) { in Perform() function 645 void Perform(const ArgumentTuple& /* args */) const { in Perform() function 667 Result Perform(const ArgumentTuple& /* args */) const { in Perform() function [all …]
|
D | gmock-more-actions.h | 60 Result Perform(const ArgumentTuple& args) { in Perform() function 78 Result Perform(const ArgumentTuple& args) const { in Perform() function
|
D | gmock-generated-actions.h | 604 virtual Result Perform(const ArgumentTuple& args) { in Perform() function 641 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) { in Perform() function 650 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) { in Perform() function 659 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1>& args) { in Perform() function 668 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2>& args) { in Perform() function 677 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, in Perform() function 687 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, in Perform() function 698 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, in Perform() function 709 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, in Perform() function 720 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, in Perform() function [all …]
|
/external/gmock/include/gmock/ |
D | gmock-actions.h | 312 Result Perform(const ArgumentTuple& args) const { in Perform() function 370 virtual Result Perform(const ArgumentTuple& args) { in Perform() function 416 virtual Result Perform(const ArgumentTuple& args) { in Perform() function 495 virtual Result Perform(const ArgumentTuple&) { return value_; } in Perform() function 515 static Result Perform(const ArgumentTuple&) { in Perform() function 527 static void Perform(const ArgumentTuple&) { in Perform() function 564 virtual Result Perform(const ArgumentTuple&) { in Perform() function 613 virtual Result Perform(const ArgumentTuple&) { in Perform() function 645 void Perform(const ArgumentTuple& /* args */) const { in Perform() function 667 Result Perform(const ArgumentTuple& /* args */) const { in Perform() function [all …]
|
D | gmock-more-actions.h | 60 Result Perform(const ArgumentTuple& args) { in Perform() function 78 Result Perform(const ArgumentTuple& args) const { in Perform() function
|
D | gmock-generated-actions.h | 604 virtual Result Perform(const ArgumentTuple& args) { in Perform() function 641 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) { in Perform() function 650 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) { in Perform() function 659 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1>& args) { in Perform() function 668 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2>& args) { in Perform() function 677 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, in Perform() function 687 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, in Perform() function 698 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, in Perform() function 709 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, in Perform() function 720 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, in Perform() function [all …]
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | TestVADDTX.cc | 148 void TestWebRtcVadDtx::Perform() { in Perform() function in webrtc::TestWebRtcVadDtx 235 void TestOpusDtx::Perform() { in Perform() function in webrtc::TestOpusDtx
|
D | SpatialAudio.cc | 87 void SpatialAudio::Perform() { in Perform() function in webrtc::SpatialAudio
|
D | PacketLossTest.cc | 125 void PacketLossTest::Perform() { in Perform() function in webrtc::PacketLossTest
|
D | TestRedFec.cc | 65 void TestRedFec::Perform() { in Perform() function in webrtc::TestRedFec
|
D | opus_test.cc | 59 void OpusTest::Perform() { in Perform() function in webrtc::OpusTest
|
D | iSACTest.cc | 141 void ISACTest::Perform() { in Perform() function in webrtc::ISACTest
|
D | TwoWayCommunication.cc | 239 void TwoWayCommunication::Perform() { in Perform() function in webrtc::TwoWayCommunication
|
D | TestAllCodecs.cc | 125 void TestAllCodecs::Perform() { in Perform() function in webrtc::TestAllCodecs
|
D | EncodeDecodeTest.cc | 268 void EncodeDecodeTest::Perform() { in Perform() function in webrtc::EncodeDecodeTest
|
D | delay_test.cc | 121 void Perform(const TestSettings* config, size_t num_tests, int duration_sec, in Perform() function in webrtc::DelayTest
|
D | TestStereo.cc | 143 void TestStereo::Perform() { in Perform() function in webrtc::TestStereo
|
D | APITest.cc | 513 void APITest::Perform() { in Perform() function in webrtc::APITest
|
/external/dng_sdk/source/ |
D | dng_area_task.cpp | 254 void dng_area_task::Perform (dng_area_task &task, in Perform() function in dng_area_task
|
/external/libbrillo/brillo/http/ |
D | http_connection_curl_unittest.cc | 48 static CURLcode Perform(CURL* curl) { in Perform() function in brillo::http::curl::__anon5245bbc00111::CurlPerformer
|
/external/gmock/test/ |
D | gmock-actions_test.cc | 330 virtual int Perform(const tuple<bool, int>& args) { in Perform() function in __anon09f6e02e0111::MyActionImpl 394 virtual bool Perform(const tuple<int>& arg) { in Perform() function in __anon09f6e02e0111::IsNotZero 423 Result Perform(const ArgumentTuple& args) { return get<1>(args); } in Perform() function in __anon09f6e02e0111::ReturnSecondArgumentAction 438 Result Perform(const tuple<>&) const { return 0; } in Perform() function in __anon09f6e02e0111::ReturnZeroFromNullaryFunctionAction
|
D | gmock-generated-actions_test.cc | 371 virtual int Perform(const tuple<int, int>& args) { in Perform() function in testing::gmock_generated_actions_test::SubstractAction
|
/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 330 virtual int Perform(const tuple<bool, int>& args) { in Perform() function in __anone2b888e50111::MyActionImpl 394 virtual bool Perform(const tuple<int>& arg) { in Perform() function in __anone2b888e50111::IsNotZero 423 Result Perform(const ArgumentTuple& args) { return get<1>(args); } in Perform() function in __anone2b888e50111::ReturnSecondArgumentAction 438 Result Perform(const tuple<>&) const { return 0; } in Perform() function in __anone2b888e50111::ReturnZeroFromNullaryFunctionAction
|
D | gmock-generated-actions_test.cc | 371 virtual int Perform(const tuple<int, int>& args) { in Perform() function in testing::gmock_generated_actions_test::SubstractAction
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 6046 InitializationSequence::Perform(Sema &S, in Perform() function in InitializationSequence
|