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

1 2

  /external/chromium/testing/gtest/include/gtest/
gtest-param-test.h 313 ParamType;
314 return internal::ParamGenerator<ParamType>(
315 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 311 ::value_type ParamType;
312 return internal::ParamGenerator<ParamType>(
313 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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...]
gtest.h     [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest-param-test.h 280 ParamType;
281 return internal::ParamGenerator<ParamType>(
282 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 277 ParamType;
278 return internal::ParamGenerator<ParamType>(
279 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [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/chromium/base/
tuple.h 43 // ParamType: what type to pass to functions (refs should not be constified).
49 typedef const P& ParamType;
56 typedef P& ParamType;
88 explicit Tuple1(typename TupleTraits<A>::ParamType a) : a(a) {}
100 Tuple2(typename TupleTraits<A>::ParamType a,
101 typename TupleTraits<B>::ParamType b)
117 Tuple3(typename TupleTraits<A>::ParamType a,
118 typename TupleTraits<B>::ParamType b,
119 typename TupleTraits<C>::ParamType c)
137 Tuple4(typename TupleTraits<A>::ParamType a
    [all...]
  /external/webkit/Source/WebCore/dom/
CrossThreadTask.h 45 typedef const T& ParamType;
49 typedef T* ParamType;
53 typedef PassRefPtr<T> ParamType;
57 typedef PassOwnPtr<T> ParamType;
65 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
94 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
95 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
126 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
127 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
128 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 126 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
127 unsigned NumElements = ParamType->getVectorNumElements();
183 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
184 unsigned NumElements = ParamType->getVectorNumElements();
  /external/chromium/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/libvpx/libvpx/third_party/googletest/src/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/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util.h 165 typedef T ParamType;
375 typedef typename TestClass::ParamType ParamType;
376 explicit ParameterizedTestFactory(ParamType parameter) :
384 const ParamType parameter_;
393 template <class ParamType>
398 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
411 : public TestMetaFactoryBase<typename TestCase::ParamType> {
413 typedef typename TestCase::ParamType ParamType;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 163 typedef T ParamType;
373 typedef typename TestClass::ParamType ParamType;
374 explicit ParameterizedTestFactory(ParamType parameter) :
382 const ParamType parameter_;
391 template <class ParamType>
396 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
409 : public TestMetaFactoryBase<typename TestCase::ParamType> {
411 typedef typename TestCase::ParamType ParamType;
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]

Completed in 2483 milliseconds

1 2