HomeSort by relevance Sort by last modified time
    Searched refs:P2 (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/clang/test/Sema/
warn-cast-align.c 16 const volatile void *P2 = P;
17 char *d = (char*) P2;
18 short *e = (short*) P2;
19 int *f = (int*) P2;
21 const char *g = (const char*) P2;
22 const short *h = (const short*) P2;
23 const int *i = (const int*) P2;
25 const volatile char *j = (const volatile char*) P2;
26 const volatile short *k = (const volatile short*) P2;
27 const volatile int *l = (const volatile int*) P2;
    [all...]
  /external/clang/test/Modules/Inputs/
redecl-merge-top.h 11 @protocol P2;
12 @protocol P2;
redecl-merge-right.h 18 @protocol P2;
20 @protocol P2;
22 @protocol P2;
redecl-merge-left.h 14 @protocol P2
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 51 template<typename P1, typename P2>
52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {}
54 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) {
    [all...]
  /external/chromium/base/
bind.h 51 template <typename Sig, typename P1, typename P2>
52 internal::InvokerStorageHolder<internal::InvokerStorage2<Sig,P1, P2> >
53 Bind(Sig f, const P1& p1, const P2& p2) {
55 new internal::InvokerStorage2<Sig, P1, P2>(
56 f, p1, p2));
59 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)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCThreadTask.h 92 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
96 typedef CCThreadTask2<T, P1, MP1, P2, MP2> CCThreadTaskImpl;
98 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
122 P2 m_parameter2;
125 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;
131 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
157 P2 m_parameter2;
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
    [all...]
CCMainThreadTask.h 92 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
96 typedef MainThreadTask2<T, P1, MP1, P2, MP2> MainThreadTaskImpl;
98 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
122 P2 m_parameter2;
125 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;
131 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
157 P2 m_parameter2;
188 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
193 const P2& parameter2
    [all...]
  /external/libgsm/inc/
unproto.h 15 #undef P2
proto.h 27 #undef P2
41 # define P2(x, a, b) (a, b)
55 # define P2(x, a, b) x a; b;
  /external/webkit/Source/WebCore/fileapi/
FileThreadTask.h 99 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
103 typedef FileThreadTask2<T, P1, MP1, P2, MP2> FileThreadTaskImpl;
105 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
129 P2 m_parameter2;
132 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;
138 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
164 P2 m_parameter2;
195 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
200 const P2& parameter2
    [all...]
  /external/webkit/Source/WebCore/dom/
CrossThreadTask.h 89 template<typename P1, typename MP1, typename P2, typename MP2>
93 typedef CrossThreadTask2<P1, MP1, P2, MP2> CrossThreadTask;
95 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
118 P2 m_parameter2;
121 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
125 typedef CrossThreadTask3<P1, MP1, P2, MP2, P3, MP3> CrossThreadTask;
127 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
152 P2 m_parameter2;
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
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
HandleMessage.h 22 template<typename C, typename MF, typename P1, typename P2>
23 void callMemberFunction(const Arguments2<P1, P2>& args, C* object, MF function)
28 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
    [all...]
  /external/chromium/testing/
gmock_mutant.h 324 template <typename R, typename T, typename Method, typename P1, typename P2>
326 const Tuple2<P1, P2>& p,
330 template <typename R, typename Function, typename P1, typename P2>
332 const Tuple2<P1, P2>& p,
338 template <typename R, typename T, typename Method, typename P1, typename P2,
341 const Tuple2<P1, P2>& p,
345 template <typename R, typename Function, typename P1, typename P2, typename C1>
347 const Tuple2<P1, P2>& p,
353 template <typename R, typename T, typename Method, typename P1, typename P2,
356 const Tuple2<P1, P2>& p
2611 CreateFunctor(R (__stdcall *function)(X1, X2, X3), const P1& p1, const P2& p2, member in namespace:testing
2690 const P2& p2, const P3& p3) { member in namespace:testing
2771 const P2& p2, const P3& p3) { member in namespace:testing
2853 const P2& p2, const P3& p3) { member in namespace:testing
2937 const P2& p2, const P3& p3) { member in namespace:testing
3021 const P1& p1, const P2& p2, const P3& p3) { member in namespace:testing
3105 const P1& p1, const P2& p2, const P3& p3) { member in namespace:testing
3187 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3269 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3353 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3437 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3521 const P1& p1, const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3608 const P1& p1, const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3696 const P1& p1, const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3781 const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
3865 const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
3949 const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4036 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4125 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4217 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4311 A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, member in namespace:testing
4399 const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) { member in namespace:testing
4488 const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) { member in namespace:testing
4580 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4675 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4771 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4867 A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4966 A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, member in namespace:testing
    [all...]
  /external/libgsm/src/
add.c 23 word gsm_add P2((a,b), word a, word b)
29 word gsm_sub P2((a,b), word a, word b)
35 word gsm_mult P2((a,b), word a, word b)
41 word gsm_mult_r P2((a,b), word a, word b)
56 longword gsm_L_mult P2((a,b),word a, word b)
62 longword gsm_L_add P2((a,b), longword a, longword b)
78 longword gsm_L_sub P2((a,b), longword a, longword b)
153 longword gsm_L_asl P2((a,n), longword a, int n)
161 word gsm_asl P2((a,n), word a, int n)
169 longword gsm_L_asr P2((a,n), longword a, int n
    [all...]
debug.c 62 void gsm_debug_longword P2( (name, value),
69 void gsm_debug_word P2( (name, value),
decode.c 19 static void Postprocessing P2((S,s),
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 55 template <typename RET, typename P1, typename P2, typename P3, typename P4,
57 class CheckerFn<RET(P1, P2, P3, P4, P5)> {
58 typedef RET (*Func)(void *, P1, P2, P3, P4, P5);
63 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const {
64 return Fn(Checker, p1, p2, p3, p4, p5);
68 template <typename RET, typename P1, typename P2, typename P3, typename P4>
69 class CheckerFn<RET(P1, P2, P3, P4)> {
70 typedef RET (*Func)(void *, P1, P2, P3, P4);
75 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const {
    [all...]
  /external/clang/test/Index/
complete-method-decls.m 12 @protocol P2<P1>
21 @interface B : A<P2>
  /bionic/libm/src/
e_exp.c 38 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
53 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
96 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
145 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_expf.c 36 P2 = -2.7777778450e-03, /* 0xbb360b61 */
81 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
s_exp2f.c 41 P2 = 0x1.ebfbe0p-3f,
127 r = tv + tv * (z * (P1 + z * (P2 + z * (P3 + z * P4))));
  /external/fdlibm/
e_exp.c 34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/libpng/contrib/gregbook/
makevms.com 97 $! P2 = Command to make it
127 $ write sys$output P2
128 $ 'P2
  /external/llvm/tools/opt/
AnalysisWrappers.cpp 94 P2("print-callgraph", "Print a call graph");

Completed in 1120 milliseconds

1 2 3 4