/external/tinyxml2/ |
D | setversion.py | 40 versionStr = major + "." + minor + "." + build variable 139 print( '2. Commit. git commit -am"setting the version to ' + versionStr + '"' ) 140 print( '3. Tag. git tag ' + versionStr ) 141 print( ' OR git tag -a ' + versionStr + ' -m [tag message]' )
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLDeviceCL.cpp | 103 info.versionStr.assign(valString.data()); in createInfo() 112 if (info.versionStr.compare(0u, 15u, "OpenCL 3.0 CUDA", 15u) == 0) in createInfo() 118 if (info.versionStr[7] != '1') in createInfo() 120 info.versionStr[7] = '1'; in createInfo() 121 info.versionStr[9] = '2'; in createInfo() 124 info.version = ExtractCLVersion(info.versionStr); in createInfo()
|
D | CLPlatformCL.cpp | 128 info.versionStr = GetPlatformString(mNative, cl::PlatformInfo::Version); in createInfo() 132 if (vendor.empty() || info.profile.empty() || info.versionStr.empty() || info.name.empty() || in createInfo() 146 if (info.versionStr.compare(0u, 15u, "OpenCL 3.0 CUDA", 15u) == 0) in createInfo() 152 if (info.versionStr[7] != '1') in createInfo() 154 info.versionStr[7] = '1'; in createInfo() 155 info.versionStr[9] = '2'; in createInfo() 158 const cl_version version = ExtractCLVersion(info.versionStr); in createInfo() 176 info.versionStr += " (ANGLE " ANGLE_VERSION_STRING ")"; in createInfo() 206 << " does not match version string: " << info.versionStr; in createInfo()
|
/external/webrtc/modules/audio_coding/codecs/g722/ |
D | g722_interface.c | 91 int16_t WebRtcG722_Version(char *versionStr, short len) in WebRtcG722_Version() argument 97 strcpy(versionStr, version); in WebRtcG722_Version()
|
D | g722_interface.h | 167 int16_t WebRtcG722_Version(char* versionStr, short len);
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/ |
D | VersionUtil.java | 111 String versionStr = props.getProperty("version"); in mavenVersionFor() local 114 return parseVersion(versionStr, pomPropertiesGroupId, pomPropertiesArtifactId); in mavenVersionFor()
|
/external/angle/src/libANGLE/renderer/ |
D | CLExtensions.h | 29 std::string versionStr; member
|
/external/aac/libFDK/src/ |
D | FDK_core.cpp | 134 FDKsprintf(info->versionStr, "%d.%d.%d", ((v >> 24) & 0xff), in FDK_toolsGetLibInfo()
|
/external/angle/src/libANGLE/ |
D | CLPlatform.cpp | 125 copyValue = mInfo.versionStr.c_str(); in getInfo() 126 copySize = mInfo.versionStr.length() + 1u; in getInfo()
|
D | CLDevice.cpp | 246 copyValue = mInfo.versionStr.c_str(); in getInfo() 247 copySize = mInfo.versionStr.length() + 1u; in getInfo()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 81 const char* versionStr = reinterpret_cast<const char*>(callgl(GetString, GR_GL_VERSION)); in GLTestAtlasTextRenderer() local 82 auto version = GrGLGetVersionFromString(versionStr); in GLTestAtlasTextRenderer() 83 auto standard = GrGLGetStandardInUseFromString(versionStr); in GLTestAtlasTextRenderer()
|
/external/aac/libSYS/include/ |
D | FDK_audio.h | 711 FDKsprintf((info)->versionStr, "%d.%d.%d", (((info)->version >> 24) & 0xff), \ 725 char versionStr[32]; member
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CLPlatformVk.cpp | 51 info.versionStr.assign(GetVersionString()); in createInfo()
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 1086 const UChar* versionStr = nullptr; in createVTimeZoneByID() local 1089 versionStr = ures_getStringByKey(bundle, "TZVersion", &len, &status); in createVTimeZoneByID() 1091 vtz->icutzver.setTo(versionStr, len); in createVTimeZoneByID() 1117 const UChar* versionStr = nullptr; in createVTimeZoneFromBasicTimeZone() local 1120 versionStr = ures_getStringByKey(bundle, "TZVersion", &len, &status); in createVTimeZoneFromBasicTimeZone() 1122 vtz->icutzver.setTo(versionStr, len); in createVTimeZoneFromBasicTimeZone()
|
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 443 const char* const versionStr = (const char*)gl.getString(GL_VERSION); in checkVersionString() local 444 const char* iter = versionStr; in checkVersionString()
|
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 2184 static const UChar versionStr[] = u"38.1"; // 38.1 in nn_NO or in a parent bundle/root in TestFallback() local 2193 if(u_strcmp(version, versionStr) != 0){ in TestFallback() 2196 u_austrcpy(x, versionStr); in TestFallback()
|