Searched defs:getType (Results 1 - 25 of 97) sorted by relevance

1234

/dalvik/libcore/security/src/main/java/java/security/cert/
H A DCRL.java46 public final String getType() { method in class:CRL
/dalvik/libcore/xml/src/main/java/org/xml/sax/
H A DAttributeList.java42 * String type = atts.getType(i);
132 * @see #getType(java.lang.String)
134 public abstract String getType (int i);
164 * getType(int).</p>
172 * @see #getType(int) method in interface:AttributeList
174 public abstract String getType (String name);
133 public abstract String getType (int i); method in interface:AttributeList
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstBoolean.java76 public Type getType() { method in class:CstBoolean
H A DCstByte.java76 public Type getType() { method in class:CstByte
H A DCstChar.java76 public Type getType() { method in class:CstChar
H A DCstDouble.java67 public Type getType() { method in class:CstDouble
H A DCstEnumRef.java52 public Type getType() { method in class:CstEnumRef
H A DCstFieldRef.java61 public Type getType() { method in class:CstFieldRef
H A DCstFloat.java68 public Type getType() { method in class:CstFloat
H A DCstLong.java64 public Type getType() { method in class:CstLong
H A DCstShort.java77 public Type getType() { method in class:CstShort
/dalvik/dx/src/com/android/dx/rop/type/
H A DTypeBearer.java31 public Type getType(); method in interface:TypeBearer
H A DTypeList.java49 public Type getType(int n); method in interface:TypeList
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
H A DTypes.java27 public static Type getType(Type type) { method in class:Types
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
H A DOtherRecipientInfo.java71 public DERObjectIdentifier getType() method in class:OtherRecipientInfo
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DDistributionPointName.java76 public int getType() method in class:DistributionPointName
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DCertificateMessage.java172 public int getType() { method in class:CertificateMessage
H A DCertificateVerify.java94 public int getType() { method in class:CertificateVerify
H A DFinished.java71 public int getType() { method in class:Finished
H A DHelloRequest.java73 public int getType() { method in class:HelloRequest
H A DMessage.java40 abstract int getType(); method in class:Message
H A DServerHelloDone.java75 public int getType() { method in class:ServerHelloDone
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DXUnresolvedVariableSimple.java66 public int getType() method in class:XUnresolvedVariableSimple
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
H A DXNull.java48 public int getType() method in class:XNull
128 return obj2.getType() == CLASS_NULL;
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DDOMError.java70 public String getType(); method in interface:DOMError

Completed in 263 milliseconds

1234