HomeSort by relevance Sort by last modified time
    Searched refs:p3 (Results 26 - 50 of 375) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/base/
gmock_callback_support.h 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);
101 AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)) {
102 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4, p5, p6);
  /external/clang/test/Analysis/diagnostics/
deref-track-symbolic-region.cpp 33 int *p3 = p2; // expected-note {{'p3' initialized to a null pointer value}} local
34 return *p3; // expected-warning {{Dereference of null pointer}}
  /external/e2fsprogs/lib/uuid/
gen_uuid_nt.c 27 // OUT PULONG p3,
38 void* p3 // 4 bytes
47 void* p3, // 4 bytes
  /external/chromium_org/third_party/libjingle/source/talk/base/
refcount.h 60 template<typename P1, typename P2, typename P3>
61 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {
64 template<typename P1, typename P2, typename P3, typename P4>
65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4)
66 : T(p1, p2, p3, p4), ref_count_(0) {
69 template<typename P1, typename P2, typename P3, typename P4, typename P5>
70 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5
    [all...]
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 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) {}
60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 35 public Point p3; field in class:Quad
40 public Quad(Point p0, Point p1, Point p2, Point p3) {
44 this.p3 = p3;
51 p3.IsInUnitRange();
55 return new Quad(p0.plus(t), p1.plus(t), p2.plus(t), p3.plus(t));
59 return new Quad(p0.plus(x, y), p1.plus(x, y), p2.plus(x, y), p3.plus(x, y));
63 return new Quad(p0.times(s), p1.times(s), p2.times(s), p3.times(s));
67 return new Quad(p0.mult(x, y), p1.mult(x, y), p2.mult(x, y), p3.mult(x, y));
71 List<Float> xs = Arrays.asList(p0.x, p1.x, p2.x, p3.x)
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall.h 20 intptr_t p3, intptr_t p4, intptr_t p5);
44 T3 p3 = 0, T4 p4 = 0, T5 p5 = 0)
49 T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) {
52 (intptr_t)p3, (intptr_t)p4, (intptr_t)p5);
63 T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
67 T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) {
70 (intptr_t)p3, (intptr_t)p4, (intptr_t)p5);
74 inline intptr_t SandboxSyscall(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4)
77 inline intptr_t SandboxSyscall(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4) {
78 return SandboxSyscall(nr, p0, p1, p2, p3, p4, 0)
    [all...]
  /external/chromium_org/cc/resources/
layer_quad_unittest.cc 16 gfx::PointF p3(0.5f, 0.5f);
19 gfx::QuadF quad_cw(p1, p2, p3, p4);
23 gfx::QuadF quad_ccw(p1, p4, p3, p2);
31 gfx::PointF p3(0.5f, 0.5f);
34 gfx::QuadF quad(p1, p2, p3, p4);
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 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)
263 #define GKI_TRACE_3(m,p1,p2,p3)
264 #define GKI_TRACE_4(m,p1,p2,p3,p4
    [all...]
  /external/libnfc-nci/src/include/
gki_target.h 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)
401 #define GKI_TRACE_3(m,p1,p2,p3)
402 #define GKI_TRACE_4(m,p1,p2,p3,p4
    [all...]
  /external/chromium_org/base/memory/
manual_constructor.h 75 inline void Init(const T1& p1, const T2& p2, const T3& p3) {
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) {
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,
87 new(space_.void_data()) Type(p1, p2, p3, p4, p5);
92 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
94 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6);
99 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
101 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6, p7)
    [all...]
  /external/chromium_org/ppapi/shared_impl/
thread_aware_callback.h 84 template <class P1, class P2, class P3>
85 void RunOnTargetThread(const P1& p1, const P2& p2, const P3& p3) {
86 InternalRunOnTargetThread(base::Bind(func_, p1, p2, p3));
89 template <class P1, class P2, class P3, class P4>
92 const P3& p3,
94 InternalRunOnTargetThread(base::Bind(func_, p1, p2, p3, p4));
97 template <class P1, class P2, class P3, class P4, class P5>
100 const P3& p3
    [all...]
  /external/libnfc-nci/src/adaptation/
bte_logmsg.c 250 void LogMsg_3 (UINT32 maskTraceSet, const char *strFormat, UINT32 p1, UINT32 p2, UINT32 p3)
255 LogMsg (maskTraceSet, strFormat, p1, p2, p3);
263 LogMsg (maskTraceSet, strFormat, p1, p2, p3);
266 MMI_Echo(strFormat, p1, p2, p3);
271 LogMsg (maskTraceSet, strFormat, p1, p2, p3);
276 bte_hcisl_send_traces(maskTraceSet, strFormat, p1, p2, p3);
293 UINT32 p3, UINT32 p4)
298 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4);
306 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4);
309 MMI_Echo(strFormat, p1, p2, p3, p4)
    [all...]
  /external/sfntly/cpp/src/test/
