Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 25 of 131) sorted by relevance

123456

/external/clang/include/clang/Basic/
DObjCRuntime.h72 const VersionTuple &getVersion() const { return Version; } in getVersion() function
96 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) { in isLegacyDispatchDefaultForArch()
150 case MacOSX: return getVersion() >= VersionTuple(10, 7); in hasNativeARC()
151 case iOS: return getVersion() >= VersionTuple(5); in hasNativeARC()
154 case GNUstep: return getVersion() >= VersionTuple(1, 6); in hasNativeARC()
164 return getVersion() >= VersionTuple(10, 8); in hasOptimizedSetter()
166 return (getVersion() >= VersionTuple(6)); in hasOptimizedSetter()
168 return getVersion() >= VersionTuple(1, 7); in hasOptimizedSetter()
194 case MacOSX: return getVersion() >= VersionTuple(10, 8); in hasSubscripting()
195 case iOS: return getVersion() >= VersionTuple(6); in hasSubscripting()
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DHttpCookieTest.java176 assertEquals(1, cookie.getVersion()); in test_Get_SetVersion()
178 assertEquals(0, cookie.getVersion()); in test_Get_SetVersion()
180 assertEquals(1, cookie.getVersion()); in test_Get_SetVersion()
605 assertEquals(0, cookie.getVersion()); in test_Parse_locale()
643 assertEquals(0, cookie.getVersion()); in test_Parse()
655 assertEquals(1, cookie.getVersion()); in test_Parse()
666 assertEquals(0, cookie.getVersion()); in test_Parse()
767 assertEquals(1, cookie.getVersion()); in test_Parse()
770 assertEquals(1, cookie.getVersion()); in test_Parse()
776 assertEquals(1, list.get(0).getVersion()); in test_Parse()
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
DSampleGroupDescriptionBox.java57 if (getVersion() == 1) { in getContentSize()
62 if (getVersion() == 1 && defaultLength == 0) { in getContentSize()
74 if (this.getVersion() == 1) { in getContent()
79 if (this.getVersion() == 1 && defaultLength == 0) { in getContent()
89 if (this.getVersion() != 1) { in _parseDetails()
93 if (this.getVersion() == 1) { in _parseDetails()
99 if (this.getVersion() == 1) { in _parseDetails()
DSampleToGroupBox.java58 return this.getVersion() == 1 ? entries.size() * 8 + 16 : entries.size() * 8 + 12; in getContentSize()
65 if (this.getVersion() == 1) { in getContent()
80 if (this.getVersion() == 1) { in _parseDetails()
/external/apache-http/src/org/apache/http/impl/cookie/
DBestMatchSpec.java140 if (cookie.getVersion() > 0) { in validate()
154 if (cookie.getVersion() > 0) { in match()
167 if (cookie.getVersion() < version) { in formatCookies()
168 version = cookie.getVersion(); in formatCookies()
178 public int getVersion() { in getVersion() method in BestMatchSpec
179 return getStrict().getVersion(); in getVersion()
DRFC2109Spec.java154 if (cookie.getVersion() < version) { in doFormatOneHeader()
155 version = cookie.getVersion(); in doFormatOneHeader()
176 int version = cookie.getVersion(); in doFormatManyHeaders()
238 public int getVersion() { in getVersion() method in RFC2109Spec
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
DMovieExtendsHeaderBox.java44 return getVersion() == 1 ? 12 : 8; in getContentSize()
50 …fragmentDuration = getVersion() == 1 ? IsoTypeReader.readUInt64(content) : IsoTypeReader.readUInt3… in _parseDetails()
57 if (getVersion() == 1) { in getContent()
DTrackFragmentBaseMediaDecodeTimeBox.java36 return getVersion() == 0 ? 8 : 12; in getContentSize()
42 if (getVersion() == 1) { in getContent()
53 if (getVersion() == 1) { in _parseDetails()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DItemLocationBox.java87 if (getVersion() == 1) { in getContent()
107 if (getVersion() == 1) { in _parseDetails()
176 if (getVersion() == 1) { in Item()
206 if (getVersion() == 1) { in getSize()
228 if (getVersion() == 1) { in getContent()
305 if ((getVersion() == 1) && indexSize > 0) { in Extent()
313 if ((getVersion() == 1) && indexSize > 0) { in getContent()
DSampleAuxiliaryInformationOffsetsBox.java61 …return 8 + (getVersion() == 0 ? 4 * offsets.size() : 8 * offsets.size()) + ((getFlags() & 1) == 1 … in getContentSize()
74 if (getVersion() == 0) { in getContent()
95 if (getVersion() == 0) { in _parseDetails()
DMediaHeaderBox.java65 if (getVersion() == 1) { in getContentSize()
99 if (getVersion() == 1) { in _parseDetails()
133 if (getVersion() == 1) { in getContent()
DEditListBox.java75 if (getVersion() == 1) { in getContentSize()
132 if (editListBox.getVersion() == 1) { in Entry()
229 if (editListBox.getVersion() == 1) { in getContent()
DSubSampleInformationBox.java63 … subsampleEntries += sampleEntry.getSubsampleCount() * (((getVersion() == 1) ? 4 : 2) + 1 + 1 + 4); in getContentSize()
80 …subsampleEntry.setSubsampleSize(getVersion() == 1 ? IsoTypeReader.readUInt32(content) : IsoTypeRea… in _parseDetails()
100 if (getVersion() == 1) { in getContent()
DTrackHeaderBox.java98 if (getVersion() == 1) { in getContentSize()
110 if (getVersion() == 1) { in _parseDetails()
139 if (getVersion() == 1) { in getContent()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DTfxdBox.java50 return getVersion() == 0x01 ? 20 : 12; in getContentSize()
57 if (getVersion() == 0x01) { in _parseDetails()
69 if (getVersion() == 0x01) { in getContent()
DTfrfBox.java52 return 5 + entries.size() * (getVersion() == 0x01 ? 16 : 8); in getContentSize()
61 if (getVersion() == 0x01) { in getContent()
78 if (getVersion() == 0x01) { in _parseDetails()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
DCertificationRequestInfoTest.java59 assertEquals(version, certReqInfo.getVersion()); in testCertificationRequestInfo()
73 assertEquals(certReqInfo.getVersion(), decoded.getVersion()); in testCertificationRequestInfo()
DCertificationRequestTest.java80 assertEquals(certReqInfo.getVersion(), decodedCRinfo.getVersion()); in testCertificationRequest()
/external/apache-xml/src/main/java/org/apache/xalan/
DVersion.java46 public static String getVersion() in getVersion() method in Version
61 System.out.println(getVersion()); in main()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DVersion.java43 public static String getVersion() in getVersion() method in Version
58 System.out.println(getVersion()); in main()
/external/apache-http/src/org/apache/http/message/
DBasicHttpRequest.java85 return HttpProtocolParams.getVersion(getParams()); in getProtocolVersion()
93 ProtocolVersion ver = HttpProtocolParams.getVersion(getParams()); in getRequestLine()
/external/clang/lib/Basic/
DObjCRuntime.cpp37 if (value.getVersion() > VersionTuple(0)) { in operator <<()
38 out << '-' << value.getVersion(); in operator <<()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
DTimeStampReqTest.java55 assertEquals("Decoded version is incorrect", req.getVersion(), decoded in testTimeStampReq()
56 .getVersion()); in testTimeStampReq()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DCertificate.java77 public ASN1Integer getVersion() in getVersion() method in Certificate
79 return tbsCert.getVersion(); in getVersion()
DX509CertificateStructure.java80 public int getVersion() in getVersion() method in X509CertificateStructure
82 return tbsCert.getVersion(); in getVersion()

123456