HomeSort by relevance Sort by last modified time
    Searched defs:pclass (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/asn1/
tasn_dec.c 1267 int ptag, pclass; local
1277 pclass = ctx->pclass;
1283 i = ASN1_get_object(&p, &plen, &ptag, &pclass, len);
1288 ctx->pclass = pclass;
1313 if ((exptag != ptag) || (expclass != pclass))
1341 *oclass = pclass;
asn1t.h 648 int pclass; /* class value */ member in struct:ASN1_TLC_st
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ConstructorTest.java 271 Class<? extends ConstructorTestHelper> pclass = new ConstructorTestHelper().getClass(); local
272 Constructor<? extends ConstructorTestHelper> ctor = pclass.getConstructor(new Class[0]);
273 val = ctor.getDeclaringClass().equals(pclass);
  /external/bluetooth/glib/gobject/
gobject.c 278 GObjectClass *pclass = g_type_class_peek_parent (class); local
281 class->construct_properties = pclass ? g_slist_copy (pclass->construct_properties) : NULL;
    [all...]
gtype.c 2656 GTypeClass *pclass = ptype ? g_type_class_ref (ptype) : NULL; local
    [all...]
  /external/openssl/include/openssl/
asn1t.h 648 int pclass; /* class value */ member in struct:ASN1_TLC_st

Completed in 81 milliseconds