HomeSort by relevance Sort by last modified time
    Searched refs:p1 (Results 76 - 100 of 488) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ScheduledExecutorSubclassTest.java 81 CustomExecutor p1 = new CustomExecutor(1); local
82 p1.execute(runnable);
85 try { p1.shutdown(); } catch (SecurityException ok) { return; }
88 try { p1.shutdown(); } catch (SecurityException ok) { return; }
89 joinPool(p1);
98 CustomExecutor p1 = new CustomExecutor(1); local
99 Future f = p1.schedule(callable, SHORT_DELAY_MS, MILLISECONDS);
104 try { p1.shutdown(); } catch (SecurityException ok) { return; }
105 joinPool(p1);
113 CustomExecutor p1 = new CustomExecutor(1) local
128 CustomExecutor p1 = new CustomExecutor(1); local
147 CustomExecutor p1 = new CustomExecutor(1); local
160 CustomExecutor p1 = new CustomExecutor(1); local
178 CustomExecutor p1 = new CustomExecutor(1); local
327 CustomExecutor p1 = new CustomExecutor(1); local
351 CustomExecutor p1 = new CustomExecutor(1); local
363 CustomExecutor p1 = new CustomExecutor(1); local
411 CustomExecutor p1 = new CustomExecutor(1); local
426 CustomExecutor p1 = new CustomExecutor(1); local
440 CustomExecutor p1 = new CustomExecutor(1); local
457 CustomExecutor p1 = new CustomExecutor(1); local
476 CustomExecutor p1 = new CustomExecutor(1); local
502 CustomExecutor p1 = new CustomExecutor(1); local
    [all...]
ScheduledExecutorTest.java 28 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
29 p1.execute(runnable);
32 try { p1.shutdown(); } catch (SecurityException ok) { return; }
35 try { p1.shutdown(); } catch (SecurityException ok) { return; }
36 joinPool(p1);
45 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
46 Future f = p1.schedule(callable, SHORT_DELAY_MS, MILLISECONDS);
51 try { p1.shutdown(); } catch (SecurityException ok) { return; }
52 joinPool(p1);
60 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1) local
75 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
94 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
107 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
125 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
276 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
300 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
312 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
361 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
376 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
390 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
408 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
427 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
453 ScheduledThreadPoolExecutor p1 = new ScheduledThreadPoolExecutor(1); local
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/d/
T_iget_object_1.java 21 protected Object p1 = null; field in class:T_iget_object_1
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_object/d/
T_sget_object_1.java 21 protected static Object p1 = null; field in class:T_sget_object_1
  /external/openssl/crypto/
o_str.h 66 int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
  /external/stlport/test/compiler/
partial_spec.cpp 21 int func(T1 p1);
  /frameworks/base/core/jni/android/opengl/
poly.h 47 int poly_clip_to_frustum(Poly *p1);
poly_clip.cpp 43 if (q->n==0) {p1->n = 0; return POLY_CLIP_OUT;} \
94 * poly_clip_to_frustum: Clip the convex polygon p1 to the screen space frustum
100 * Otherwise, if the polygon is cut by the box, p1 is modified and
107 int poly_clip_to_frustum(Poly *p1)
115 for (v=p1->vert, i=p1->n; i>0; i--, v++) {
130 if (x0out==p1->n || x1out==p1->n || y0out==p1->n ||
131 y1out==p1->n || z0out==p1->n || z1out==p1->n)
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
sad.cpp 110 UChar *p1; local
125 p1 = ref + offsetRef[i];
127 tmp = p1[12];
130 tmp = p1[8];
133 tmp = p1[4];
136 tmp = p1[0];
137 p1 += lx4;
142 tmp = p1[12];
145 tmp = p1[8];
148 tmp = p1[4]
211 UChar *p1; local
    [all...]
sad_halfpel.cpp 68 UChar *kk, *p1, *p2; local
73 p1 = ref;
83 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
89 p1 += width;
100 UChar *kk, *p1, *p2, *p3, *p4; local
103 p1 = ref;
114 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
121 p1 += width;
142 UChar *kk, *p1, *p2; local
147 p1 = ref
174 UChar *kk, *p1, *p2, *p3, *p4; local
225 UChar *kk, *p1, *p2, *p3, *p4; local
266 UChar *kk, *p1, *p2; local
302 UChar *kk, *p1; local
339 UChar *p1, *p2; local
418 UChar *p1, *p2; local
496 UChar *p1; local
573 UChar *p1, *p2; local
641 UChar *p1, *p2; local
707 UChar *p1; local
784 UChar *kk, *p1, *p2, *p3, *p4; local
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid_nt.c 25 // OUT PULONG p1,
36 void* p1, // 8 bytes
45 void* p1, // 8 bytes
  /external/astl/tests/
test_ios_pos_types.cpp 58 fpos p1(100);
61 EXPECT_TRUE(p1 == p2);
62 EXPECT_FALSE(p1 != p2);
65 fpos p1(100);
68 EXPECT_TRUE(p1 != p2);
69 EXPECT_FALSE(p1 == p2);
  /external/webkit/WebCore/html/canvas/
CanvasGradient.h 42 static PassRefPtr<CanvasGradient> create(const FloatPoint& p0, const FloatPoint& p1)
44 return adoptRef(new CanvasGradient(p0, p1));
46 static PassRefPtr<CanvasGradient> create(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1)
48 return adoptRef(new CanvasGradient(p0, r0, p1, r1));
62 CanvasGradient(const FloatPoint& p0, const FloatPoint& p1);
63 CanvasGradient(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1);
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
calc_cor.cpp 158 Word16 *p, *p1;
164 p1 = &scal_sig[-i];
167 for (j = 0; j < L_frame; j++, p++, p1++)
169 t0 = L_mac (t0, *p, *p1);
224 Word16 *p1; local
242 p1 = p_scal_sig++;
248 t1 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p1++), t1);
249 t2 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p1), t2);
253 t1 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p1++), t1);
254 t2 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p1), t2)
    [all...]
