Searched defs:p2 (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/
H A Dmap_unaligned.c8 void *p2; local
25 if ( ( p2 = mmap( p1 + 1, 4096, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS | MAP_FIXED, -1, 0 ) ) == MAP_FAILED )
31 if ( munmap( p2, 4096 ) != 0 )
/external/openssh/openbsd-compat/
H A Dtimingsafe_bcmp.c26 const unsigned char *p1 = b1, *p2 = b2; local
30 ret |= *p1++ ^ *p2++;
/external/valgrind/main/massif/tests/
H A Dnew-cpp.cpp20 s* p2 = new (std::nothrow) s; local
24 delete p2;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ql_2.0.0.v20100503a.jar ... properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/p2/ org/eclipse/equinox/p2/ql/ org/eclipse/equinox/p2/ql
H A Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar ... eclipse/equinox/ org/eclipse/equinox/internal/ org/eclipse/equinox/internal/p2/ org/eclipse/equinox/internal/p2/garbagecollector/ org/eclipse/equinox/internal ...
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar ... eclipse/equinox/ org/eclipse/equinox/internal/ org/eclipse/equinox/internal/p2/ org/eclipse/equinox/internal/p2/ui/ org/eclipse/equinox/internal ...
/external/chromium/base/
H A Dbind.h53 Bind(Sig f, const P1& p1, const P2& p2) { argument
56 f, p1, p2));
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) { argument
64 f, p1, p2, p3));
69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { argument
72 f, p1, p2, p3, p4));
79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, argument
83 f, p1, p2, p3, p4, p5));
90 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, argument
94 f, p1, p2, p
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp2-0x.cpp5 struct X<int>* p2; // expected-error {{elaborated type refers to a type alias template}} variable in typeref:struct:X
/external/clang/test/CodeGen/
H A Dmay-alias.c20 void test1(struct Test1MA *p1, struct Test1 *p2) { argument
24 p2->x = 3;
H A Ddebug-info-crash.c30 PS p2; local
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc22 char *p2 = (char*)InternalAlloc(20); local
23 EXPECT_NE(p2, (char*)0);
24 EXPECT_NE(p2, p);
30 ((char*)p2)[i] = 42;
31 EXPECT_EQ(p2, InternalAllocBlock(p2 + i));
34 InternalFree(p2);
/external/compiler-rt/lib/tsan/unit_tests/
H A Dtsan_mman_test.cc23 char *p2 = (char*)internal_alloc(MBlockScopedBuf, 20); local
24 EXPECT_NE(p2, (char*)0);
25 EXPECT_NE(p2, p);
30 ((char*)p2)[i] = 42;
33 internal_free(p2);
42 char *p2 = (char*)user_alloc(thr, pc, 20); local
43 EXPECT_NE(p2, (char*)0);
44 EXPECT_NE(p2, p);
48 MBlock *b2 = user_mblock(thr, p2);
56 ((char*)p2)[
83 void *p2 = user_realloc(thr, pc, p, 0); local
90 void *p2 = user_realloc(thr, pc, p, 10000); local
101 void *p2 = user_realloc(thr, pc, p, 10); local
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleComparator.java47 public int compare(Particle p1, Particle p2) { argument
50 if (p1.life <= 0 || p2.life <= 0)
55 // else if (p2.life <= 0)
58 float d1 = p1.distToCam, d2 = p2.distToCam;
65 d2 = cam.distanceToNearPlane(p2.position);
66 p2.distToCam = d2;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TimeZone.java75 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { argument
/external/chromium/chrome/browser/sync/sessions/
H A Dordered_commit_set_unittest.cc64 OrderedCommitSet::Projection p1, p2, p3; local
66 p2 = commit_set1.GetCommitIdProjection(GROUP_PASSIVE);
68 EXPECT_TRUE(p1.size() + p2.size() + p3.size() == expected.size()) << "Sum"
77 for (size_t i = 0; i < p2.size(); i++) {
80 EXPECT_TRUE(expected[p2[i]] == commit_set1.GetCommitIdAt(p2[i]))
81 << "expected[p2[i]] = " << expected[p2[i]]
82 << ", commit_set1[p2[i]] = " << commit_set1.GetCommitIdAt(p2[
[all...]
/external/clang/test/SemaCXX/
H A Dcxx11-ast-print.cpp24 // CHECK: const char *p2 = "bar2"_foo;
25 const char *p2 = R"x(bar2)x"_foo; variable
H A Dtrailing-return-0x.cpp69 only<int> p2 = xx.f(0L); variable
/external/icu4c/common/
H A Dstringpiece.cpp62 const char* p2 = y.data(); local
65 if (p[len] != p2[len]) return false;
67 return uprv_memcmp(p, p2, len) == 0;
/external/jmonkeyengine/engine/src/test/jme3test/model/
H A DTestOgreLoading.java49 PointLight p2; field in class:TestOgreLoading
85 p2 = new PointLight();
86 p2.setColor(new ColorRGBA(0.9f, 1, 0.9f, 0));
87 p2.setPosition(new Vector3f(0f, 0f, 3f));
88 rootNode.addLight(p2);
107 p2.setPosition(new Vector3f(FastMath.cos(angle2) * 4f, 0.5f, FastMath.sin(angle2) * 4f));
109 lightMd2.setLocalTranslation(p2.getPosition());
/external/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp92 bool llvm::PredicatesFoldable(ICmpInst::Predicate p1, ICmpInst::Predicate p2) { argument
93 return (CmpInst::isSigned(p1) == CmpInst::isSigned(p2)) ||
94 (CmpInst::isSigned(p1) && ICmpInst::isEquality(p2)) ||
95 (CmpInst::isSigned(p2) && ICmpInst::isEquality(p1));
/external/openssl/crypto/asn1/
H A Da_dup.c68 const unsigned char *p2; local
80 p2= b;
81 ret=d2i(NULL,&p2,i);
/external/skia/samplecode/
H A DSamplePoints.cpp53 SkPaint p0, p1, p2, p3; local
58 p2.setColor(SK_ColorBLUE);
62 p2.setStrokeCap(SkPaint::kRound_Cap);
63 p2.setStrokeWidth(SkIntToScalar(6));
70 canvas->drawPoints(SkCanvas::kPoints_PointMode, n, pts, p2);
/external/valgrind/main/memcheck/tests/
H A Dpartiallydefinedeq.c12 void foo ( int* p1, int* p2, unsigned int * hack ) argument
15 if (*p1 == *p2)
/external/webkit/Source/JavaScriptCore/runtime/
H A DOperations.cpp48 JSValue p2 = v2.toPrimitive(callFrame); local
51 return p2.isString()
52 ? jsString(callFrame, asString(p1), asString(p2))
53 : jsString(callFrame, asString(p1), p2.toString(callFrame));
55 if (p2.isString())
56 return jsString(callFrame, p1.toString(callFrame), asString(p2));
58 return jsNumber(p1.toNumber(callFrame) + p2.toNumber(callFrame));
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} argument
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} argument
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} argument
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}

Completed in 836 milliseconds

1234567891011>>