Home
last modified time | relevance | path

Searched refs:productVersion (Results 1 – 7 of 7) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
DUserAgentParser.java112 String productVersion = this.lexer.byteStringNoSlash(); in parse() local
114 … if ( productVersion == null ) throw createParseException("Expected product version"); in parse()
118 productSb.append(productVersion); in parse()
/external/chromium_org/chrome/browser/mac/
Dinstall.sh103 OS_VERSION=$(sw_vers -productVersion)
/external/llvm/utils/buildit/
DGNUmakefile77 export MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion`; \
/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dwebkitdirs.pm1574 chomp(my $productVersion = `sw_vers -productVersion`);
1575 if (eval "v$productVersion" lt v10.4) {
1578 print "You have " . $productVersion . ", thus the build will most likely fail.\n";
/external/qemu/
Dandroid-configure.sh291 OSX_VERSION=$(sw_vers -productVersion)
/external/compiler-rt/make/platform/
Dclang_darwin.mk113 ifneq ($(shell test -x /usr/bin/sw_vers && sw_vers -productVersion | grep 10.6),)
/external/llvm/
DMakefile.rules567 DARWIN_VERSION := `sw_vers -productVersion`