HomeSort by relevance Sort by last modified time
    Searched refs:p0 (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /frameworks/base/opengl/libagl/
primitives.cpp 855 vertex_t *p0, *p1, *p2; local
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 40 typedef void (*FuncGradientFillRectLinear)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, const Vector<Gradient::ColorStop>& stops);
41 typedef void (*FuncGradientFillRectRadial)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, float r0, float r1, const Vector<Gradient::ColorStop>& stops);
    [all...]
PlatformPathWince.cpp 650 const PathPoint& p0 = m_currentPoint; local
655 if (!radius || p0 == p1 || p1 == p2) {
660 PathVector v01 = p0 - p1;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 383 public void verify(PublicKey p0, String p1)
  /bionic/libc/stdio/
vfprintf.c 1260 exponent(char *p0, int exp, int fmtch)
1265 p = p0;
1285 return (p - p0);
  /external/chromium/net/ftp/
ftp_network_transaction.cc 833 int i0, i1, i2, i3, p0, p1; local
849 &i0, &i1, &i2, &i3, &p0, &p1) == 6) {
853 data_connection_port_ = (p0 << 8) + p1;
    [all...]
  /external/libxml2/
xmlwriter.c 4274 xmlTextWriterStackEntry *p0; local
4376 xmlTextWriterNsStackEntry *p0; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dtfmrgts.cpp 1010 ParsePosition p0(0);
1011 UDate d = fmt->parse("01/22/92 04:52:00 GMT", p0);
1013 if(p0 == ParsePosition(0))
    [all...]
rbbitst.cpp 2811 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
3059 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
3384 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 1010 ParsePosition p0(0);
1011 UDate d = fmt->parse("01/22/92 04:52:00 GMT", p0);
1013 if(p0 == ParsePosition(0))
    [all...]
rbbitst.cpp 2504 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
2736 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
3061 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 1342 intptr_t p0 = (p1 & ~kSmiTagMask) + kSmiTag; local
    [all...]
assembler-arm.h 234 p0 = 0, enumerator in enum:v8::internal::Coprocessor
    [all...]
assembler-thumb2.h 234 p0 = 0, enumerator in enum:v8::internal::Coprocessor
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 1555 intptr_t p0 = (p1 & ~kSmiTagMask) + kSmiTag; local
    [all...]
  /external/gtest/test/
gtest_unittest.cc 3557 char* const p0 = NULL; local
3963 char* const p0 = NULL; local
3985 wchar_t* const p0 = NULL; local
    [all...]
  /external/skia/src/core/
SkStroke.cpp 639 void SkStroke::strokeLine(const SkPoint& p0, const SkPoint& p1,
643 tmp.moveTo(p0);
  /external/protobuf/gtest/test/
gtest_unittest.cc 4420 char* const p0 = NULL; local
4824 char* const p0 = NULL; local
4846 wchar_t* const p0 = NULL; local
    [all...]
  /external/ppp/pppd/
ipcp.c 527 char *endp, *p0 = p; local
539 return endp - p0;
550 return p - p0;
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 313 intptr_t p0 = (p1 & ~kSmiTagMask) + kSmiTag; local
314 // Note: p0 might not be a valid Smi *value*, but it has a valid Smi tag.
315 ASSERT(reinterpret_cast<Object*>(p0)->IsSmi());
326 movq(kScratchRegister, p0, RelocInfo::NONE);
329 reinterpret_cast<intptr_t>(Smi::FromInt(static_cast<int>(p1 - p0))),
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 890 prpkt(const char *msg, osl_t *osh, void *p0)
897 for (p = p0; p; p = PKTNEXT(osh, p))
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 1564 milliseconds

1 2 34 5