HomeSort by relevance Sort by last modified time
    Searched defs:ParamType (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-param-test.h 312 ::value_type ParamType;
313 return internal::ParamGenerator<ParamType>(
314 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 312 ::value_type ParamType;
313 return internal::ParamGenerator<ParamType>(
314 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 311 ::value_type ParamType;
312 return internal::ParamGenerator<ParamType>(
313 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h 312 ::value_type ParamType;
313 return internal::ParamGenerator<ParamType>(
314 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 283 ParamType;
284 return internal::ParamGenerator<ParamType>(
285 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-param-test.h 312 ::value_type ParamType;
313 return internal::ParamGenerator<ParamType>(
314 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h 312 ::value_type ParamType;
313 return internal::ParamGenerator<ParamType>(
314 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
  /cts/suite/audio_quality/lib/include/task/
TaskProcess.h 64 enum ParamType {
71 Param(ParamType type, android::String8& string);
73 ParamType getType();
81 ParamType mType;
  /external/libchrome/base/
tuple.h 118 // ParamType: what type to pass to functions (refs should not be constified).
124 typedef const P& ParamType;
131 typedef P& ParamType;
158 explicit Tuple(typename TupleTraits<Ts>::ParamType... args)
169 explicit TupleBaseImpl(typename TupleTraits<Ts>::ParamType... args)
176 explicit TupleLeaf(typename TupleTraits<T>::ParamType x) : x(x) {}
215 using ParamTuple = Tuple<typename TupleTraits<Ts>::ParamType...>;
  /external/libweave/third_party/chromium/base/
tuple.h 118 // ParamType: what type to pass to functions (refs should not be constified).
124 typedef const P& ParamType;
131 typedef P& ParamType;
158 explicit Tuple(typename TupleTraits<Ts>::ParamType... args)
169 explicit TupleBaseImpl(typename TupleTraits<Ts>::ParamType... args)
176 explicit TupleLeaf(typename TupleTraits<T>::ParamType x) : x(x) {}
215 using ParamTuple = Tuple<typename TupleTraits<Ts>::ParamType...>;
  /frameworks/compile/slang/
slang_rs_export_reduce.cpp 402 const clang::Type *ParamType = ParamQType.getTypePtr();
411 } else if (HasRSObjectType(ParamType)) {
422 ParamEType = RSExportType::Create(&S.RSC, ParamType, NotLegacyKernelArgument);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 720 QualType ParamType = OrigParamType.substObjCTypeArgs(
723 const auto *ParamObjectPtrType = ParamType->getAs<ObjCObjectPointerType>();
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 144 typedef T ParamType;
355 typedef typename TestClass::ParamType ParamType;
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 144 typedef T ParamType;
355 typedef typename TestClass::ParamType ParamType;
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 144 typedef T ParamType;
355 typedef typename TestClass::ParamType ParamType;
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 144 typedef T ParamType;
355 typedef typename TestClass::ParamType ParamType;
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType;
    [all...]
  /external/opencv3/modules/core/include/opencv2/
core.hpp     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 143 typedef T ParamType;
354 typedef typename TestClass::ParamType ParamType;
355 explicit ParameterizedTestFactory(ParamType parameter) :
363 const ParamType parameter_;
372 template <class ParamType>
377 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
390 : public TestMetaFactoryBase<typename TestCase::ParamType> {
392 typedef typename TestCase::ParamType ParamType;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 144 typedef T ParamType;
355 typedef typename TestClass::ParamType ParamType;
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType;
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 144 typedef T ParamType;
355 typedef typename TestClass::ParamType ParamType;
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType;
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 180 static bool isRValueRef(QualType ParamType) {
181 return ParamType->isRValueReferenceType();
188 static bool isPointerOrRef(QualType ParamType) {
189 return ParamType->isPointerType() || ParamType->isReferenceType();
621 QualType ParamType = Param->getType();
644 if (isRValueRef(ParamType))
648 else if (isPointerOrRef(ParamType) &&
649 (!ParamType->getPointeeType().isConstQualified() ||
650 isSetOnReadPtrType(ParamType)))
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 268 typedef enum { None, PropertiesDict, DirectDict, MCID } ParamType;
278 inline ParamType GetParamType() const { return m_ParamType; }
286 inline void SetParam(ParamType type, void* param) {
294 ParamType m_ParamType;
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 624 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
625 unsigned NumElements = ParamType->getVectorNumElements();
736 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
737 unsigned NumElements = ParamType->getVectorNumElements();
    [all...]

Completed in 558 milliseconds

1 2 3