HomeSort by relevance Sort by last modified time
    Searched defs:GetParam (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 99 bool Codec::GetParam(const std::string& name, std::string* out) const {
107 bool Codec::GetParam(const std::string& name, int* out) const {
208 if (GetParam(kCodecParamMinBitrate, &min_bitrate) &&
209 GetParam(kCodecParamMaxBitrate, &max_bitrate)) {
  /external/chromium_org/v8/src/compiler/
machine-operator-unittest.cc 33 MachineType type() const { return ::testing::get<0>(B::GetParam()); }
34 const T& GetParam() const { return ::testing::get<1>(B::GetParam()); }
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() const
    [all...]
machine-type.h 116 T GetParam(size_t index) const {
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 226 double GetParam(const char* name)
306 double val = pM->GetParam(N);
337 pM->SetParam(N,GetParam(tmp));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 2820 milliseconds