/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/ |
release.pass.cpp | 27 A* p2 = ap.release(); local 28 assert(p2 == p);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/ |
owner_less.pass.cpp | 40 const std::shared_ptr<int> p2 = p1; local 43 const std::weak_ptr<int> w2(p2); 50 assert(!cs(p1, p2)); 51 assert(!cs(p2, p1)); 53 assert(cs(p3, p1) == cs(p3, p2)); 56 assert(!cs(p2, w1)); 69 assert(!cs(w1, p2)); 72 assert(cs(w3, p1) == cs(w3, p2));
|
/external/chromium_org/media/base/ |
gmock_callback_support.h | 33 // The RunCallback<N>(p1, p2, ..., p_k) action invokes Run() method on the N-th 34 // (0-based) argument of the mock function, with arguments p1, p2, ..., p_k. 77 AND_3_VALUE_PARAMS(p0, p1, p2)) { 78 return ::std::tr1::get<k>(args).Run(p0, p1, p2); 83 AND_4_VALUE_PARAMS(p0, p1, p2, p3)) { 84 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3); 89 AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4)) { 90 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4); 95 AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5)) { 96 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4, p5) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar | |
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar | |
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | |
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar | |
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar | |
/external/chromium_org/third_party/cld/base/ |
scoped_ptr.h | 93 void swap(scoped_ptr& p2) { 95 ptr_ = p2.ptr_; 96 p2.ptr_ = tmp; 120 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const; 121 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const; 130 inline void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { 131 p1.swap(p2); 135 inline bool operator==(const C* p1, const scoped_ptr<C>& p2) { 136 return p1 == p2.get(); 140 inline bool operator==(const C* p1, const scoped_ptr<const C>& p2) { [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
keyboard_overlay_data.js | 738 'p2': '21', 743 'p2': '22', 748 'p2': '00B7', 753 'p2': '24', 758 'p2': '25', 762 'p2': '26', 767 'p2': '002F', 771 'p2': '28', 775 'p2': '29', 779 'p2': '003D' [all...] |
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
loopfilter_filters_dspr2.c | 50 uint32_t p2, 66 /* mask |= (abs(p3 - p2) > limit) */ 67 "subu_s.qb %[c], %[p3], %[p2] \n\t" 68 "subu_s.qb %[r_k], %[p2], %[p3] \n\t" 73 /* mask |= (abs(p2 - p1) > limit) */ 74 "subu_s.qb %[c], %[p2], %[p1] \n\t" 75 "subu_s.qb %[r_k], %[p1], %[p2] \n\t" 119 : [limit] "r" (limit), [p3] "r" (p3), [p2] "r" (p2), 355 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6 local 565 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local 682 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local 1032 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local 1643 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local 1788 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local 1915 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local 2125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_loopfilter_filters_dspr2.c | 32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local 69 "lw %[p2], (%[s2]) \n\t" 73 : [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4) 77 /* if (p1 - p4 == 0) and (p2 - p3 == 0) 79 if (!(((p1 - p4) == 0) && ((p2 - p3) == 0))) { 91 vp9_filter_hev_mask_dspr2(limit_vec, flimit_vec, p1, p2, 98 vp9_filter_dspr2(mask, hev, &p1, &p2, &p3, &p4); 102 "sw %[p2], (%[s2]) \n\t" 107 : [p1] "r" (p1), [p2] "r" (p2), [p3] "r" (p3), [p4] "r" (p4) 125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local [all...] |
/external/eigen/demos/opengl/ |
trackball.cpp | 40 bool Trackball::mapToSphere(const Vector2i& p2, Vector3f& v3) 42 if ((p2.x() >= 0) && (p2.x() <= int(mpCamera->vpWidth())) && 43 (p2.y() >= 0) && (p2.y() <= int(mpCamera->vpHeight())) ) 45 double x = (double)(p2.x() - 0.5*mpCamera->vpWidth()) / (double)mpCamera->vpWidth(); 46 double y = (double)(0.5*mpCamera->vpHeight() - p2.y()) / (double)mpCamera->vpHeight();
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFloatQuad.h | 54 WebFloatQuad(const WebFloatPoint& p0, const WebFloatPoint& p1, const WebFloatPoint& p2, const WebFloatPoint& p3) 58 p[2] = p2; 68 p[1] = q.p2();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/ |
assignment.fail.cpp | 27 A* p2 = new A(2); local 28 std::auto_ptr<A> ap2(p2); 31 assert(ap2.get() == p2);
|
assignment.pass.cpp | 27 A* p2 = new A(2); local 28 std::auto_ptr<A> ap2(p2); 31 assert(ap2.get() == p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
owner_before_weak_ptr.pass.cpp | 22 const std::shared_ptr<int> p2 = p1; local 25 const std::weak_ptr<int> w2(p2); 28 assert(!p2.owner_before(w1));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/ |
PointTest.java | 52 Point p2 = new Point(p); local 54 assertNotSame(p, p2); 55 assertEquals(p, p2); 71 Point p2 = p.copy(); local 73 assertNotSame(p, p2); 74 assertEquals(p, p2); 79 Point p2 = p.offsetBy(3, 4); local 81 assertSame(p, p2); 99 Point p2 = new Point(-3, -4); local 104 assertFalse(p.equals(p2)); 110 Point p2 = new Point(-3, -4); local [all...] |
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_mman_test.cc | 34 char *p2 = (char*)internal_alloc(MBlockScopedBuf, 20); local 35 EXPECT_NE(p2, (char*)0); 36 EXPECT_NE(p2, p); 41 ((char*)p2)[i] = 42; 44 internal_free(p2); 53 char *p2 = (char*)user_alloc(thr, pc, 20); local 54 EXPECT_NE(p2, (char*)0); 55 EXPECT_NE(p2, p); 59 MBlock *b2 = user_mblock(thr, p2); 67 ((char*)p2)[i] = 42 94 void *p2 = user_realloc(thr, pc, p, 0); local 101 void *p2 = user_realloc(thr, pc, p, 10000); local 112 void *p2 = user_realloc(thr, pc, p, 10); local 125 char *p2 = (char*)user_alloc(thr, pc, 20); local [all...] |
/external/libnfc-nci/src/hal/include/ |
gki_hal_target.h | 254 #define GKI_TRACE_2(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2) 255 #define GKI_TRACE_3(m,p1,p2,p3) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3) 256 #define GKI_TRACE_4(m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4) 257 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5) 258 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5,p6 [all...] |
/external/libnfc-nci/src/include/ |
gki_target.h | 392 #define GKI_TRACE_2(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2) 393 #define GKI_TRACE_3(m,p1,p2,p3) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3) 394 #define GKI_TRACE_4(m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4) 395 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5) 396 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5,p6 [all...] |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
syscall.h | 21 intptr_t p2, 52 T2 p2 = 0, 59 SandboxSyscall(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { 63 (intptr_t)p2, 76 inline intptr_t SandboxSyscall(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) 80 SandboxSyscall(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { 84 (intptr_t)p2, 91 inline intptr_t SandboxSyscall(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4) 94 inline intptr_t SandboxSyscall(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4) { 95 return SandboxSyscall(nr, p0, p1, p2, p3, p4, 0) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
o_str.h | 66 int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
|
/external/chromium_org/v8/src/ia32/ |
simulator-ia32.h | 38 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ 39 (entry(p0, p1, p2, p3, p4)) 47 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \ 48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
|
/external/chromium_org/v8/src/x64/ |
simulator-x64.h | 39 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ 40 (entry(p0, p1, p2, p3, p4)) 47 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \ 48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
|