/external/chromium_org/third_party/webrtc/base/ |
D | bind.h | 114 class P1> 118 P1 p1) in MethodFunctor1() 126 P1 p1_; 130 class P1> 133 Functor1(const FunctorT& functor, P1 p1) in Functor1() 140 P1 p1_; 144 #define FP_T(x) R (ObjectT::*x)(P1) 147 class P1> 148 MethodFunctor1<ObjectT, FP_T(NONAME), R, P1> 150 typename detail::identity<P1>::type p1) { in Bind() [all …]
|
D | callback.h | 101 class P1> 108 R operator()(P1 p1) { in operator() 118 virtual R Run(P1 p1) = 0; 122 virtual R Run(P1 p1) { in Run() 131 class P1, 139 R operator()(P1 p1, P2 p2) { in operator() 149 virtual R Run(P1 p1, P2 p2) = 0; 153 virtual R Run(P1 p1, P2 p2) { in Run() 162 class P1, 171 R operator()(P1 p1, P2 p2, P3 p3) { in operator() [all …]
|
/external/chromium_org/v8/test/cctest/compiler/ |
D | call-tester.h | 181 template <typename R, typename F, typename P1> 182 R DoCall(F* f, P1 p1) { 187 template <typename R, typename F, typename P1, typename P2> 188 R DoCall(F* f, P1 p1, P2 p2) { 194 template <typename R, typename F, typename P1, typename P2, typename P3> 195 R DoCall(F* f, P1 p1, P2 p2, P3 p3) { 201 template <typename R, typename F, typename P1, typename P2, typename P3, 203 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) { 220 template <typename R, typename F, typename P1> 221 R DoCall(F* f, P1 p1) { [all …]
|
/external/chromium_org/gin/ |
D | function_template.h | 91 template<typename R, typename P1 = void, typename P2 = void, 97 const base::Callback<R(P1, P2, P3, P4, P5, P6)>& callback, 98 const P1& a1, 107 template<typename P1, typename P2, typename P3, typename P4, typename P5, 109 struct Invoker<void, P1, P2, P3, P4, P5, P6> { 112 const base::Callback<void(P1, P2, P3, P4, P5, P6)>& callback, 113 const P1& a1, 123 template<typename R, typename P1, typename P2, typename P3, typename P4, 125 struct Invoker<R, P1, P2, P3, P4, P5, void> { 128 const base::Callback<R(P1, P2, P3, P4, P5)>& callback, [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | CrossThreadTask.h | 79 template<typename P1, typename MP1> 83 typedef CrossThreadTask1<P1, MP1> CrossThreadTask; 84 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1; 105 P1 m_parameter1; 108 template<typename P1, typename MP1, typename P2, typename MP2> 112 typedef CrossThreadTask2<P1, MP1, P2, MP2> CrossThreadTask; 113 typedef typename CrossThreadTaskTraits<P1>::ParamType Param1; 136 P1 m_parameter1; 140 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3> 144 typedef CrossThreadTask3<P1, MP1, P2, MP2, P3, MP3> CrossThreadTask; [all …]
|
D | ExecutionContextTask.h | 80 template<typename FunctionType, typename P1> 83 const P1& parameter1) in createSameThreadTask() 89 template<typename FunctionType, typename P1, typename P2> 92 const P1& parameter1, const P2& parameter2) in createSameThreadTask() 99 template<typename FunctionType, typename P1, typename P2, typename P3> 102 const P1& parameter1, const P2& parameter2, const P3& parameter3) in createSameThreadTask() 110 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4> 113 const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4) in createSameThreadTask() 122 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4, typename P5> 125 …const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4, const P5& … in createSameThreadTask() [all …]
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | Functional.h | 66 template<typename R, typename P1> 67 class FunctionWrapper<R(*)(P1)> { 71 explicit FunctionWrapper(R(*function)(P1)) in FunctionWrapper() argument 76 R operator()(P1 p1) in operator() 82 R(*m_function)(P1); 85 template<typename R, typename P1, typename P2> 86 class FunctionWrapper<R(*)(P1, P2)> { 90 explicit FunctionWrapper(R(*function)(P1, P2)) in FunctionWrapper() argument 95 R operator()(P1 p1, P2 p2) in operator() 101 R(*m_function)(P1, P2); [all …]
|
/external/clang/test/CodeGenObjC/ |
D | protocols.m | 12 @protocol P1 27 @protocol P3<P1, P2> 28 -(id <P1>) print0; 38 Protocol *P1 = @protocol(P1); 43 Pbool([P0 conformsTo: P1]); 44 Pbool([P1 conformsTo: P0]); 45 Pbool([P1 conformsTo: P2]); 46 Pbool([P2 conformsTo: P1]); 47 Pbool([P3 conformsTo: P1]); 48 Pbool([P1 conformsTo: P3]); [all …]
|
/external/chromium_org/testing/ |
D | gmock_mutant.h | 217 template <typename R, typename T, typename Method, typename P1> 219 const Tuple1<P1>& p, in DispatchToMethod() 223 template <typename R, typename Function, typename P1> 225 const Tuple1<P1>& p, in DispatchToFunction() 231 template <typename R, typename T, typename Method, typename P1, typename C1> 233 const Tuple1<P1>& p, in DispatchToMethod() 237 template <typename R, typename Function, typename P1, typename C1> 239 const Tuple1<P1>& p, in DispatchToFunction() 245 template <typename R, typename T, typename Method, typename P1, typename C1, 248 const Tuple1<P1>& p, in DispatchToMethod() [all …]
|
/external/clang/test/Parser/ |
D | objc-type-printing.m | 3 @protocol P1 @end protocol 8 - (INTF<P1>*) METH; 14 INTF<P1>* p1; 15 INTF<P1, P1>* p2; 16 INTF<P1, P3>* p3; 17 INTF<P1, P3, P2>* p4; 18 INTF<P2,P2, P3, P1>* p5;
|
/external/chromium_org/ppapi/shared_impl/ |
D | proxy_lock.h | 124 template <class ReturnType, class A1, class P1> 125 ReturnType CallWhileUnlocked(ReturnType (*function)(A1), const P1& p1) { in CallWhileUnlocked() 129 template <class ReturnType, class A1, class A2, class P1, class P2> 131 const P1& p1, in CallWhileUnlocked() 136 template <class ReturnType, class A1, class A2, class A3, class P1, class P2, 139 const P1& p1, in CallWhileUnlocked() 145 template <class ReturnType, class A1, class A2, class A3, class A4, class P1, 148 const P1& p1, in CallWhileUnlocked() 156 class P1, class P2, class P3, class P4, class P5> 158 const P1& p1, in CallWhileUnlocked() [all …]
|
D | thread_aware_callback.h | 71 template <class P1> 72 void RunOnTargetThread(const P1& p1) { in RunOnTargetThread() 76 template <class P1, class P2> 77 void RunOnTargetThread(const P1& p1, const P2& p2) { in RunOnTargetThread() 81 template <class P1, class P2, class P3> 82 void RunOnTargetThread(const P1& p1, const P2& p2, const P3& p3) { in RunOnTargetThread() 86 template <class P1, class P2, class P3, class P4> 87 void RunOnTargetThread(const P1& p1, in RunOnTargetThread() 94 template <class P1, class P2, class P3, class P4, class P5> 95 void RunOnTargetThread(const P1& p1, in RunOnTargetThread()
|
/external/clang/test/SemaObjC/ |
D | conditional-expr-3.m | 5 @protocol P1 protocol 18 void barP1(id<P1> x); 29 void f2(id<P1> x) { 30 …= x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type 'id<P1>'}} 34 …id<P1> l = a; // expected-warning {{initializing 'id<P1>' with an expression of incompatible type … 46 bar(cond ? (id<P0, P1>) x : a); 50 bar(cond ? a : (id<P0, P1>) x); 53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) { 54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2… 57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) { [all …]
|
D | objcbridge-attribute.m | 50 @protocol P1 @end protocol 56 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} 79 (void)(id<P1, P2>)cf; // okay 80 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka 'struct __CFErrorRef *') bridges… 85 (void)(id<P1, P2>)cf; // ok 86 (void)(id<P1, P2, P3>)cf; // ok 88 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka 'struct __CFMyErrorRef *') bri… 91 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { 99 void Test6(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { 113 void Test7(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { [all …]
|
D | class-conforming-protocol-1.m | 3 @protocol P1 @end protocol 9 - (INTF<P1>*) METH1; // expected-error {{duplicate declaration of method 'METH1'}} 11 - (INTF<P2,P1>*) METH2; // expected-note {{previous declaration is here}} 12 - (INTF<P2,P1,P3>*) METH2; // expected-error {{duplicate declaration of method 'METH2'}} 14 - (INTF<P2,P1,P3>*) METH3; // expected-note {{previous declaration is here}} 15 - (INTF<P3,P1,P2, P3>*) METH3; // expected-warning {{multiple declarations of method 'METH3' found … 19 INTF<P2,P1,P3>* p1;
|
/external/chromium_org/base/ |
D | bind.h | 75 template <typename Functor, typename P1> 80 void(typename internal::CallbackParamTraits<P1>::StorageType)> 82 Bind(Functor functor, const P1& p1) { in Bind() 108 !internal::NeedsScopedRefptrButGetsRawPtr<P1>::value, in Bind() 111 !is_array<P1>::value, in Bind() 114 void(typename internal::CallbackParamTraits<P1>::StorageType)> BindState; in Bind() 121 template <typename Functor, typename P1, typename P2> 126 void(typename internal::CallbackParamTraits<P1>::StorageType, 129 Bind(Functor functor, const P1& p1, const P2& p2) { in Bind() 156 !internal::NeedsScopedRefptrButGetsRawPtr<P1>::value, in Bind() [all …]
|
/external/clang/test/SemaObjCXX/ |
D | conditional-expr.mm | 5 @protocol P1 protocol 18 void barP1(id<P1> x); 29 void f2(id<P1> x) { 30 …// expected-error {{cannot initialize a variable of type 'id<P0>' with an lvalue of type 'id<P1>'}} 34 …id<P1> l = a; // expected-error {{cannot initialize a variable of type 'id<P1>' with an lvalue of … 46 bar(cond ? (id<P0, P1>) x : a); 50 bar(cond ? a : (id<P0, P1>) x); 53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) { 54 …barP0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2… 57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) { [all …]
|
/external/libcxx/test/utilities/utility/pairs/pairs.spec/ |
D | make_pair.pass.cpp | 21 typedef std::pair<int, short> P1; in main() typedef 22 P1 p1 = std::make_pair(3, 4); in main() 29 typedef std::pair<std::unique_ptr<int>, short> P1; in main() typedef 30 P1 p1 = std::make_pair(std::unique_ptr<int>(new int(3)), 4); in main() 35 typedef std::pair<std::unique_ptr<int>, short> P1; in main() typedef 36 P1 p1 = std::make_pair(nullptr, 4); in main() 44 typedef std::pair<int, short> P1; in main() typedef 45 constexpr P1 p1 = std::make_pair(3, 4); in main()
|
/external/linux-tools-perf/perf-3.12.0/arch/blackfin/lib/ |
D | memcpy.S | 36 P1 = R1 ; /* src*/ define 64 R3 = B[P1++] (X); 74 I1 = P1; 91 P1 = I1; /* in case there's something left, */ define 99 R1 = B[P1++] (X); 114 P1 = P1 + P2; define 115 P1 += -1; 118 R1 = B[P1--] (X);
|
/external/llvm/test/CodeGen/X86/ |
D | vec_extract-sse4.ll | 7 define void @t1(float* %R, <4 x float>* %P1) nounwind { 8 %X = load <4 x float>* %P1 14 define float @t2(<4 x float>* %P1) nounwind { 15 %X = load <4 x float>* %P1 20 define void @t3(i32* %R, <4 x i32>* %P1) nounwind { 21 %X = load <4 x i32>* %P1 27 define i32 @t4(<4 x i32>* %P1) nounwind { 28 %X = load <4 x i32>* %P1
|
/external/libcxx/test/utilities/utility/pairs/pairs.pair/ |
D | copy_ctor.pass.cpp | 22 typedef std::pair<int, short> P1; in main() typedef 23 P1 p1(3, 4); in main() 24 P1 p2 = p1; in main() 33 typedef std::pair<int, short> P1; in main() typedef 34 constexpr P1 p1(3, 4); in main() 35 constexpr P1 p2 = p1; in main()
|
/external/libcxx/test/utilities/utility/pairs/pair.astuple/ |
D | tuple_element.pass.cpp | 21 typedef std::pair<int, short> P1; in main() typedef 22 static_assert((std::is_same<std::tuple_element<0, P1>::type, int>::value), ""); in main() 23 static_assert((std::is_same<std::tuple_element<1, P1>::type, short>::value), ""); in main() 26 typedef std::pair<int*, char> P1; in main() typedef 27 static_assert((std::is_same<std::tuple_element<0, P1>::type, int*>::value), ""); in main() 28 static_assert((std::is_same<std::tuple_element<1, P1>::type, char>::value), ""); in main()
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-ivars.mm | 5 @protocol P1 @end protocol 9 id<P, P1> Q_IVAR; 14 id<P, P1> (^ext_block)(id<P>, INTF<P,P1>*, INTF*); 17 INTF<P> *(*imp_fptr)(void (^_block)(id<P>, INTF<P,P1>*)); field 27 id<P, P1> Q_IVAR; 38 id<P, P1> (^ext_block)(id<P>, MISC_INTF<P,P1>*, MISC_INTF*); 62 MISC_INTF<P> *(*imp_fptr)(void (^_block)(id<P>, MISC_INTF<P,P1>*));
|
/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
D | ref_count.h | 51 template<typename P1, typename P2> 52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} in RefCountImpl() 54 template<typename P1, typename P2, typename P3> 55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} in RefCountImpl() 57 template<typename P1, typename P2, typename P3, typename P4> 58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} in RefCountImpl() 60 template<typename P1, typename P2, typename P3, typename P4, typename P5> 61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) in RefCountImpl()
|
/external/webrtc/src/system_wrappers/interface/ |
D | ref_count.h | 51 template<typename P1, typename P2> 52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} in RefCountImpl() 54 template<typename P1, typename P2, typename P3> 55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} in RefCountImpl() 57 template<typename P1, typename P2, typename P3, typename P4> 58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} in RefCountImpl() 60 template<typename P1, typename P2, typename P3, typename P4, typename P5> 61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) in RefCountImpl()
|