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

1 2 3

  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_test_util.h 26 typedef T ParamType;
31 typedef const fileapi::FileSystemURL& ParamType;
36 typedef const std::vector<T>& ParamType;
58 base::Callback<void(typename TypeTraits<Arg>::ParamType)>
62 base::Callback<void(typename TypeTraits<Arg1>::ParamType,
63 typename TypeTraits<Arg2>::ParamType)>
66 typedef typename TypeTraits<Arg1>::ParamType Param1;
67 typedef typename TypeTraits<Arg2>::ParamType Param2;
  /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...]
gtest.h     [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...]
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 277 ParamType;
278 return internal::ParamGenerator<ParamType>(
279 new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
    [all...]
gtest.h     [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_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;
63 typedef RawPtr<T> ParamType;
71 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
100 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
101 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
132 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1;
133 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2
    [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/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/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...]
  /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 346 } ParamType;
359 inline ParamType GetParamType() const
376 inline void SetParam(ParamType type, void* param)
385 ParamType m_ParamType;

Completed in 727 milliseconds

1 2 3