/external/clang/include/clang/Basic/ |
D | ObjCRuntime.h | 76 const VersionTuple &getVersion() const { return Version; } in getVersion() function 101 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) { in isLegacyDispatchDefaultForArch() 108 (getVersion() >= VersionTuple(10, 0)) && in isLegacyDispatchDefaultForArch() 109 (getVersion() < VersionTuple(10, 6))) in isLegacyDispatchDefaultForArch() 144 return getVersion() >= VersionTuple(10, 7); in allowsARC() 162 case FragileMacOSX: return getVersion() >= VersionTuple(10, 7); in hasNativeARC() 163 case MacOSX: return getVersion() >= VersionTuple(10, 7); in hasNativeARC() 164 case iOS: return getVersion() >= VersionTuple(5); in hasNativeARC() 168 case GNUstep: return getVersion() >= VersionTuple(1, 6); in hasNativeARC() 178 return getVersion() >= VersionTuple(10, 8); in hasOptimizedSetter() [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 | 145 if (cookie.getVersion() > 0) { in validate() 159 if (cookie.getVersion() > 0) { in match() 172 if (cookie.getVersion() < version) { in formatCookies() 173 version = cookie.getVersion(); in formatCookies() 183 public int getVersion() { in getVersion() method in BestMatchSpec 184 return getStrict().getVersion(); in getVersion()
|
D | RFC2109Spec.java | 159 if (cookie.getVersion() < version) { in doFormatOneHeader() 160 version = cookie.getVersion(); in doFormatOneHeader() 181 int version = cookie.getVersion(); in doFormatManyHeaders() 243 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()
|
/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/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/ |
D | Sl4aHostedInterpreter.java | 46 return getVersion(); in getInterpreterVersion() 50 return getVersion(); in getExtrasVersion() 54 return getVersion(); in getScriptsVersion()
|
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | OdexHeaderItem.java | 54 public static int getVersion(byte[] magic) { in getVersion() method in OdexHeaderItem 78 return getVersion(buf) != 0; in verifyMagic()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/ |
D | RespData.java | 20 public int getVersion() in getVersion() method in RespData 22 return data.getVersion().getValue().intValue() + 1; in getVersion()
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
D | MBeanClient.java | 51 System.out.println("Version: " + proxy.getVersion()); in main() 65 String getVersion(); in getVersion() method
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHttpRequest.java | 90 return HttpProtocolParams.getVersion(getParams()); in getProtocolVersion() 98 ProtocolVersion ver = HttpProtocolParams.getVersion(getParams()); in getRequestLine()
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
D | AndroidApplication.java | 132 if (this.getVersion() < MINIMUM_SDK) { in init() 188 if (this.useImmersiveMode && getVersion() >= Build.VERSION_CODES.KITKAT) { in init() 214 if (!hide || getVersion() < 11) return; in hideStatusBar() 220 if (getVersion() <= 13) m.invoke(rootView, 0x0); in hideStatusBar() 246 if (!use || getVersion() < Build.VERSION_CODES.KITKAT) return; in useImmersiveMode() 362 public int getVersion () { in getVersion() method in AndroidApplication
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
D | ProbeArrayStrategyFactory.java | 43 final int version = getVersion(reader); in createFor() 70 private static int getVersion(final ClassReader reader) { in getVersion() method in ProbeArrayStrategyFactory
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | OatFile.java | 102 this.opcodes = Opcodes.forArtVersion(oatHeader.getVersion()); in OatFile() 137 return oatHeader.getVersion(); in getOatVersion() 236 public int getVersion() { 245 int version = getVersion(); 254 int version = getVersion();
|
/external/clang/lib/Basic/ |
D | ObjCRuntime.cpp | 38 if (value.getVersion() > VersionTuple(0)) { in operator <<() 39 out << '-' << value.getVersion(); in operator <<()
|