c1035pf.cpp 272 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9;
346 p1 = h - codvec[1];
360 s = L_mac (s, *p1++, _sign[1]);
410 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9; local
452 p1 = &indx[track];
454 temp = *p1;
458 *p1 = index;
469 *(p1 + 5) = index;
473 *(p1 + 5) = temp;
474 *p1 = index
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
ECPointTest.java 198 ECPoint p2=null, p1 = local
200 assertTrue(p1.equals(p1));
203 p1 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.ONE);
205 assertTrue(p1.equals(p2) && p2.equals(p1));
208 p1 = ECPoint.POINT_INFINITY;
210 assertTrue(p1.equals(p2) && p2.equals(p1));
227 ECPoint p2=null, p1 local
297 ECPoint p1 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.ONE); local
    [all...]
  /external/iproute2/ip/
ip6tunnel.c 231 * @p1: user specified parameter
234 static int ip6_tnl_parm_match(const struct ip6_tnl_parm *p1,
237 return ((!p1->link || p1->link == p2->link) &&
238 (!p1->name[0] || strcmp(p1->name, p2->name) == 0) &&
239 (memcmp(&p1->laddr, &in6addr_any, sizeof(p1->laddr)) == 0 ||
240 memcmp(&p1->laddr, &p2->laddr, sizeof(p1->laddr)) == 0) &
274 struct ip6_tnl_parm p1; local
    [all...]
  /external/dropbear/libtommath/
bn_mp_jacobi.c 23 mp_int a1, p1; local
52 if ((res = mp_init (&p1)) != MP_OKAY) {
86 if ((res = mp_mod (p, &a1, &p1)) != MP_OKAY) {
89 if ((res = mp_jacobi (&p1, &a1, &r)) != MP_OKAY) {
97 LBL_P1:mp_clear (&p1);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 43 Word16 *p1, *p2; local
61 p1 = wsp;
65 R0 += vo_L_mult((*p1++), (*p2++));
66 R0 += vo_L_mult((*p1++), (*p2++));
67 R0 += vo_L_mult((*p1++), (*p2++));
68 R0 += vo_L_mult((*p1++), (*p2++));
100 p1 = hp_wsp;
104 R2 += vo_mult32(*p1, *p1);
106 R0 += vo_mult32(*p1++, *p2++);
    [all...]
c2t64fx.c 59 Word16 *p0, *p1, *p2, *psign; local
98 p1 = dn;
103 s = (k_cn* (*p0++))+(k_dn * (*p1++));
105 s = (k_cn* (*p0++))+(k_dn * (*p1++));
107 s = (k_cn* (*p0++))+(k_dn * (*p1++));
109 s = (k_cn* (*p0++))+(k_dn * (*p1++));
148 p1 = &rrixix[1][NB_POS - 1];
156 *p1-- = (extract_h(cor) >> 1);
171 p1 = &rrixiy[pos];
182 *p1 = extract_h(cor);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IGraphics.java 105 void drawLine(Point p1, Point p2);
116 void drawRect(Point p1, Point p2);
132 void fillRect(Point p1, Point p2);
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
tracebuf_api.h 55 int tb_trace(int loc, unsigned long p1, unsigned long p2);
69 #define tb_trace(loc, p1, p2)
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
tracebuf_api.h 55 int tb_trace(int loc, unsigned long p1, unsigned long p2);
69 #define tb_trace(loc, p1, p2)
  /external/webkit/WebCore/platform/graphics/
FloatQuad.h 47 FloatQuad(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3, const FloatPoint& p4)
48 : m_p1(p1)
63 FloatPoint p1() const { return m_p1; } function in class:WebCore::FloatQuad
134 return a.p1() == b.p1() &&
142 return a.p1() != b.p1() ||
Gradient.h 75 static PassRefPtr<Gradient> create(const FloatPoint& p0, const FloatPoint& p1)
77 return adoptRef(new Gradient(p0, p1));
79 static PassRefPtr<Gradient> create(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1)
81 return adoptRef(new Gradient(p0, r0, p1, r1));
91 const FloatPoint& p1() const { return m_p1; } function in class:WebCore::Gradient
131 Gradient(const FloatPoint& p0, const FloatPoint& p1);
132 Gradient(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1);

Completed in 715 milliseconds

1 2 34 5 6 7 8 91011>>