HomeSort by relevance Sort by last modified time
    Searched full:verstr (Results 1 - 17 of 17) sorted by null

  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 80 const char* verStr = reinterpret_cast<const char*>(getString(GR_GL_VERSION));
81 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestUtil.java 235 String verstr = System.getProperty("java.version"); local
236 if (verstr != null) {
237 String[] numbers = verstr.split("\\.");
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestUtil.java 234 String verstr = System.getProperty("java.version"); local
235 if (verstr != null) {
236 String[] numbers = verstr.split("\\.");
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
versionpredicate.py 24 comp, verStr = res.groups()
25 return (comp, distutils.version.StrictVersion(verStr))
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
versionpredicate.py 24 comp, verStr = res.groups()
25 return (comp, distutils.version.StrictVersion(verStr))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 24 comp, verStr = res.groups()
25 return (comp, distutils.version.StrictVersion(verStr))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 24 comp, verStr = res.groups()
25 return (comp, distutils.version.StrictVersion(verStr))
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 25 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
26 if (nullptr == verStr) {
30 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr);
521 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION));
522 GrGLVersion version = GrGLGetVersionFromString(verStr);
    [all...]
  /external/curl/tests/
secureserver.pl 194 foreach my $verstr (qx($stunnel $veropt 2>&1)) {
195 if($verstr =~ /^stunnel (\d+)\.(\d+) on /) {
199 elsif($verstr =~ /^sslVersion.*fips *= *yes/) {
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VersionInfo.java 602 StringBuilder verStr = new StringBuilder(7);
603 verStr.append(digits[0]);
605 verStr.append(".");
606 verStr.append(digits[i]);
609 return verStr.toString();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VersionInfo.java 638 StringBuilder verStr = new StringBuilder(7);
639 verStr.append(digits[0]);
641 verStr.append(".");
642 verStr.append(digits[i]);
645 return verStr.toString();
  /toolchain/binutils/binutils-2.25/ld/emultempl/
sunos.em 930 char *verstr;
937 verstr = strstr (inp->filename, ".so.");
938 if (verstr != NULL)
939 sscanf (verstr, ".so.%d.%d", &maj, &min);
  /external/curl/lib/vtls/
openssl.c 1493 const char *verstr; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 2726 static char verstr[100]; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 3992 const char *verstr; local
5719 const char *verstr, *name; local
    [all...]
  /external/elfutils/src/
elflint.c 3122 const char *verstr = elf_strptr (ebl->elf, shdr->sh_link, local
3147 cnt, verstr); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 1086 milliseconds