Home
last modified time | relevance | path

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

12345678910

/external/clang/include/clang/Basic/
DObjCRuntime.h76 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/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DBindingsVersioningTest.java58 assertEquals(0, v0.getVersion()); in testOldToNew()
59 assertEquals(0, output.getVersion()); in testOldToNew()
72 assertEquals(1, v1.getVersion()); in testOldToNew()
73 assertEquals(1, output.getVersion()); in testOldToNew()
88 assertEquals(3, v3.getVersion()); in testOldToNew()
89 assertEquals(3, output.getVersion()); in testOldToNew()
106 assertEquals(5, v5.getVersion()); in testOldToNew()
107 assertEquals(5, output.getVersion()); in testOldToNew()
135 assertEquals(7, v7.getVersion()); in testOldToNew()
136 assertEquals(7, output.getVersion()); in testOldToNew()
[all …]
DInterfaceControlMessageTest.java86 assertEquals(0, p.getProxyHandler().getVersion()); in testQueryVersion()
94 assertEquals(3, p.getProxyHandler().getVersion()); in testQueryVersion()
103 assertEquals(0, p.getProxyHandler().getVersion()); in testRequireVersion()
106 assertEquals(1, p.getProxyHandler().getVersion()); in testRequireVersion()
113 assertEquals(3, p.getProxyHandler().getVersion()); in testRequireVersion()
122 assertEquals(4, p.getProxyHandler().getVersion()); in testRequireVersion()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h98 unsigned getVersion() const { in getVersion() function
213 assert (getVersion() <= LLVMDebugVersion10 && "Invalid CompileUnit!"); in getCompileUnit()
251 assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!"); in getCompileUnit()
252 if (getVersion() == llvm::LLVMDebugVersion7) in getCompileUnit()
294 if (getVersion() == llvm::LLVMDebugVersion7) in getDirectory()
300 if (getVersion() == llvm::LLVMDebugVersion7) in getFilename()
465 assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!"); in getCompileUnit()
466 if (getVersion() == llvm::LLVMDebugVersion7) in getCompileUnit()
499 if (getVersion() <= llvm::LLVMDebugVersion8) in isArtificial()
506 if (getVersion() <= llvm::LLVMDebugVersion8) in isPrivate()
[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.java145 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()
DRFC2109Spec.java159 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/
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()
/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/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/python/cpython3/Mac/BuildScript/
Dbuild-installer.py79 def getVersion(): function
87 return tuple([int(n) for n in getVersion().split('.', 2)])
239 '--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib'%(getVersion(),),
244 …LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersion())),
259 '--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib'%(getVersion(),),
264 …LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersion())),
265 …_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tk8.5'%(getVersion())),
304 "--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib"%(getVersion(),),
314 getVersion(),
710 FW_VERSION_PREFIX = FW_PREFIX[:] + ["Versions", getVersion()]
[all …]
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py79 def getVersion(): function
87 return tuple([int(n) for n in getVersion().split('.', 2)])
268 '--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib'%(getVersion(),),
273 …LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersion())),
288 '--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib'%(getVersion(),),
293 …LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersion())),
294 …_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tk8.5'%(getVersion())),
333 "--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib"%(getVersion(),),
343 getVersion(),
737 FW_VERSION_PREFIX = FW_PREFIX[:] + ["Versions", getVersion()]
[all …]
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java44 return getVersion(); in getInterpreterVersion()
48 return getVersion(); in getExtrasVersion()
52 return getVersion(); in getScriptsVersion()
/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/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/
DDependencyJar.java24 public String getVersion() { in getVersion() method in DependencyJar
37 return getGroupId() + ":" + getArtifactId() + ":" + getVersion() in getShortName()
/external/skia/src/core/
DSkPicture.cpp70 if (info.getVersion() < MIN_PICTURE_VERSION || info.getVersion() > CURRENT_PICTURE_VERSION) { in IsValidPictInfo()
92 if (info.getVersion() < SkReadBuffer::kRemoveHeaderFlags_Version) { in StreamIsSKP()
115 if (info.getVersion() < SkReadBuffer::kRemoveHeaderFlags_Version) { in BufferIsSKP()
301 buffer.writeUInt(info.getVersion()); in flatten()
/external/skqp/src/core/
DSkPicture.cpp70 if (info.getVersion() < MIN_PICTURE_VERSION || info.getVersion() > CURRENT_PICTURE_VERSION) { in IsValidPictInfo()
92 if (info.getVersion() < SkReadBuffer::kRemoveHeaderFlags_Version) { in StreamIsSKP()
115 if (info.getVersion() < SkReadBuffer::kRemoveHeaderFlags_Version) { in BufferIsSKP()
301 buffer.writeUInt(info.getVersion()); in flatten()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DRespData.java20 public int getVersion() in getVersion() method in RespData
22 return data.getVersion().getValue().intValue() + 1; in getVersion()

12345678910