HomeSort by relevance Sort by last modified time
    Searched refs:p2 (Results 176 - 200 of 1664) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/public/platform/
WebFloatQuad.h 54 WebFloatQuad(const WebFloatPoint& p0, const WebFloatPoint& p1, const WebFloatPoint& p2, const WebFloatPoint& p3)
58 p[2] = p2;
68 p[1] = q.p2();
  /external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
assignment.fail.cpp 27 A* p2 = new A(2); local
28 std::auto_ptr<A> ap2(p2);
31 assert(ap2.get() == p2);
assignment.pass.cpp 27 A* p2 = new A(2); local
28 std::auto_ptr<A> ap2(p2);
31 assert(ap2.get() == p2);
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
owner_before_weak_ptr.pass.cpp 22 const std::shared_ptr<int> p2 = p1; local
25 const std::weak_ptr<int> w2(p2);
28 assert(!p2.owner_before(w1));
unique.pass.cpp 24 std::shared_ptr<int> p2 = p; local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
assignment.fail.cpp 27 A* p2 = new A(2); local
28 std::auto_ptr<A> ap2(p2);
31 assert(ap2.get() == p2);
assignment.pass.cpp 27 A* p2 = new A(2); local
28 std::auto_ptr<A> ap2(p2);
31 assert(ap2.get() == p2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
owner_before_weak_ptr.pass.cpp 22 const std::shared_ptr<int> p2 = p1; local
25 const std::weak_ptr<int> w2(p2);
28 assert(!p2.owner_before(w1));
unique.pass.cpp 24 std::shared_ptr<int> p2 = p; local
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/
PointTest.java 52 Point p2 = new Point(p); local
54 assertNotSame(p, p2);
55 assertEquals(p, p2);
71 Point p2 = p.copy(); local
73 assertNotSame(p, p2);
74 assertEquals(p, p2);
79 Point p2 = p.offsetBy(3, 4); local
81 assertSame(p, p2);
99 Point p2 = new Point(-3, -4); local
104 assertFalse(p.equals(p2));
110 Point p2 = new Point(-3, -4); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.18.1/
org.eclipse.tycho.p2.tools.impl-0.18.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-repository-plugin/0.20.0/
tycho-p2-repository-plugin-0.20.0.jar 
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 254 #define GKI_TRACE_2(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2)
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
    [all...]
  /external/libnfc-nci/src/include/
gki_target.h 392 #define GKI_TRACE_2(m,p1,p2) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2)
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
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
o_str.h 66 int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
  /external/chromium_org/v8/src/ia32/
simulator-ia32.h 15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
16 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /external/chromium_org/v8/src/x64/
simulator-x64.h 16 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
17 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /external/chromium_org/v8/src/x87/
simulator-x87.h 15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
16 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /external/clang/test/PCH/Inputs/
chain-selectors1.h 5 -(void)h:(int)p1 foo:(int)p2;
  /external/openssl/crypto/
o_str.h 66 int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
  /external/pixman/demos/
linear-gradient.c 22 pixman_point_fixed_t p1, p2; local
31 p2.x = WIDTH << 16;
32 p2.y = HEIGHT << 16;
34 src_img = pixman_image_create_linear_gradient (&p1, &p2, stops, ARRAY_LENGTH (stops));

Completed in 432 milliseconds

1 2 3 4 5 6 78 91011>>