Searched defs:GetParam (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcodec.cc98 bool Codec::GetParam(const std::string& name, std::string* out) const { function in class:cricket::Codec
106 bool Codec::GetParam(const std::string& name, int* out) const { function in class:cricket::Codec
203 if (GetParam(kCodecParamMinBitrate, &min_bitrate) &&
204 GetParam(kCodecParamMaxBitrate, &max_bitrate)) {
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp59 FX_FLOAT CPDF_Dest::GetParam(int index) function in class:CPDF_Dest
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1772 // the GetParam() method.
1780 // // Can use GetParam() here.
1783 // // Can use GetParam() here.
1786 // // Can use GetParam() here.
1789 // // Can use GetParam() here.
1793 // // Can use GetParam() method here.
1795 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1808 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1810 const ParamType& GetParam() const { function in class:testing::WithParamInterface
1812 << "GetParam() ca
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1640 // the GetParam() method.
1648 // // Can use GetParam() here.
1651 // // Can use GetParam() here.
1654 // // Can use GetParam() here.
1657 // // Can use GetParam() here.
1661 // // Can use GetParam() method here.
1663 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1676 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1678 const ParamType& GetParam() const { return *parameter_; } function in class:testing::WithParamInterface
/external/gtest/include/gtest/
H A Dgtest.h1772 // the GetParam() method.
1780 // // Can use GetParam() here.
1783 // // Can use GetParam() here.
1786 // // Can use GetParam() here.
1789 // // Can use GetParam() here.
1793 // // Can use GetParam() method here.
1795 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1808 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1810 const ParamType& GetParam() const { function in class:testing::WithParamInterface
1812 << "GetParam() ca
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1643 // the GetParam() method.
1651 // // Can use GetParam() here.
1654 // // Can use GetParam() here.
1657 // // Can use GetParam() here.
1660 // // Can use GetParam() here.
1664 // // Can use GetParam() method here.
1666 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1679 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1681 const ParamType& GetParam() const { return *parameter_; } function in class:testing::WithParamInterface
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1640 // the GetParam() method.
1648 // // Can use GetParam() here.
1651 // // Can use GetParam() here.
1654 // // Can use GetParam() here.
1657 // // Can use GetParam() here.
1661 // // Can use GetParam() method here.
1663 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1676 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1678 const ParamType& GetParam() const { return *parameter_; } function in class:testing::WithParamInterface
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp226 double GetParam(const char* name) function in class:CvVSModule
306 double val = pM->GetParam(N);
337 pM->SetParam(N,GetParam(tmp));
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h364 inline void* GetParam() const function in class:CPDF_ContentMarkItem
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1495 // the GetParam() method.
1503 // // Can use GetParam() here.
1506 // // Can use GetParam() here.
1509 // // Can use GetParam() here.
1512 // // Can use GetParam() here.
1516 // // Can use GetParam() method here.
1518 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1529 const ParamType& GetParam() const { return *parameter_; } function in class:testing::TestWithParam
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8798 // Inside a test, access the test parameter with the GetParam() method
8800 EXPECT_TRUE(foo.Blah(GetParam()));
8905 // GetParam works just the same here as if you inherit from TestWithParam.
8906 EXPECT_TRUE(foo.Blah(GetParam()));
16781 // external_flag = GetParam();
16829 // tie(external_flag_1, external_flag_2) = GetParam();
19185 // the GetParam() method.
19193 // // Can use GetParam() here.
19196 // // Can use GetParam() here.
19199 // // Can use GetParam() her
19223 const ParamType& GetParam() const { function in class:testing::WithParamInterface
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8798 // Inside a test, access the test parameter with the GetParam() method
8800 EXPECT_TRUE(foo.Blah(GetParam()));
8905 // GetParam works just the same here as if you inherit from TestWithParam.
8906 EXPECT_TRUE(foo.Blah(GetParam()));
16781 // external_flag = GetParam();
16829 // tie(external_flag_1, external_flag_2) = GetParam();
19185 // the GetParam() method.
19193 // // Can use GetParam() here.
19196 // // Can use GetParam() here.
19199 // // Can use GetParam() her
19223 const ParamType& GetParam() const { function in class:testing::WithParamInterface
[all...]

Completed in 648 milliseconds