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

1 2 3

  /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...]
  /external/chromium_org/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...]
  /external/chromium_org/third_party/mesa/src/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/gtest/include/gtest/
gtest-param-test.h 311 ::value_type ParamType;
312 return internal::ParamGenerator<ParamType>(
313 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [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...]
  /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/open-vcdiff/gtest/include/gtest/
gtest-param-test.h 280 ParamType;
281 return internal::ParamGenerator<ParamType>(
282 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [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...]
  /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/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/chromium_org/base/
tuple.h 40 // ParamType: what type to pass to functions (refs should not be constified).
46 typedef const P& ParamType;
53 typedef P& ParamType;
85 explicit Tuple1(typename TupleTraits<A>::ParamType a) : a(a) {}
97 Tuple2(typename TupleTraits<A>::ParamType a,
98 typename TupleTraits<B>::ParamType b)
114 Tuple3(typename TupleTraits<A>::ParamType a,
115 typename TupleTraits<B>::ParamType b,
116 typename TupleTraits<C>::ParamType c)
134 Tuple4(typename TupleTraits<A>::ParamType a
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/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/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/chromium_org/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/chromium_org/third_party/mesa/src/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/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/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/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...]
  /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/AST/
DeclCXX.cpp     [all...]

Completed in 360 milliseconds

1 2 3