Searched refs:P4 (Results 1 - 25 of 47) sorted by relevance

12

/external/clang/test/Modules/Inputs/
H A Dredecl-merge-bottom.h5 @protocol P4; variable
6 @protocol P4; variable
7 @protocol P4; variable
H A Dcategory_right_sub.h11 @protocol P4
16 @interface Foo(LeftP4) <P4>
H A Dcategory_top.h22 @protocol P3, P4; variable
H A Dredecl-merge-left.h46 @protocol P3, P4; variable
H A Dredecl-merge-right.h51 @protocol P4, P3; variable
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dref_count.h57 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/libgsm/inc/
H A Dunproto.h17 #undef P4 macro
H A Dproto.h29 #undef P4 macro
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
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h57 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/chromium_org/third_party/webrtc/base/
H A Drefcount.h47 template<typename P1, typename P2, typename P3, typename P4>
48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4)
52 template<typename P1, typename P2, typename P3, typename P4, typename P5>
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
H A Dbind.h360 class P4>
367 P4 p4)
381 P4 p4_;
388 class P4>
391 Functor4(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4)
404 P4 p4_;
408 #define FP_T(x) R (ObjectT::*x)(P1, P2, P3, P4)
414 class P4>
415 MethodFunctor4<ObjectT, FP_T(NONAME), R, P1, P2, P3, P4>
420 typename detail::identity<P4>
[all...]
H A Dcallback.h197 class P4>
204 R operator()(P1 p1, P2 p2, P3 p3, P4 p4) {
214 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4) = 0;
218 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4) {
230 class P4,
238 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
248 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) = 0;
252 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCrossThreadTask.h175 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4>
179 typedef CrossThreadTask4<P1, MP1, P2, MP2, P3, MP3, P4, MP4> CrossThreadTask;
183 typedef typename CrossThreadTaskTraits<P4>::ParamType Param4;
210 P4 m_parameter4;
213 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5>
217 typedef CrossThreadTask5<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5> CrossThreadTask;
221 typedef typename CrossThreadTaskTraits<P4>::ParamType Param4;
250 P4 m_parameter4;
254 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6>
258 typedef CrossThreadTask6<P1, MP1, P2, MP2, P3, MP3, P4, MP
[all...]
H A DExecutionContextTask.h110 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4>
113 const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4)
122 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4, typename P5>
125 const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4, const P5& parameter5)
135 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
138 const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4, const P5& parameter5, const P6& parameter6)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctional.h123 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))
133 R operator()(P1 p1, P2 p2, P3 p3, P4 p4)
139 R(*m_function)(P1, P2, P3, P4);
142 template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
143 class FunctionWrapper<R(*)(P1, P2, P3, P4, P5)> {
147 explicit FunctionWrapper(R(*function)(P1, P2, P3, P4, P5))
152 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
158 R(*m_function)(P1, P2, P3, P4, P
[all...]
/external/chromium_org/gin/
H A Dfunction_template.h92 typename P3 = void, typename P4 = void, typename P5 = void,
97 const base::Callback<R(P1, P2, P3, P4, P5, P6)>& callback,
101 const P4& a4,
107 template<typename P1, typename P2, typename P3, typename P4, typename P5,
109 struct Invoker<void, P1, P2, P3, P4, P5, P6> {
112 const base::Callback<void(P1, P2, P3, P4, P5, P6)>& callback,
116 const P4& a4,
123 template<typename R, typename P1, typename P2, typename P3, typename P4,
125 struct Invoker<R, P1, P2, P3, P4, P5, void> {
128 const base::Callback<R(P1, P2, P3, P4, P
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dthread_aware_callback.h86 template <class P1, class P2, class P3, class P4>
90 const P4& p4) {
94 template <class P1, class P2, class P3, class P4, class P5>
98 const P4& p4,
H A Dproxy_lock.h146 class P2, class P3, class P4>
151 const P4& p4) {
156 class P1, class P2, class P3, class P4, class P5>
161 const P4& p4,
/external/libgsm/src/
H A Ddebug.c21 void gsm_debug_words P4( (name, from, to, ptr),
41 void gsm_debug_longwords P4( (name, from, to, ptr),
/external/chromium_org/base/
H A Dbind.h228 template <typename Functor, typename P1, typename P2, typename P3, typename P4>
236 typename internal::CallbackParamTraits<P4>::StorageType)>
238 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4) {
276 COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P4>::value,
282 typename internal::CallbackParamTraits<P4>::StorageType)> BindState;
289 template <typename Functor, typename P1, typename P2, typename P3, typename P4,
298 typename internal::CallbackParamTraits<P4>::StorageType,
301 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4,
341 COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P4>::value,
349 typename internal::CallbackParamTraits<P4>
[all...]
/external/chromium_org/testing/
H A Dgmock_mutant.h549 typename P3, typename P4>
551 const Tuple4<P1, P2, P3, P4>& p,
556 typename P4>
558 const Tuple4<P1, P2, P3, P4>& p,
565 typename P3, typename P4, typename C1>
567 const Tuple4<P1, P2, P3, P4>& p,
572 typename P4, typename C1>
574 const Tuple4<P1, P2, P3, P4>& p,
581 typename P3, typename P4, typename C1, typename C2>
583 const Tuple4<P1, P2, P3, P4>
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dcall-tester.h202 typename P4>
203 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
238 typename P4>
239 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
243 ParameterTraits<P4>::Cast(p4)));
263 typename P4>
264 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
281 template <typename P1, typename P2, typename P3, typename P4>
307 template <typename P1, typename P2, typename P3, typename P4>
312 ReturnValueTraits<P4>
[all...]
/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
97 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/chromium_org/remoting/base/
H A Ddispatch_win.h337 template <typename P1, typename P2, typename P3, typename P4>
344 const P4& p4,
405 template <typename P1, typename P2, typename P3, typename P4, typename P5>
412 const P4& p4,
478 template <typename P1, typename P2, typename P3, typename P4, typename P5,
486 const P4& p4,
557 template <typename P1, typename P2, typename P3, typename P4, typename P5,
565 const P4& p4,
/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 {

Completed in 209 milliseconds

12