Searched refs:p1 (Results 151 - 175 of 1063) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/UI/Common/
H A DSortUtils.cpp8 static int CompareStrings(const int *p1, const int *p2, void *param) argument
11 return CompareFileNames(strings[*p1], strings[*p2]);
/external/chromium_org/v8/test/mjsunit/es6/
H A Dpromises.js128 var p1 = Promise.accept(5)
129 var p2 = Promise.accept(p1)
139 var p1 = Promise.accept(5)
140 var p2 = Promise.accept(p1)
150 var p1 = Promise.reject(5)
151 var p2 = Promise.accept(p1)
161 var p1 = Promise.reject(5)
162 var p2 = Promise.accept(p1)
172 var p1 = Promise.accept(5)
173 var p2 = Promise.accept(p1)
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXParameters_ImplTest.java176 PKIXParameters p1 = new PKIXParameters(ks);
178 p1.setPolicyQualifiersRejected(false);
179 p1.setAnyPolicyInhibited(true);
180 p1.setExplicitPolicyRequired(true);
181 p1.setPolicyMappingInhibited(true);
182 p1.setRevocationEnabled(false);
185 p1.setSigProvider(sigProviderName);
188 p1.setTargetCertConstraints(x509cs);
190 p1.setCertStores(TestUtils.getCollectionCertStoresList());
195 p1
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dthread_aware_callback.h72 void RunOnTargetThread(const P1& p1) { argument
73 InternalRunOnTargetThread(base::Bind(func_, p1));
77 void RunOnTargetThread(const P1& p1, const P2& p2) { argument
78 InternalRunOnTargetThread(base::Bind(func_, p1, p2));
82 void RunOnTargetThread(const P1& p1, const P2& p2, const P3& p3) { argument
83 InternalRunOnTargetThread(base::Bind(func_, p1, p2, p3));
87 void RunOnTargetThread(const P1& p1, argument
91 InternalRunOnTargetThread(base::Bind(func_, p1, p2, p3, p4));
95 void RunOnTargetThread(const P1& p1, argument
100 InternalRunOnTargetThread(base::Bind(func_, p1, p
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.c32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
68 "lw %[p1], (%[s1]) \n\t"
73 : [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4)
77 /* if (p1 - p4 == 0) and (p2 - p3 == 0)
79 if (!(((p1 - p4) == 0) && ((p2 - p3) == 0))) {
91 vp9_filter_hev_mask_dspr2(limit_vec, flimit_vec, p1, p2,
98 vp9_filter_dspr2(mask, hev, &p1, &p2, &p3, &p4);
101 "sw %[p1], (%[s1]) \n\t"
107 : [p1] "
125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
[all...]
H A Dvp9_loopfilter_masks_dspr2.h28 uint32_t p1, uint32_t p0,
47 /* mask |= (abs(p2 - p1) > limit) */
48 "subu_s.qb %[c], %[p2], %[p1] \n\t"
49 "subu_s.qb %[r_k], %[p1], %[p2] \n\t"
54 /* mask |= (abs(p1 - p0) > limit)
55 * hev |= (abs(p1 - p0) > thresh)
57 "subu_s.qb %[c], %[p1], %[p0] \n\t"
58 "subu_s.qb %[r_k], %[p0], %[p1] \n\t"
94 [p1] "r" (p1), [p
27 vp9_filter_hev_mask_dspr2(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
132 vp9_filter_hev_mask_flatmask4_dspr2(uint32_t limit, uint32_t flimit, uint32_t thresh, 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 *hev, uint32_t *mask, uint32_t *flat) argument
282 vp9_flatmask5(uint32_t p4, uint32_t p3, uint32_t p2, uint32_t p1, uint32_t p0, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t q4, uint32_t *flat2) argument
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.c32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
68 "lw %[p1], (%[s1]) \n\t"
73 : [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4)
77 /* if (p1 - p4 == 0) and (p2 - p3 == 0)
79 if (!(((p1 - p4) == 0) && ((p2 - p3) == 0))) {
91 vp9_filter_hev_mask_dspr2(limit_vec, flimit_vec, p1, p2,
98 vp9_filter_dspr2(mask, hev, &p1, &p2, &p3, &p4);
101 "sw %[p1], (%[s1]) \n\t"
107 : [p1] "
125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
[all...]
H A Dvp9_loopfilter_masks_dspr2.h28 uint32_t p1, uint32_t p0,
47 /* mask |= (abs(p2 - p1) > limit) */
48 "subu_s.qb %[c], %[p2], %[p1] \n\t"
49 "subu_s.qb %[r_k], %[p1], %[p2] \n\t"
54 /* mask |= (abs(p1 - p0) > limit)
55 * hev |= (abs(p1 - p0) > thresh)
57 "subu_s.qb %[c], %[p1], %[p0] \n\t"
58 "subu_s.qb %[r_k], %[p0], %[p1] \n\t"
94 [p1] "r" (p1), [p
27 vp9_filter_hev_mask_dspr2(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
132 vp9_filter_hev_mask_flatmask4_dspr2(uint32_t limit, uint32_t flimit, uint32_t thresh, 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 *hev, uint32_t *mask, uint32_t *flat) argument
282 vp9_flatmask5(uint32_t p4, uint32_t p3, uint32_t p2, uint32_t p1, uint32_t p0, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t q4, uint32_t *flat2) argument
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DECPointTest.java157 ECPoint p2 = null, p1 =
159 assertTrue(p1.equals(p1));
162 p1 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.ONE);
164 assertTrue(p1.equals(p2) && p2.equals(p1));
167 p1 = ECPoint.POINT_INFINITY;
169 assertTrue(p1.equals(p2) && p2.equals(p1));
180 ECPoint p2 = null, p1
[all...]
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h124 inline void Init(const T1& p1) { argument
125 new(space()) Type(p1);
129 inline void Init(const T1& p1, const T2& p2) { argument
130 new(space()) Type(p1, p2);
134 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, p
151 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6) argument
158 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7) argument
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...]
H A Dscoped_ptr.h146 inline void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { argument
147 p1.swap(p2);
151 inline bool operator==(const C* p1, const scoped_ptr<C>& p2) { argument
152 return p1 == p2.get();
156 inline bool operator==(const C* p1, const scoped_ptr<const C>& p2) { argument
157 return p1 == p2.get();
161 inline bool operator!=(const C* p1, const scoped_ptr<C>& p2) { argument
162 return p1 != p2.get();
166 inline bool operator!=(const C* p1, const scoped_ptr<const C>& p2) { argument
167 return p1 !
274 swap(scoped_array<C>& p1, scoped_array<C>& p2) argument
279 operator ==(const C* p1, const scoped_array<C>& p2) argument
284 operator ==(const C* p1, const scoped_array<const C>& p2) argument
289 operator !=(const C* p1, const scoped_array<C>& p2) argument
294 operator !=(const C* p1, const scoped_array<const C>& p2) argument
[all...]
/external/eigen/test/
H A Dgeo_parametrizedline.cpp30 VectorType p1 = VectorType::Random(dim); local
41 VERIFY_IS_APPROX( (l0.projection(p1)-p1).norm(), l0.distance(p1) );
42 VERIFY_IS_MUCH_SMALLER_THAN( l0.distance(l0.projection(p1)), RealScalar(1) );
74 Line4a *p1 = ::new(reinterpret_cast<void*>(array1)) Line4a; local
78 p1->origin().setRandom();
79 p1->direction().setRandom();
80 *p2 = *p1;
81 *p3 = *p1;
[all...]
/external/chromium_org/chrome/browser/history/
H A Durl_utils.cc52 bool IsPathPrefix(const std::string& p1, const std::string& p2) { argument
53 if (p1.length() > p2.length())
56 first_diff = std::mismatch(p1.begin(), p1.end(), p2.begin());
57 // Necessary condition: |p1| is a string prefix of |p2|.
58 if (first_diff.first != p1.end())
59 return false; // E.g.: (|p1| = "/test", |p2| = "/exam") => false.
61 // |p1| is string prefix.
64 // |p1| is strict string prefix, check full match of last path component.
65 if (!p1
[all...]
/external/iproute2/ip/
H A Dip6tunnel.c241 * @p1: user specified parameter
244 static int ip6_tnl_parm_match(const struct ip6_tnl_parm *p1, argument
247 return ((!p1->link || p1->link == p2->link) &&
248 (!p1->name[0] || strcmp(p1->name, p2->name) == 0) &&
249 (memcmp(&p1->laddr, &in6addr_any, sizeof(p1->laddr)) == 0 ||
250 memcmp(&p1->laddr, &p2->laddr, sizeof(p1
287 struct ip6_tnl_parm p1; local
[all...]
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_server.h180 typedef bool (Dispatcher::*Callback1)(IPCInfo* ipc, void* p1);
181 typedef bool (Dispatcher::*Callback2)(IPCInfo* ipc, void* p1, void* p2);
182 typedef bool (Dispatcher::*Callback3)(IPCInfo* ipc, void* p1, void* p2,
184 typedef bool (Dispatcher::*Callback4)(IPCInfo* ipc, void* p1, void* p2,
186 typedef bool (Dispatcher::*Callback5)(IPCInfo* ipc, void* p1, void* p2,
188 typedef bool (Dispatcher::*Callback6)(IPCInfo* ipc, void* p1, void* p2,
190 typedef bool (Dispatcher::*Callback7)(IPCInfo* ipc, void* p1, void* p2,
193 typedef bool (Dispatcher::*Callback8)(IPCInfo* ipc, void* p1, void* p2,
196 typedef bool (Dispatcher::*Callback9)(IPCInfo* ipc, void* p1, void* p2,
/external/chromium_org/cc/resources/
H A Dlayer_quad_unittest.cc14 gfx::PointF p1(-0.5f, -0.5f);
19 gfx::QuadF quad_cw(p1, p2, p3, p4);
23 gfx::QuadF quad_ccw(p1, p4, p3, p2);
29 gfx::PointF p1(-0.5f, -0.5f);
34 gfx::QuadF quad(p1, p2, p3, p4);
/external/chromium_org/ui/gfx/geometry/
H A Drect_f.cc52 RectF BoundingRect(const PointF& p1, const PointF& p2) { argument
53 float rx = std::min(p1.x(), p2.x());
54 float ry = std::min(p1.y(), p2.y());
55 float rr = std::max(p1.x(), p2.x());
56 float rb = std::max(p1.y(), p2.y());
/external/chromium_org/chrome/browser/profiles/
H A Dfile_path_verifier_win_unittest.cc33 base::FilePath p1(cases[i].inputs[0]);
36 internal::ComparePathsIgnoreCase(p1, p2);
38 "i: " << i << ", p1: " << p1.value() << ", p2: " << p2.value();
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineUtilities.cpp91 void x_at(const _Point& p1, const _Point& p2, double top, double bottom, argument
93 if (AlmostEqualUlps(p1.y, p2.y)) {
100 // p2.x is always greater than p1.x -- the part of points (p1, p2) are
102 // if p1.y < p2.y, minX can be affected
103 // if p1.y > p2.y, maxX can be affected
104 double slope = (p2.x - p1.x) / (p2.y - p1.y);
106 if (topFlags && ((top <= p1.y && top >= p2.y)
107 || (top >= p1
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldebug.h26 LUAI_FUNC l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2);
27 LUAI_FUNC l_noret luaG_aritherror (lua_State *L, const TValue *p1,
29 LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1,
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_filter_unittest.py31 self.p1 = page.Page(
43 self.assertTrue(page_filter.PageFilter.IsSelected(self.p1))
47 self.assertTrue(page_filter.PageFilter.IsSelected(self.p1))
51 self.assertFalse(page_filter.PageFilter.IsSelected(self.p1))
57 self.assertFalse(page_filter.PageFilter.IsSelected(self.p1))
61 self.assertTrue(page_filter.PageFilter.IsSelected(self.p1))
65 self.assertTrue(page_filter.PageFilter.IsSelected(self.p1))
69 self.assertFalse(page_filter.PageFilter.IsSelected(self.p1))
81 self.p1.label1 = True
84 self.p1
[all...]
/external/chromium_org/v8/test/webkit/
H A Ddfg-patchable-get-by-id-after-watchpoint.js52 var p1 = new P1();
55 p1.f = 1;
59 var p = (i % 2) ? p1 : p2;
H A DtoString-prefix-postfix-preserve-parens.js131 function testToStringAndReturn(fn, p1, p2, retval)
137 shouldBe("" + fn + "(" + p1 + ", " + p2 +");", retval);
140 shouldBe("eval(unevalf("+fn+ "))" + "(" + p1 + ", " + p2 +");", retval);
/external/clang/test/PCH/
H A Dtypes.c58 proto p1; variable
59 float p1(float x, float y, ...) { function
62 proto *p2 = p1;
/external/libcxx/test/utilities/utility/pairs/pair.astuple/
H A Dpairs.by.type.pass.cpp28 const std::pair<int, const int> p1 { 1, 2 };
29 const int &i1 = std::get<int>(p1);
30 const int &i2 = std::get<const int>(p1);

Completed in 1264 milliseconds

1234567891011>>