Searched refs:P3 (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium/base/
H A Dbind.h59 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) {
63 new internal::InvokerStorage3<Sig, P1, P2, P3>(
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) {
71 new internal::InvokerStorage4<Sig, P1, P2, P3, P4>(
75 template <typename Sig, typename P1, typename P2, typename P3, typename P4,
77 internal::InvokerStorageHolder<internal::InvokerStorage5<Sig,P1, P2, P3, P
[all...]
H A Dbind_internal.h1116 template <typename Sig, typename P1, typename P2, typename P3>
1134 COMPILE_ASSERT(!internal::UnsafeBindtoRefCountedArg<P3>::value,
1149 InvokerStorage3(Sig f, const P1& p1, const P2& p2, const P3& p3)
1152 p3_(static_cast<typename ParamTraits<P3>::StorageType>(p3)) {
1163 typename ParamTraits<P3>::StorageType p3_;
1166 template <typename Sig, typename P1, typename P2, typename P3, typename P4>
1184 COMPILE_ASSERT(!internal::UnsafeBindtoRefCountedArg<P3>::value,
1202 InvokerStorage4(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4)
1205 p3_(static_cast<typename ParamTraits<P3>::StorageType>(p3)),
1217 typename ParamTraits<P3>
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h54 template<typename P1, typename P2, typename P3>
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {}
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) {}
60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
/external/clang/test/Modules/Inputs/
H A Dredecl-merge-right.h51 @protocol P4, P3; variable
52 @protocol P3; variable
53 @protocol P3; variable
54 @protocol P3; variable
H A Dredecl-merge-left.h46 @protocol P3, P4; variable
48 @protocol P3; variable
/external/libgsm/inc/
H A Dunproto.h16 #undef P3 macro
H A Dproto.h28 #undef P3 macro
42 # define P3(x, a, b, c) (a, b, c) macro
56 # define P3(x, a, b, c) x a; b; c; macro
/external/webkit/Source/WebCore/dom/
H A DCrossThreadTask.h121 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 P4, typename MP4>
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 P4, typename MP4, typename P5, typename MP5>
198 typedef CrossThreadTask5<P1, MP1, P2, MP2, P3, MP
[all...]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DHandleMessage.h28 template<typename C, typename MF, typename P1, typename P2, typename P3>
29 void callMemberFunction(const Arguments3<P1, P2, P3>& args, C* object, MF function)
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)
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)
46 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
47 void callMemberFunction(const Arguments6<P1, P2, P3, P4, P5, P6>& args, C* object, MF function)
52 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
53 void callMemberFunction(const Arguments7<P1, P2, P3, P
[all...]
/external/chromium/testing/
H A Dgmock_mutant.h435 typename P3>
437 const Tuple3<P1, P2, P3>& p,
441 template <typename R, typename Function, typename P1, typename P2, typename P3>
443 const Tuple3<P1, P2, P3>& p,
450 typename P3, typename C1>
452 const Tuple3<P1, P2, P3>& p,
456 template <typename R, typename Function, typename P1, typename P2, typename P3,
459 const Tuple3<P1, P2, P3>& p,
466 typename P3, typename C1, typename C2>
468 const Tuple3<P1, P2, P3>
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCThreadTask.h125 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
129 typedef CCThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> CCThreadTaskImpl;
132 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3;
158 P3 m_parameter3;
162 template<typename T, typename 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;
169 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3;
197 P3 m_parameter3;
242 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
248 const P3
[all...]
H A DCCMainThreadTask.h125 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
129 typedef MainThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> MainThreadTaskImpl;
132 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3;
158 P3 m_parameter3;
202 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
208 const P3& parameter3)
210 return MainThreadTask3<T, typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3>::create(
215 CrossThreadCopier<P3>::copy(parameter3));
/external/webkit/Source/WebCore/fileapi/
H A DFileThreadTask.h132 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
136 typedef FileThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> FileThreadTaskImpl;
139 typedef typename CrossThreadTaskTraits<P3>::ParamType Param3;
165 P3 m_parameter3;
209 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
215 const P3& parameter3)
217 return FileThreadTask3<T, typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3>::create(
222 CrossThreadCopier<P3>::copy(parameter3));
/external/libgsm/src/
H A Dgsm_option.c14 int gsm_option P3((r, opt, val), gsm r, int opt, int * val)
H A Dpreprocess.c34 void Gsm_Preprocess P3((S, s, so),
H A Drpe.c116 static void RPE_grid_selection P3((x,xM,Mc_out),
223 static void APCM_quantization_xmaxc_to_exp_mant P3((xmaxc,exp_out,mant_out),
387 static void RPE_grid_positioning P3((Mc,xMp,ep),
434 void Gsm_Update_of_reconstructed_short_time_residual_signal P3((dpp, ep, dp),
H A Dshort_term.c91 static void Coefficients_0_12 P3((LARpp_j_1, LARpp_j, LARp),
105 static void Coefficients_13_26 P3((LARpp_j_1, LARpp_j, LARp),
117 static void Coefficients_27_39 P3((LARpp_j_1, LARpp_j, LARp),
346 void Gsm_Short_Term_Analysis_Filter P3((S,LARc,s),
H A Dgsm_print.c16 int gsm_print P3((f, s, c), FILE * f, gsm s, gsm_byte * c)
/external/fdlibm/
H A De_exp.c34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
96 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c86 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h50 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 {
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 {
75 template <typename RET, typename P1, typename P2, typename P3>
76 class CheckerFn<RET(P1, P2, P3)> {
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h941 anyOf(const M1 &P1, const M2 &P2, const M3 &P3) { argument
942 return anyOf(P1, anyOf(P2, P3));
949 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) { argument
950 return anyOf(P1, anyOf(P2, anyOf(P3, P4)));
958 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4, const M5 &P5) { argument
959 return anyOf(P1, anyOf(P2, anyOf(P3, anyOf(P4, P5))));
979 allOf(const M1 &P1, const M2 &P2, const M3 &P3) { argument
980 return allOf(P1, allOf(P2, P3));
/external/libpng/contrib/gregbook/
H A Dmakevms.com98 $! P3 - P8 What it depends on
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_pow.h82 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable
294 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \
1263 logMsg( ( FORMAT ), ( P1 ), ( P2 ), ( P3 ), ( P4 ), ( P5 ), ( P6 ) ); \
1268 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 )

Completed in 482 milliseconds

12