HomeSort by relevance Sort by last modified time
    Searched refs:getVersion (Results 1 - 25 of 375) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Basic/
ObjCRuntime.h 76 const VersionTuple &getVersion() const { return Version; }
101 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) {
108 (getVersion() >= VersionTuple(10, 0)) &&
109 (getVersion() < VersionTuple(10, 6)))
144 return getVersion() >= VersionTuple(10, 7);
162 case FragileMacOSX: return getVersion() >= VersionTuple(10, 7);
163 case MacOSX: return getVersion() >= VersionTuple(10, 7);
164 case iOS: return getVersion() >= VersionTuple(5);
168 case GNUstep: return getVersion() >= VersionTuple(1, 6);
178 return getVersion() >= VersionTuple(10, 8)
    [all...]
  /cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/src/android/os/lib/consumer/
UseSharedLibraryTest.java 34 assertSame(1, getVersion());
37 private static native int getVersion();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFCompileUnit.cpp 21 << " version = " << format("0x%04x", getVersion());
22 if (getVersion() >= 5)
26 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile)
DWARFTypeUnit.cpp 34 << " version = " << format("0x%04x", getVersion());
35 if (getVersion() >= 5)
  /external/apache-xml/src/main/java/org/apache/xalan/
Version.src 27 * org.apache.project-name.Version.getVersion() be a standard way
46 public static String getVersion()
61 System.out.println(getVersion());
Version.java 27 * org.apache.project-name.Version.getVersion() be a standard way
46 public static String getVersion()
61 System.out.println(getVersion());
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FullBox.java 10 int getVersion();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Version.java 27 * org.apache.project-name.Version.getVersion() be a standard way
43 public static String getVersion()
58 System.out.println(getVersion());
Version.src 27 * 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/
MovieExtendsHeaderBox.java 44 return getVersion() == 1 ? 12 : 8;
50 fragmentDuration = getVersion() == 1 ? IsoTypeReader.readUInt64(content) : IsoTypeReader.readUInt32(content);
57 if (getVersion() == 1) {
TrackFragmentBaseMediaDecodeTimeBox.java 36 return getVersion() == 0 ? 8 : 12;
42 if (getVersion() == 1) {
53 if (getVersion() == 1) {
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/
DependencyJar.java 24 public String getVersion() {
37 return getGroupId() + ":" + getArtifactId() + ":" + getVersion()
  /cts/hostsidetests/os/test-apps/StaticSharedLibProviderApp4/src/android/os/lib/provider/
StaticSharedLib.java 22 public static int getVersion(Context context) {
  /cts/hostsidetests/os/test-apps/StaticSharedLibProviderApp7/src/android/os/lib/provider/
StaticSharedLib.java 22 public static int getVersion(Context context) {
  /external/apache-http/src/org/apache/http/cookie/
Cookie.java 133 int getVersion();
CookieSpec.java 66 int getVersion();
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
IAgent.java 26 String getVersion();
  /external/llvm/lib/DebugInfo/DWARF/
DWARFCompileUnit.cpp 19 << " version = " << format("0x%04x", getVersion())
  /external/apache-http/src/org/apache/http/impl/cookie/
BestMatchSpec.java 145 if (cookie.getVersion() > 0) {
159 if (cookie.getVersion() > 0) {
172 if (cookie.getVersion() < version) {
173 version = cookie.getVersion();
183 public int getVersion() {
184 return getStrict().getVersion();
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
RespData.java 20 public int getVersion()
22 return data.getVersion().getValue().intValue() + 1;
  /cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp2/src/android/os/lib/consumer2/
UseSharedLibraryTest.java 33 assertSame(5, StaticSharedLib.getVersion(InstrumentationRegistry.getContext()));
  /cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp3/src/android/os/lib/consumer3/
UseSharedLibraryTest.java 33 assertSame(10, StaticSharedLib.getVersion(InstrumentationRegistry.getContext()));
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Version.java 29 public static String getVersion(Context context) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
TfxdBox.java 50 return getVersion() == 0x01 ? 20 : 12;
57 if (getVersion() == 0x01) {
69 if (getVersion() == 0x01) {
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
Sl4aHostedInterpreter.java 36 // TODO(damonkohler): Remove getVersion() and pull these three version methods up in to the base
44 return getVersion();
48 return getVersion();
52 return getVersion();

Completed in 585 milliseconds

1 2 3 4 5 6 7 8 91011>>