HomeSort by relevance Sort by last modified time
    Searched refs:p4 (Results 101 - 125 of 226) sorted by null

1 2 3 45 6 7 8 910

  /external/clang/test/SemaCXX/
rval-references-examples.cpp 72 unique_ptr<int> p4(p); // expected-error{{call to deleted constructor of 'unique_ptr<int>'}}
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 163 case 3: point = roundedIntPoint(targetSpaceQuad.p4()); break;
185 path.addLineTo(quad.p4());
WebRange.cpp 140 quads[i].setP4(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p4())));
  /external/libvorbis/vq/
Makefile.am 24 floor_44.vqs 44p-1.vqs 44p0.vqs 44p1.vqs 44p2.vqs 44p3.vqs 44p4.vqs \
  /external/chromium_org/ash/wm/
frame_painter_unittest.cc 539 scoped_ptr<FramePainter> p4(CreateTestPainter(w4.get()));
548 EXPECT_FALSE(p4->UseSoloWindowHeader());
557 EXPECT_FALSE(p4->UseSoloWindowHeader());
565 EXPECT_FALSE(p4->UseSoloWindowHeader());
573 EXPECT_FALSE(p4->UseSoloWindowHeader());
  /external/freetype/src/base/
ftbbox.c 209 /* p4 :: The end coordinate. */
223 FT_Pos p4,
233 q4 = p4;
279 q4 = p4;
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.h 44 signed char p4type; /* One of the P4_xxx constants for p4 */
64 } p4; member in struct:VdbeOp
103 #define P4_NOTUSED 0 /* The P4 parameter is not used */
106 #define P4_COLLSEQ (-4) /* P4 is a pointer to a CollSeq structure */
107 #define P4_FUNCDEF (-5) /* P4 is a pointer to a FuncDef structure */
108 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
109 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */
110 #define P4_MEM (-8) /* P4 is a pointer to a Mem* structure */
111 #define P4_TRANSIENT 0 /* P4 is a pointer to a transient string */
112 #define P4_VTAB (-10) /* P4 is a pointer to an sqlite3_vtab structure *
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.sh 201 "$PROFILER2" 100 1 "$TMPDIR/p4" || RegisterFailure
202 VerifySimilar p3 "$PROFILER2_REALNAME" p4 "$PROFILER2_REALNAME" 2
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.sh 201 "$PROFILER2" 100 1 "$TMPDIR/p4" || RegisterFailure
202 VerifySimilar p3 "$PROFILER2_REALNAME" p4 "$PROFILER2_REALNAME" 2
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 51 template <typename RET, typename P1, typename P2, typename P3, typename P4,
53 class CheckerFn<RET(P1, P2, P3, P4, P5)> {
54 typedef RET (*Func)(void *, P1, P2, P3, P4, P5);
59 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const {
60 return Fn(Checker, p1, p2, p3, p4, p5);
64 template <typename RET, typename P1, typename P2, typename P3, typename P4>
65 class CheckerFn<RET(P1, P2, P3, P4)> {
66 typedef RET (*Func)(void *, P1, P2, P3, P4);
71 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const {
    [all...]
  /external/clang/test/Analysis/
NewDelete-checker-test.cpp 67 int *p4 = new(&i) int[0]; // no warn local
  /external/oprofile/module/ia64/
IA64entry.h 18 #define pSys p4 /**< are we processing a (synchronous) system call? */
  /external/stlport/test/unit/
map_test.cpp 117 pair_type p4(2, 'b');
127 p4,
163 pair_type p4(2, 'b');
171 p4,
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_halfpel.cpp 74 uint8 *kk, *p1, *p2, *p3, *p4; local
84 p4 = ref + rx + 1;
92 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
104 p4 += rx;
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 117 pair_type p4(2, 'b');
127 p4,
163 pair_type p4(2, 'b');
171 p4,
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 117 pair_type p4(2, 'b');
127 p4,
163 pair_type p4(2, 'b');
171 p4,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
path_test.cc 160 Path p4("");
161 path_components = p4.Split();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.cpp 232 array->pushNumber(quad.p4().x());
233 array->pushNumber(quad.p4().y());
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-loadfield.js 54 a.p4 = "";
  /external/v8/test/mjsunit/compiler/
regress-loadfield.js 54 a.p4 = "";
  /external/chromium_org/cc/base/
math_util.cc 153 HomogeneousCoordinate h4 = ProjectHomogeneousPoint(transform, q.p4());
169 MapHomogeneousPoint(transform, gfx::Point3F(src_quad.p4()));
346 MapHomogeneousPoint(transform, gfx::Point3F(q.p4()));
418 projected_quad.set_p4(ProjectPoint(transform, q.p4(), &clipped_point));
542 res->AppendDouble(q.p4().x());
543 res->AppendDouble(q.p4().y());
  /external/libvpx/libvpx/vp8/common/arm/armv6/
idct_v6.asm 165 ldrb r12, [r1, r2]! ; pred p4
169 add r12, r12, r7, asr #3 ; p4 + o4
172 usat r12, #8, r12 ; d4 = clip8(p4 + o4)
  /ndk/sources/host-tools/make-3.81/
remake.c 1503 char *p3, *p4; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
genrtl.h 118 #define gen_rtx_fmt_iuuBeiie(c, m, p0, p1, p2, p3, p4, p5, p6, p7)\
119 gen_rtx_fmt_iuuBeiie_stat (c, m, p0, p1, p2, p3, p4, p5, p6, p7 MEM_STAT_INFO)
149 #define gen_rtx_fmt_iuuBeiie0(c, m, p0, p1, p2, p3, p4, p5, p6, p7)\
150 gen_rtx_fmt_iuuBeiie0_stat (c, m, p0, p1, p2, p3, p4, p5, p6, p7 MEM_STAT_INFO)
181 #define gen_rtx_fmt_iuuBeiiee(c, m, p0, p1, p2, p3, p4, p5, p6, p7, p8)\
182 gen_rtx_fmt_iuuBeiiee_stat (c, m, p0, p1, p2, p3, p4, p5, p6, p7, p8 MEM_STAT_INFO)
234 #define gen_rtx_fmt_iuuB00is(c, m, p0, p1, p2, p3, p4, p5)\
235 gen_rtx_fmt_iuuB00is_stat (c, m, p0, p1, p2, p3, p4, p5 MEM_STAT_INFO)
280 #define gen_rtx_fmt_ssiEEEi(c, m, p0, p1, p2, p3, p4, p5, p6)\
281 gen_rtx_fmt_ssiEEEi_stat (c, m, p0, p1, p2, p3, p4, p5, p6 MEM_STAT_INFO
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
genrtl.h 118 #define gen_rtx_fmt_iuuBeiie(c, m, p0, p1, p2, p3, p4, p5, p6, p7)\
119 gen_rtx_fmt_iuuBeiie_stat (c, m, p0, p1, p2, p3, p4, p5, p6, p7 MEM_STAT_INFO)
149 #define gen_rtx_fmt_iuuBeiie0(c, m, p0, p1, p2, p3, p4, p5, p6, p7)\
150 gen_rtx_fmt_iuuBeiie0_stat (c, m, p0, p1, p2, p3, p4, p5, p6, p7 MEM_STAT_INFO)
181 #define gen_rtx_fmt_iuuBeiiee(c, m, p0, p1, p2, p3, p4, p5, p6, p7, p8)\
182 gen_rtx_fmt_iuuBeiiee_stat (c, m, p0, p1, p2, p3, p4, p5, p6, p7, p8 MEM_STAT_INFO)
234 #define gen_rtx_fmt_iuuB00is(c, m, p0, p1, p2, p3, p4, p5)\
235 gen_rtx_fmt_iuuB00is_stat (c, m, p0, p1, p2, p3, p4, p5 MEM_STAT_INFO)
280 #define gen_rtx_fmt_ssiEEEi(c, m, p0, p1, p2, p3, p4, p5, p6)\
281 gen_rtx_fmt_ssiEEEi_stat (c, m, p0, p1, p2, p3, p4, p5, p6 MEM_STAT_INFO
    [all...]

Completed in 626 milliseconds

1 2 3 45 6 7 8 910