HomeSort by relevance Sort by last modified time
    Searched refs:p2 (Results 276 - 300 of 380) sorted by null

<<111213141516

  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 125 function Triangle(p1, p2, p3) {
127 var edge2 = sub(p2, p1);
  /external/webkit/WebCore/editing/
TypingCommand.cpp 307 VisiblePosition p2 = startOfWord(start, LeftWordIfOnBoundary); local
308 if (p1 != p2)
  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 50 int compare_spl(const void* p1, const void* p2) {
51 return strcmp((const char*)(p1), (const char*)(p2));
  /external/qemu/
block.c 109 const char *p2; local
110 p2 = strrchr(base_path, '\\');
111 if (!p1 || p2 > p1)
112 p1 = p2;
    [all...]
  /external/webkit/WebCore/platform/graphics/transforms/
AffineTransform.cpp 321 result.setP2(mapPoint(q.p2()));
  /hardware/ril/include/telephony/
ril.h 208 int p2; member in struct:__anon9803
    [all...]
  /build/tools/releasetools/
common.py 198 p2 = Run(["minigzip"],
201 p2.wait()
204 assert p2.returncode == 0, "minigzip of %s ramdisk failed" % (targetname,)
  /external/freetype/src/psaux/
psobjs.c 1663 FT_Vector* p2 = outline->points + outline->n_points - 1; local
    [all...]
  /external/openssl/ssl/
s2_srvr.c 924 unsigned char *p,*p2,*buf2; local
1075 p2=buf2;
1076 i=i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509,&p2);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
esta_drv.c 911 tmp_req.u.req.p2 = 0x4321;
918 if ((tmp_req.u.req.p1 != 0x1234) || (tmp_req.u.req.p2 != 0x4321) || (tmp_req.u.req.p3 != 0x1221) || (tmp_req.u.req.p4 != 0x4334) || (tmp_req.u.req.reply_expected != 0x50))
    [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 62 //uint32_t p2 = (uint32_t) key2.integer;
64 UColToken *p2 = (UColToken *)key2.pointer; local
66 const UChar *s2 = (p2->source & 0x00FFFFFF) + p2->rulesToParse;
68 uint32_t s2L = ((p2->source & 0xFF000000) >> 24);
71 if (p1 == p2) {
74 if (p1->source == 0 || p2->source == 0) {
80 if(p1->source == p2->source) {
    [all...]
  /external/gtest/test/
gtest_unittest.cc 1874 const char p2[] = "good"; local
3971 char* const p2 = reinterpret_cast<char*>(pv2); local
3993 wchar_t* const p2 = reinterpret_cast<wchar_t*>(pv2); local
4199 unsigned char* const p2 = NULL; local
    [all...]
  /external/chromium/third_party/libevent/
http.c 550 const char *p2; local
567 p2 = p + 1;
569 p2 = NULL;
573 if (p2 == NULL)
574 p2 = "";
575 evutil_snprintf(file, sizeof(file), "/%s", p2);
    [all...]
  /bionic/libc/regex/
engine.c 115 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
120 #define AT(t, p1, p2, s1, s2) /* nothing */
  /external/openssl/crypto/evp/
evp.h 181 int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2);
    [all...]
evp_locl.h 339 int (*ctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2);
  /external/openssl/include/openssl/
evp.h 181 int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2);
    [all...]
  /external/freetype/src/truetype/
ttgload.c 986 FT_Vector* p2; local
1000 p2 = gloader->base.outline.points + l;
1002 x = p1->x - p2->x;
1003 y = p1->y - p2->y;
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 450 static void adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, const StrokeStyle&);
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 486 Q_PROPERTY(QString p2 READ p2)
497 QString p2() const { function in class:MyEnumTestQObject
498 return QLatin1String("p2");
    [all...]
  /system/core/libpixelflinger/
trap.cpp 102 " P2=(%.3f, %.3f) [%08x, %08x]\n",
666 const GGLcoord* p2,
671 const GGLfixed* bot = p2;
856 const GGLcoord* p2,
861 const GGLfixed* bot = p2;
    [all...]
  /bionic/libc/kernel/common/linux/
soundcard.h 779 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_COMMON; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (p1); _seqbuf[_seqbufptr+5] = (p2); *(short *)&_seqbuf[_seqbufptr+6] = (w14); _SEQ_ADVBUF(8);}
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 779 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_COMMON; _seqbuf[_seqbufptr+1] = (dev); _seqbuf[_seqbufptr+2] = (event); _seqbuf[_seqbufptr+3] = (chn); _seqbuf[_seqbufptr+4] = (p1); _seqbuf[_seqbufptr+5] = (p2); *(short *)&_seqbuf[_seqbufptr+6] = (w14); _SEQ_ADVBUF(8);}
  /external/chromium/third_party/icu/source/common/
usprep.cpp 115 compareEntries(const UHashTok p1, const UHashTok p2) {
117 UStringPrepKey *b2 = (UStringPrepKey *)p2.pointer;
  /external/e2fsprogs/intl/
dcigettext.c 256 transcmp (const void *p1, const void *p2)
263 s2 = (const struct known_translation_t *) p2;
    [all...]

Completed in 2346 milliseconds

<<111213141516