HomeSort by relevance Sort by last modified time
    Searched refs:P2 (Results 1 - 25 of 94) 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;
category_right_sub.h 1 @interface Foo(RightSub) <P2>
category_top.h 19 @protocol P2
redecl-merge-right.h 18 @protocol P2;
20 @protocol P2;
22 @protocol P2;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.pair/
const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2 = p1; local
26 assert(p2.first == 3);
27 assert(p2.second == 4);
piecewise.pass.cpp 27 typedef std::pair<int*, int> P2;
28 typedef std::pair<P1, P2> P3;
32 assert(p3.second == P2(nullptr, 4));
assign_const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2; local
26 p2 = p1;
27 assert(p2.first == 3);
28 assert(p2.second == 4);
assign_rv_pair_U_V.pass.cpp 35 typedef std::pair<std::unique_ptr<Base>, long> P2;
37 P2 p2; local
38 p2 = std::move(p1);
39 assert(p2.first == nullptr);
40 assert(p2.second == 4);
rv_pair_U_V.pass.cpp 35 typedef std::pair<std::unique_ptr<Base>, long> P2;
37 P2 p2 = std::move(p1); local
38 assert(p2.first == nullptr);
39 assert(p2.second == 4);
  /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/clang/test/Misc/
diagnostic-crash.cpp 17 template <bool del, class R, class T, class P1, class P2, class A1>
20 template <bool del, class T, class P1, class P2, class A1>
21 class AAAAAAAResultCallback_2_1< del, void, T, P1, P2, A1> :
26 template <class T1, class T2, class R, class P1, class P2, class A1>
27 inline typename AAAAAAAResultCallback_2_1<true, R, T1, P1, P2, A1>::base*
28 NewCallback(T1* obj, R(T2::* member)(P1, P2, A1), const P1& p1, const P2& p2) {}
  /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),
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 32 P2 = 1.621429720105354466140, /* 0x3ff9f160, 0x4a49d6c2 */
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 50 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 {
59 return Fn(Checker, p1, p2, p3, p4, p5);
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 {
    [all...]

Completed in 995 milliseconds

1 2 3 4