smart_pointer_test.cc 44 Ptr<Foo> p3; local
45 p3 = p1;
48 EXPECT_EQ(size_t(3), p3->ref_count_);
54 EXPECT_EQ(size_t(2), p3->ref_count_);
57 p3.Release();
59 EXPECT_EQ(NULL, p3.p_);
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 134 inline void Init(const T1& p1, const T2& p2, const T3& p3) {
135 new(space()) Type(p1, p2, p3);
139 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) {
140 new(space()) Type(p1, p2, p3, p4);
144 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
146 new(space()) Type(p1, p2, p3, p4, p5);
151 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
153 new(space()) Type(p1, p2, p3, p4, p5, p6);
158 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array.pass.cpp 40 auto p3 = std::make_unique<foo[]>(7); local
42 assert ( p3[i].get () == 3 );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_weak_ptr.pass.cpp 23 const std::shared_ptr<int> p3(new int);
26 const std::weak_ptr<int> w3(p3);
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter_filters.c 22 uint8_t p3, uint8_t p2,
27 mask |= (abs(p3 - p2) > limit) * -1;
38 uint8_t p3, uint8_t p2,
47 mask |= (abs(p3 - p0) > thresh) * -1;
53 uint8_t p4, uint8_t p3,
58 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3);
114 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
117 p3, p2, p1, p0, q0, q1, q2, q3);
134 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; local
137 p3, p2, p1, p0, q0, q1, q2, q3)
150 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; local
175 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
196 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; local
220 p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; local
269 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
295 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; local
    [all...]
  /external/bluetooth/bluedroid/include/
gki_target.h 409 #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)
410 #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)
411 #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)
412 #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)
417 #define GKI_TRACE_ERROR_3(m,p1,p2,p3) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_ERROR,m,p1,p2,p3)
    [all...]
  /external/clang/test/Analysis/
NewDelete+MismatchedDeallocator_intersections.cpp 24 int *p3 = (int *)malloc(sizeof(int)); // no warn local
  /external/chromium_org/sandbox/win/src/
crosscall_server.h 182 void* p3);
184 void* p3, void* p4);
186 void* p3, void* p4, void* p5);
188 void* p3, void* p4, void* p5, void* p6);
190 void* p3, void* p4, void* p5, void* p6,
193 void* p3, void* p4, void* p5, void* p6,
196 void* p3, void* p4, void* p5, void* p6,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_perf.c 49 float p1, p2, p3, p4, p5, p6; local
60 p3 = 100.0 * (float) lp_count.nr_partially_covered_64 / (float) total_64;
70 debug_printf("llvmpipe: nr_partially_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_64, p3, total_64);
79 p3 = 100.0 * (float) lp_count.nr_partially_covered_16 / (float) total_16;
83 debug_printf("llvmpipe: nr_partially_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_16, p3, total_16);
92 p3 = 100.0 * (float) lp_count.nr_partially_covered_4 / (float) total_4;
97 debug_printf("llvmpipe: nr_partially_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_4, p3, total_4);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.c 49 float p1, p2, p3, p4, p5, p6; local
60 p3 = 100.0 * (float) lp_count.nr_partially_covered_64 / (float) total_64;
70 debug_printf("llvmpipe: nr_partially_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_64, p3, total_64);
79 p3 = 100.0 * (float) lp_count.nr_partially_covered_16 / (float) total_16;
83 debug_printf("llvmpipe: nr_partially_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_16, p3, total_16);
92 p3 = 100.0 * (float) lp_count.nr_partially_covered_4 / (float) total_4;
97 debug_printf("llvmpipe: nr_partially_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_4, p3, total_4);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 75 * @param p3 the index just after interpolation interval. If <code>p2</code> points the end of
76 * valid points, <code>p3</code> must be equal or greater than <code>maxPos</code> of
79 public void setInterval(final int p0, final int p1, final int p2, final int p3) {
94 } else if (p3 < mMaxPos) {
95 // p1 has no previous valid point, but p2 has next valid point p3.
97 final float bx = (mXCoords[p3] - mP1X) / 2.0f;
98 final float by = (mYCoords[p3] - mP1Y) / 2.0f;
113 if (p3 < mMaxPos) {
114 // p2 has next valid point p3.
115 // The slope of the tangent is half of the vector p1->p3
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 69 punpcklbw mm3, mm0 ; mm3 = p0..p3
70 movq mm1, mm3 ; mm1 = p0..p3
75 punpcklbw mm5, mm0 ; mm5 = r1 p0..p3
76 pmullw mm6, mm5 ; mm6 *= p0..p3 * kernel 3 modifiers
80 movq mm7, mm1 ; mm7 = r0 p0..p3
81 psubusw mm7, mm5 ; mm7 = r0 p0..p3 - r1 p0..p3
82 psubusw mm5, mm1 ; mm5 = r1 p0..p3 - r0 p0..p3
83 paddusw mm7, mm5 ; mm7 = abs(r0 p0..p3 - r1 p0..p3
    [all...]

Completed in 2403 milliseconds

12 3 4 5 6 7 8 91011>>