/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
D | SegmentTypeBox.java | 112 public long getMinorVersion() { in getMinorVersion() method in SegmentTypeBox 135 result.append("minorVersion=").append(getMinorVersion()); in toString()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | FileTypeBox.java | 113 public long getMinorVersion() { in getMinorVersion() method in FileTypeBox 136 result.append("minorVersion=").append(getMinorVersion()); in toString()
|
/external/nist-sip/java/javax/sip/header/ |
D | MimeVersionHeader.java | 11 int getMinorVersion(); in getMinorVersion() method
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | MimeVersion.java | 74 public int getMinorVersion() { in getMinorVersion() method in MimeVersion
|
/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 82 …int getMinorVersion (void) const { return int((m_bits>>MINOR_SHIFT) & ((1u<<MINOR_BITS)-1u))… in getMinorVersion() function in glu::ApiType 154 using ApiType::getMinorVersion;
|
D | gluRenderContext.cpp | 57 (a.getMajorVersion() == b.getMajorVersion() && a.getMinorVersion() >= b.getMinorVersion()); in versionGreaterOrEqual()
|
D | gluStrUtil.cpp | 133 str << apiType.getMajorVersion() << "." << apiType.getMinorVersion(); in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | WindowsResource.h | 107 uint16_t getMinorVersion() const { return Suffix->Version; } in getMinorVersion() function 170 uint16_t getMinorVersion() const { return MinorVersion; } in getMinorVersion() function
|
/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 110 attribList.push_back(contextType.getMinorVersion()); in createGLContext() 125 attribList.push_back(contextType.getMinorVersion()); in createGLContext()
|
D | egluGLContextFactory.cpp | 429 if (config.type.getMinorVersion() <= 2) in create()
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TestHelper_Driver1.java | 101 public int getMinorVersion() { in getMinorVersion() method in TestHelper_Driver1
|
D | TestHelper_Driver4.java | 117 public int getMinorVersion() { in getMinorVersion() method in TestHelper_Driver4
|
D | DriverManagerTest.java | 558 public int getMinorVersion() { in getMinorVersion() method in DriverManagerTest.DummyDriver
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | WindowsResourceDumper.cpp | 73 SW.printNumber("Version (minor)", Ref.getMinorVersion()); in printEntry()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 181 …::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() <= 4) in Context() 186 …::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() == 5) in Context() 191 …::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() == 6) in Context()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 354 context_attribs.push_back(contextType.getMinorVersion()); in EglRenderContext() 422 if (contextType.getMinorVersion() <= 2) in EglRenderContext()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/ |
D | ITNProxy.java | 58 params.put("app.version.minor", appInfo.getMinorVersion()); in createParameters()
|
/external/javasqlite/src/main/java/SQLite/ |
D | JDBCDriver.java | 123 public int getMinorVersion() { in getMinorVersion() method in JDBCDriver
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 51 (ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() >= 2); in mapGLFloatVertexAttributeType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 236 Entry.getMinorVersion(), Entry.getCharacteristics()); in addLanguageNode() 602 Table->MinorVersion = CurrentNode->getMinorVersion(); in writeDirectoryTree()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderDirectiveTests.cpp | 601 …t().getType().getMajorVersion() == 3) && (ctx.getRenderContext().getType().getMinorVersion() == 1)) in accessing_bounding_box_type()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 419 int minor = ctxType.getMinorVersion(); in Context()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 346 attribs.push_back(apiType.getMinorVersion()); in createContext()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 994 DE_ASSERT(m_context.getRenderContext().getType().getMinorVersion() == 0); in init()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 860 const int minorVer = renderCtx.getType().getMinorVersion(); in isTessellationSupported()
|