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

  /external/v8/src/
signature.h 25 T GetParam(size_t index) const {
  /external/autotest/client/site_tests/network_EthernetStressPlug/
network_EthernetStressPlug.py 35 def GetParam(self, parameter):
169 if self.dongle.GetParam(param) is None:
178 if val != self.dongle.GetParam(param):
184 self.dongle.GetParam(param),
  /external/v8/test/unittests/compiler/
js-operator-unittest.cc 28 return ::testing::get<0>(B::GetParam());
30 const T& GetParam() const { return ::testing::get<1>(B::GetParam()); }
102 const SharedOperator& sop = GetParam();
111 const SharedOperator& sop = GetParam();
134 const SharedOperator& sop = GetParam();
142 const SharedOperator& sop = GetParam();
206 const SharedOperatorWithLanguageMode& sop = GetParam();
216 const SharedOperatorWithLanguageMode& sop = GetParam();
239 const SharedOperatorWithLanguageMode& sop = GetParam();
    [all...]
machine-operator-unittest.cc 24 return ::testing::get<0>(B::GetParam());
26 const T& GetParam() const { return ::testing::get<1>(B::GetParam()); }
67 EXPECT_EQ(machine1.Load(GetParam()), machine2.Load(GetParam()));
73 const Operator* op = machine.Load(GetParam());
88 EXPECT_EQ(IrOpcode::kLoad, machine.Load(GetParam())->opcode());
94 EXPECT_EQ(GetParam(),
95 OpParameter<LoadRepresentation>(machine.Load(GetParam())));
113 StoreRepresentation GetParam() const
    [all...]
  /external/webrtc/talk/media/base/
codec.cc 127 bool Codec::GetParam(const std::string& name, std::string* out) const {
135 bool Codec::GetParam(const std::string& name, int* out) const {
301 if (GetParam(kCodecParamMinBitrate, &min_bitrate) &&
302 GetParam(kCodecParamMaxBitrate, &max_bitrate)) {
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 784 bool V4L2Device::GetParam(v4l2_streamparm* param) {
804 if (!GetParam(&param))
813 if (!GetParam(&param))
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 159 VO_U32 (VO_API * GetParam) (VO_HANDLE hCodec, VO_S32 uParamID, VO_PTR pData);
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 57 FX_FLOAT CPDF_Dest::GetParam(int index) {
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 280 inline void* GetParam() const { return m_pParam; }
  /external/google-breakpad/src/testing/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/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
callobj.h 138 virtual HRESULT WINAPI GetParam(ULONG iparam,VARIANT *pvar) = 0;
164 HRESULT (WINAPI *GetParam)(ICallFrame *This,ULONG iparam,VARIANT *pvar);
192 #define ICallFrame_GetParam(This,iparam,pvar) (This)->lpVtbl->GetParam(This,iparam,pvar)
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 438 milliseconds