Searched refs:p1 (Results 101 - 125 of 1077) sorted by relevance

1234567891011>>

/external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
H A Dparam_copy.pass.cpp30 P p1 = p0; local
31 assert(p1 == p0);
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
H A Dparam_copy.pass.cpp30 P p1 = p0; local
31 assert(p1 == p0);
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
H A Deq.pass.cpp26 const std::shared_ptr<int> p1(ptr1);
29 assert(p1 != p2);
H A Dlt.pass.cpp25 const std::shared_ptr<int> p1(ptr1);
28 assert((p1 < p2) == (ptr1 < ptr2));
/external/libcxx/test/utilities/utility/pairs/pairs.pair/
H A Dassign_const_pair_U_V.pass.cpp24 P1 p1(3, 4);
26 p2 = p1;
H A Dassign_rv_pair.pass.cpp25 P p1(std::unique_ptr<int>(new int(3)), 4);
27 p2 = std::move(p1);
/external/valgrind/main/massif/tests/
H A Dnew-cpp.cpp19 s* p1 = new s; local
23 delete p1;
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} argument
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} argument
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} argument
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
/external/libpng/
H A Dpngdebug.h64 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1)
67 # define png_debug2(l,m,p1,p2) \
68 _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
90 # define png_debug1(l,m,p1) \
94 (num_tabs==2 ? " " : (num_tabs>2 ? " " : ""))),p1); \
98 # define png_debug2(l,m,p1,p2) \
102 (num_tabs==2 ? " " : (num_tabs>2 ? " " : ""))),p1,p2);\
118 # define png_debug1(l,m,p1) \
125 fprintf(PNG_DEBUG_FILE,format,p1); \
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TimeZone.java50 public boolean inDaylightTime(java.util.Date p1) { argument
55 cal.setTime(p1);
74 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { argument
79 public void setRawOffset(int p1) { argument
80 rawOffset = p1;
/external/libnfc-nci/src/hal/include/
H A Dgki_hal_target.h253 #define GKI_TRACE_1(m,p1) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1)
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,p
[all...]
/external/libnfc-nci/src/include/
H A Dgki_target.h391 #define GKI_TRACE_1(m,p1) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1)
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,p
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c47 uint32_t p1,
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"
80 /* mask |= (abs(p1 - p0) > limit)
81 * hev |= (abs(p1 - p0) > thresh)
83 "subu_s.qb %[c], %[p1], %[p0] \n\t"
84 "subu_s.qb %[r_k], %[p0], %[p1] \n\t"
120 [p1] "r" (p1), [p
43 vp8_filter_mask_vec_mips( uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask ) argument
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/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c47 uint32_t p1,
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"
80 /* mask |= (abs(p1 - p0) > limit)
81 * hev |= (abs(p1 - p0) > thresh)
83 "subu_s.qb %[c], %[p1], %[p0] \n\t"
84 "subu_s.qb %[r_k], %[p0], %[p1] \n\t"
120 [p1] "r" (p1), [p
43 vp8_filter_mask_vec_mips( uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask ) argument
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/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPoint.cpp98 float findSlope(const FloatPoint& p1, const FloatPoint& p2, float& c) argument
100 if (p2.x() == p1.x())
104 float slope = (p2.y() - p1.y()) / (p2.x() - p1.x());
105 c = p1.y() - slope * p1.x();
109 bool findIntersection(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& d1, const FloatPoint& d2, FloatPoint& intersection) argument
111 float pxLength = p2.x() - p1.x();
112 float pyLength = p2.y() - p1.y();
121 float param = ((d1.x() - p1
[all...]
/external/llvm/unittests/ADT/
H A DMakeUniqueTest.cpp22 auto p1 = make_unique<int>(5); local
23 EXPECT_TRUE((bool)p1);
24 EXPECT_EQ(5, *p1);
71 auto p1 = make_unique<int[]>(2); local
72 EXPECT_TRUE((bool)p1);
73 EXPECT_EQ(0, p1[0]);
74 EXPECT_EQ(0, p1[1]);
/external/chromium_org/net/quic/
H A Dquic_utils_chromium_test.cc22 int* p1 = FindOrNull(m, 0); local
23 CHECK_EQ(*p1, 2);
24 ++(*p1);
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A Downer_before_weak_ptr.pass.cpp21 const std::shared_ptr<int> p1(new int);
22 const std::shared_ptr<int> p2 = p1;
24 const std::weak_ptr<int> w1(p1);
/external/deqp/framework/opengl/simplereference/
H A DsglrContextUtil.cpp31 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) argument
36 drawQuadWithVaoBuffers(ctx, program, p0, p1);
40 drawQuadWithClientPointers(ctx, program, p0, p1);
44 void drawQuadWithVaoBuffers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) argument
47 float hz = (p0.z() + p1.z()) * 0.5f;
51 p0.x(), p1.y(), hz, 1.0f,
52 p1.x(), p0.y(), hz, 1.0f,
53 p1.x(), p1.y(), p1
114 drawQuadWithClientPointers(sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) argument
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Dquad.js39 this.p1 = vec2.create();
47 vec2.set(q.p1, x, y);
60 Quad.From4Vecs = function(p1, p2, p3, p4) {
62 vec2.set(q.p1, p1[0], p1[1]);
73 q.p1[0] = arr[0];
74 q.p1[1] = arr[1];
86 return vecInTriangle2(vec, this.p1, this.p2, this.p3) ||
87 vecInTriangle2(vec, this.p1, thi
[all...]
/external/chromium_org/base/memory/
H A Dmanual_constructor.h65 inline void Init(const T1& p1) { argument
66 new(space_.void_data()) Type(p1);
70 inline void Init(const T1& p1, const T2& p2) { argument
71 new(space_.void_data()) Type(p1, p2);
75 inline void Init(const T1& p1, const T2& p2, const T3& p3) { argument
76 new(space_.void_data()) Type(p1, p2, p3);
80 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) { argument
81 new(space_.void_data()) Type(p1, p2, p3, p4);
85 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
87 new(space_.void_data()) Type(p1, p
92 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6) argument
99 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7) argument
106 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasGradient.cpp37 CanvasGradient::CanvasGradient(const FloatPoint& p0, const FloatPoint& p1) argument
38 : m_gradient(Gradient::create(p0, p1))
42 CanvasGradient::CanvasGradient(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1) argument
43 : m_gradient(Gradient::create(p0, r0, p1, r1))
/external/chromium_org/third_party/webrtc/base/
H A Dcallback.h108 R operator()(P1 p1) { argument
111 return helper_->Run(p1);
118 virtual R Run(P1 p1) = 0;
122 virtual R Run(P1 p1) { argument
123 return functor_(p1);
139 R operator()(P1 p1, P2 p2) { argument
142 return helper_->Run(p1, p2);
149 virtual R Run(P1 p1, P2 p2) = 0;
153 virtual R Run(P1 p1, P2 p2) { argument
154 return functor_(p1, p
171 operator ()(P1 p1, P2 p2, P3 p3) argument
185 Run(P1 p1, P2 p2, P3 p3) argument
204 operator ()(P1 p1, P2 p2, P3 p3, P4 p4) argument
218 Run(P1 p1, P2 p2, P3 p3, P4 p4) argument
238 operator ()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
252 Run(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
[all...]
/external/chromium_org/v8/src/ia32/
H A Dsimulator-ia32.h15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
16 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/chromium_org/v8/src/x64/
H A Dsimulator-x64.h16 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
17 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))

Completed in 618 milliseconds

1234567891011>>