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

1 2 3 4 5 6

  /external/nist-sip/java/javax/sip/header/
MimeVersionHeader.java 8 int getMajorVersion();
  /libcore/luni/src/main/java/java/sql/
Driver.java 73 public int getMajorVersion();
  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 51 public int getMajorVersion();
  /external/nist-sip/java/gov/nist/javax/sip/header/
MimeVersion.java 83 public int getMajorVersion() {
  /cts/tests/tests/acceleration/src/android/acceleration/cts/
BaseAccelerationTest.java 68 return getMajorVersion(configInfo.reqGlEsVersion);
75 private static int getMajorVersion(int glEsVersion) {
  /cts/tests/tests/graphics/src/android/opengl/cts/
OpenGlEsVersionTest.java 65 + " but Activity Manager is reporting " + getMajorVersion(reportedVersion)
67 detectedMajorVersion, getMajorVersion(reportedVersion));
84 if (getMajorVersion(reportedVersion) != 3 || getMinorVersion(reportedVersion) != 1)
119 if (getMajorVersion(reportedVersion) != 3 || getMinorVersion(reportedVersion) != 1) {
233 private static int getMajorVersion(int glEsVersion) {
  /external/deqp/framework/egl/
egluGLUtil.cpp 65 switch (apiType.getMajorVersion())
90 if (contextType.getMajorVersion() <= 2)
93 attribList.push_back(contextType.getMajorVersion());
101 attribList.push_back(contextType.getMajorVersion());
116 attribList.push_back(contextType.getMajorVersion());
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver1.java 97 public int getMajorVersion() {
99 } // end method getMajorVersion()
TestHelper_Driver4.java 113 public int getMajorVersion() {
115 } // end method getMajorVersion()
DriverManagerTest.java 554 public int getMajorVersion() {
  /libcore/luni/src/test/java/libcore/java/sql/
DriverTest.java 52 assertTrue(getDriver().getMajorVersion() > 0);
  /external/deqp/framework/opengl/
gluRenderContext.cpp 42 return a.getMajorVersion() > b.getMajorVersion() ||
43 (a.getMajorVersion() == b.getMajorVersion() && a.getMinorVersion() >= b.getMinorVersion());
183 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2)
gluRenderContext.hpp 76 int getMajorVersion (void) const { return int((m_bits>>MAJOR_SHIFT) & ((1u<<MAJOR_BITS)-1u)); }
148 using ApiType::getMajorVersion;
gluStrUtil.cpp 133 str << apiType.getMajorVersion() << "." << apiType.getMinorVersion();
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 92 if (type.getAPI().getMajorVersion() == 4)
94 else if (type.getAPI().getMajorVersion() == 3)
  /external/jetty/src/java/org/eclipse/jetty/continuation/
ContinuationFilter.java 85 _faux=!(jetty_7_or_greater || _jetty6 || _context.getMajorVersion()>=3);
  /external/jetty/src/java/org/eclipse/jetty/webapp/
WebXmlConfiguration.java 62 context.getServletContext().setEffectiveMajorVersion(context.getMetaData().getWebXml().getMajorVersion());
WebDescriptor.java 160 public int getMajorVersion ()
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 50 const bool useClampingNormalization = (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajorVersion() >= 3) ||
51 (ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() >= 2);
  /external/javasqlite/src/main/java/SQLite/
JDBCDriver.java 119 public int getMajorVersion() {
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 160 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 3)
165 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() <= 4)
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 262 public int getMajorVersion() {
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 397 if (cf.getMajorVersion() >= ClassFile.JAVA_6)
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 44 public int getMajorVersion() {
49 return cf.getMajorVersion();
974 if (getMajorVersion() < ClassFile.JAVA_5)
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 393 WGL_CONTEXT_MAJOR_VERSION_ARB, ctxType.getMajorVersion(),

Completed in 3839 milliseconds

1 2 3 4 5 6