Searched refs:p3 (Results 1 - 25 of 351) sorted by relevance

1234567891011>>

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
H A Downer_before_shared_ptr.pass.cpp24 const std::shared_ptr<int> p3(new int);
27 assert(p1.owner_before(p3) || p3.owner_before(p1));
28 assert(p3.owner_before(p1) == p3.owner_before(p2));
H A Downer_before_weak_ptr.pass.cpp24 const std::shared_ptr<int> p3(new int);
27 const std::weak_ptr<int> w3(p3);
30 assert(p1.owner_before(w3) || p3.owner_before(w1));
31 assert(p3.owner_before(w1) == p3.owner_before(w2));
/external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
H A Dappend_op.pass.cpp31 path p3 = p1 / p2; local
32 assert(p3 == "abc/def");
/external/libcxx/test/std/language.support/support.exception/propagation/
H A Dexception_ptr.pass.cpp30 std::exception_ptr p3 = nullptr; local
31 assert(p3 == nullptr);
32 p3 = nullptr;
33 assert(p3 == nullptr);
/external/clang/test/Analysis/
H A DMalloc+MismatchedDeallocator_intersections.cpp23 int *p3 = new int; // no-warning local
37 int *p3 = new int[0]; local
38 p3[0] = 1; // no-warning
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
H A Dlt.pass.cpp27 const std::shared_ptr<int> p3(ptr2, do_nothing);
29 assert(!(p2 < p3) && !(p3 < p2));
H A Deq.pass.cpp28 const std::shared_ptr<int> p3(ptr2, do_nothing);
30 assert(p2 == p3);
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dpiecewise.pass.cpp30 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
32 assert(p3.first == P1(3, nullptr));
33 assert(p3.second == P2(nullptr, 4));
/external/compiler-rt/test/asan/TestCases/
H A Datexit_stats.cc15 int *p3 = (int*)malloc(9000000); variable
H A Dinvalid-pointer-pairs.cc27 char *p3 = p + 20; local
31 return p < p3;
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dvp8_loopfilter_filters_dspr2.c32 uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3,
41 /* mask |= (abs(p3 - p2) > limit) */
42 "subu_s.qb %[c], %[p3], %[p2] \n\t"
43 "subu_s.qb %[r_k], %[p2], %[p3] \n\t"
93 : [limit] "r"(limit), [p3] "r"(p3), [p2] "r"(p2), [p1] "r"(p1),
307 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
315 p3 = 0;
339 p3 = *((uint32_t *)(s3));
342 /* if (p1 - p4 == 0) and (p2 - p3
31 vp8_filter_mask_vec_mips( uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask) argument
500 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
606 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
920 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1484 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1616 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1730 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1919 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
[all...]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A Downer_before_shared_ptr.pass.cpp24 const std::shared_ptr<int> p3(new int);
27 const std::weak_ptr<int> w3(p3);
30 assert(w1.owner_before(p3) || w3.owner_before(p1));
H A Downer_before_weak_ptr.pass.cpp24 const std::shared_ptr<int> p3(new int);
27 const std::weak_ptr<int> w3(p3);
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance-event.tc59 p3=$!
60 echo $p3
64 kill -1 $p3
69 wait $p1 $p2 $p3
111 p3=$!
112 echo $p3
127 kill -1 $p3
132 wait $p1 $p2 $p3 $p4 $p5
H A Dinstance.tc51 p3=$!
52 echo $p3
67 kill -1 $p3
72 wait $p1 $p2 $p3 $p4 $p5
/external/v8/src/x64/
H A Dsimulator-x64.h16 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \
17 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \
26 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/v8/src/x87/
H A Dsimulator-x87.h15 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \
16 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \
26 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/clang/test/Analysis/diagnostics/
H A Dderef-track-symbolic-region.cpp33 int *p3 = p2; // expected-note {{'p3' initialized to a null pointer value}} local
34 return *p3; // expected-warning {{Dereference of null pointer}}
/external/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec.cpp21 extern void (*p3)() throw(char);
22 void (*q3)() throw(T) = p3; // expected-error {{target exception spec}}
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid_nt.c28 // OUT PULONG p3,
39 void* p3 // 4 bytes
48 void* p3, // 4 bytes
/external/testng/src/test/java/test/parameters/
H A DInheritFromSuiteChild3.java17 public void inheritedparameter(String p1, String p2, String p3, String p4) { argument
20 Assert.assertEquals(p3, "c2p3");
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_filters_dspr2.c28 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
65 "lw %[p3], (%[s3]) \n\t"
68 : [p1] "=&r"(p1), [p2] "=&r"(p2), [p3] "=&r"(p3), [p4] "=&r"(p4)
71 /* if (p1 - p4 == 0) and (p2 - p3 == 0)
73 if (!(((p1 - p4) == 0) && ((p2 - p3) == 0))) {
83 filter_hev_mask_dspr2(limit_vec, flimit_vec, p1, p2, pm1, p0, p3, p4, p5,
89 filter_dspr2(mask, hev, &p1, &p2, &p3, &p4);
94 "sw %[p3], (%[s3]) \n\t"
98 : [p1] "r"(p1), [p2] "r"(p2), [p3] "
112 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
[all...]
/external/sfntly/cpp/src/test/
H A Dsmart_pointer_test.cc44 Ptr<Foo> p3; local
45 p3 = p1;
48 EXPECT_EQ(size_t(3), p3->ref_count_);
54 EXPECT_EQ(size_t(2), p3->ref_count_);
57 p3.Release();
59 EXPECT_EQ(NULL, p3.p_);
/external/webrtc/webrtc/system_wrappers/include/
H A Dref_count.h55 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) {}
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
H A Dmake_unique.array.pass.cpp40 auto p3 = std::make_unique<foo[]>(7); local
42 assert ( p3[i].get () == 3 );

Completed in 717 milliseconds

1234567891011>>