Home
last modified time | relevance | path

Searched refs:P4 (Results 1 – 25 of 56) sorted by relevance

123

/external/chromium/base/
Dbind.h67 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 …]
Dbind_internal.h1166 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/
DCrossThreadTask.h156 … 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/
DHandleMessage.h34 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/
Dgmock_mutant.h549 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/
DCCThreadTask.h162 … 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/
Dgep-alias.ll143 ; 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/
Dproto.h29 #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
Dunproto.h17 #undef P4
/external/libgsm/src/
Ddebug.c21 void gsm_debug_words P4( (name, from, to, ptr),
41 void gsm_debug_longwords P4( (name, from, to, ptr),
Dshort_term.c183 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/
De_exp.c97 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
De_pow.c87 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/clang/test/CodeGenObjC/
Dprotocols-lazy.m27 @protocol P4 -im1; @end
28 @interface I0<P4> @end
Ddefault-property-synthesis.m11 // 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/
Dfilter_altivec.asm66 .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/
DCheckerManager.h53 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/
Dproperty-12.m19 @protocol P4 protocol
/external/qemu/distrib/sdl-1.2.12/src/video/
De_pow.h83 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
294 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/icu4c/data/locales/
Dhaw.txt35 "P4",
/external/clang/test/ASTMerge/Inputs/
Dinterface2.m77 @protocol P3, P4;
Dinterface1.m79 @protocol P4
/external/oprofile/events/i386/p4/
Devents17 # 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/
Dit-IT_cm0_kdt_mgc2.pkb38 ̓?��pq�>'����P4�:�9��;�� ݎ߃@ ;p�_T�<x�xv��G��;(X}�(��20j�a"g��"@p��%3
/external/oprofile/
DREADME22 Graydon Hoare <graydon@redhat.com> provided P4 port, bug fixes and cleanups.

123