Home
last modified time | relevance | path

Searched refs:versionStr (Results 1 – 10 of 10) sorted by relevance

/external/tinyxml2/
Dsetversion.py40 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/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_interface.c93 int16_t WebRtcG722_Version(char *versionStr, short len) in WebRtcG722_Version() argument
99 strcpy(versionStr, version); in WebRtcG722_Version()
Dg722_interface.h174 int16_t WebRtcG722_Version(char *versionStr, short len);
/external/aac/libFDK/src/
DFDK_core.cpp134 FDKsprintf(info->versionStr, "%d.%d.%d", ((v >> 24) & 0xff), in FDK_toolsGetLibInfo()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp81 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/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp81 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/
DFDK_audio.h711 FDKsprintf((info)->versionStr, "%d.%d.%d", (((info)->version >> 24) & 0xff), \
725 char versionStr[32]; member
/external/icu/icu4c/source/i18n/
Dvtzone.cpp1074 const UChar* versionStr = NULL; in createVTimeZoneByID() local
1077 versionStr = ures_getStringByKey(bundle, "TZVersion", &len, &status); in createVTimeZoneByID()
1079 vtz->icutzver.setTo(versionStr, len); in createVTimeZoneByID()
1105 const UChar* versionStr = NULL; in createVTimeZoneFromBasicTimeZone() local
1108 versionStr = ures_getStringByKey(bundle, "TZVersion", &len, &status); in createVTimeZoneFromBasicTimeZone()
1110 vtz->icutzver.setTo(versionStr, len); in createVTimeZoneFromBasicTimeZone()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp443 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/
Dcreststn.c2132 …static const UChar versionStr[] = { 0x0032, 0x002E, 0x0031, 0x002E, 0x0033, 0x0038, 0x002E, 0x0036… in TestFallback() local
2139 if(u_strcmp(version, versionStr) != 0){ in TestFallback()
2142 u_austrcpy(x, versionStr); in TestFallback()