HomeSort by relevance Sort by last modified time
    Searched full:constrid (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Implicit.java 77 if (type.checkTag(type.constrId)) {
96 return constrId == identifier;
98 return id == identifier || constrId == identifier;
114 in.tag = type.constrId;
127 out.encodeTag(constrId);
ASN1Constructed.java 49 return this.constrId == identifier;
53 out.encodeTag(constrId);
ASN1Explicit.java 63 if (constrId != in.tag) {
65 in.tagOffset + "]. Expected tag: " + Integer.toHexString(constrId) + ", " +
ASN1Type.java 40 public final int constrId;
78 this.constrId = this.id + PC_CONSTRUCTED;
ASN1StringType.java 85 return this.id == identifier || this.constrId == identifier;
ASN1Choice.java 260 if (t.checkTag(t.constrId)) {
261 addIdentifier(map, t.constrId, index);
DerInputStream.java 119 if (tag == type.constrId) {
BerInputStream.java 648 } else if (tag == type.constrId) {
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 806 milliseconds