/external/chromium/base/ |
D | bind.h | 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, 79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, in Bind() 82 new internal::InvokerStorage5<Sig, P1, P2, P3, P4, P5>( in Bind() 86 template <typename Sig, typename P1, typename P2, typename P3, typename P4, 88 internal::InvokerStorageHolder<internal::InvokerStorage6<Sig,P1, P2, P3, P4, [all …]
|
D | bind_internal.h | 1166 template <typename Sig, typename P1, typename P2, typename P3, typename P4> 1186 COMPILE_ASSERT(!internal::UnsafeBindtoRefCountedArg<P4>::value, 1202 InvokerStorage4(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) 1206 p4_(static_cast<typename ParamTraits<P4>::StorageType>(p4)) { 1218 typename ParamTraits<P4>::StorageType p4_; 1221 template <typename Sig, typename P1, typename P2, typename P3, typename P4, 1242 COMPILE_ASSERT(!internal::UnsafeBindtoRefCountedArg<P4>::value, 1262 const P4& p4, const P5& p5) 1266 p4_(static_cast<typename ParamTraits<P4>::StorageType>(p4)), 1279 typename ParamTraits<P4>::StorageType p4_; [all …]
|
/external/webkit/Source/WebCore/dom/ |
D | CrossThreadTask.h | 156 … P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4> 160 typedef CrossThreadTask4<P1, MP1, P2, MP2, P3, MP3, P4, MP4> CrossThreadTask; 164 typedef typename CrossThreadTaskTraits<P4>::ParamType Param4; 191 P4 m_parameter4; 194 …pename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typen… 198 typedef CrossThreadTask5<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5> CrossThreadTask; 202 typedef typename CrossThreadTaskTraits<P4>::ParamType Param4; 231 P4 m_parameter4; 235 …pename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typen… 239 typedef CrossThreadTask6<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5, P6, MP6> CrossThreadTask; [all …]
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | HandleMessage.h | 34 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4> 35 void callMemberFunction(const Arguments4<P1, P2, P3, P4>& args, C* object, MF function) in callMemberFunction() 40 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5> 41 void callMemberFunction(const Arguments5<P1, P2, P3, P4, P5>& args, C* object, MF function) in callMemberFunction() argument 46 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5, … 47 void callMemberFunction(const Arguments6<P1, P2, P3, P4, P5, P6>& args, C* object, MF function) in callMemberFunction() argument 52 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5, … 53 void callMemberFunction(const Arguments7<P1, P2, P3, P4, P5, P6, P7>& args, C* object, MF function) in callMemberFunction() argument 138 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename R1> 139 void callMemberFunction(const Arguments4<P1, P2, P3, P4>& args, Arguments1<R1>& replyArgs, C* objec… in callMemberFunction() [all …]
|
/external/chromium/testing/ |
D | gmock_mutant.h | 549 typename P3, typename P4> 551 const Tuple4<P1, P2, P3, P4>& p, in DispatchToMethod() 556 typename P4> 558 const Tuple4<P1, P2, P3, P4>& p, in DispatchToFunction() 565 typename P3, typename P4, typename C1> 567 const Tuple4<P1, P2, P3, P4>& p, in DispatchToMethod() 572 typename P4, typename C1> 574 const Tuple4<P1, P2, P3, P4>& p, in DispatchToFunction() 581 typename P3, typename P4, typename C1, typename C2> 583 const Tuple4<P1, P2, P3, P4>& p, in DispatchToMethod() [all …]
|
/external/clang/test/Modules/Inputs/ |
D | redecl-merge-bottom.h | 5 @protocol P4; 6 @protocol P4; 7 @protocol P4;
|
D | category_right_sub.h | 11 @protocol P4 16 @interface Foo(LeftP4) <P4>
|
D | category_top.h | 22 @protocol P3, P4;
|
D | redecl-merge-left.h | 46 @protocol P3, P4;
|
/external/webrtc/src/system_wrappers/interface/ |
D | ref_count.h | 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/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCThreadTask.h | 162 … P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4> 166 typedef CCThreadTask4<T, P1, MP1, P2, MP2, P3, MP3, P4, MP4> CCThreadTaskImpl; 170 typedef typename CrossThreadTaskTraits<P4>::ParamType Param4; 198 P4 m_parameter4; 258 … P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4> 265 const P4& parameter4) in createCCThreadTask() 267 …MP2, typename CrossThreadCopier<P3>::Type, MP3, typename CrossThreadCopier<P4>::Type, MP4>::create( in createCCThreadTask() 273 CrossThreadCopier<P4>::copy(parameter4)); in createCCThreadTask()
|
/external/libgsm/inc/ |
D | proto.h | 29 #undef P4 43 # define P4(x, a, b, c, d) (a, b, c, d) macro 57 # define P4(x, a, b, c, d) x a; b; c; d; macro
|
D | unproto.h | 17 #undef P4
|
/external/libgsm/src/ |
D | debug.c | 21 void gsm_debug_words P4( (name, from, to, ptr), 41 void gsm_debug_longwords P4( (name, from, to, ptr),
|
D | short_term.c | 183 static void Short_term_analysis_filtering P4((S,rp,k_n,s), 228 static void Fast_Short_term_analysis_filtering P4((S,rp,k_n,s), 388 void Gsm_Short_Term_Synthesis_Filter P4((S, LARcr, wt, s),
|
/external/clang/test/Modules/ |
D | objc-categories.m | 52 id<P4> p4; 56 id p4p = p4.p4_prop; // expected-error{{property 'p4_prop' not found on object of type 'id<P4>'}} 74 id<P4> p4; 76 id p4p = p4.p4_prop; // expected-error{{property 'p4_prop' not found on object of type 'id<P4>'}} 91 id<P4> p4;
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerManager.h | 50 template <typename RET, typename P1, typename P2, typename P3, typename P4, 52 class CheckerFn<RET(P1, P2, P3, P4, P5)> { 53 typedef RET (*Func)(void *, P1, P2, P3, P4, P5); 58 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const { in operator() 63 template <typename RET, typename P1, typename P2, typename P3, typename P4> 64 class CheckerFn<RET(P1, P2, P3, P4)> { 65 typedef RET (*Func)(void *, P1, P2, P3, P4); 70 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const { in operator()
|
/external/fdlibm/ |
D | e_exp.c | 97 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable 146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
|
/external/llvm/test/Analysis/BasicAA/ |
D | gep-alias.ll | 143 ; P4 = P + 4*j 144 %P4 = getelementptr [4 x i8]* %P, i32 0, i32 %j2 147 store i8 42, i8* %P4 161 ; P4 = P + 4*i 162 %P4 = getelementptr [4 x i8]* %P, i32 0, i32 %i2 165 store i8 42, i8* %P4
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 183 Constant *P4 = ConstantExpr::getPtrToInt(Global2, Int32Ty); in TEST() local 184 Constant *P5 = ConstantExpr::getUIToFP(P4, FloatTy); in TEST() 185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2)); in TEST() 237 CHECK(ConstantExpr::getSelect(P3, P0, P4), "select i1 " P3STR ", i32 " P0STR in TEST() 239 CHECK(ConstantExpr::getICmp(CmpInst::ICMP_EQ, P0, P4), "icmp eq i32 " P0STR in TEST()
|
/external/clang/test/CodeGenObjC/ |
D | default-property-synthesis.m | 11 // same protocol or a derived protocol. Do not @synthesize-by-default in the subclass. P4 16 @property int P4; property
|
D | protocols-lazy.m | 26 @protocol P4 -im1; @end 27 @interface I0<P4> @end
|
/external/clang/test/SemaObjC/ |
D | property-12.m | 19 @protocol P4 protocol 53 @interface I4 <P4> @end
|
/external/clang/test/Index/ |
D | overrides.m | 31 @protocol P4 <P3> protocol 35 @interface B(cat) <P4>
|
/external/libvpx/libvpx/vp8/common/ppc/ |
D | filter_altivec.asm | 66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5 77 Msum v18, v19, \P4, v4, v8 88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5 99 Msum v23, v24, \P4, v17, v25 111 .macro Vinterp P0 P1 P2 P3 P4 P5 112 vinterp_no_store \P0, \P1, \P2, \P3, \P4, \P5 118 .macro luma_v P0, P1, P2, P3, P4, P5 121 Vinterp \P0, \P1, \P2, \P3, \P4, \P5
|