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

/external/chromium_org/v8/src/compiler/
H A Dmachine-operator-unittest.cc33 MachineType type() const { return ::testing::get<0>(B::GetParam()); }
34 const T& GetParam() const { return ::testing::get<1>(B::GetParam()); } function in class:v8::internal::compiler::MachineOperatorTestWithParam
66 EXPECT_EQ(machine1.Load(GetParam()), machine2.Load(GetParam()));
72 const Operator* op = machine.Load(GetParam());
87 EXPECT_EQ(IrOpcode::kLoad, machine.Load(GetParam())->opcode());
93 EXPECT_EQ(GetParam(),
94 OpParameter<LoadRepresentation>(machine.Load(GetParam())));
111 StoreRepresentation GetParam() cons function in class:v8::internal::compiler::MachineStoreOperatorTest
[all...]
H A Dmachine-type.h116 T GetParam(size_t index) const { function in class:v8::internal::compiler::Signature
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcodec.cc99 bool Codec::GetParam(const std::string& name, std::string* out) const { function in class:cricket::Codec
107 bool Codec::GetParam(const std::string& name, int* out) const { function in class:cricket::Codec
208 if (GetParam(kCodecParamMinBitrate, &min_bitrate) &&
209 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.h1788 // the GetParam() method.
1796 // // Can use GetParam() here.
1799 // // Can use GetParam() here.
1802 // // Can use GetParam() here.
1805 // // Can use GetParam() here.
1809 // // Can use GetParam() method here.
1811 // ASSERT_TRUE(foo.DoesBar(GetParam()));
1824 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1826 const ParamType& GetParam() const { function in class:testing::WithParamInterface
1828 << "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 1743 milliseconds