/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/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/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/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/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))));
|
D | e_pow.c | 87 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable 301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
|
/external/clang/test/CodeGenObjC/ |
D | protocols-lazy.m | 27 @protocol P4 -im1; @end 28 @interface I0<P4> @end
|
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
|
/external/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
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerManager.h | 53 template <typename RET, typename P1, typename P2, typename P3, typename P4> 54 class CheckerFn<RET(P1, P2, P3, P4)> { 55 typedef RET (*Func)(void *, P1, P2, P3, P4); 60 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const { in operator()
|
/external/clang/test/SemaObjC/ |
D | property-12.m | 19 @protocol P4 protocol
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | e_pow.h | 83 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable 294 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
|
/external/icu4c/data/locales/ |
D | haw.txt | 35 "P4",
|
/external/clang/test/ASTMerge/Inputs/ |
D | interface2.m | 77 @protocol P3, P4;
|
D | interface1.m | 79 @protocol P4
|
/external/oprofile/events/i386/p4/ |
D | events | 17 # intel doc vol 3 table A-1 P4 and xeon with cpuid signature < 0xf27 doen't allow MSR_FSB_ESCR1 so … 20 # step id, it need to be documented in P4 events doc
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kdt_mgc2.pkb | 38 ̓?��pq�>'����P4�:�9��;�� ݎ߃@ ;p�_T�<x�xv��G��;(X}�(��20j�a"g��"@p��%3
|
/external/oprofile/ |
D | README | 22 Graydon Hoare <graydon@redhat.com> provided P4 port, bug fixes and cleanups.
|