/external/chromium_org/ui/gfx/ |
rect.h | 103 // Constructs a rectangle with |p1| and |p2| as opposite corners. 109 GFX_EXPORT Rect BoundingRect(const Point& p1, const Point& p2);
|
/external/chromium_org/v8/test/mjsunit/ |
debug-backtrace-text.js | 42 p2 = new Point(2,2); 108 a[2](p1, p2)
|
debug-function-scopes.js | 132 var f5 = (function Raz(p1, p2) { 133 var p3 = p1 + p2;
|
/external/clang/test/Sema/ |
designated-initializers.c | 36 struct point p2 = { variable in typeref:struct:point
|
/external/eigen/Eigen/src/OrderingMethods/ |
Amd.h | 101 ok, nel = 0, p, p1, p2, p3, p4, pj, pk, pk1, pk2, pn, q, t; local 284 p2 = p1 + elen[i] - 1; 286 for(h = 0, d = 0, p = p1; p <= p2; p++) /* scan Ei */ 308 for(p = p2 + 1; p < p4; p++) /* prune edges in Ai */
|
/external/freetype/src/autofit/ |
afloader.c | 346 FT_Vector* p2; local 361 p2 = gloader->base.outline.points + start_point + l; 363 x = p1->x - p2->x; 364 y = p1->y - p2->y;
|
/external/guava/guava-tests/test/com/google/common/base/ |
FunctionsTest.java | 321 Predicate<Float> p2 = Predicates.compose(h, Functions.compose(g, f)); local 324 // assertEquals(p1, p2); 327 assertEquals(p1.hashCode(), p2.hashCode()); 329 assertEquals(p1.apply(1.0f), p2.apply(1.0f)); 330 assertEquals(p1.apply(5.0f), p2.apply(5.0f));
|
/external/icu4c/test/intltest/ |
rbbitst.cpp | 1904 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local 2164 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local 2496 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local [all...] |
/external/ipsec-tools/src/libipsec/ |
pfkey_dump.c | 734 str_upperspec(ulp, p1, p2) 735 u_int ulp, p1, p2; 741 if (!(p1 == IPSEC_PORT_ANY && p2 == IPSEC_PORT_ANY)) 742 printf(" %u,%u", p1, p2);
|
/external/libvpx/libvpx/test/ |
convolve_test.cc | 325 const int p2 = filters[i][4] + filters[i][5]; local 329 EXPECT_LE(p2, 128); 333 EXPECT_LE(p0 + p3 + p1 + p2, 128); 334 EXPECT_EQ(p0 + p1 + p2 + p3, 128);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_tri.c | 266 __m128i p2 = _mm_load_si128((__m128i *)&plane[2]); /* c, dcdx, dcdy, eo */ local 282 transpose4_epi32(&p0, &p1, &p2, &zero, 376 __m128i p2 = _mm_load_si128((__m128i *)&plane[2]); /* c, dcdx, dcdy, eo */ local 391 transpose4_epi32(&p0, &p1, &p2, &zero,
|
/external/opencv/cv/include/ |
cvtypes.h | 120 CvPoint p2; /* the last point of the binary tree root segment */ member in struct:CvContourTree
|
/external/opencv/cv/src/ |
cvlinefit.cpp | 252 double p1, p2, p3; 259 p2 = vz * x - vx * z; 262 dist[j] = (float) sqrt( p1*p1 + p2*p2 + p3*p3 );
|
/external/opencv/cvaux/src/ |
cvsegment.cpp | 75 #define DIFF(p1,p2) ((unsigned)((p1)[0] - (p2)[0] + d_lw)<=Interval && \ 76 (unsigned)((p1)[1] - (p2)[1] + d_lw)<=Interval && \ 77 (unsigned)((p1)[2] - (p2)[2] + d_lw)<=Interval) 79 /*#define DIFF(p1,p2) (CV_IABS((p1)[0] - (p2)[0]) + \ 80 CV_IABS((p1)[1] - (p2)[1]) + \ 81 CV_IABS((p1)[2] - (p2)[2]) <=Interval )*/
|
/external/openssl/crypto/dh/ |
dh_pmeth.c | 117 static int pkey_dh_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
|
/external/oprofile/module/ia64/ |
IA64entry.h | 16 #define pKern p2 /**< will leave_kernel return to kernel-mode? */
|
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/ |
SDL_romvideo.c | 81 #define TWOWORDSTUB(p1,p2) \ 82 { 0x41FA, 0x0012, 0x209F, (p1), (p2), 0x41FA, \ 85 #define THREEWORDSTUB(p1,p2,p3) \ 86 { 0x41FA, 0x0014, 0x209F, (p1), (p2), (p3), 0x41FA, \
|
/external/stlport/test/unit/ |
map_test.cpp | 115 pair_type p2(6, 'f'); 125 p2, 161 pair_type p2(6, 'f'); 169 p2,
|
/external/v8/test/mjsunit/ |
debug-backtrace-text.js | 42 p2 = new Point(2,2); 108 a[2](p1, p2)
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
ProviderTest.java | 367 Provider p2 = pp[0]; local 368 String old = p2.getProperty("MessageDigest.ASH-1"); 369 p2.put("MessageDigest.ASH-1", "AnotherClassName"); 370 Provider.Service s = p2.getService("MessageDigest", "ASH-1");
|
/ndk/tests/device/test-gnustl-full/unit/ |
map_test.cpp | 115 pair_type p2(6, 'f'); 125 p2, 161 pair_type p2(6, 'f'); 169 p2,
|
/ndk/tests/device/test-stlport/unit/ |
map_test.cpp | 115 pair_type p2(6, 'f'); 125 p2, 161 pair_type p2(6, 'f'); 169 p2,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videodev.h | 220 int p2; member in struct:video_play_mode 277 /* p2: GENLOCK FINE DELAY value */ 293 /* p1 = first active; p2 = last active */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev.h | 220 int p2; member in struct:video_play_mode 277 /* p2: GENLOCK FINE DELAY value */ 293 /* p1 = first active; p2 = last active */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emux_synth.h | 70 int (*oss_ioctl)(struct snd_emux *emu, int cmd, int p1, int p2);
|