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

  /external/pdfium/core/fpdfapi/page/
cpdf_contentmarkitem.cpp 26 CPDF_Dictionary* CPDF_ContentMarkItem::GetParam() const {
39 CPDF_Dictionary* pDict = GetParam();
  /external/v8/src/
signature.h 25 T GetParam(size_t index) const {
  /external/autotest/client/site_tests/network_EthernetStressPlug/
network_EthernetStressPlug.py 34 def GetParam(self, parameter):
185 if self.dongle.GetParam(param) is None:
194 if val != self.dongle.GetParam(param):
200 self.dongle.GetParam(param),
  /external/pdfium/core/fpdfdoc/
cpdf_dest.cpp 146 float CPDF_Dest::GetParam(int index) const {
  /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)) {
  /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/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 138 if (!GetParam(&param))
955 bool V4L2Device::GetParam(v4l2_streamparm* param) {
975 if (!GetParam(&param))
986 if (!GetParam(&param))
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/googletest/googletest/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/v8/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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)
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
gtest.h     [all...]
  /external/golang-protobuf/proto/testdata/
test.pb.go 467 func (m *GoTest) GetParam() int32 {
    [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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 3227 milliseconds