HomeSort by relevance Sort by last modified time
    Searched defs:P2 (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/clang/test/Modules/Inputs/
redecl-merge-top.h 11 @protocol P2;
12 @protocol P2;
redecl-merge-right.h 18 @protocol P2;
20 @protocol P2;
22 @protocol P2;
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
assign_const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2; local
26 p2 = p1;
27 assert(p2.first == 3);
28 assert(p2.second == 4);
const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2 = p1; local
26 assert(p2.first == 3);
27 assert(p2.second == 4);
33 typedef std::pair<double, long> P2;
35 constexpr P2 p2 = p1; local
36 static_assert(p2.first == 3, "");
37 static_assert(p2.second == 4, "")
    [all...]
piecewise.pass.cpp 27 typedef std::pair<int*, int> P2;
28 typedef std::pair<P1, P2> P3;
32 assert(p3.second == P2(nullptr, 4));
assign_rv_pair_U_V.pass.cpp 35 typedef std::pair<std::unique_ptr<Base>, long> P2;
37 P2 p2; local
38 p2 = std::move(p1);
39 assert(p2.first == nullptr);
40 assert(p2.second == 4);
rv_pair_U_V.pass.cpp 35 typedef std::pair<std::unique_ptr<Base>, long> P2;
37 P2 p2 = std::move(p1); local
38 assert(p2.first == nullptr);
39 assert(p2.second == 4);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
assign_const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2; local
26 p2 = p1;
27 assert(p2.first == 3);
28 assert(p2.second == 4);
const_pair_U_V.pass.cpp 23 typedef std::pair<double, long> P2;
25 P2 p2 = p1; local
26 assert(p2.first == 3);
27 assert(p2.second == 4);
33 typedef std::pair<double, long> P2;
35 constexpr P2 p2 = p1; local
36 static_assert(p2.first == 3, "");
37 static_assert(p2.second == 4, "")
    [all...]
piecewise.pass.cpp 27 typedef std::pair<int*, int> P2;
28 typedef std::pair<P1, P2> P3;
32 assert(p3.second == P2(nullptr, 4));
assign_rv_pair_U_V.pass.cpp 35 typedef std::pair<std::unique_ptr<Base>, long> P2;
37 P2 p2; local
38 p2 = std::move(p1);
39 assert(p2.first == nullptr);
40 assert(p2.second == 4);
rv_pair_U_V.pass.cpp 35 typedef std::pair<std::unique_ptr<Base>, long> P2;
37 P2 p2 = std::move(p1); local
38 assert(p2.first == nullptr);
39 assert(p2.second == 4);
  /external/v8/test/webkit/
dfg-patchable-get-by-id-after-watchpoint.js 47 function P2() {
50 P2.prototype.g = 24;
53 var p2 = new P2();
56 p2.f = 2;
59 var p = (i % 2) ? p1 : p2;
66 P2.prototype.h = 59; // Not necessary, but what the heck - this resets the GetById even more.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S 48 P2: ADD r2, pc
139 .word armVCM4P10_VMatrixU16-(P2+8)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
expected_errors.s 59 [ R0 ++ P2 ] = R2;
62 [ I0 ++ P2 ] = R2;
66 W [ R0 ++ P2 ] = R2.h;
69 W [ I0 ++ P2 ] = R2.h;
72 [ I0 ++ ] = P2;
75 W [ I0 ++ ] = P2.h;
79 W [ P0 ++ ] = P2;
83 B [ P0 ++ ] = P2;
87 R2 = [ R0 ++ P2 ];
90 R2 = [ I0 ++ P2 ];
    [all...]
flow.s 33 Call (PC+p2);
59 P2 = P0 << 2;
60 P2 = P2 + FP;
63 P2 = P2 + P1;
65 [P2] = R0;
95 P2 = P0 << 2;
96 P2 = P2 + FP
    [all...]
  /external/clang/test/Analysis/
region-store.cpp 15 class P2 {
22 class Derived: public P1, public P2 {
  /external/clang/test/SemaCXX/
attr-gnu.cpp 10 auto P2 = new int * __sptr; // Ok
  /external/tpm2/
Commit.c 31 TPMS_ECC_POINT P2;
56 // Make sure that both parts of P2 are present if either is present
75 // Set up P2 if s2 and Y2 are provided
78 pP2 = &P2;
80 // copy y2 for P2
81 MemoryCopy2B(&P2.y.b, &in->y2.b, sizeof(P2.y.t.buffer));
85 P2.x.t.size = CryptHashBlock(eccKey->publicArea.nameAlg,
89 P2.x.t.buffer);
93 if(P2.x.t.size == 0
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
android_power_monitor_controller_unittest.py 26 class P2(power_monitor.PowerMonitor):
28 super(P2, self).__init__()
29 self._value = {'P2': value}
50 [P1(), P2(1), P3(2)], battery)
54 self.assertEqual(controller_returns['P2'], 1)
  /external/libgsm/inc/
proto.h 27 #undef P2
41 # define P2(x, a, b) (a, b)
55 # define P2(x, a, b) x a; b;
unproto.h 15 #undef P2
  /external/llvm/unittests/Transforms/Utils/
Local.cpp 78 PHINode *P2 = B.CreatePHI(Type::getInt32Ty(C), 2);
79 P2->addIncoming(B.getInt32(42), Entry);
90 P2->addIncoming(P4, BB);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 32 P2 = 1.621429720105354466140, /* 0x3ff9f160, 0x4a49d6c2 */
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
s_exp2f.c 41 P2 = 0x1.ebfbe0p-3f,
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);

Completed in 632 milliseconds

1 2 3 4