/external/clang/include/clang/Basic/ |
D | ObjCRuntime.h | 72 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/ |
D | HttpCookieTest.java | 176 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/ |
D | SampleGroupDescriptionBox.java | 57 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()
|
D | SampleToGroupBox.java | 58 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/ |
D | BestMatchSpec.java | 140 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()
|
D | RFC2109Spec.java | 154 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/ |
D | MovieExtendsHeaderBox.java | 44 return getVersion() == 1 ? 12 : 8; in getContentSize() 50 …fragmentDuration = getVersion() == 1 ? IsoTypeReader.readUInt64(content) : IsoTypeReader.readUInt3… in _parseDetails() 57 if (getVersion() == 1) { in getContent()
|
D | TrackFragmentBaseMediaDecodeTimeBox.java | 36 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/ |
D | ItemLocationBox.java | 87 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()
|
D | SampleAuxiliaryInformationOffsetsBox.java | 61 …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()
|
D | MediaHeaderBox.java | 65 if (getVersion() == 1) { in getContentSize() 99 if (getVersion() == 1) { in _parseDetails() 133 if (getVersion() == 1) { in getContent()
|
D | EditListBox.java | 75 if (getVersion() == 1) { in getContentSize() 132 if (editListBox.getVersion() == 1) { in Entry() 229 if (editListBox.getVersion() == 1) { in getContent()
|
D | SubSampleInformationBox.java | 63 … 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()
|
D | TrackHeaderBox.java | 98 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/ |
D | TfxdBox.java | 50 return getVersion() == 0x01 ? 20 : 12; in getContentSize() 57 if (getVersion() == 0x01) { in _parseDetails() 69 if (getVersion() == 0x01) { in getContent()
|
D | TfrfBox.java | 52 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/ |
D | CertificationRequestInfoTest.java | 59 assertEquals(version, certReqInfo.getVersion()); in testCertificationRequestInfo() 73 assertEquals(certReqInfo.getVersion(), decoded.getVersion()); in testCertificationRequestInfo()
|
D | CertificationRequestTest.java | 80 assertEquals(certReqInfo.getVersion(), decodedCRinfo.getVersion()); in testCertificationRequest()
|
/external/apache-xml/src/main/java/org/apache/xalan/ |
D | Version.java | 46 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/ |
D | Version.java | 43 public static String getVersion() in getVersion() method in Version 58 System.out.println(getVersion()); in main()
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHttpRequest.java | 85 return HttpProtocolParams.getVersion(getParams()); in getProtocolVersion() 93 ProtocolVersion ver = HttpProtocolParams.getVersion(getParams()); in getRequestLine()
|
/external/clang/lib/Basic/ |
D | ObjCRuntime.cpp | 37 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/ |
D | TimeStampReqTest.java | 55 assertEquals("Decoded version is incorrect", req.getVersion(), decoded in testTimeStampReq() 56 .getVersion()); in testTimeStampReq()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | Certificate.java | 77 public ASN1Integer getVersion() in getVersion() method in Certificate 79 return tbsCert.getVersion(); in getVersion()
|
D | X509CertificateStructure.java | 80 public int getVersion() in getVersion() method in X509CertificateStructure 82 return tbsCert.getVersion(); in getVersion()
|