Searched defs:getVersion (Results 1 - 25 of 122) sorted by relevance

12345

/external/chromium_org/third_party/angle/src/compiler/
H A DVersionGLSL.h37 int getVersion() { return mVersion; } function in class:TVersionGLSL
/external/apache-http/src/org/apache/http/cookie/
H A DCookieSpec.java61 int getVersion(); method in interface:CookieSpec
H A DCookie.java128 int getVersion(); method in interface:Cookie
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBrowserCompatSpec.java180 public int getVersion() { method in class:BrowserCompatSpec
H A DNetscapeDraftSpec.java174 public int getVersion() { method in class:NetscapeDraftSpec
H A DBestMatchSpec.java140 if (cookie.getVersion() > 0) {
154 if (cookie.getVersion() > 0) {
167 if (cookie.getVersion() < version) {
168 version = cookie.getVersion();
178 public int getVersion() { method in class:BestMatchSpec
179 return getStrict().getVersion();
H A DRFC2109Spec.java154 if (cookie.getVersion() < version) {
155 version = cookie.getVersion();
176 int version = cookie.getVersion();
238 public int getVersion() { method in class:RFC2109Spec
H A DRFC2965Spec.java244 public int getVersion() { method in class:RFC2965Spec
254 buffer.append(Integer.toString(getVersion()));
/external/apache-xml/src/main/java/org/apache/xalan/
H A DVersion.java27 * org.apache.project-name.Version.getVersion() be a standard way
46 public static String getVersion() method in class:Version
61 System.out.println(getVersion());
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DVersion.java27 * org.apache.project-name.Version.getVersion() be a standard way
43 public static String getVersion() method in class:Version
58 System.out.println(getVersion());
/external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
H A DClientRegistrationMessage.java73 public int getVersion() { method in class:ClientRegistrationMessage
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DFullBox.java10 int getVersion(); method in interface:FullBox
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DAbstractFullBox.java41 public int getVersion() { method in class:AbstractFullBox
/external/smack/src/org/jivesoftware/smackx/packet/
H A DVersion.java83 public String getVersion() { method in class:Version
/external/apache-http/src/org/apache/http/params/
H A DHttpProtocolParams.java123 public static ProtocolVersion getVersion(final HttpParams params) { method in class:HttpProtocolParams
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DCertificationRequestInfo.java129 public ASN1Integer getVersion() method in class:CertificationRequestInfo
H A DSignedData.java100 public ASN1Integer getVersion() method in class:SignedData
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DHolder.java151 public int getVersion() method in class:Holder
H A DAttributeCertificateInfo.java79 public ASN1Integer getVersion() method in class:AttributeCertificateInfo
H A DCertificate.java77 public ASN1Integer getVersion() method in class:Certificate
79 return tbsCert.getVersion();
H A DX509CertificateStructure.java80 public int getVersion() method in class:X509CertificateStructure
82 return tbsCert.getVersion();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509AttributeCertificate.java27 public int getVersion(); method in interface:X509AttributeCertificate
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DClient.java75 public int getVersion(); method in interface:Client
H A DServer.java56 public int getVersion(); method in interface:Server
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DSignerInfo.java133 public ASN1Integer getVersion() method in class:SignerInfo

Completed in 1757 milliseconds

12345