/external/chromium/base/ |
D | bind.h | 59 template <typename Sig, typename P1, typename P2, typename P3> 60 internal::InvokerStorageHolder<internal::InvokerStorage3<Sig,P1, P2, P3> > 61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) { in Bind() 63 new internal::InvokerStorage3<Sig, P1, P2, P3>( in Bind() 67 template <typename Sig, typename P1, typename P2, typename P3, typename P4> 68 internal::InvokerStorageHolder<internal::InvokerStorage4<Sig,P1, P2, P3, P4> > 69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { in Bind() 71 new internal::InvokerStorage4<Sig, P1, P2, P3, P4>( in Bind() 75 template <typename Sig, typename P1, typename P2, typename P3, typename P4, 77 internal::InvokerStorageHolder<internal::InvokerStorage5<Sig,P1, P2, P3, P4, [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | bind.h | 201 class P3> 207 P3 p3) in MethodFunctor3() 219 P3 p3_; 222 #define FP_T(x) R (ObjectT::*x)(P1, P2, P3) 227 class P3> 228 MethodFunctor3<ObjectT, FP_T(NONAME), R, P1, P2, P3> 232 typename detail::identity<P3>::type p3) { in Bind() 233 return MethodFunctor3<ObjectT, FP_T(NONAME), R, P1, P2, P3>( in Bind() 238 #define FP_T(x) R (ObjectT::*x)(P1, P2, P3) const 243 class P3> [all …]
|
D | refcount.h | 60 template<typename P1, typename P2, typename P3> 61 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) { in RefCountedObject() 64 template<typename P1, typename P2, typename P3, typename P4> 65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4) in RefCountedObject() 69 template<typename P1, typename P2, typename P3, typename P4, typename P5> 70 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) in RefCountedObject()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | Functional.h | 104 template<typename R, typename P1, typename P2, typename P3> 105 class FunctionWrapper<R (*)(P1, P2, P3)> { 109 explicit FunctionWrapper(R (*function)(P1, P2, P3)) in FunctionWrapper() argument 114 R operator()(P1 p1, P2 p2, P3 p3) in operator() 120 R (*m_function)(P1, P2, P3); 123 template<typename R, typename P1, typename P2, typename P3, typename P4> 124 class FunctionWrapper<R (*)(P1, P2, P3, P4)> { 128 explicit FunctionWrapper(R (*function)(P1, P2, P3, P4)) in FunctionWrapper() argument 133 R operator()(P1 p1, P2 p2, P3 p3, P4 p4) in operator() 139 R (*m_function)(P1, P2, P3, P4); [all …]
|
/external/chromium_org/gin/ |
D | function_template.h | 89 typename P3 = void, typename P4 = void> 93 const base::Callback<R(P1, P2, P3, P4)>& callback, 96 const P3& a3, 101 template<typename P1, typename P2, typename P3, typename P4> 102 struct Invoker<void, P1, P2, P3, P4> { 105 const base::Callback<void(P1, P2, P3, P4)>& callback, 108 const P3& a3, 114 template<typename R, typename P1, typename P2, typename P3> 115 struct Invoker<R, P1, P2, P3, void> { 118 const base::Callback<R(P1, P2, P3)>& callback, [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | CrossThreadTask.h | 121 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3> 125 typedef CrossThreadTask3<P1, MP1, P2, MP2, P3, MP3> CrossThreadTask; 128 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3; 153 P3 m_parameter3; 156 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename … 160 typedef CrossThreadTask4<P1, MP1, P2, MP2, P3, MP3, P4, MP4> CrossThreadTask; 163 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3; 190 P3 m_parameter3; 194 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename … 198 typedef CrossThreadTask5<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5> CrossThreadTask; [all …]
|
/external/chromium_org/testing/ |
D | gmock_mutant.h | 435 typename P3> 437 const Tuple3<P1, P2, P3>& p, in DispatchToMethod() 441 template <typename R, typename Function, typename P1, typename P2, typename P3> 443 const Tuple3<P1, P2, P3>& p, in DispatchToFunction() 450 typename P3, typename C1> 452 const Tuple3<P1, P2, P3>& p, in DispatchToMethod() 456 template <typename R, typename Function, typename P1, typename P2, typename P3, 459 const Tuple3<P1, P2, P3>& p, in DispatchToFunction() 466 typename P3, typename C1, typename C2> 468 const Tuple3<P1, P2, P3>& p, in DispatchToMethod() [all …]
|
/external/chromium/testing/ |
D | gmock_mutant.h | 435 typename P3> 437 const Tuple3<P1, P2, P3>& p, in DispatchToMethod() 441 template <typename R, typename Function, typename P1, typename P2, typename P3> 443 const Tuple3<P1, P2, P3>& p, in DispatchToFunction() 450 typename P3, typename C1> 452 const Tuple3<P1, P2, P3>& p, in DispatchToMethod() 456 template <typename R, typename Function, typename P1, typename P2, typename P3, 459 const Tuple3<P1, P2, P3>& p, in DispatchToFunction() 466 typename P3, typename C1, typename C2> 468 const Tuple3<P1, P2, P3>& p, in DispatchToMethod() [all …]
|
/external/clang/test/SemaObjC/ |
D | class-conforming-protocol-1.m | 5 @protocol P3 @end protocol 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;
|
D | undef-protocol-methods-1.m | 13 @protocol P3<P2> protocol 19 @protocol PROTO<P1, P3> 27 // expected-note 2 {{required for direct or indirect protocol 'P3'}} \
|
/external/chromium_org/ppapi/shared_impl/ |
D | proxy_lock.h | 138 template <class ReturnType, class P1, class P2, class P3> 139 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3), in CallWhileUnlocked() argument 142 const P3& p3) { in CallWhileUnlocked() 146 template <class ReturnType, class P1, class P2, class P3, class P4> 147 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3, P4), in CallWhileUnlocked() argument 150 const P3& p3, in CallWhileUnlocked() 155 template <class ReturnType, class P1, class P2, class P3, class P4, class P5> 156 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3, P4, P5), in CallWhileUnlocked() argument 159 const P3& p3, in CallWhileUnlocked() 292 template <typename P1, typename P2, typename P3> [all …]
|
D | thread_aware_callback.h | 84 template <class P1, class P2, class P3> 85 void RunOnTargetThread(const P1& p1, const P2& p2, const P3& p3) { in RunOnTargetThread() 89 template <class P1, class P2, class P3, class P4> 92 const P3& p3, in RunOnTargetThread() 97 template <class P1, class P2, class P3, class P4, class P5> 100 const P3& p3, in RunOnTargetThread()
|
/external/clang/test/CodeGenObjC/ |
D | protocols.m | 27 @protocol P3<P1, P2> protocol 33 void *p = @protocol(P3); 40 Protocol *P3 = @protocol(P3); 47 Pbool([P3 conformsTo: P1]); 48 Pbool([P1 conformsTo: P3]);
|
/external/webrtc/src/system_wrappers/interface/ |
D | ref_count.h | 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/chromium_org/base/ |
D | bind.h | 178 template <typename Functor, typename P1, typename P2, typename P3> 185 typename internal::CallbackParamTraits<P3>::StorageType)> 187 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3) { in Bind() 222 COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value, in Bind() 227 typename internal::CallbackParamTraits<P3>::StorageType)> BindState; in Bind() 234 template <typename Functor, typename P1, typename P2, typename P3, typename P4> 241 typename internal::CallbackParamTraits<P3>::StorageType, 244 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { in Bind() 280 COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value, in Bind() 287 typename internal::CallbackParamTraits<P3>::StorageType, in Bind() [all …]
|
/external/clang/test/Parser/ |
D | objc-type-printing.m | 5 @protocol P3 @end protocol 16 INTF<P1, P3>* p3; 17 INTF<P1, P3, P2>* p4; 18 INTF<P2,P2, P3, P1>* p5;
|
/external/llvm/test/CodeGen/PowerPC/ |
D | buildvec_canonicalize.ll | 3 define void @VXOR(<4 x float>* %P1, <4 x i32>* %P2, <4 x float>* %P3) { 4 %tmp = load <4 x float>* %P3 ; <<4 x float>> [#uses=1] 7 store <4 x float> %tmp4, <4 x float>* %P3 18 define void @VSPLTI(<4 x i32>* %P2, <8 x i16>* %P3) { 20 … store <8 x i16> < i16 -1, i16 -1, i16 -1, i16 -1, i16 -1, i16 -1, i16 -1, i16 -1 >, <8 x i16>* %P3
|
/external/clang/test/Modules/Inputs/ |
D | redecl-merge-right.h | 51 @protocol P4, P3; 52 @protocol P3; 53 @protocol P3; 54 @protocol P3;
|
D | category_left_sub.h | 5 @protocol P3 10 @interface Foo(LeftP3) <P3>
|
/external/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m | 49 // Test5 - conforms to P3 because it implement's P3's property. 50 @protocol P3 protocol 58 @interface Test5 : NSObject<P3> 65 @protocol P5 <P3, P4> 69 @protocol P6 <P3, P4, P5>
|
D | objcmt-protocol-conformance.m.result | 49 // Test5 - conforms to P3 because it implement's P3's property. 50 @protocol P3 58 @interface Test5 : NSObject<P3, P4> 65 @protocol P5 <P3, P4> 69 @protocol P6 <P3, P4, P5>
|
/external/chromium_org/v8/src/ |
D | hydrogen.h | 1124 template<class I, class P1, class P2, class P3> 1125 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3) { in NewUncasted() 1129 template<class I, class P1, class P2, class P3> 1130 I* New(P1 p1, P2 p2, P3 p3) { in New() 1134 template<class I, class P1, class P2, class P3> 1135 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3) { in AddUncasted() 1139 template<class I, class P1, class P2, class P3> 1140 I* Add(P1 p1, P2 p2, P3 p3) { in Add() 1144 template<class I, class P1, class P2, class P3, class P4> 1145 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in NewUncasted() [all …]
|
/external/clang/test/CodeGenObjCXX/ |
D | references.mm | 31 @protocol P3 @end protocol 33 @interface bar : foo <P1, P2, P3> {} @end 38 void f5d(foo<P3>&);
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerManager.h | 51 template <typename RET, typename P1, typename P2, typename P3, typename P4, 53 class CheckerFn<RET(P1, P2, P3, P4, P5)> { 54 typedef RET (*Func)(void *, P1, P2, P3, P4, P5); 59 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const { in operator() 64 template <typename RET, typename P1, typename P2, typename P3, typename P4> 65 class CheckerFn<RET(P1, P2, P3, P4)> { 66 typedef RET (*Func)(void *, P1, P2, P3, P4); 71 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const { in operator() 76 template <typename RET, typename P1, typename P2, typename P3> 77 class CheckerFn<RET(P1, P2, P3)> { [all …]
|
/external/chromium_org/remoting/base/ |
D | dispatch_win.h | 271 template <typename P1, typename P2, typename P3> 277 const P3& p3, in Invoke() 333 template <typename P1, typename P2, typename P3, typename P4> 339 const P3& p3, in Invoke() 400 template <typename P1, typename P2, typename P3, typename P4, typename P5> 406 const P3& p3, in Invoke() 472 template <typename P1, typename P2, typename P3, typename P4, typename P5, 479 const P3& p3, in Invoke() 550 template <typename P1, typename P2, typename P3, typename P4, typename P5, 557 const P3& p3, in Invoke()
|