Searched refs:getVersion (Results 1 - 25 of 160) sorted by relevance

1234567

/external/apache-xml/src/main/java/org/apache/xalan/
H A DVersion.src27 * org.apache.project-name.Version.getVersion() be a standard way
46 public static String getVersion()
61 System.out.println(getVersion());
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/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DFullBox.java10 int getVersion(); method in interface:FullBox
H A DSampleAuxiliaryInformationOffsetsBox.java61 return 8 + (getVersion() == 0 ? 4 * offsets.size() : 8 * offsets.size()) + ((getFlags() & 1) == 1 ? 8 : 0);
74 if (getVersion() == 0) {
95 if (getVersion() == 0) {
H A DItemLocationBox.java87 if (getVersion() == 1) {
107 if (getVersion() == 1) {
176 if (getVersion() == 1) {
206 if (getVersion() == 1) {
228 if (getVersion() == 1) {
305 if ((getVersion() == 1) && indexSize > 0) {
313 if ((getVersion() == 1) && indexSize > 0) {
H A DMediaHeaderBox.java65 if (getVersion() == 1) {
99 if (getVersion() == 1) {
133 if (getVersion() == 1) {
/external/clang/include/clang/Basic/
H A DObjCRuntime.h72 const VersionTuple &getVersion() const { return Version; } function in class:clang::ObjCRuntime
96 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) {
150 case MacOSX: return getVersion() >= VersionTuple(10, 7);
151 case iOS: return getVersion() >= VersionTuple(5);
154 case GNUstep: return getVersion() >= VersionTuple(1, 6);
179 case MacOSX: return getVersion() >= VersionTuple(10, 8);
226 case FragileMacOSX: return getVersion() >= VersionTuple(10, 8);
227 case MacOSX: return getVersion() >= VersionTuple(10, 8);
228 case iOS: return getVersion() >= VersionTuple(5);
272 left.getVersion()
[all...]
/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());
H A DVersion.src27 * org.apache.project-name.Version.getVersion() be a standard way
43 public static String getVersion()
58 System.out.println(getVersion());
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DMovieExtendsHeaderBox.java44 return getVersion() == 1 ? 12 : 8;
50 fragmentDuration = getVersion() == 1 ? IsoTypeReader.readUInt64(content) : IsoTypeReader.readUInt32(content);
57 if (getVersion() == 1) {
H A DTrackFragmentBaseMediaDecodeTimeBox.java36 return getVersion() == 0 ? 8 : 12;
42 if (getVersion() == 1) {
53 if (getVersion() == 1) {
/external/apache-http/src/org/apache/http/cookie/
H A DCookie.java128 int getVersion(); method in interface:Cookie
H A DCookieSpec.java61 int getVersion(); method in interface:CookieSpec
/external/apache-http/src/org/apache/http/impl/cookie/
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();
/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/googlecode/mp4parser/boxes/piff/
H A DTfxdBox.java50 return getVersion() == 0x01 ? 20 : 12;
57 if (getVersion() == 0x01) {
69 if (getVersion() == 0x01) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DSampleGroupDescriptionBox.java57 if (getVersion() == 1) {
62 if (getVersion() == 1 && defaultLength == 0) {
74 if (this.getVersion() == 1) {
79 if (this.getVersion() == 1 && defaultLength == 0) {
89 if (this.getVersion() != 1) {
93 if (this.getVersion() == 1) {
99 if (this.getVersion() == 1) {
H A DSampleToGroupBox.java58 return this.getVersion() == 1 ? entries.size() * 8 + 16 : entries.size() * 8 + 12;
65 if (this.getVersion() == 1) {
80 if (this.getVersion() == 1) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
H A DCertificationRequestInfoTest.java59 assertEquals(version, certReqInfo.getVersion());
73 assertEquals(certReqInfo.getVersion(), decoded.getVersion());
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DClient.java75 public int getVersion(); method in interface:Client
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DTranslatorGLSL.cpp16 int version = versionGLSL.getVersion();
H A DVersionGLSL.h31 int getVersion() { return mVersion; } function in class:TVersionGLSL
/external/llvm/include/llvm/
H A DDebugInfo.h99 unsigned getVersion() const { function in class:llvm::DIDescriptor
217 assert (getVersion() <= LLVMDebugVersion10 && "Invalid CompileUnit!");
254 assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!");
255 if (getVersion() == llvm::LLVMDebugVersion7)
297 if (getVersion() == llvm::LLVMDebugVersion7)
303 if (getVersion() == llvm::LLVMDebugVersion7)
352 if (getVersion() > LLVMDebugVersion11)
357 assert (getVersion() <= LLVMDebugVersion11 && "Invalid Request");
361 assert (getVersion() <= LLVMDebugVersion11 && "Invalid Request");
365 assert (getVersion() <
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpRequest.java85 return HttpProtocolParams.getVersion(getParams());
93 ProtocolVersion ver = HttpProtocolParams.getVersion(getParams());
/external/clang/lib/Basic/
H A DObjCRuntime.cpp37 if (value.getVersion() > VersionTuple(0)) {
38 out << '-' << value.getVersion();

Completed in 327 milliseconds

1234567