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

<<11121314151617181920

  /external/icu4c/test/intltest/
dcfmapts.cpp 301 UnicodeString p1("#,##0.0#;(#,##0.0#)");
302 logln((UnicodeString)"Applying pattern " + p1);
304 pat.applyPattern(p1, status);
311 if(s2 != p1) {
  /external/openssl/crypto/bn/
bntest.c 1122 int p1[] = {193,15,0,-1}; local
1132 BN_GF2m_arr2poly(p1, b[1]);
1180 int p1[] = {193,15,0,-1}; local
1193 BN_GF2m_arr2poly(p1, b[1]);
1251 int p1[] = {193,15,0,-1}; local
1260 BN_GF2m_arr2poly(p1, b[1]);
1310 int p1[] = {193,15,0,-1}; local
1319 BN_GF2m_arr2poly(p1, b[1]);
1365 int p1[] = {193,15,0,-1}; local
1376 BN_GF2m_arr2poly(p1, b[1])
1428 int p1[] = {193,15,0,-1}; local
1499 int p1[] = {193,15,0,-1}; local
1558 int p1[] = {193,15,0,-1}; local
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 174 char *p1 = NULL, *p2 = NULL; local
182 if (!(p1 = strchr(hexchars, toupper(strhex[i]))))
191 hinybble = (p1 - hexchars);
197 p1 = NULL;
  /external/webkit/WebCore/platform/graphics/
FloatQuad.cpp 102 return containsPoint(other.p1()) && containsPoint(other.p2()) && containsPoint(other.p3()) && containsPoint(other.p4());
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 552 FloatPoint p1 = point1;
554 bool isVerticalLine = (p1.x() == p2.x());
560 FloatSize disp = p2 - p1;
569 r1.set(p1.x(), p1.y(), p1.x() + width, p1.y() + width);
585 adjustLineToPixelBoundaries(p1, p2, width, penStyle);
586 SkPoint pts[2] = { (SkPoint)p1, (SkPoint)p2 };
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 78 Principal p1 = clientSession.getPeerPrincipal(); local
82 assertEquals(p1, p2);
148 Principal p1 = clientSession.getLocalPrincipal(); local
152 assertEquals(p1, p2);
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 174 bool omx_vdec::omx_cmd_queue::insert_entry(unsigned p1, unsigned p2, unsigned id)
180 m_q[m_write].param1 = p1;
198 bool omx_vdec::omx_cmd_queue::pop_entry(unsigned *p1, unsigned *p2, unsigned *id)
204 *p1 = m_q[m_read].param1;
380 unsigned p1; // Parameter - 1 local
401 pThis->m_cmd_q.pop_entry(&p1,&p2,&ident);
409 pThis->m_ftb_q.pop_entry(&p1,&p2,&ident);
418 pThis->m_etb_q.pop_entry(&p1,&p2,&ident);
432 switch (p1)
439 OMX_EventCmdComplete, p1, p2, NULL)
1795 unsigned p1 = 0; \/\/ Parameter - 1 local
1871 unsigned p1 = 0; \/\/ Parameter - 1 local
6134 unsigned p1 =0,p2 = 0,ident = 0; local
    [all...]
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit
  /external/elfutils/libdw/
dwarf_getloclist.c 37 loc_compare (const void *p1, const void *p2)
39 const struct loc_s *l1 = (const struct loc_s *) p1;
  /external/elfutils/src/
