Searched refs:p3 (Results 1 - 25 of 359) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLR.g568 | p3='private' //{modifier=$p3.tree;}
591 $p1? $p2? $p3? $p4?
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TimeZone.java74 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { argument
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h134 inline void Init(const T1& p1, const T2& p2, const T3& p3) { argument
135 new(space()) Type(p1, p2, p3);
139 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) { argument
140 new(space()) Type(p1, p2, p3, p4);
144 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
146 new(space()) Type(p1, p2, p3, p4, p5);
151 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
153 new(space()) Type(p1, p2, p3, p4, p5, p6);
158 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
160 new(space()) Type(p1, p2, p3, p
165 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument
172 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9) argument
180 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10) argument
189 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10, const T11& p11) argument
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Dbbox2.js90 this.addVec2(quad.p3);
H A Dquad.js41 this.p3 = vec2.create();
49 vec2.set(q.p3, x + w, y + h);
60 Quad.From4Vecs = function(p1, p2, p3, p4) {
64 vec2.set(q.p3, p3[0], p3[1]);
77 q.p3[0] = arr[4];
78 q.p3[1] = arr[5];
86 return vecInTriangle2(vec, this.p1, this.p2, this.p3) ||
87 vecInTriangle2(vec, this.p1, this.p3, thi
[all...]
/external/chromium-trace/trace-viewer/src/base/unittest/
H A Dassertions.js137 ok &= a.p3[0] === b.p3[0] && a.p3[1] === b.p3[1];
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_view.js194 quad.p3[0], quad.p3[1],
206 ctx.lineTo(quad.p3[0], quad.p3[1]);
219 ctx.lineTo(quad.p3[0], quad.p3[1]);
248 ctx.lineTo(quad.p3[0], quad.p3[1]);
/external/chromium_org/ash/autoclick/
H A Dautoclick_unittest.cc143 gfx::Point p3(40, 40);
152 // Move mouse to multiple locations and finally arrive at p3.
155 GetEventGenerator().MoveMouseTo(p3);
158 EXPECT_EQ(p3.ToString(), events[0].root_location().ToString());
159 EXPECT_EQ(p3.ToString(), events[1].root_location().ToString());
/external/chromium_org/ash/ime/
H A Dinput_method_menu_item_unittest.cc19 InputMethodMenuItem p3("key", "label", false, true);
27 EXPECT_NE(reference, p3);
/external/chromium_org/base/
H A Dbind.h181 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3) { argument
225 new BindState(internal::MakeRunnable(functor), p1, p2, p3));
238 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { argument
286 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4));
301 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4, argument
354 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5));
370 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4, argument
427 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5, p6));
444 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4, argument
505 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p
[all...]
H A Dbind_internal.h2611 BindState(const Runnable& runnable, const P1& p1, const P2& p2, const P3& p3) argument
2615 p3_(p3) {
2643 BindState(const Runnable& runnable, const P1& p1, const P2& p2, const P3& p3, argument
2648 p3_(p3),
2679 BindState(const Runnable& runnable, const P1& p1, const P2& p2, const P3& p3, argument
2684 p3_(p3),
2718 BindState(const Runnable& runnable, const P1& p1, const P2& p2, const P3& p3, argument
2723 p3_(p3),
2760 BindState(const Runnable& runnable, const P1& p1, const P2& p2, const P3& p3, argument
2765 p3_(p3),
[all...]
/external/chromium_org/base/memory/
H A Dmanual_constructor.h75 inline void Init(const T1& p1, const T2& p2, const T3& p3) { argument
76 new(space_.void_data()) Type(p1, p2, p3);
80 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) { argument
81 new(space_.void_data()) Type(p1, p2, p3, p4);
85 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
87 new(space_.void_data()) Type(p1, p2, p3, p4, p5);
92 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
94 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6);
99 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
101 new(space_.void_data()) Type(p1, p2, p3, p
106 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument
[all...]
/external/chromium_org/base/win/
H A Dscoped_comptr_unittest.cc90 Ptr p3 = p2; local
93 p3 = p2;
/external/chromium_org/cc/base/
H A Dmath_util.cc184 HomogeneousCoordinate h3 = ProjectHomogeneousPoint(transform, q.p3());
234 MapHomogeneousPoint(transform, gfx::Point3F(src_quad.p3()));
303 MapHomogeneousPoint(transform, gfx::Point3F(src_quad.p3()));
481 MapHomogeneousPoint(transform, gfx::Point3F(q.p3()));
507 p[2] = gfx::Point3F(mapped_quad.p3().x(), mapped_quad.p3().y(), 0.0f);
517 MapHomogeneousPoint(transform, gfx::Point3F(q.p3()));
594 projected_quad.set_p3(ProjectPoint(transform, q.p3(), &clipped_point));
787 res->AppendDouble(q.p3().x());
788 res->AppendDouble(q.p3()
[all...]
/external/chromium_org/cc/output/
H A Dgl_renderer.cc2224 gl_quad[4] = quad.p3().x();
2225 gl_quad[5] = quad.p3().y();
/external/chromium_org/cc/resources/
H A Dlayer_quad.cc25 right_ = Edge(quad.p2(), quad.p3());
27 bottom_ = Edge(quad.p3(), quad.p4());
H A Dlayer_quad_unittest.cc16 gfx::PointF p3(0.5f, 0.5f);
19 gfx::QuadF quad_cw(p1, p2, p3, p4);
23 gfx::QuadF quad_ccw(p1, p4, p3, p2);
31 gfx::PointF p3(0.5f, 0.5f);
34 gfx::QuadF quad(p1, p2, p3, p4);
/external/chromium_org/cc/trees/
H A Dlayer_sorter.cc97 a->projected_quad.p3(),
101 b->projected_quad.p3(),
/external/chromium_org/chrome/browser/resources/omnibox/
H A Domnibox.js301 var p3 = document.createElement('p');
302 p3.textContent = 'host = ' + result.host;
306 p3.textContent = p3.textContent + ' has is_typed_host = ' +
309 output.appendChild(p3);
/external/chromium_org/media/base/
H A Dgmock_callback_support.h83 AND_4_VALUE_PARAMS(p0, p1, p2, p3)) {
84 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3);
89 AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4)) {
90 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4);
95 AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5)) {
96 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4, p5);
101 AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)) {
102 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4, p5, p6);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dinet_aton.c14 unsigned int p1 = 0, p2 = 0, p3 = 0, p4 = 0; local
16 int matched = sscanf(cp, "%u.%u.%u.%u%n", &p1, &p2, &p3, &p4,
20 if ((p1 | p2 | p3 | p4) <= UCHAR_MAX) {
21 in_addr_t host_order_addr = (p1 << 24) | (p2 << 16) | (p3 << 8) | p4;
27 matched = sscanf(cp, "%u.%u.%u%n", &p1, &p2, &p3, &consumed);
29 if ((p1 | p2) <= UCHAR_MAX && p3 <= USHRT_MAX) {
30 in_addr_t host_order_addr = (p1 << 24) | (p2 << 16) | p3;
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dpath_test.cc150 Path p3("sim/ple//spli/tter/te/st/");
151 path_components = p3.Split();
153 EXPECT_FALSE(p3.IsAbsolute());
/external/chromium_org/ppapi/shared_impl/
H A Dproxy_lock.h141 const P3& p3) {
143 return function(p1, p2, p3);
150 const P3& p3,
153 return function(p1, p2, p3, p4);
160 const P3& p3,
164 return function(p1, p2, p3, p4, p5);
305 void CallWhileLocked(P1 p1, P2 p2, P3 p3) { argument
310 temp_callback->Run(p1, p2, p3);
138 CallWhileUnlocked(ReturnType (function)A1, A2, A3), const P1& p1, const P2& p2, const P3& p3) argument
147 CallWhileUnlocked(ReturnType (function)A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
157 CallWhileUnlocked(ReturnType (function)A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
H A Dproxy_lock_unittest.cc61 void TestCallback_3(int p1, const std::string& p2, Param p3) { argument

Completed in 4582 milliseconds

1234567891011>>