HomeSort by relevance Sort by last modified time
    Searched refs:p2 (Results 151 - 175 of 1218) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
cor_h_x.c 43 Word16 *p1, *p2; local
56 p2 = &h[0];
58 L_tmp += vo_L_mult(*p1++, *p2++);
69 p2 = &h[0];
71 L_tmp += vo_L_mult(*p1++, *p2++);
82 p2 = &h[0];
84 L_tmp += vo_L_mult(*p1++, *p2++);
95 p2 = &h[0];
97 L_tmp += vo_L_mult(*p1++, *p2++);
p_med_ol.c 43 Word16 *p1, *p2; local
62 p2 = &wsp[-i];
65 R0 += vo_L_mult((*p1++), (*p2++));
66 R0 += vo_L_mult((*p1++), (*p2++));
67 R0 += vo_L_mult((*p1++), (*p2++));
68 R0 += vo_L_mult((*p1++), (*p2++));
101 p2 = hp_wsp - Tm;
105 R1 += vo_mult32(*p2, *p2);
106 R0 += vo_mult32(*p1++, *p2++)
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECPointTest.java 157 ECPoint p2=null, p1 = local
163 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L));
164 assertTrue(p1.equals(p2) && p2.equals(p1));
168 p2 = ECPoint.POINT_INFINITY;
169 assertTrue(p1.equals(p2) && p2.equals(p1));
180 ECPoint p2=null, p1 = local
182 assertFalse(p1.equals(p2));
186 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L))
239 ECPoint p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L)); local
    [all...]
  /external/bluetooth/bluedroid/include/
gki_target.h 408 #define GKI_TRACE_2(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2)
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
    [all...]
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 129 inline void Init(const T1& p1, const T2& p2) {
130 new(space()) Type(p1, p2);
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)
    [all...]
  /external/chromium_org/cc/resources/
layer_quad_unittest.cc 15 gfx::PointF p2(0.5f, -0.5f);
19 gfx::QuadF quad_cw(p1, p2, p3, p4);
23 gfx::QuadF quad_ccw(p1, p4, p3, p2);
30 gfx::PointF p2(0.5f, -0.5f);
34 gfx::QuadF quad(p1, p2, p3, p4);
  /external/chromium_org/ui/gfx/
rect_f.cc 52 RectF BoundingRect(const PointF& p1, const PointF& p2) {
53 float rx = std::min(p1.x(), p2.x());
54 float ry = std::min(p1.y(), p2.y());
55 float rr = std::max(p1.x(), p2.x());
56 float rb = std::max(p1.y(), p2.y());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /external/skia/gm/
points.cpp 41 SkPaint p0, p1, p2, p3; local
46 p2.setColor(SK_ColorBLUE);
50 p2.setStrokeCap(SkPaint::kRound_Cap);
51 p2.setStrokeWidth(SkIntToScalar(6));
58 canvas->drawPoints(SkCanvas::kPoints_PointMode, n, pts, p2);
  /libcore/luni/src/test/java/tests/security/spec/
ECPointTest.java 150 ECPoint p2=null, p1 = local
156 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L));
157 assertTrue(p1.equals(p2) && p2.equals(p1));
161 p2 = ECPoint.POINT_INFINITY;
162 assertTrue(p1.equals(p2) && p2.equals(p1));
173 ECPoint p2=null, p1 = local
175 assertFalse(p1.equals(p2));
179 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L))
232 ECPoint p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L)); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-hash.js 50 var p2 = create(handler)
56 s.add(p2);
58 assertTrue(s.has(p2));
62 fix(p2)
64 assertTrue(s.has(p2));
67 s.delete(p2);
69 assertFalse(s.has(p2));
87 var p2 = create(handler)
93 m.set(p2, 321);
95 assertTrue(m.has(p2));
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 50 var p2 = create(handler)
56 s.add(p2);
58 assertTrue(s.has(p2));
62 fix(p2)
64 assertTrue(s.has(p2));
67 s.delete(p2);
69 assertFalse(s.has(p2));
87 var p2 = create(handler)
93 m.set(p2, 321);
95 assertTrue(m.has(p2));
    [all...]
  /external/chromium_org/chrome/browser/profiles/
file_path_verifier_win_unittest.cc 34 base::FilePath p2(cases[i].inputs[1]);
36 internal::ComparePathsIgnoreCase(p1, p2);
38 "i: " << i << ", p1: " << p1.value() << ", p2: " << p2.value();
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
preemph.cpp 245 Word16 *p2; local
251 p2 = p1 - 1;
256 temp2 = mult(g, *(p2--), pOverflow);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 115 static bool less(AliasInfo p1, AliasInfo p2) {
116 if (p1.ld_value != p2.ld_value)
117 return (p1.ld_value < p2.ld_value);
118 if (p1.ld_binding != p2.ld_binding) {
121 else if (ResolveInfo::Weak==p2.ld_binding)
124 return p1.pt_alias->str() < p2.pt_alias->str();
205 static bool less(AliasInfo p1, AliasInfo p2) {
206 if (p1.ld_value != p2.ld_value)
207 return (p1.ld_value < p2.ld_value);
208 if (p1.ld_binding != p2.ld_binding)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
convert_assignment.fail.cpp 27 A* p2 = new A(2); local
28 std::auto_ptr<A> ap2(p2);
32 assert(ap2.get() == p2);
convert_assignment.pass.cpp 27 A* p2 = new A(2); local
28 std::auto_ptr<A> ap2(p2);
32 assert(ap2.get() == p2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
reset.pass.cpp 43 A* p2 = new A(2); local
44 ap.reset(p2);
45 assert(ap.get() == p2);
  /external/bison/lib/
strverscmp.c 64 const unsigned char *p2 = (const unsigned char *) s2; local
95 if (p1 == p2)
99 c2 = *p2++;
107 c2 = *p2++;
120 if (!ISDIGIT (*p2++))
123 return ISDIGIT (*p2) ? -1 : diff;
  /external/blktrace/
strverscmp.c 92 const unsigned char *p2 = (const unsigned char *) s2; local
123 if (p1 == p2)
127 c2 = *p2++;
135 c2 = *p2++;
148 if (!isdigit (*p2++))
151 return isdigit (*p2) ? -1 : diff;

Completed in 835 milliseconds

1 2 3 4 5 67 8 91011>>