nm.c 538 global_compare (const void *p1, const void *p2)
540 const Dwarf_Global *g1 = (const Dwarf_Global *) p1;
572 local_compare (const void *p1, const void *p2)
574 struct local_name *g1 = (struct local_name *) p1;
961 int sort_by_name (const void *p1, const void *p2)
963 GElf_SymX *s1 = (GElf_SymX *) p1;
973 int sort_by_address (const void *p1, const void *p2)
975 GElf_SymX *s1 = (GElf_SymX *) p1;
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 930 vchar_t p1, *pub1, *priv1, *gxy1; local
939 p1.v = str2val(px[i].p, 16, &p1.l);
941 printf("prime number = \n"); PVDUMP(&p1);
943 if (eay_dh_generate(&p1, 2, 96, &pub1, &priv1) < 0) {
958 gxy1 = vmalloc(p1.l);
960 eay_dh_compute(&p1, 2, pub1, priv1, pub2, &gxy1);
964 gxy2 = vmalloc(p1.l);
  /external/openssl/crypto/ec/
ec_pmeth.c 204 static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
211 group = EC_GROUP_new_by_curve_name(p1);
  /external/ppp/pppd/plugins/pppoatm/
ans.c 195 static int cc_len(int p0,int p1)
225 return cc_table[p0*10+p1];
  /libcore/luni/src/test/java/libcore/java/security/cert/
OldPKIXParametersTest.java 195 PKIXParameters p1 = null; local
197 p1.toString();
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
esta_drv.h 191 unsigned long p1; member in struct:tiwlan_req::__anon16910::__anon16911
205 /* Timer handler function ->p1 */
314 contains p1, p2, p3, p4.
321 unsigned long p1,
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
transform.c 31 #define swap2(p0,p1) \
33 p0 = p1; *(&(p0)+1) = *(&(p1)+1); \
34 p1 = t; *(&(p1)+1) = t1
  /external/qemu/
block.c 93 const char *p, *p1; local
106 p1 = strrchr(base_path, '/');
111 if (!p1 || p2 > p1)
112 p1 = p2;
115 if (p1)
116 p1++;
118 p1 = base_path;
119 if (p1 > p)
120 p = p1;
    [all...]
  /external/freetype/src/autofit/
afhints.c 902 af_iup_shift( AF_Point p1,
912 for ( p = p1; p < ref; p++ )
921 af_iup_interp( AF_Point p1,
934 if ( p1 > p2 )
939 for ( p = p1; p <= p2; p++ )
955 for ( p = p1; p <= p2; p++ )
971 for ( p = p1; p <= p2; p++ )
  /external/wpa_supplicant_6/wpa_supplicant/
eapol_test.c 1026 struct extra_radius_attr *p = NULL, *p1; local
1085 p1 = os_zalloc(sizeof(p1));
1086 if (p1 == NULL)
1089 eapol_test.extra_attrs = p1;
1091 p->next = p1;
1092 p = p1;
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 277 FloatPoint p1 = point1; local
279 bool isVerticalLine = (p1.x() == p2.x());
281 adjustLineToPixelBoundaries(p1, p2, width, style);
305 fillRectSourceOver(cr, FloatRect(p1.x() - width/2, p1.y() - width, width, width), strokeColor());
308 fillRectSourceOver(cr, FloatRect(p1.x() - width, p1.y() - width/2, width, width), strokeColor());
344 cairo_move_to(cr, p1.x(), p1.y());
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 342 FloatPoint p1 = point1; local
344 bool isVerticalLine = (p1.x() == p2.x());
349 adjustLineToPixelBoundaries(p1, p2, width, style);
358 p->drawLine(p1, p2);
381 p->fillRect(FloatRect(p1.x() - width / 2, p1.y() - width, width, width), QColor(color));
384 p->fillRect(FloatRect(p1.x() - width, p1.y() - width / 2, width, width), QColor(color));
427 p->drawLine(p1, p2);
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 474 int sdp_uuid16_cmp(const void *p1, const void *p2);
475 int sdp_uuid128_cmp(const void *p1, const void *p2);
476 int sdp_uuid_cmp(const void *p1, const void *p2);
  /external/bluetooth/glib/gobject/
gboxed.c 59 static gint boxed_nodes_cmp (gconstpointer p1,
74 boxed_nodes_cmp (gconstpointer p1,
77 const BoxedNode *node1 = p1, *node2 = p2;
gparamspecs.c 772 guint8 *p1 = value1->data[0].v_pointer; local
777 return p1 < p2 ? -1 : p1 > p2;
808 guint8 *p1 = value1->data[0].v_pointer; local
813 return p1 < p2 ? -1 : p1 > p2;
1000 guint8 *p1 = value1->data[0].v_pointer; local
1005 return p1 < p2 ? -1 : p1 > p2;
1093 GType p1 = value1->data[0].v_long local
    [all...]
  /external/openssl/crypto/evp/
pmeth_lib.c 330 int cmd, int p1, void *p2)
353 ret = ctx->pmeth->ctrl(ctx, cmd, p1, p2);
533 int (*ctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2),

Completed in 638 milliseconds

<<11121314151617181920